.team-single-page {
  font-family:"Poppins", sans-serif;
}
.team-single-page .team-name {
  margin-bottom: 30px;
  min-height:70px;
  font-family:"Poppins", sans-serif;
}
.team-single-page .team-name .name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 42px;
  font-family:"Poppins", sans-serif;
}
.team-single-page .team-name .job {
  font-size: 12px;
  color: #999999;
}
.team-single-page .team-name .line {
  text-align: center;
  float: left;
}
.team-single-page .team-name .line span {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: inline-block;
  margin: 0 5px;
}
.team-single-page .team-name .line span.one {
  background: #1d83a2;
  margin-left: 0;
}
.team-single-page .team-name .line span.second {
  background: #2f8c36;
}
.team-single-page .team-name .line span.three {
  background: #aa8928;
  margin-right: 0;
}
.team-single-page .socials {
  margin-top: 10px;
}
.team-single-page .heading {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.team-single-page .team-contact {
  margin-bottom: 25px;
}
.team-single-page .job {
    color:black;
}
.team-single-page .team-contact .content-inner, .team-single-page .team-education .content-inner {
  color: #999999;
  font-size: 13px;
  line-height: 28px;
}
.team-single-page .team-education .field__item {
  padding-left: 20px;
  position: relative;
}
.team-single-page .team-education .field__item:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #008AFA;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}
.team-single-page .team-info {
margin-bottom: 0px !important;
padding: 0;
}
.team-single-page .team-quote {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  padding-left: 50px;
  position: relative;
}
.team-single-page .team-quote:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #008AFA;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
