

/************************************************************************
*  Team 2 css
************************************************************************/


.tgx-team-2 .team-container .team-block {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
  }
  .tgx-team-2 .team-container .team-block .img-container {
    display: inline-block;
  }
  .tgx-team-2 .team-container .team-block .team-image {
    position: relative;
  }
  .tgx-team-2 .team-container .team-block .team-image:before {
    content: "";
    position: absolute;
    background: #6d6be7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9;
  }
  .tgx-team-2 .team-container .team-social {
    width: 100%;
    position: absolute;
    top: 31%;
    z-index: 99;
    padding: 20px;
    right: 0;
    opacity: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }
  .tgx-team-2 .team-container .team-each-wrap .team-info {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 10px 20px;
    background: #f1f1f1;
  }
  .tgx-team-2 .team-container .team-each-wrap .team-info .team-title{
      font-size: 22px;
  }
  .tgx-team-2 .team-container .team-each-wrap .team-info .team-designation{
      font-size: 14px;
  }
  .tgx-team-2 .team-container .team-each-wrap .team-info span {
    display: block;
  }
  .tgx-team-2 .team-container .team-each-wrap .team-social a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 10px 5px;
    font-size: 16px;
  }
  
  .tgx-team-2 .team-container .team-each-wrap .team-social .social-icon {
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 5px;
  }
  .tgx-team-2 .team-container .team-each-wrap .team-img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }
  .tgx-team-2 .team-container .team-each-wrap:hover .team-info {
    z-index: 1;
  }
  .tgx-team-2 .team-container .team-each-wrap:hover .team-img {
    opacity: 0.1;
  }
  .tgx-team-2 .team-container:hover .team-social {
    opacity: 1;
    left: 0;
    padding: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }
  .tgx-team-2 .team-container:hover .team-image:before {
    opacity: 0.9;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }
  .tgx-team-2 .team-container .team-social a {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition: all 0.3s ease;
  }
  .tgx-team-2 .team-container .team-social a:hover {
    transition: all 0.3s ease;
  }
  .tgx-team-2 .team-container:hover .team-social a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .tgx-team-2 .team-container:hover .facebook {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .tgx-team-2 .team-container:hover .twitter {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .tgx-team-2 .team-container:hover .linkedin {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .tgx-team-2 .team-container:hover .pinterest {
    -webkit-transition-delay: 0.45;
    transition-delay: 0.45s;
  }
  
  