.groundwork-meet-our-experts-block {
  position: relative;
}
.groundwork-meet-our-experts-block .bg {
  position: absolute;
}
.groundwork-meet-our-experts-block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.groundwork-meet-our-experts-block .experts-view {
  padding: 90px 0 60px;
}
@media (max-width: 578px) {
  .groundwork-meet-our-experts-block .experts-view {
    padding: 50px 0 10px;
  }
}
.groundwork-meet-our-experts-block .sec-title {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.groundwork-meet-our-experts-block .sec-title .text-bg {
  position: absolute;
  left: 13px;
  right: 0;
  height: 64px;
  width: 64px;
  margin: 0 auto;
  top: -15px;
  z-index: -1;
}
.groundwork-meet-our-experts-block .sec-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 43.2px;
  font-weight: 500;
  margin-bottom: 102px;
}
.groundwork-meet-our-experts-block .sec-title h2 span {
  color: var(--color-primary);
}
.groundwork-meet-our-experts-block .sec-title .sec-title {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.groundwork-meet-our-experts-block .sec-title .sec-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 43.2px;
  font-weight: 500;
}
.groundwork-meet-our-experts-block .sec-title .sec-title h2 span {
  color: var(--color-primary);
}
.groundwork-meet-our-experts-block .sec-title .sec-title .text-bg {
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: -15px;
  z-index: -1;
}
.groundwork-meet-our-experts-block .sec-title .sec-title.text-center h2:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.groundwork-meet-our-experts-block .team-block {
  position: relative;
  margin-bottom: 30px;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@media (max-width: 768px) {
  .groundwork-meet-our-experts-block .team-block {
    margin-bottom: 20px;
  }
}
.groundwork-meet-our-experts-block .team-block .inner-box {
  position: relative;
  overflow: hidden;
}
.groundwork-meet-our-experts-block .team-block .inner-box .image-box {
  position: relative;
}
.groundwork-meet-our-experts-block .team-block .inner-box .image-box .image {
  position: relative;
  margin: 0;
}
.groundwork-meet-our-experts-block .team-block .inner-box .image-box .image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.groundwork-meet-our-experts-block .team-block .inner-box .image-box .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  padding: 15px 30px;
  background-color: var(--color-primary);
  opacity: 0.9;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.groundwork-meet-our-experts-block .team-block .inner-box .image-box .name .designation {
  position: relative;
  display: inline-block;
  color: #fff;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  background-color: var(--color-primary);
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .name {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 35px;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .name .designation {
  position: relative;
  display: inline-block;
  color: var(--color-primary);
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .info {
  position: relative;
  margin-bottom: 20px;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .info li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .info li a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .info li a:hover {
  color: var(--color-primary);
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .social-icon-three {
  position: relative;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .social-icon-three li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .social-icon-three li a {
  position: relative;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #27392d;
  font-size: 14px;
  color: #848484;
  font-weight: 400;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .social-icon-three li a .iconfont {
  font-size: 18px;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .social-icon-three li a:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.groundwork-meet-our-experts-block .team-block .inner-box .overlay-box .content .social-icon-three li a:hover .fa {
  opacity: 1;
}
.groundwork-meet-our-experts-block .team-block .inner-box:hover .image-box .name {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.groundwork-meet-our-experts-block .team-block .inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
