
/*------------------------------------------------------------------------
# mod_mx_team Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2019 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
:root {
 --themxt-color: #E81C2E;
 --titlet-color: #161921;
 --smoket-color: #F5F5F5;
 --blackt-color: #000000;
 --whitet-color: #ffffff;
}
.mos-img img {display: none !important;}
.team-style27 {
 position:relative;
 z-index:1;
 padding-top:13px;
 margin-bottom:30px
}
.team-style27 .team-img {
 width:225px;
 height:225px;
 border-radius:38% 38% 38% 38%/38% 38% 38% 38%;
 overflow:hidden;
 transform:rotate(45deg);
 margin:0 auto -113.5px auto
}
.team-style27 .team-img img {
 transform:rotate(-45deg) scale(1.1)
}
.team-style27 .team-name {
 margin:0 0 2px 0;
 font-weight:600
}
.team-style27 .team-degi {
 color:var(--themxt-color)
}
.team-style27 .team-number {
 font-size:18px;
 color:var(--titlet-color)
}
.team-style27 .team-number img {
 margin-right:10px
}
.team-style27 .team-number:hover {
 color:var(--themxt-color)
}
.team-style27 .team-content {
 padding:148px 45px 50px 45px;
 border-radius:12px;
 border:1px solid #e0e0e0;
 background-color:var(--whitet-color)
}
.team-style27 .team-social {
 background-color:var(--themxt-color);
 margin:0 20px 0 20px;
 text-align:center;
 padding:10px 0;
 border-radius:0 0 10px 10px;
 position:relative;
 z-index:-1;
 transform:translateY(-50px);
 transition:all ease .4s
}
.team-style27 .team-social a {
 display:inline-block;
 width:40px;
 height:40px;
 line-height:40px;
 text-align:center;
 background-color:var(--whitet-color);
 color:var(--titlet-color);
 margin:0 3px 0 0;
 border-radius:50%;
 transform:rotate(45deg)
}
.team-style27 .team-social a:last-child {
 margin-right:0
}
.team-style27 .team-social a:hover {
 background-color:var(--smoket-color);
 color:var(--whitet-color)
}
.team-style27:hover .team-social {
 transform:translateY(0)
}
.team-style27:hover .team-social a {
 transform:rotate(0);
 transition-delay:.1s
}
.team-items .team-style27 ul{margin:0;list-style-type:none;text-align:center;padding:1px 0 0}
.team-items .team-style27 ul li{display:inline-block;margin-bottom:0px;margin-right:2px}
.team-items .team-style27 dl, .team-items .team-style27 dd{margin-bottom: 0px;}