.hactora_team.team-one-section{
  position: relative;
  display: block;
  padding: 70px 0;
}
.hactora_team .team-one-single{
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.hactora_team .team-one-img {
  position: relative;
  display: block;
}
.hactora_team .team-one-img:before{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .40);
  content: "";
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hactora_team .team-one-single:hover .team-one-img:before{
  transform: scale(1);
}
.hactora_team .team-one-img img{
  width: 100%;
}
.hactora_team .team-one-hover {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.hactora_team .team-one-social{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  transform: translateY(70px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hactora_team .team-one-single:hover .team-one-social{
  transform: translateY(0);
}
.hactora_team .team-one-social a{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2d3247;
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hactora_team .team-one-social a:hover{
  background: var(--color-primary);
}
.hactora_team .team-one-social a+a{
  margin-left: 10px;
}
.hactora_team .team-one-content {
  position: relative;
  display: block;
  text-align: center;
  padding: 38px 0 36px;
  background-color: rgb( 255, 255, 255 );
  box-shadow: 0px 0px 51px 0px rgb( 0, 0, 0, .09 );
}
.hactora_team .team-one-content h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.hactora_team .team-one-content p {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}
.hactora_team .thm-section-title {
  margin-top: -10px;
  margin-bottom: 50px;
}
.hactora_team .thm-section-title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}
.hactora_team .section_title-subheading {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.hactora_team .sub-title-shape-left:before {
  position: relative;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: var(--color-primary);
  display: inline-block;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .hactora_team.team-one-section{
    padding: 40px 0;
  }
} 