
/*------------------------------------------------------------------------
# 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 {
  --color56-base: #ff3c00;
  --mx56-white: #ffffff;
  --mx56-black: #121c27;
  --border: #0000001a;
  --transition: all 0.3s;
  --shadow: 0px 4px 30px 0px #0000000d;
}

.team-block56 .mos-img img {display: none !important;}

.team-block56 {
  position: relative;
}
.team-block56 p {
  margin-bottom: 0;
}
.team-block56 .inner-box {
  position: relative;
  padding: 30px 0 0px;
  overflow: hidden;
  border: 1px solid #c1c1c1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block56 .inner-box:hover {
  -webkit-box-shadow: 10px 21px 10px rgba(4, 4, 4, 0.05);
          box-shadow: 10px 21px 10px rgba(4, 4, 4, 0.05);
}
.team-block56 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-block56 .inner-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.team-block56 .inner-box .image img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block56 .inner-box .content {
  position: relative;
  padding: 0 30px 20px;
}
.team-block56 .mos-img {
  position: relative;
  padding: 30px;
}
@media (max-width: 1199.98px) {
  .team-block56 .inner-box .content {
    padding: 0 20px 20px;
  }
}

.team-block56 .inner-box .content .name {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
}
.team-block56 .inner-box .content .name a:hover {
  color: var(--mx56-black);
}
.team-block56 .inner-box .content .designation {
  position: relative;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .team-block56 .inner-box .content .designation {
    font-size: 18px;
  }
}
.team-block56 .inner-box .content .info-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-block56 .inner-box .content .info-btn .icon {
  position: relative;
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  margin-right: 15px;
  color: var(--mx56-white);
  background-color: var(--color56-base);
}
.team-block56 .inner-box .content .info-btn strong, .team-block56 .inner-box .content .info-btn strong a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--mx56-black);
}
.team-block56 .inner-box .content .info-btn strong:hover {
  text-decoration: underline;
}
.team-block56 .inner-box .mx-social {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-block56 .mx-social li:last-child {
  margin-right: 0;
}
.team-block56 .mx-social li a {
  position: relative;
  display: block;
  width: 49px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border: 1px solid #c1c1c1;
  color: var(--mx56-black);
  background: var(--mx56-white);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 7px;
}
.team-block56 .mx-social li a i {
  position: relative;
}
.team-block56 .mx-social li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--mx56-black);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
  z-index: -1
}
.team-block56 .mx-social li a:hover {
  color: var(--mx56-white) !important;
  z-index: 1
}
.team-block56 .mx-social li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.team-block56 .inner-box .mx-social li a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 10px rgba(4, 4, 4, 0.05);
          box-shadow: 0 10px 10px rgba(4, 4, 4, 0.05);
}
.team-block56 .inner-box .mx-social li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.team-block56 .th-btn {
 z-index:2;
  position: absolute;
  bottom: 20px;
  right: 10px;
 vertical-align:middle;
 display:inline-block;
 border:none;
 text-transform:capitalize;
 text-align:center;
 background-color:rgba(255, 255, 255, 0.91);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
 color:var(--mx56-black);
 font-size:15px;
 font-weight:400;
 line-height:1;
 padding:12px 22px;
 border-radius:30px;
 margin-top: 10px;
 -webkit-perspective:320px;
 perspective:320px
}
.team-block56 .th-btn span {
 margin-left: 5px;
}

.team-block56 .th-btn:before {
 content:"";
 position:absolute;
 height:0;
 top:50%;
 right:0;
 width:0;
 background-color:var(--mx56-black);
 z-index:-1;
 -webkit-transition:all 0.4s ease-in-out;
 transition:all 0.4s ease-in-out;
 border-radius:inherit;
 -webkit-transform-origin:top center;
 -ms-transform-origin:top center;
 transform-origin:top center
}
.team-block56 .th-btn i {
 font-size:1em
}
.team-block56 .th-btn:hover,
.team-block56 .th-btn.active {
 color:var(--mx56-white);
 box-shadow:none
}
.team-block56 .th-btn:hover::before,
.team-block56 .th-btn:hover:after,
.team-block56 .th-btn.active::before,
.team-block56 .th-btn.active:after {
 top:0;
 height:100%;
 width:100%;
 right:unset;
 left:0
}

.mxt-arrow-svg-top-right {
  fill: currentColor;
  stroke: none;
}
.team-block56 .field-label {
  display: none !important;
}

.team-block56 ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

.team-block56 ul li, .team-block56 ul li a {
  list-style: none;
 position:relative;
 display:inline-block;
  }