HEX
Server: Apache
System: Linux vps.rockyroadprinting.net 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: rockyroadprintin (1011)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/rockyroadprintin/www/wp-content/plugins/unlimited-theme-addons/assets/frontend/css/team.css
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.uta-team ul {
  margin: 0;
  padding: 0;
}
.uta-team ul li {
  list-style: none;
}

/*
====================================================================
Team Style - Default
====================================================================
*/
.team-style-default {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(54, 56, 110, 0.15);
          box-shadow: 0px 1px 12px 0px rgba(54, 56, 110, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.team-style-default:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0%;
  height: 2px;
  background: #8213fb;
  bottom: 0;
  right: 0;
}
.team-style-default:hover::after {
  width: 100%;
  left: 0;
}
.team-style-default img {
  width: 100%;
}
.team-style-default-content {
  text-align: center;
  padding: 24px 10px;
  background: #fff;
}
.team-style-default-content h3 {
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #333;
}
.team-style-default-content h5 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 6px;
  color: #777;
}
.team-style-default-content .social ul li {
  display: inline-block;
  margin: 0px 2px;
}
.team-style-default-content .social ul li a {
  display: inline-block;
}
.team-style-default-content .social ul li a i {
  color: #333;
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-default-content .social ul li a i:hover {
  background: #8213fb;
  color: #fff;
  border-color: #8213fb;
}

/*
====================================================================
Team Style - 1
====================================================================
*/
.team-style-1 {
  width: 100%;
  position: relative;
}
.team-style-1-img {
  width: 70%;
  margin: 0 auto;
}
.team-style-1-img img {
  width: 100%;
  border-radius: 40px !important;
}
.team-style-1:hover .team-style-1-social {
  opacity: 1;
  visibility: visible;
  bottom: -10px;
}
.team-style-1-content {
  text-align: center;
  padding: 18px 0px;
  background: #f1f7fd;
  margin-top: -132px;
  padding-top: 150px;
  border-radius: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.team-style-1-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  cursor: pointer;
}
.team-style-1-content p {
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #807e7e;
  text-align: center !important;
}
.team-style-1-social {
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.team-style-1-social ul {
  background: #d71700;
  display: inline-block;
  border-radius: 8px;
}
.team-style-1-social ul li {
  display: inline-block;
}
.team-style-1-social ul li a {
  display: inline-block;
}
.team-style-1-social ul li a i {
  color: #000;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

/*
====================================================================
Team Style - 2
====================================================================
*/
.team-style-2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 3px #ccc;
          box-shadow: 0px 0px 3px #ccc;
}
.team-style-2 img {
  width: 100%;
}
.team-style-2-overly-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(19, 12, 222, 0.5);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
}
.team-style-2:hover .team-style-2-overly-top {
  height: 100%;
}
.team-style-2-overly-top-full {
  padding: 30px;
}
.team-style-2-overly-top-full h3 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 25px;
  color: #fff;
}
.team-style-2-overly-top-full h5 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
}
.team-style-2-overly-top-full ul {
  margin-top: 20px;
}
.team-style-2-overly-top-full ul li {
  display: inline-block;
  margin: 0px 2px;
}
.team-style-2-overly-top-full ul li a {
  display: inline-block;
}
.team-style-2-overly-top-full ul li a i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px dotted #fff;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-2-overly-top-full ul li a i:hover {
  background: #fff;
  color: #e62323;
}
.team-style-2-social-bottom {
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  padding: 22px 8px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  left: 0;
}
.team-style-2:hover .team-style-2-social-bottom {
  height: 0;
  bottom: 0;
  padding: 0;
}
.team-style-2-social-bottom ul li {
  display: inline-block;
  margin: 0px 2px;
}
.team-style-2-social-bottom ul li a {
  display: inline-block;
}
.team-style-2-social-bottom ul li a i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px dotted #e62323;
  color: #e62323;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-2-social-bottom ul li a i:hover {
  background: #e62323;
  color: #fff;
}

/*
====================================================================
Team Style - 3
====================================================================
*/
.team-style-3 {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px 0 rgba(97, 127, 162, 0.27);
          box-shadow: 0 3px 10px 0 rgba(97, 127, 162, 0.27);
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-3:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.team-style-3-img {
  width: 30%;
  float: left;
}
.team-style-3-img img {
  width: 100%;
  border-radius: 50% !important;
  padding-right: 44px;
}
.team-style-3-content {
  overflow: hidden;
}
.team-style-3-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.team-style-3-content h5 {
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
}
.team-style-3-content h5:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  position: absolute;
  width: 59px;
  height: 2px;
  background: #168d99;
  bottom: 0;
}
.team-style-3-content p {
  font-size: 15px;
  line-height: 24px;
}
.team-style-3-content .social {
  margin-top: 13px;
}
.team-style-3-content .social ul {
  padding: 0px;
}
.team-style-3-content .social ul li {
  display: inline-block;
  margin: 0px 2px;
}
.team-style-3-content .social ul li a {
  display: inline-block;
}
.team-style-3-content .social ul li a i {
  width: 30px;
  height: 30px;
  border: 2px dotted #f47070;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #f47070;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-3-content .social ul li a i:hover {
  color: #fff;
  background: #f47070;
}

/*
====================================================================
Team Style - 4
====================================================================
*/
.team-style-4 {
  padding: 30px 0 40px;
  background: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.team-style-4-img {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.team-style-4-img:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ee4266;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.team-style-4-img img {
  width: 100%;
  height: auto;
  border-radius: 50% !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.team-style-4-img:before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background: #8213fb;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.2;
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-style-4:hover .team-style-4-img:before {
  height: 100%;
}
.team-style-4:hover .team-style-4-img img {
  -webkit-box-shadow: 0 0 0 14px #f7f5ec;
          box-shadow: 0 0 0 14px #f7f5ec;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.team-style-4:hover .team-style-4-social {
  bottom: 0;
}
.team-style-4:hover .team-style-4-content {
  margin-top: -25px;
  margin-bottom: 54px;
}
.team-style-4-content {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.team-style-4-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.team-style-4-content span {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.team-style-4-social {
  width: 100%;
  padding: 10px 0px !important;
  margin: 0;
  background: #8213fb;
  position: absolute;
  bottom: -100px;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.team-style-4-social li {
  display: inline-block;
}
.team-style-4-social li a {
  display: block;
}
.team-style-4-social li a i {
  display: block;
  padding: 10px;
  font-size: 17px;
  width: 35px;
  border: 1px solid #f7857b;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-style-4-social li a i:hover {
  color: #eb1768;
  background: #f7f5ec;
}

@media only screen and (max-width: 990px) {
  .team-style-4 {
    margin-bottom: 30px;
  }
}
/*
====================================================================
Team Style - 5
====================================================================
*/
.team-style-5 {
  text-align: center;
}
.team-style-5:hover .team-style-5-img:before,
.team-style-5:hover .team-style-5-img:after {
  opacity: 1;
}
.team-style-5:hover .team-style-5-social {
  opacity: 1;
}
.team-style-5:hover .team-style-5-content:before {
  top: 0;
}
.team-style-5:hover .team-name,
.team-style-5:hover .team-position {
  color: #fff;
}
.team-style-5-img {
  position: relative;
}
.team-style-5-img img {
  width: 100%;
  height: auto;
}
.team-style-5-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(19, 12, 222, 0.48);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-style-5-img:after {
  content: "";
  width: 90%;
  height: 90%;
  border: 1px solid #f5f5f6;
  position: absolute;
  top: 5%;
  left: 5%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-style-5-social {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-style-5-social li {
  display: inline-block;
  margin-right: 10px;
}
.team-style-5-social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: #f5f5f6;
  border: 1px solid #f5f5f6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-style-5-content {
  padding: 15px 0;
  background: #f5f1f1;
  border-top: 2px solid #8213fb;
  overflow: hidden;
  position: relative;
}
.team-style-5-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #4f4ba2;
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-style-5 .team-name {
  font-size: 24px;
  color: #333;
  margin: 0 0 5px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.team-style-5 .team-position {
  display: block;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*
====================================================================
Team Style - 6
====================================================================
*/
.team-style-6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.team-style-6:hover .team-style-6-content {
  opacity: 1;
  visibility: visible;
}
.team-style-6:hover .team-style-6-content.fade-in-left {
  left: 0%;
}
.team-style-6:hover .team-style-6-content.fade-in-up {
  top: 0%;
}
.team-style-6:hover .team-style-6-content.fade-in-down {
  top: 0%;
}
.team-style-6:hover .team-style-6-content.fade-in-right {
  left: 0%;
}
.team-style-6:hover .team-style-6-img .team-style-6-overlay.fade-in {
  visibility: visible;
  opacity: 1;
}
.team-style-6:hover .team-style-6-img .team-style-6-overlay.fade-in-left {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.team-style-6:hover .team-style-6-img .team-style-6-overlay.fade-in-down {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.team-style-6:hover .team-style-6-img .team-style-6-overlay.fade-in-up {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.team-style-6 .team-style-6-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.team-style-6 .team-style-6-img img {
  display: block;
  width: 100%;
}
.team-style-6 .team-style-6-img .team-style-6-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.team-style-6 .team-style-6-img .team-style-6-overlay.default {
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.team-style-6 .team-style-6-img .team-style-6-overlay.fade-in {
  top: 0;
  left: 0;
}
.team-style-6 .team-style-6-img .team-style-6-overlay.fade-in-left {
  top: 0;
  right: 100%;
}
.team-style-6 .team-style-6-img .team-style-6-overlay.fade-in-up {
  top: 100%;
  left: 0;
}
.team-style-6 .team-style-6-img .team-style-6-overlay.fade-in-down {
  top: 0%;
  left: 0;
}
.team-style-6 .team-style-6-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 0px 20px;
  background-color: rgba(19, 12, 222, 0.67);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.team-style-6 .team-style-6-content .team-name {
  margin-top: 0;
  color: #fff;
  font-size: 25px;
  margin-bottom: 0px;
}
.team-style-6 .team-style-6-content .team-position {
  color: #e2dfdf;
}
.team-style-6 .team-style-6-content.fade-in-up {
  top: 100%;
  left: 0;
}
.team-style-6 .team-style-6-content.fade-in-down {
  top: -100%;
  left: 0;
}
.team-style-6 .team-style-6-content.fade-in-left {
  left: -100%;
  top: 0;
}
.team-style-6 .team-style-6-content.fade-in-right {
  top: 0;
  left: 100%;
}
.team-style-6 .team-style-6-content.fade-in-down {
  bottom: 100%;
  left: 0;
}
.team-style-6 a,
.team-style-6 .team-style-6-content,
.team-style-6 .team-style-6-img .team-style-6-overlay {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-style-6 .team-style-6-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-style-6 .team-style-6-social li {
  display: inline-block;
}
.team-style-6 .team-style-6-social a {
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #fff;
  border: 1px solid #cccc;
  padding: 9px 13px;
  margin-top: 20px;
}

/*
====================================================================
Team Style - 7
====================================================================
*/
.team-style-7 {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.team-style-7-img {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.team-style-7-img img {
  width: 100%;
}
.team-style-7-social {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(19, 12, 222, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.team-style-7-social ul {
  position: absolute;
  left: -100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-style-7-social ul li {
  margin: 0px 2px;
}
.team-style-7-social ul li:last-child a i {
  border-bottom: 1px solid #fff;
}
.team-style-7-social ul li a {
  display: inline-block;
}
.team-style-7-social ul li a i {
  color: #fff;
  border: 1px solid #fff;
  border-bottom: none;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-7-social ul li a i:hover {
  background: #fff;
  color: #333;
}
.team-style-7:hover .team-style-7-social {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.team-style-7:hover .team-style-7-social ul {
  left: 10px;
}
.team-style-7-content {
  overflow: hidden;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.team-style-7-content h3 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 3px;
}
.team-style-7-content h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 5px;
}
.team-style-7-content p {
  line-height: 28px;
}

/*
====================================================================
Team Style - 8
====================================================================
*/
.team-style-8 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.team-style-8-img {
  width: 100%;
  overflow: hidden;
}
.team-style-8-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-8-content {
  text-align: center;
  padding-top: 20px;
  background: #fff;
  padding-bottom: 20px;
}
.team-style-8-content h3 {
  font-size: 20px;
  color: #ff6d60;
  font-weight: 600;
  margin: 0 0 6px 0;
}
.team-style-8-social {
  position: absolute;
  top: 0;
  right: -50px;
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-8-social ul {
  background: #fff;
  padding: 0px;
  list-style: none;
}
.team-style-8-social ul li {
  display: block;
  border-bottom: 1px solid #ddd;
}
.team-style-8-social ul li:last-child {
  border: none;
}
.team-style-8-social ul li a {
  background: #ff6d60;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 12px 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-8-social ul li a:hover {
  background: #9c41ff;
  color: #fff;
}
.team-style-8:hover .team-style-8-social {
  right: 0px;
}
.team-style-8-content {
  margin-top: -4px;
}

/*
====================================================================
Team Style - 9
====================================================================
*/
.team-style-9 {
  width: 100%;
  overflow: hidden;
  background: #f1f7fd;
  text-align: center;
}
.team-style-9-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-9-img img {
  width: 100%;
}
.team-style-9-img .social {
  padding: 12px 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -20%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
}
.team-style-9-img .social ul li {
  display: inline-block;
  margin: 0px 7px;
}
.team-style-9-img .social ul li a {
  display: inline-block;
}
.team-style-9-img .social ul li a i {
  width: 30px;
  height: 30px;
  font-size: 14px;
  background: #fff;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-9-img .social ul li a i:hover {
  background: #ff6d60;
  color: #fff;
}
.team-style-9-img:before {
  content: "";
  background: rgba(19, 12, 222, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-9:hover .team-style-9-img .social {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.team-style-9:hover .team-style-9-img::before {
  opacity: 1;
  visibility: visible;
}
.team-style-9-content {
  padding: 10px 0px;
}
.team-style-9-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 7px;
}
.team-style-9-content h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}

/*
====================================================================
Team Style - 10
====================================================================
*/
.team-style-10 {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 10px 26px 0 rgba(145, 161, 179, 0.22);
          box-shadow: 0 10px 26px 0 rgba(145, 161, 179, 0.22);
  padding: 75px 20px 20px;
  border-radius: 0 25px;
}
.team-style-10-img {
  position: absolute;
  top: -80px;
  left: 25px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  border: 3px solid #efeeee;
  border-bottom-color: #e41813;
}
.team-style-10-content h3 {
  color: #323232;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.team-style-10-content p {
  color: #e41813;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.team-style-10-content .contact-info {
  margin-top: 10px;
}
.team-style-10-content .contact-info span {
  display: block;
  font-size: 14px;
  color: #797878;
  margin-bottom: 5px;
}
.team-style-10-content .contact-info span i {
  color: #e41813;
  margin-right: 8px;
}
.team-style-10-content .contact-info span:last-of-type {
  margin-bottom: 0;
}
.team-style-10-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  background-color: #e41813;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  border-radius: 0 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-style-10-social a {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
.team-style-10:hover .team-style-10-social {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/*
====================================================================
Team Style - 11
====================================================================
*/
.team-style-11 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.team-style-11 img {
  width: 100%;
}
.team-style-11:hover .team-single-info-11 {
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 35, 65, 0.9)), color-stop(20%, rgba(11, 35, 65, 0.8)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
}
.team-style-11:hover .team-style-11-content {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.team-style-11:hover .team-style-11-icon {
  opacity: 1;
  visibility: visible;
  left: 0px;
}
.team-style-11-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-style-11-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 1px;
  color: #fff;
}
.team-style-11-content h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.team-style-11 .team-style-11-icon {
  height: 100%;
  width: 50px;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  left: -30px;
  position: absolute;
}
.team-style-11 .team-style-11-icon ul li:last-child a i {
  border-bottom: 2px solid #fff;
}
.team-style-11 .team-style-11-icon ul li a {
  color: #fff;
  display: inline-block;
}
.team-style-11 .team-style-11-icon ul li a i {
  width: 30px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  border-bottom: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-11 .team-style-11-icon ul li a i:hover {
  background: #fff;
  color: #000;
}

.team-single-info-11 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-style-default,
.team-style-1,
.team-style-2,
.team-style-3,
.team-style-4,
.team-style-5,
.team-style-6,
.team-style-7,
.team-style-8,
.team-style-9,
.team-style-10,
.team-style-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}