
/*------------------------------------------------------------------------
# mod_mx_team Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
.mos-img img {display: none !important;}
.team-item *, .team-item ::before, .team-item ::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.single-team {
  position: relative;
  overflow: hidden;
  transition: .5s ease; }
  .single-team:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: -100%;
    background-image: -moz-linear-gradient(-99deg, #101012 0%, #f15d2b 100%);
    background-image: -webkit-linear-gradient(-99deg, #101012 0%, #f15d2b 100%);
    background-image: -ms-linear-gradient(-99deg, #101012 0%, #f15d2b 100%);
    opacity: .80;
    z-index: 1;
    transition: .5s ease; }
  .single-team:hover:before {
    left: 0; }
  .single-team:hover .sc-text {
    left: 0; }
  .single-team .sc-img {
    position: relative;
    width: 100%; }
  .single-team .sc-text {
    position: absolute;
    bottom: 0;
    left: 100%;
    height: auto;
    width: 100%;
    padding: 5%;
    z-index: 2;
    transition: .5s ease; }
    .single-team .sc-text h4 {
      letter-spacing: 0px;
      color: #fff;
      font-weight: 600;
      line-height: 44px;
      text-transform: uppercase; }
    .single-team .sc-text .mos-img {
      color: #fff;
      margin: 10px auto; }
     .single-team .sc-text .designation {
      color: #fff;
      line-height: 22px;
      text-transform: uppercase;
      font-weight: 400;
      margin: 10px auto; }
    .single-team .sc-text a {
      color: #fff; }
.team-item .tm-overs4 ul{margin:0;list-style-type:none;text-align:center;padding:10px 0 0}
.team-item .tm-overs4 ul li{display:inline-block;margin-bottom:10px;margin-right:5px}
.team-item .tm-overs4 ul li a{display:block;font-size:14px;height:34px;line-height:29px;text-align:center;border:none;color:#fff;height:28px;width:28px}
.team-item .tm-overs4 ul li a:hover{background-color:rgba(0,0,0,.3)}.team-item .vc-overly ul li a .fa{color:#fff}.team-item .tm-overs4 ul li a:hover .fa{color:#fafafa}
 .more_info{
	margin-top: 13px;
}
.more_info a{
	color: #fff;
	background: #111;
	padding: 8px 12px;
}
.more_info a:hover, .more_info a:focus{   
    background: -webkit-gradient(linear, left bottom, left top, from(#333), to(#111));
    background: -webkit-linear-gradient(bottom, #333 0%, #111 100%);
    background:         linear-gradient(0deg, #333 0%, #111 100%);
    border: 1px solid #111;
    color: #fff;
}    
