.archive_team {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .archive_team {
    margin: 80px 0;
  }
}
.archive_team .content {
  padding-top: 160px;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 190px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 767px) {
  .archive_team .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .archive_team .content.four_column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .archive_team .content.three_column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .archive_team .content.two_column {
    grid-template-columns: 1fr 1fr;
  }
}
.archive_team .content .item-team {
  position: relative;
  text-align: center;
  background: #FEFBE9;
  border-radius: 20px;
  padding-bottom: 50px;
  padding-top: 150px;
  transition: all linear 0.3s;
}
.archive_team .content .item-team:hover {
  background: var(--primary);
}
.archive_team .content .item-team:hover .info .job {
  color: var(--heading);
}
.archive_team .content .item-team:hover .socials .item a {
  background: var(--heading);
}
.archive_team .content .item-team:hover .socials .item a i {
  color: #fff;
}
.archive_team .content .item-team .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  top: -160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.archive_team .content .item-team .img .team-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.archive_team .content .item-team .info .name {
  margin: 0;
  margin-top: 20px;
}
.archive_team .content .item-team .info .name a {
  font-size: 24px;
  color: var(--heading);
  transition: all linear 0.3s;
}
.archive_team .content .item-team .info .job {
  margin: 0;
  margin-top: 2px;
  transition: all linear 0.3s;
}
.archive_team .content .item-team .socials {
  margin: 0;
  padding: 0;
  padding-top: 25px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}
.archive_team .content .item-team .socials .item {
  margin-left: 10px;
}
.archive_team .content .item-team .socials .item a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all linear 0.3s;
}
.archive_team .content .item-team .socials .item a:hover {
  background: var(--secondary);
}
.archive_team .content .item-team .socials .item a:hover i {
  color: var(--primary);
}
.archive_team .content .item-team .socials .item a i {
  color: var(--heading);
  transition: all linear 0.3s;
}
.archive_team .navigation.pagination {
  margin-bottom: 0;
}

.ova_team_single .top_info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .ova_team_single .top_info {
    flex-direction: column;
  }
}
.ova_team_single .top_info .image {
  width: 50%;
  flex-shrink: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ova_team_single .top_info .image {
    flex-shrink: 1;
    margin-bottom: 30px;
  }
}
.ova_team_single .top_info .image::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--primary);
  z-index: 0;
  transform: translateY(-50%) skewY(-10deg);
}
.ova_team_single .top_info .image::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--secondary);
  z-index: -1;
  transform: translateY(-50%) skewY(10deg);
}
.ova_team_single .top_info .image .inner {
  position: relative;
  z-index: 1;
  width: 470px;
  height: 590px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ova_team_single .top_info .image .inner {
    width: auto;
    height: auto;
  }
}
.ova_team_single .top_info .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 235px 235px 235px;
}
.ova_team_single .top_info .content_box {
  width: 50%;
  padding-left: 100px;
}
@media screen and (max-width: 1200px) {
  .ova_team_single .top_info .content_box {
    width: 100%;
    padding-left: 0;
  }
}
.ova_team_single .top_info .content_box .head .title {
  margin: 0;
  margin-top: 4px;
  font-size: 50px;
}
@media screen and (max-width: 600px) {
  .ova_team_single .top_info .content_box .head .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .ova_team_single .top_info .content_box .head {
    text-align: center;
  }
}
.ova_team_single .top_info .content_box .desc {
  margin-top: 25px;
  margin-bottom: 35px;
}
.ova_team_single .top_info .content_box .contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ova_team_single .top_info .content_box .contact .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .ova_team_single .top_info .content_box .contact .item {
    flex-direction: column;
    text-align: center;
  }
}
.ova_team_single .top_info .content_box .contact .item .icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: var(--primary);
  border-radius: 50%;
  position: relative;
  margin-right: 25px;
}
@media screen and (max-width: 600px) {
  .ova_team_single .top_info .content_box .contact .item .icon {
    margin-right: 0;
  }
}
.ova_team_single .top_info .content_box .contact .item .icon i {
  font-size: 20px;
  line-height: 15px;
  color: var(--heading);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ova_team_single .top_info .content_box .contact .item .info .label {
  margin: 0;
  color: var(--heading);
}
.ova_team_single .top_info .content_box .contact .item .info .text_contact {
  margin: 0;
}
.ova_team_single .top_info .content_box .contact .item .info .text_contact a {
  font-size: 27px;
  color: var(--secondary);
  transition: all linear 0.3s;
}
.ova_team_single .top_info .content_box .contact .item .info .text_contact a:hover {
  color: var(--primary);
}

.ova-team {
  padding-top: 165px;
}
.ova-team .content {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 190px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 767px) {
  .ova-team .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .ova-team .content.four_column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .ova-team .content.three_column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .ova-team .content.two_column {
    grid-template-columns: 1fr 1fr;
  }
}
.ova-team .content .item-team {
  text-align: center;
  background: #FEFBE9;
  border-radius: 20px;
  padding-bottom: 50px;
  transition: all linear 0.3s;
}
.ova-team .content .item-team:hover {
  background: var(--primary);
}
.ova-team .content .item-team:hover .info .job {
  color: var(--heading);
}
.ova-team .content .item-team:hover .socials .item a {
  background: var(--heading);
}
.ova-team .content .item-team:hover .socials .item a i {
  color: #fff;
}
.ova-team .content .item-team .img {
  border-radius: 50%;
  margin-top: -160px;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ova-team .content .item-team .img .team-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ova-team .content .item-team .info .name {
  margin: 0;
  margin-top: 20px;
}
.ova-team .content .item-team .info .name a {
  font-size: 24px;
  color: var(--heading);
  transition: all linear 0.3s;
}
.ova-team .content .item-team .info .job {
  margin: 0;
  margin-top: 2px;
  transition: all linear 0.3s;
}
.ova-team .content .item-team .socials {
  margin: 0;
  padding: 0;
  padding-top: 25px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}
.ova-team .content .item-team .socials .item {
  margin-left: 10px;
}
.ova-team .content .item-team .socials .item a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all linear 0.3s;
}
.ova-team .content .item-team .socials .item a:hover {
  background: var(--secondary);
}
.ova-team .content .item-team .socials .item a:hover i {
  color: var(--primary);
}
.ova-team .content .item-team .socials .item a i {
  color: var(--heading);
  transition: all linear 0.3s;
}

.ova-team-2 .content {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 767px) {
  .ova-team-2 .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .ova-team-2 .content.four_column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .ova-team-2 .content.three_column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .ova-team-2 .content.two_column {
    grid-template-columns: 1fr 1fr;
  }
}
.ova-team-2 .content .item-team:hover .overlay {
  width: 100%;
}
.ova-team-2 .content .item-team:hover .icon {
  transform: rotate(45deg);
}
.ova-team-2 .content .item-team:hover .socials {
  opacity: 1;
  bottom: 30px;
}
.ova-team-2 .content .item-team .img {
  position: relative;
  overflow: hidden;
}
.ova-team-2 .content .item-team .img .team-img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease;
}
.ova-team-2 .content .item-team .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}
.ova-team-2 .content .item-team .icon {
  position: absolute;
  top: -25px;
  right: 20px;
  font-size: 28px;
  color: var(--heading);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  border-radius: 50%;
  opacity: 1;
  transition: 0.5s ease;
}
.ova-team-2 .content .item-team .icon i {
  height: 28px;
}
.ova-team-2 .content .item-team .info {
  position: relative;
  padding-top: 12px;
}
.ova-team-2 .content .item-team .info .name {
  margin: 0;
  margin-top: 20px;
}
.ova-team-2 .content .item-team .info .name a {
  font-size: 24px;
  color: var(--heading);
  transition: all linear 0.3s;
}
.ova-team-2 .content .item-team .info .name a:hover {
  color: var(--primary);
}
.ova-team-2 .content .item-team .info .job {
  margin: 0;
  margin-top: 2px;
  transition: all linear 0.3s;
}
.ova-team-2 .content .item-team .socials {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  transition: 0.5s ease;
  opacity: 0;
}
.ova-team-2 .content .item-team .socials .item {
  padding: 0px 17.5px;
}
.ova-team-2 .content .item-team .socials .item a {
  width: 12.5px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all linear 0.3s;
}
.ova-team-2 .content .item-team .socials .item a i {
  color: var(--heading);
  transition: all linear 0.3s;
}

.ova-team-3 .content {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 767px) {
  .ova-team-3 .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .ova-team-3 .content.four_column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .ova-team-3 .content.three_column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .ova-team-3 .content.two_column {
    grid-template-columns: 1fr 1fr;
  }
}
.ova-team-3 .content .item-team:hover .socials {
  opacity: 1;
}
.ova-team-3 .content .item-team:hover .overlay {
  opacity: 1;
}
.ova-team-3 .content .item-team .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.ova-team-3 .content .item-team .img .team-img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease;
}
.ova-team-3 .content .item-team .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  border-radius: 20px;
  background-color: rgba(15, 15, 45, 0.65);
}
.ova-team-3 .content .item-team .info {
  text-align: center;
  padding-top: 12px;
}
.ova-team-3 .content .item-team .info .name {
  margin: 0;
  margin-top: 13px;
}
.ova-team-3 .content .item-team .info .name a {
  font-size: 24px;
  color: var(--heading);
  transition: all linear 0.3s;
}
.ova-team-3 .content .item-team .info .job {
  margin: 0;
  margin-top: 2px;
  transition: all linear 0.3s;
}
.ova-team-3 .content .item-team .socials {
  position: absolute;
  margin: 0;
  padding: 0;
  padding-left: 18px;
  padding-right: 18px;
  bottom: 0;
  left: 0%;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 0.5s ease;
  opacity: 0;
}
.ova-team-3 .content .item-team .socials .item {
  padding: 0px 12.5px;
}
.ova-team-3 .content .item-team .socials .item a {
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all linear 0.3s;
}
.ova-team-3 .content .item-team .socials .item a i {
  color: var(--heading);
  transition: all linear 0.3s;
}