
/*------------------------------------------------------------------------
# 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 {
  --color59-base: #ff3c00;
  --mx59-white: #ffffff;
  --mx59-black: #121c27;
  --mx59-white-rgb: 255, 255, 255;
  --color59-base2: #000000;
  --color59-base3: #f4f5f8;
  --color59-base4: #ffaa18;
  --border: #0000001a;
  --transition: all 0.3s;
  --shadow: 0px 4px 30px 0px #0000000d;
}

.team__item.team-block59 .mos-img img {display: none !important;}
.team__item.team-block59 .mos-img  {position: relative; padding-top: 10px;z-index: 3;}

.team__item.team-block59 .inner-box{
  position: relative;
  display: block;
}

.team__item.team-block59 .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team__item.team-block59 .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.team__item.team-block59 .inner-box .image-box .image img{
  width: 100%;
  transition: all 0.3s ease-in-out 0.1s;
}

.team__item.team-block59 .inner-box:hover .image-box .image img{
  transform: scale(1.1);
}

.team__item.team-block59 .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(10, 34, 62, 0.15) 50%, rgba(10, 34, 62, 1) 95%);
  z-index: 1;
  transition: all 500ms ease;
}

.team__item.team-block59 .inner-box:hover .image-box .image:before{
  opacity: 0;
}

.team__item.team-block59 .inner-box .image-box .image:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(10, 34, 62, 0.0) 50%, rgba(10, 34, 62, 1) 95%);
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.team__item.team-block59 .inner-box:hover .image-box .image:after{
  opacity: 1;
}

.team__item.team-block59 .inner-box .image-box h3{
  position: absolute;
  left: 0px;
  bottom: 21px;
  width: 100%;
  padding-left: 30px;
  font-size: 30px;
  line-height: 38px;
  z-index: 2;
  display: inline-block;
  color: #fff;
}

.team__item.team-block59 .inner-box .image-box .text-box{
  position: absolute;
  left: 8px;
  bottom: 62px;
  font-size: 14px;
  line-height: 20px;
  color: #eef4f8;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
  width: 80%;
  padding: 14px 16px;
  transition: all 500ms;
  opacity: 0;
}
.team__item.team-block59 .inner-box:hover .image-box .text-box{
  opacity: 1;
}

.team__item.team-block59 .inner-box .image-box h3 a:hover{
  color: var(--color59-base);
}

.team__item.team-block59 .inner-box .image-box h3 span{
  font-size: 20px;
}

.team__item.team-block59 .inner-box .image-box .designation{
  position: absolute;
  right: 8px;
  bottom: 6px;
  font-size: 14px;
  line-height: 23px;
  color: #eef4f8;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  writing-mode: vertical-lr;
  padding: 25px 16px;
  transition: all 500ms;
}

.team__item.team-block59 .inner-box:hover .image-box .designation{
  right: 10px;
  bottom: 46px;
  background: var(--color59-base);
}


.team__item.team-block59 .inner-box:hover .image-box .designation:before,
.team__item.team-block59 .inner-box:hover .image-box .designation:after{
  opacity: 1;
}

.team__item.team-block59 .inner-box .lower-content{
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  background: #fff;
  padding: 10.5px 0px;
}


.team__item.team-block59 .inner-box .lower-content .social-links{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4e1f7;
}

.team__item.team-block59 .inner-box .lower-content .social-links li{
  position: relative;
  margin: 15px;
  list-style: none;
  padding: 0;
}

.team__item.team-block59 .inner-box .lower-content ul {
  position: relative;
  padding: 0;
}

.team__item.team-block59 .inner-box .lower-content .social-links li:before{
  position: absolute;
  content: '';
  background: #92a1b2;
  width: 2px;
  height: 2px;
  top: 12px;
  right: -17px;
}

.team__item.team-block59 .inner-box .lower-content .social-links li:last-child:before{
  display: none;
}

.team__item.team-block59 .inner-box .lower-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #0d1620;
}

.team__item.team-block59 .inner-box .lower-content .social-links li a:hover{
  color: var(--color59-base);
}



.team__item.team-block59 .th-btn {
 z-index:2;
   position: absolute;
  right: 8px;
  top: -60px;
 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(--mx59-white);
 background-color:var(--color59-base);
 font-size:15px;
 font-weight:400;
 line-height:1;
 padding:12px 22px;
 margin-top: 10px;
  transition: all 500ms;
 -webkit-perspective:320px;
 perspective:320px
}
.team__item.team-block59 .inner-box:hover .image-box .th-btn{
  right: 8px;
  top: 8px;
}
.team__item.team-block59 .th-btn span {
 margin-left: 5px;
}

.team__item.team-block59 .th-btn:before {
 content:"";
 position:absolute;
 height:0;
 top:50%;
 right:0;
 width:0;
 background-color:var(--mx59-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__item.team-block59 .th-btn i {
 font-size:1em
}
.team__item.team-block59 .th-btn:hover,
.team__item.team-block59 .th-btn.active {
 color:var(--white);
 box-shadow:none
}
.team__item.team-block59 .th-btn:hover::before,
.team__item.team-block59 .th-btn:hover:after,
.team__item.team-block59 .th-btn.active::before,
.team__item.team-block59 .th-btn.active:after {
 top:0;
 height:100%;
 width:100%;
 right:unset;
 left:0
}

.mxt-arrow-svg-top-right {
  fill: currentColor;
  stroke: none;
}
.team__item.team-block59 .field-label {
  display: none !important;
}
 
.team__item.team-block59 ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

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