/* Fonts */
@font-face {
  font-family: GibsonReg;
  src: url(../fonts/gibson-revisied/Gibson-Regular.eot);
  src: url(../fonts/gibson-revisied/Gibson-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/gibson-revisied/Gibson-Regular.woff2) format("woff2"), url(../fonts/gibson-revisied/Gibson-Regular.woff) format("woff"), url(../fonts/gibson-revisied/Gibson-Regular.ttf) format("truetype");
}
@font-face {
  font-family: GibsonLight;
  src: url(../fonts/gibson-revisied/Gibson-Light.eot);
  src: url(../fonts/gibson-revisied/Gibson-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/gibson-revisied/Gibson-Light.woff2) format("woff2"), url(../fonts/gibson-revisied/Gibson-Light.woff) format("woff"), url(../fonts/gibson-revisied/Gibson-Light.ttf) format("truetype");
}
@font-face {
  font-family: GibsonSemiBold;
  src: url(../fonts/gibson-revisied/Gibson-SemiBold.eot);
  src: url(../fonts/gibson-revisied/Gibson-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/gibson-revisied/Gibson-SemiBold.woff2) format("woff2"), url(../fonts/gibson-revisied/Gibson-SemiBold.woff) format("woff"), url(../fonts/gibson-revisied/Gibson-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: TrendSlab-One;
  src: url(../fonts/TrendSlabOne/TrendSlabOne.eot);
  src: url(../fonts/TrendSlabOne/TrendSlabOne.eot?#iefix) format("embedded-opentype"), url(../fonts/TrendSlabOne/TrendSlabOne.woff2) format("woff2"), url(../fonts/TrendSlabOne/TrendSlabOne.woff) format("woff"), url(../fonts/TrendSlabOne/TrendSlabOne.ttf) format("truetype");
}
#our-team {
  padding-top: 5%;
}

.inside-content h3.meet-team-heading {
  border-top: 1px solid #000000;
  margin-top: 25px;
  padding-top: 35px;
  padding-bottom: 25px;
  font-family: "TrendSlab-One", serif;
  color: #956E42;
  letter-spacing: 0;
}

.team-members .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.team-members .team-member-item {
  border: 15px solid #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
  margin: 10px 0;
  position: relative;
}
.team-members .team-image {
  position: relative;
}
.team-members .team-image picture {
  width: 100%;
  height: auto;
}
.team-members .team-image picture img {
  width: 100%;
  height: auto;
}
.team-members .team-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team-members .team-image:hover .hover-image {
  opacity: 1;
}
.team-members .team-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background: rgba(236, 0, 140, 0.66);
  padding: 8px 15px;
}
.team-members .team-details .name {
  font-family: "GibsonLight", sans-serif;
  font-size: 22px;
}
.team-members .team-details .title {
  font-family: "GibsonSemiBold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.team-explore {
  display: flex;
  align-items: center;
  padding: 25px 0;
  height: 100%;
}
.team-explore .explore-btn h4 {
  font-family: "GibsonReg", sans-serif;
  color: #000000;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}
.team-explore .explore-btn .explore-b {
  position: relative;
  display: inline-block;
  height: 120px;
  width: 350px;
}
.team-explore .explore-btn .explore-b a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #000000;
}
.team-explore .explore-btn .explore-b a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.team-explore .explore-btn .explore-b a .ctext {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 12px;
  font-family: "GibsonSemiBold", sans-serif;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
.team-explore .explore-btn .explore-b a .context {
  position: absolute;
  bottom: 15px;
  left: 0;
  font-size: 12px;
  font-family: "GibsonSemiBold", sans-serif;
  text-transform: uppercase;
}
.team-explore .explore-btn .explore-b a .arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s;
}
.team-explore .explore-btn .explore-b a .hover-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.team-explore .explore-btn .explore-b a:hover .ctext {
  opacity: 0;
}
.team-explore .explore-btn .explore-b a:hover .hover-icon {
  opacity: 1;
}
.team-explore .explore-btn .explore-b a:hover .arrow {
  left: 50%;
}
.team-explore .explore-btn .explore-b a:hover:before {
  width: 50%;
}

/*# sourceMappingURL=team-section.css.map */
