

/*=================================================================
 Team 1 section start
==================================================================*/


.tgx-team-1 .team-container .team-block {
    position: relative;
    overflow: hidden;
    -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-1 .team-container .team-block .img-container {
    display: inline-block;
  }
  .tgx-team-1 .team-container .team-block:before {
    content: "";
    position: absolute;
    background: #6d6be7;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    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-1 .team-container .team-content {
    width: 100%;
    position: absolute;
    top: 32%;
    z-index: 99;
    padding: 20px 50px;
    left: 20%;
    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-1 .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-color:#f1f1f1; 
  }
  .tgx-team-1 .team-container .team-each-wrap .team-info span {
    display: block;
    font-size: 14px;
  }
  
  .tgx-team-1 .team-container .team-each-wrap .team-info .team-title{
      font-size: 22px;
  }
  .tgx-team-1 .team-container .team-each-wrap .team-social{
      margin: 20px 0;
  }
  .tgx-team-1 .team-container .team-each-wrap .team-social a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 2px;
      text-align: center;
      background-color: #fff;
      font-size: 14px;
      margin: 0 5px 0 0;
  }
  .tgx-team-1 .team-container .team-each-wrap .team-social .social-icon {
    font-size: 16px;
    -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: 5px;
  }
  .tgx-team-1 .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-1 .team-container .team-each-wrap:hover .team-info {
    z-index: 1;
  }
  .tgx-team-1 .team-container .team-each-wrap:hover .team-img {
    opacity: 0.1;
  }
  .tgx-team-1 .team-container:hover .team-content {
    opacity: 1;
    left: 0;
    -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-1 .team-container:hover .team-block: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-1 .team-container:hover .team-block:after {
    opacity: 0.9;
    left: 130px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }
  