
/*------------------------------------------------------------------------
# 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 {
  --color62-base: #61dd00;
  --mx62-white: #ffffff;
  --mx62-black: #121c27;
  --border: #0000001a;
  --transition: all 0.3s;
}

.team-block62 {
  border-radius: 40px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  background-color: #fafafa;
}
.team-block62::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: var(--color62-base);
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: auto;
  visibility: hidden;
  z-index: -1;
}
.team-block62 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 45px;
}
@media (max-width: 575.98px) {
  .team-block62 .content {
    padding: 40px 20px;
  }
}
.team-block62 .content .title-area {
  border-left: 1px solid var(--color62-base);
  padding-left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-block62 .content .title {
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-block62 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: #333
}

.team-block62:hover .content .title a {
  color: #fff
}
.team-block62 .content .title a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mx62-black)), to(var(--mx62-black)));
  background-image: linear-gradient(180deg, var(--mx62-black) 0%, var(--mx62-black) 100%);
  background-size: 100% 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--mx62-black);
}
.team-block62 .content .text {
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-block62 .field-label {
  display: none;
}
.team-block62 .content .arrow-icon {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--color62-base);
  cursor: pointer !important;
  color: var(--mx62-white);
  font-size: 17px;
  height: 50px;
  width: 50px;
  min-width: 50px;
}

.team-block62 .content .arrow-icon svg {
  fill: var(--mx62-white);
  width: 15px;
  height: 15px;
}
.team-block62:hover .content .arrow-icon svg {
  fill: var(--mx62-black);
  width: 15px;
  height: 15px;
}
@media (max-width: 575.98px) {
  .team-block62 .content .arrow-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.team-block62 .content .arrow-icon i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  rotate: -30deg;
}
.team-block62 .image-wrap {
  position: relative;
  text-align: center;
  background-color: var(--mx62-white);
  border-radius: 40px;
  z-index: 1;
}
.team-block62 .image-wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: 250px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, var(--mx62-white)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, var(--mx62-white) 10%, rgba(255, 255, 255, 0) 100%);
  top: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team-block62 .image-wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-6.39%, var(--color62-base)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, var(--color62-base) -6.39%, rgba(0, 0, 0, 0) 100%);
  top: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.team-block62 .image-wrap .image {
  position: relative;
  top: -30px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .team-block62 .image-wrap .image {
    width: auto;
  }
}
@media (max-width: 339.98px) {
  .team-block62 .image-wrap .image {
    top: auto;
  }
}
.team-block62 .image-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .team-block62 .image-wrap .image img {
    height: auto;
  }
}
.team-block62 .image-wrap .image-shape {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.team-block62 .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer !important;
}
.team-block62 .social-icon a {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer !important;
  width: 46px;
  min-width: 46px;
  height: 46px;
  background: var(--mx62-white);
  color: var(--mx62-black);
}
.team-block62 .social-icon a:hover {
  background: var(--color62-base);
  color: var(--mx62-white);
}
.team-block62:hover::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.team-block62:hover .image-wrap {
  position: relative;
  text-align: center;
  background-color: var(--mx62-white);
  border-radius: 40px;
}
.team-block62:hover .image-wrap::after::after {
  opacity: 0;
}
.team-block62:hover .image-wrap::before {
  opacity: 1;
  height: 250px;
  visibility: visible;
}
.team-block62:hover .content .title-area {
  border-color: var(--mx62-white);
}
.team-block62:hover .content .title {
  color: var(--mx62-white);
}
.team-block62:hover .content .text {
  color: var(--mx62-white);
}
.team-block62:hover .content .arrow-icon {
  background-color: var(--mx62-white);
  cursor: pointer !important;
}
.team-block62:hover .social-icon {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
 .team-block62 ul {
  padding-left: 0rem;
  margin:0;list-style-type:none;
}
p-absolute {
    position: absolute;
}  