
/*
-----------------------------------------------------------------------
    Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-default-area {
    padding: 127px 0 131px;
  }
  @media only screen and (max-width: 1199px) {
    .team-area.team-default-area {
      padding: 90px 0 95px;
    }
  }
  .team-area.team-inner-area {
    padding: 130px 0 101px;
  }
  @media only screen and (max-width: 1199px) {
    .team-area.team-inner-area {
      padding: 90px 0 60px;
    }
  }
  .team-area.team-inner-area .team-item {
    margin-bottom: 30px;
  }
  .team-area.team-details-area {
    padding: 125px 0 108px;
  }
  @media only screen and (max-width: 1199px) {
    .team-area.team-details-area {
      padding: 90px 0 60px;
    }
  }
  .team-area.team-details-area .section-title {
    margin-bottom: 30px;
  }
  @media only screen and (max-width: 767px) {
    .team-area.team-details-area .section-title {
      margin-bottom: 0;
    }
  }
  .team-area.team-details-area .section-title .title {
    margin-bottom: 21px;
  }
  .team-area.team-details-area .section-title .subtitle {
    color: #787878;
    font-size: 24px;
    letter-spacing: 0.53px;
    text-transform: capitalize;
  }
  .team-area.team-details-area .btn-play-box {
    margin-top: 23px;
    text-align: right;
  }
  @media only screen and (max-width: 767px) {
    .team-area.team-details-area .btn-play-box {
      margin-bottom: 40px;
      text-align: left;
    }
  }
  .team-area.team-details-area .btn-play-box .btn-play {
    color: #252525;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.25px;
  }
  .team-area.team-details-area .btn-play-box .btn-play:hover {
    color: #39b54a;
  }
  .team-area.team-details-area .btn-play-box .btn-play img {
    margin-right: 12px;
  }
  .team-area .team-details-info .section-title {
    margin-bottom: 36px;
  }
  .team-area .team-details-info .section-title .title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .team-area .team-details-info .section-title p {
    color: #252525;
    font-size: 16px;
    line-height: 1.75;
  }
  .team-area .team-section-title .title {
    font-size: 32px;
    margin-top: 27px;
    margin-bottom: 29px;
  }
  
  .team-item {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .team-item .team-member {
    overflow: hidden;
  }
  .team-item .team-member .thumb {
    overflow: hidden;
    position: relative;
  }
  .team-item .team-member .thumb a img {
    width: 100%;
  }
  .team-item .team-member .content {
    background-color: #f2f2f2;
    margin-top: -46px;
    padding: 14px 10px 0px 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: translate(0, 46px);
    -webkit-transform: translate(0, 46px);
    -moz-transform: translate(0, 46px);
    -ms-transform: translate(0, 46px);
    -o-transform: translate(0, 46px);
  }
  .team-item .team-member .content .member-info .name {
    font-size: 24px;
  }
  .team-item .team-member .content .member-info .name a {
    color: #252525;
  }
  .team-item .team-member .content .member-info .name a:hover {
    color: #39b54a;
  }
  .team-item .team-member .content .member-info .designation {
    border-bottom: 1px solid #e8e8e8;
    color: #787878;
    margin-bottom: 13px;
    padding-bottom: 14px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .team-item .team-member .content .member-info .social-icons {
    padding-bottom: 11px;
  }
  .team-item .team-member .content .member-info .social-icons a {
    background-color: #e3e3e3;
    border-radius: 10px;
    color: #252525;
    display: inline-block;
    font-size: 14px;
    height: 26.7px;
    line-height: 29.7px;
    width: 26.7px;
    margin-right: 12px;
    text-align: center;
  }
  .team-item .team-member .content .member-info .social-icons a:last-child {
    margin-right: 0px;
  }
  .team-item .team-member .content .member-info .social-icons a:hover {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    background-color: #39b54a;
    color: #fff;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
  }
  .team-item .team-member .content .member-info .team-footer {
    border-top: 1px solid transparent;
    padding-top: 10px;
    padding-bottom: 11px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .team-item .team-member .content .member-info .team-footer .btn {
    color: #39b54a;
    font-size: 14px;
    font-weight: 500;
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
  }
  .team-item .team-member .content .member-info .team-footer .btn:hover {
    text-decoration: underline;
  }
  .team-item .team-member:hover .content {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .team-item .team-member:hover .content .member-info .team-footer {
    border-top: 1px solid #e8e8e8;
  }
  
  .team-items-style2 .team-item .team-member {
    display: flex;
  }
  @media only screen and (max-width: 1199px) {
    .team-items-style2 .team-item .team-member {
      display: block;
    }
  }
  .team-items-style2 .team-item .team-member .thumb {
    min-width: 164px;
  }
  .team-items-style2 .team-item .team-member .content {
    transform: none;
    margin-top: 0;
    min-width: 212px;
    padding: 40px 5px 0px 0px;
  }
  @media only screen and (max-width: 1199px) {
    .team-items-style2 .team-item .team-member .content {
      padding: 40px 15px 30px 15px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .team-details-item {
      margin-bottom: 20px;
    }
  }
  .team-details-item .content {
    margin-top: -7px;
  }
  .team-details-item .thumb {
    margin-bottom: 67px;
    padding-right: 36px;
  }
  @media only screen and (max-width: 767px) {
    .team-details-item .thumb {
      padding-right: 0;
    }
  }
  .team-details-item .thumb img {
    width: 100%;
  }
  .team-details-item .thumb .social-icons {
    background-color: #f2f2f2;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 35px 10px;
    text-align: center;
  }
  .team-details-item .thumb .social-icons a {
    background-color: #e3e3e3;
    border-radius: 18px;
    color: #252525;
    display: inline-block;
    font-size: 28px;
    height: 53px;
    line-height: 57px;
    width: 53px;
    margin-right: 29px;
    text-align: center;
  }
  @media only screen and (max-width: 991px) {
    .team-details-item .thumb .social-icons a {
      margin-right: 20px;
    }
  }
  @media only screen and (max-width: 359.98px) {
    .team-details-item .thumb .social-icons a {
      margin-right: 15px;
    }
  }
  .team-details-item .thumb .social-icons a:last-child {
    margin-right: 0px;
  }
  .team-details-item .thumb .social-icons a:hover {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    background-color: #39b54a;
    color: #fff;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
  }
  .team-details-item .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .team-details-item p {
    color: #252525;
    font-size: 16px;
    line-height: 1.75;
  }
  .team-details-item .achivement-info li {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 17px;
  }
  .team-details-item .achivement-info li:before {
    border: 1px solid #39b54a;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 11px;
    position: relative;
    width: 14px;
    height: 14px;
  }
  .team-details-item .contact-info {
    line-height: 1;
  }
  .team-details-item .contact-info li {
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 23px;
  }
  @media only screen and (max-width: 479.98px) {
    .team-details-item .contact-info li {
      line-height: 1.3;
    }
  }
  .team-details-item .contact-info li span {
    color: #39b54a;
    display: block;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .team-details-item .contact-info li a {
    color: #252525;
  }
  .team-details-item .contact-info li a:hover {
    color: #39b54a;
  }
  
  .team-details-info .form-group .btn-theme {
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .team-details-info .team-rating {
      margin-bottom: 50px;
    }
  }
  .team-details-info .team-rating .title {
    margin-bottom: 30px;
  }
  .team-details-info .team-rating .ratting-icons i {
    color: #39b54a;
    font-size: 26px;
    margin-right: 8px;
  }
  