/**
 * Team 01 stylesheet  
 * */
.team-01 .side {
  color: #282828;
}
.team-01 .side .title {
  margin-bottom: 50px;
}
.team-01 .side .title h2 {
  color: #282828;
  font-weight: bold;
  padding-bottom: 10px;
}
.team-01 .side .title h5 {
  color: #282828;
  padding-top: 10px;
  line-height: 34px;
}
.team-01 .side .title .small-border {
  width: 40%;
  border: 2px solid #282828;
}
.team-01 .side p {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .team-01 .side .dots {
    text-align: center;
  }
}
.team-01 .side .owl-dot {
  display: inline-block;
}
.team-01 .side .owl-dot span {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #000;
  transition: background 0.3s;
  width: 10px;
  height: 10px;
  display: block;
  margin: 5px 7px;
  cursor: pointer;
}
.team-01 .side .owl-dot span:hover {
  background: rgba(0, 0, 0, 0.5);
}
.team-01 .side .owl-dot.active span {
  background: rgba(0, 0, 0, 0.5);
}
.team-01 .content .description {
  padding: 30px 10px 0px 10px;
  color: #282828;
}
.team-01 .content .description h3,
.team-01 .content .description h5 {
  font-family: 'Raleway', sans-serif;
}
.team-01 .content .description h5 {
  color: #282828;
}
.team-01 .content .description .btn-simple {
  font-family: 'Raleway', sans-serif;
  padding-left: 0;
  box-shadow: none;
  color: #282828;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .team-01 .content .description .btn-simple {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.team-01 .content .description .btn-simple i {
  padding-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .team-01 .content .description .btn-simple i {
    display: block;
    margin-bottom: 10px;
  }
}