@media (max-width: 1024px) {
  .archive_team {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@keyframes glide1 {
  0% {
    transform: translate(0);
  }
  50% {
    background-color: var(--primary);
    transform: translate(54px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes glide2 {
  0% {
    transform: translate(0);
  }
  50% {
    background-color: var(--secondary);
    transform: translateY(70px);
  }
  100% {
    transform: translate(0);
  }
}
.archive_team .content {
  display: grid;
  grid-column-gap: 90px;
  grid-row-gap: 50px;
}
.archive_team .content.template2, .archive_team .content.template3 {
  grid-column-gap: 30px;
}
.archive_team .content.template2.four_column, .archive_team .content.template3.four_column {
  grid-column-gap: 30px;
}
.archive_team .content.four_column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}
@media (max-width: 1200px) {
  .archive_team .content.four_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .archive_team .content.four_column {
    grid-template-columns: auto;
  }
}
.archive_team .content.three_column {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .archive_team .content.three_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .archive_team .content.three_column {
    grid-template-columns: auto;
  }
}
.archive_team .content.two_column {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .archive_team .content.two_column {
    grid-template-columns: auto;
  }
}

.ova_team_single {
  width: 100%;
}
.ova_team_single .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #e4e0ee;
  /*Main Content*/
}
@media (max-width: 767px) {
  .ova_team_single .info {
    grid-template-columns: auto;
    padding-bottom: 60px;
  }
}
.ova_team_single .info .img {
  display: inline-block;
  position: relative;
}
.ova_team_single .info .img img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .ova_team_single .info .img {
    margin-bottom: 30px;
  }
}
.ova_team_single .info .main_content .social {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
.ova_team_single .info .main_content .social li {
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f2f4f9;
}
.ova_team_single .info .main_content .social li:not(:last-child) {
  margin-right: 10px;
}
.ova_team_single .info .main_content .social li:hover {
  transition: all 0.3s ease;
  background-color: var(--primary);
}
.ova_team_single .info .main_content .social li:hover i {
  color: #fff;
}
.ova_team_single .info .main_content .social li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.ova_team_single .info .main_content .social li i {
  transition: all 0.3s ease;
  font-size: 16px;
  color: var(--heading);
  display: inline-flex;
}
.ova_team_single .info .main_content .name {
  margin: 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.5;
  color: var(--heading);
}
.ova_team_single .info .main_content .job {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--primary);
  padding-bottom: 20px;
}
.ova_team_single .info .main_content .slogans h1, .ova_team_single .info .main_content .slogans h2, .ova_team_single .info .main_content .slogans h3, .ova_team_single .info .main_content .slogans h4 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--primary);
  padding-bottom: 20px;
}

.elementor-widget-ova_team {
  text-align: center;
}

.ova-team {
  display: inline-block;
  position: relative;
}
@keyframes glide1 {
  0% {
    transform: translate(0);
  }
  50% {
    background-color: var(--primary);
    transform: translate(54px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes glide2 {
  0% {
    transform: translate(0);
  }
  50% {
    background-color: var(--secondary);
    transform: translateY(70px);
  }
  100% {
    transform: translate(0);
  }
}
.ova-team .content {
  display: grid;
}
.ova-team .content.four_column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 1200px) {
  .ova-team .content.four_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-team .content.four_column {
    grid-template-columns: auto;
  }
}
.ova-team .content.three_column {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
}
@media (max-width: 1200px) {
  .ova-team .content.three_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-team .content.three_column {
    grid-template-columns: auto;
  }
}
.ova-team .content.two_column {
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  grid-row-gap: 50px;
}
@media (max-width: 767px) {
  .ova-team .content.two_column {
    grid-template-columns: auto;
  }
}

.ova-team-slider .owl-carousel {
  text-align: center;
}
.ova-team-slider .owl-carousel.template1 .owl-item {
  padding: 10px 25px 0 0;
}
.ova-team-slider .owl-carousel .owl-dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.ova-team-slider .owl-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0px 3px;
}
.ova-team-slider .owl-carousel .owl-dots button.active {
  background-color: var(--secondary);
}
.ova-team-slider .owl-carousel .owl-nav button {
  transition: all 0.3s ease;
  position: absolute;
  top: -90px;
  right: 13.5%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.ova-team-slider .owl-carousel .owl-nav button i {
  transition: all 0.3s ease;
  display: inline-flex;
  color: var(--secondary);
}
.ova-team-slider .owl-carousel .owl-nav button.owl-next, .ova-team-slider .owl-carousel .owl-nav button.owl-prev {
  border: 1px solid var(--secondary);
}
.ova-team-slider .owl-carousel .owl-nav button.owl-prev {
  right: calc(13.5% + 48px);
}
.ova-team-slider .owl-carousel .owl-nav button:hover {
  transition: all 0.3s ease;
  background-color: var(--secondary);
}
.ova-team-slider .owl-carousel .owl-nav button:hover i {
  transition: all 0.3s ease;
  color: #fff;
}

.rtl .ova-team-slider .owl-carousel .owl-nav {
  display: none;
}

.item-team {
  position: relative;
}
.item-team.item-team-1 .img .list-icon ul .item:not(:last-child) {
  margin: 0 0 8px 0;
}
.item-team:hover .img img {
  transition: all 0.5s ease;
  mix-blend-mode: luminosity;
  transform: scale(1.06);
}
.item-team:hover .img .list-icon {
  transition: all 0.5s ease;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.item-team:hover .info {
  transition: all 0.5s ease;
}
.item-team:hover .info .share-button {
  transition: all 0.5s ease;
}
.item-team:hover .info .share-button i {
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(0.95) rotateY(360deg);
  transform: scale(0.95) rotateY(360deg);
}
.item-team:hover .ova-line1:before {
  animation: glide1 0.95s 0s ease-in-out;
  animation-iteration-count: 1;
}
.item-team:hover .line-wrapper .ova-line2:before {
  animation: glide2 0.95s 0s ease-in-out;
  animation-iteration-count: 1;
}
.item-team .ova-line1 {
  display: block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 20px;
  width: 125px;
  height: 1px;
  background: #e4e0ee;
  top: 0;
  right: -20px;
}
.item-team .ova-line1:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -4px;
  left: 50%;
  background: var(--secondary);
}
.item-team .line-wrapper {
  position: absolute;
  right: -20px;
  top: 0;
}
.item-team .line-wrapper .ova-line2 {
  display: block;
  width: 1px;
  height: 140px;
  background: #e4e0ee;
  top: 0;
  right: 0;
}
.item-team .line-wrapper .ova-line2:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -4px;
  top: 50%;
  background: var(--primary);
}
.item-team .img {
  position: relative;
  background-color: var(--heading);
}
.item-team .img .img-wrapper {
  position: relative;
  overflow: hidden;
}
.item-team .img img {
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  object-fit: cover;
}
.item-team .img .list-icon {
  transition: all 0.5s ease;
  position: absolute;
  bottom: -16px;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 10px 58.8px 1.2px rgba(0, 0, 0, 0.07);
  padding: 25px 16px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media (max-width: 767px) {
  .item-team .img .list-icon {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.item-team .img .list-icon ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.item-team .img .list-icon ul .item i {
  display: inline-flex;
  font-size: 16px;
  color: var(--heading);
}
.item-team .img .list-icon ul .item i:hover {
  color: var(--secondary);
}
.item-team .info {
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 16px 0;
  text-align: left;
}
.item-team .info .name-job .name {
  transition: all 0.3s ease;
  margin: 0;
  font-size: 24px;
  color: var(--heading);
  line-height: 1.4;
}
.item-team .info .name-job .name a {
  transition: all 0.3s ease;
  color: var(--heading);
}
.item-team .info .name-job .job {
  transition: all 0.3s ease;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}
.item-team .info .share-button {
  transition: all 0.5s ease;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
}
.item-team .info .share-button i {
  transition: all 0.3s ease;
  color: #fff;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.rtl .item-team .img .list-icon {
  right: unset;
  left: 0;
}

/* template 2*/
.item-team-2 {
  text-align: center;
}
.item-team-2:hover .img img {
  transform: unset;
  mix-blend-mode: normal;
}
.item-team-2:hover .img .img-wrapper:before {
  transition: all 0.5s ease;
  opacity: 1;
}
.item-team-2:hover .img .content-and-social {
  transition: all 0.7s ease;
  opacity: 1;
}
.item-team-2:hover .info {
  top: 0;
  background: linear-gradient(95.02deg, #054DF7 -2.32%, #5E53E1 49.68%, #A880E7 92.23%);
}
.item-team-2 .img {
  overflow: hidden;
  background-color: transparent;
}
.item-team-2 .img .img-wrapper:before {
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 32, 82, 0.5);
  opacity: 0;
}
@media (max-width: 767px) {
  .item-team-2 .img .img-wrapper:before {
    opacity: 1;
  }
}
.item-team-2 .img .img-wrapper:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 33px);
  height: calc(100% - 33px);
  border-radius: 10px;
  border: 5px solid transparent;
  border-image-slice: 30;
  border-image-source: linear-gradient(var(--rotate), rgba(236, 110, 173, 0.51) 5.35%, rgba(79, 144, 201, 0) 56.32%, #3494E6 185.29%);
  animation: border_spin 3.5s linear infinite;
}
.item-team-2 .img .content-and-social {
  transition: all 0.7s ease;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media (max-width: 767px) {
  .item-team-2 .img .content-and-social {
    opacity: 1;
  }
}
.item-team-2 .img .content-and-social .job {
  margin: 0;
  padding-bottom: 8px;
  color: #fff;
}
.item-team-2 .img .list-icon {
  position: static;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.item-team-2 .img .list-icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
.item-team-2 .img .list-icon ul .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
.item-team-2 .img .list-icon ul .item a:hover {
  background-color: var(--secondary);
}
.item-team-2 .img .list-icon ul .item a:hover i {
  color: #fff;
}
.item-team-2 .img .list-icon ul .item i {
  color: var(--secondary);
}
.item-team-2 .info {
  position: relative;
  top: -22px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  width: 45%;
  background: linear-gradient(279.42deg, rgba(101, 45, 143, 0) -71.91%, rgba(0, 82, 248, 0.51) -28.36%, #B879E9 60.31%);
  z-index: 1;
}
.item-team-2 .info .name-job .name {
  color: #fff;
  font-size: 18px;
}
.item-team-2 .info .name-job .name a {
  color: #fff;
}

@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
@keyframes border_spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
/* template 3*/
.item-team-3:hover .img img {
  transform: unset;
  mix-blend-mode: normal;
}
.item-team-3:hover .img .img-wrapper:before {
  transition: all 0.5s ease;
  opacity: 1;
}
.item-team-3:hover .img .content-and-social {
  transition: all 0.7s ease;
  opacity: 1;
}
.item-team-3 .img {
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}
.item-team-3 .img .img-wrapper {
  border-radius: 10px;
}
.item-team-3 .img .img-wrapper:before {
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #B882FC 0%, rgba(184, 130, 252, 0) 100%);
  opacity: 0;
}
@media (max-width: 767px) {
  .item-team-3 .img .img-wrapper:before {
    opacity: 1;
  }
}
.item-team-3 .img .content-and-social {
  transition: all 0.7s ease;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
}
@media (max-width: 767px) {
  .item-team-3 .img .content-and-social {
    opacity: 1;
  }
}
.item-team-3 .img .content-and-social .job {
  margin: 0;
  padding-bottom: 12px;
  color: #fff;
}
.item-team-3 .img .list-icon {
  position: static;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.item-team-3 .img .list-icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
.item-team-3 .img .list-icon ul .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
.item-team-3 .img .list-icon ul .item a:hover {
  background-color: var(--secondary);
}
.item-team-3 .img .list-icon ul .item a:hover i {
  color: #fff;
}
.item-team-3 .img .list-icon ul .item i {
  color: var(--secondary);
}
.item-team-3 .info {
  background-color: transparent;
  text-align: center;
  justify-content: center;
  padding: 0;
}
.item-team-3 .info .name-job .name {
  color: #fff;
}
.item-team-3 .info .name-job .name a {
  color: #fff;
}

/* template 4*/
.item-team-4:hover .img img {
  mix-blend-mode: normal;
}
.item-team-4 .img .list-icon {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: unset;
  background-color: var(--primary);
  box-shadow: none;
  padding: 14px 25px;
}
.item-team-4 .img .list-icon ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.item-team-4 .img .list-icon ul .item a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background-color: #6f42f0;
  border-radius: 50%;
}
.item-team-4 .img .list-icon ul .item a i {
  display: inline-flex;
  font-size: 16px;
  color: #fff;
}
.item-team-4 .img .list-icon ul .item a:hover {
  transition: all 0.3s ease;
  background-color: #fff;
}
.item-team-4 .img .list-icon ul .item a:hover i {
  color: var(--heading);
}
.item-team-4 .info {
  padding: 22px 0 0 0;
}
.item-team-4 .info .name-job .name {
  font-size: 22px;
}
.item-team-4 .info .name-job .job {
  font-weight: 400;
}

/* template 5*/
.item-team-5:hover .img img {
  transform: unset;
  mix-blend-mode: normal;
}
.item-team-5:hover .img .img-wrapper:before {
  transition: all 0.5s ease;
  opacity: 1;
}
.item-team-5:hover .img .list-icon {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.item-team-5 .img .img-wrapper:before {
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 23, 41, 0.75);
  opacity: 0;
}
.item-team-5 .img .list-icon {
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: unset;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 25px;
}
.item-team-5 .img .list-icon ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.item-team-5 .img .list-icon ul .item a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background-color: var(--secondary);
  border-radius: 50%;
}
.item-team-5 .img .list-icon ul .item a i {
  display: inline-flex;
  font-size: 16px;
  color: #fff;
}
.item-team-5 .img .list-icon ul .item a:hover {
  transition: all 0.3s ease;
  background-color: var(--primary);
}
.item-team-5 .info {
  padding: 25px 30px;
}
.item-team-5 .info .name-job .name {
  font-size: 22px;
}
.item-team-5 .info .name-job .job {
  font-weight: 400;
}

/* template 6*/
.item-team-6:hover .img img {
  mix-blend-mode: normal;
}
.item-team-6 .img {
  background-color: transparent;
}
.item-team-6 .img .img-wrapper {
  border-radius: 7px;
}
.item-team-6 .img .list-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: unset;
  background-color: var(--primary);
  box-shadow: none;
  padding: 12px 20px;
}
.item-team-6 .img .list-icon ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 25px;
}
.item-team-6 .img .list-icon ul .item a {
  transition: all 0.3s ease;
  display: inline-flex;
  vertical-align: middle;
}
.item-team-6 .img .list-icon ul .item a i {
  display: inline-flex;
  font-size: 14px;
  color: #fff;
}
.item-team-6 .img .list-icon ul .item a:hover {
  transition: all 0.3s ease;
  background-color: #fff;
}
.item-team-6 .img .list-icon ul .item a:hover i {
  color: var(--heading);
}
.item-team-6 .info {
  align-items: center;
  padding: 19px 0 0 0;
  background-color: transparent;
}
.item-team-6 .info .name-job .name {
  margin-bottom: 5px;
  font-size: 19px;
}
.item-team-6 .info .name-job .job {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
}
.item-team-6 .info .view-details {
  font-size: 32px;
  transform: rotate(-45deg);
}

.item-team-7 {
  position: relative;
}
.item-team-7:hover .img img {
  mix-blend-mode: unset;
}
.item-team-7 .img {
  background-color: transparent;
}
.item-team-7 .img .img-wrapper {
  border-radius: 150px;
}
.item-team-7 .img img {
  height: 363px;
}
.item-team-7 .img .list-icon {
  bottom: 100px;
  right: calc(100% - 40px);
  background-color: var(--primary);
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
}
.item-team-7 .img .list-icon ul .item:first-child a {
  padding-top: 16px;
}
.item-team-7 .img .list-icon ul .item:last-child a {
  padding-bottom: 16px;
}
.item-team-7 .img .list-icon ul .item:not(:last-child) {
  margin: 0;
}
.item-team-7 .img .list-icon ul .item a {
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  line-height: 1;
  padding: 12px;
}
.item-team-7 .img .list-icon ul .item a:hover {
  transition: all 0.3s ease;
  background-color: var(--heading);
}
.item-team-7 .img .list-icon ul .item i {
  color: #fff;
}
.item-team-7 .info {
  justify-content: center;
  background-color: transparent;
  padding: 20px 0 0 0;
  text-align: center;
}
.item-team-7 .info .name-job .name {
  margin-bottom: 3px;
  font-size: 18px;
  text-transform: uppercase;
}
.item-team-7 .info .name-job .job {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.item-team-8 {
  position: relative;
}
.item-team-8:hover .img img {
  mix-blend-mode: unset;
}
.item-team-8 .img {
  background-color: transparent;
}
.item-team-8 .img img {
  height: 355px;
}
.item-team-8 .img .list-icon {
  bottom: 100px;
  right: calc(100% - 40px);
  background-color: var(--primary);
  border-radius: 0;
  overflow: hidden;
  padding: 0;
}
.item-team-8 .img .list-icon ul .item:first-child a {
  padding-top: 16px;
}
.item-team-8 .img .list-icon ul .item:last-child a {
  padding-bottom: 16px;
}
.item-team-8 .img .list-icon ul .item:not(:last-child) {
  margin: 0;
}
.item-team-8 .img .list-icon ul .item a {
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  line-height: 1;
  padding: 12px;
}
.item-team-8 .img .list-icon ul .item a:hover {
  transition: all 0.3s ease;
  background-color: var(--heading);
}
.item-team-8 .img .list-icon ul .item i {
  color: #fff;
}
.item-team-8 .info {
  justify-content: center;
  background-color: transparent;
  padding: 20px 0 0 0;
  text-align: center;
}
.item-team-8 .info .name-job .name {
  margin-bottom: 3px;
  font-size: 20px;
}
.item-team-8 .info .name-job .job {
  font-size: 12px;
  color: var(--heading);
  font-weight: 600;
}

.item-team-9 {
  position: relative;
}
.item-team-9:hover .img img {
  mix-blend-mode: unset;
}
.item-team-9 .img {
  background-color: transparent;
}
.item-team-9 .img img {
  height: 430px;
}
.item-team-9 .img .list-icon {
  bottom: 130px;
  right: calc(100% - 50px);
  background-color: var(--primary);
  border-radius: 0;
  overflow: hidden;
  padding: 0;
}
.item-team-9 .img .list-icon ul .item:first-child a {
  padding-top: 16px;
}
.item-team-9 .img .list-icon ul .item:last-child a {
  padding-bottom: 16px;
}
.item-team-9 .img .list-icon ul .item:not(:last-child) {
  margin: 0;
}
.item-team-9 .img .list-icon ul .item a {
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  line-height: 1;
  padding: 12px 17px;
}
.item-team-9 .img .list-icon ul .item a:hover {
  transition: all 0.3s ease;
  background-color: var(--heading);
}
.item-team-9 .img .list-icon ul .item i {
  color: #fff;
}
.item-team-9 .info {
  position: relative;
  padding: 24px 32px;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.07);
  width: calc(100% - 40px);
  margin-left: auto;
  margin-top: -70px;
}
.item-team-9 .info .name-job .name {
  margin-bottom: 3px;
  font-size: 22px;
}
.item-team-9 .info .name-job .job {
  font-size: 15px;
  color: var(--primary);
}
.item-team-9 .info .name-job .icon {
  margin-top: 12px;
  line-height: 1;
}
.item-team-9 .info .name-job .icon i {
  font-size: 20px;
  color: #0A1222;
}

.item-team-10:hover .img img {
  mix-blend-mode: normal;
}
.item-team-10:hover .img .share-button {
  transition: all 0.5s ease;
}
.item-team-10:hover .img .share-button i {
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(0.95) rotateY(360deg);
  transform: scale(0.95) rotateY(360deg);
}
.item-team-10 .img {
  margin-bottom: 8px;
  background-color: transparent;
}
.item-team-10 .img img {
  height: 350px;
}
.item-team-10 .img .share-button {
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
}
.item-team-10 .img .share-button i {
  transition: all 0.3s ease;
  font-size: 20px;
  color: #fff;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}
.item-team-10 .img .list-icon {
  bottom: 0;
  left: 60px;
  right: unset;
  box-shadow: none;
  padding: 12px 20px;
}
.item-team-10 .img .list-icon ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 25px;
}
.item-team-10 .img .list-icon ul .item a {
  transition: all 0.3s ease;
  display: inline-flex;
  vertical-align: middle;
}
.item-team-10 .img .list-icon ul .item a i {
  font-size: 15px;
  color: var(--text);
}
.item-team-10 .img .list-icon ul .item a:hover {
  transition: all 0.3s ease;
}
.item-team-10 .img .list-icon ul .item a:hover i {
  color: var(--primary);
}
.item-team-10 .info {
  display: block;
  text-align: center;
  background-color: transparent;
}
.item-team-10 .info .name-job .name {
  margin-bottom: 10px;
  font-size: 20px;
}
.item-team-10 .info .name-job .job {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
}
.item-team-10 .info .view-details {
  font-size: 32px;
  transform: rotate(-45deg);
}