/*================================================
Team Area CSS
=================================================*/

.ea-team-member-area .row .col-lg-5:nth-child(1) .ea-single-team-box.style-three {
  margin-top: 30px;
}

.ea-team-member-area .row .col-lg-5:nth-child(4) .ea-single-team-box.style-three {
  margin-top: -30px;
}

.ea-team-member-area.bg-gradient-color {
  background: -webkit-gradient(linear, left top, right bottom, from(#fffefe), color-stop(#fffbf6), color-stop(#fcfbee), color-stop(#eafeef), to(#d7fffe));
  background: linear-gradient(to right bottom, #fffefe, #fffbf6, #fcfbee, #eafeef, #d7fffe);
}

.ea-single-team-box.style-one {
  margin-bottom: 30px;
  text-align: center;
}

.ea-single-team-box.style-one .image {
  position: relative;
  border-radius: 50%;
}

.ea-single-team-box.style-one .image img {
  border-radius: 50% 50% 15px 50%;
}

.ea-single-team-box.style-one .image .share-btn {
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  color: var(--whiteColor);
  background-color: #1a2238;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-team-box.style-one .image .share-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -3px;
}

.ea-single-team-box.style-one .image .social {
  position: absolute;
  right: 40px;
  bottom: -7px;
  padding-left: 0;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  visibility: hidden;
  list-style-type: none;
}

.ea-single-team-box.style-one .image .social li {
  display: inline-block;
}

.ea-single-team-box.style-one .image .social li a {
  width: 35px;
  height: 35px;
  display: block;
  font-size: 16px;
  position: relative;
  border-radius: 50%;
  color: var(--whiteColor);
  background-color: var(--optionalColor);
}

.ea-single-team-box.style-one .image .social li a i {
  left: 0;
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ea-single-team-box.style-one .image .social li a.linkedin {
  background-color: #2867B2;
}

.ea-single-team-box.style-one .image .social li a.facebook {
  background-color: #4267B2;
}

.ea-single-team-box.style-one .image .social li a.twitter {
  background-color: #1DA1F2;
}

.ea-single-team-box.style-one .image .social li a.instagram {
  background: -webkit-gradient(linear, left top, right top, from(#ff3019), to(#c90477));
  background: linear-gradient(to right, #ff3019 0%, #c90477 100%);
}

.ea-single-team-box.style-one .content {
  margin-top: 25px;
}

.ea-single-team-box.style-one .content h3 {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
}

.ea-single-team-box.style-one .content span {
  display: block;
  color: #e01a33;
  font-size: 15px;
}

.ea-single-team-box.style-one:hover .share-btn {
  color: var(--whiteColor);
  background-color: #e01a33;
}

.ea-single-team-box.style-one:hover .image .social {
  opacity: 1;
  visibility: visible;
}

.ea-single-team-box.style-two {
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.ea-single-team-box.style-two .name {
  left: 0;
  top: 80%;
  z-index: 2;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translateY(-80%) rotate(-90deg);
          transform: translateY(-80%) rotate(-90deg);
}

.ea-single-team-box.style-two .name h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px var(--whiteColor), -1px 1px var(--whiteColor), 1px -1px var(--whiteColor), -1px -1px var(--whiteColor), 1px 1px 5px var(--blackColor);
  font-size: 30px;
  font-weight: 600;
}

.ea-single-team-box.style-two span {
  right: 0px;
  z-index: 2;
  bottom: 40px;
  display: block;
  color: #8f3f38;
  position: absolute;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.ea-single-team-box.style-two .social {
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  list-style-type: none;
}

.ea-single-team-box.style-two .social li {
  display: inline-block;
  margin-left: 2px;
}

.ea-single-team-box.style-two .social li a {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 20px;
  color: #b48a83;
  line-height: 35px;
  border-radius: 3px;
  background-color: #f7ebe9;
}

.ea-single-team-box.style-two .social li a:hover {
  background-color: #b48a83;
  color: var(--whiteColor);
}

.ea-single-team-box.style-two .social li:first-child {
  margin-left: 0;
}

.ea-single-team-box.style-three {
  margin-bottom: 30px;
  position: relative;
}

.ea-single-team-box.style-three img {
  padding-left: 45px;
}

.ea-single-team-box.style-three .link-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 12px 60px 12px 25px;
  z-index: 1;
  background-color: transparent;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 700;
}

.ea-single-team-box.style-three .link-btn::before {
  content: '';
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #384656;
  width: 30px;
  height: 1px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-team-box.style-three .link-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#00e4ff), color-stop(#00eef2), color-stop(#00f6dc), color-stop(#15fbbc), to(#69ff97));
  background: linear-gradient(to bottom, #00e4ff, #00eef2, #00f6dc, #15fbbc, #69ff97);
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-team-box.style-three .link-btn:hover {
  color: var(--whiteColor);
  background-color: #384656;
}

.ea-single-team-box.style-three .link-btn:hover::before {
  background-color: var(--whiteColor);
}

.ea-single-team-box.style-three .link-btn:hover::after {
  opacity: 0;
  visibility: hidden;
}

.ea-single-team-box.style-three h3 {
  left: 5px;
  bottom: 85px;
  margin-bottom: 0;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 22px;
  font-weight: 700;
}

.ea-single-team-box.style-four {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-team-box.style-four .image {
  position: relative;
  overflow: hidden;
}

.ea-single-team-box.style-four .image img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-team-box.style-four .image .social {
  padding-left: 0;
  list-style-type: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

.ea-single-team-box.style-four .image .social li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}

.ea-single-team-box.style-four .image .social li a {
  display: block;
  background-color: var(--blackColor);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 37px;
  color: var(--whiteColor);
}

.ea-single-team-box.style-four .image .social li a:hover {
  background-color: #e01a33;
  border-color: #e01a33;
  color: var(--whiteColor);
}

.ea-single-team-box.style-four .content {
  margin-top: 20px;
}

.ea-single-team-box.style-four .content h3 {
  margin-bottom: 7px;
  margin-top: 7px;
  font-size: 20px;
  font-weight: 700;
}

.ea-single-team-box.style-four .content span {
  color: var(--optionalColor);
  font-size: 15px;
}

.ea-single-team-box.style-four:hover .image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.ea-single-team-box.style-four:hover .image .social {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.ea-single-team-box.style-five {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.ea-single-team-box.style-five .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 25px 25px 15px;
  position: relative;
}

.ea-single-team-box.style-five .content h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.ea-single-team-box.style-five .content span {
  display: block;
  color: #fe4c1c;
  font-size: 15px;
}

.ea-single-team-box.style-five .content i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #fe4c1c;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--whiteColor);
  border-radius: 2px;
  position: absolute;
  right: 20px;
  top: -16px;
  display: inline-block;
}

.ea-single-team-box.style-five .image {
  position: relative;
}

.ea-single-team-box.style-five .image .social-link {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.ea-single-team-box.style-five .image .social-link li {
  display: block;
  margin-bottom: 8px;
}

.ea-single-team-box.style-five .image .social-link li:last-child {
  margin-bottom: 0;
}

.ea-single-team-box.style-five .image .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  font-size: 18px;
  position: relative;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .4s;
  transition: .4s;
}

.ea-single-team-box.style-five .image .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.ea-single-team-box.style-five .image .social-link li a:hover {
  background-color: #fe4c1c;
  color: var(--whiteColor);
}

.ea-single-team-box.style-five .image .social-link li:nth-child(2) a, .ea-single-team-box.style-five .image .social-link li:nth-child(4) a, .ea-single-team-box.style-five .image .social-link li:nth-child(6) a, .ea-single-team-box.style-five .image .social-link li:nth-child(8) a {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.ea-single-team-box.style-five:hover .content i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.ea-single-team-box.style-five:hover .image .social-link li a {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.ea-single-team-box.style-six {
  background-color: var(--whiteColor);
  margin-bottom: 30px;
}

.ea-single-team-box.style-six .row {
  margin-left: 0;
  margin-right: 0;
}

.ea-single-team-box.style-six .row .col-lg-4, .ea-single-team-box.style-six .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}

.ea-single-team-box.style-six .advisor-image {
  text-align: center;
  border-radius: 5px;
  position: relative;
}

.ea-single-team-box.style-six .advisor-image img {
  border-radius: 5px;
}

.ea-single-team-box.style-six .advisor-content {
  padding: 25px 20px;
}

.ea-single-team-box.style-six .advisor-content h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
}

.ea-single-team-box.style-six .advisor-content .sub-title {
  display: block;
  font-size: 15px;
  color: #fe4a55;
}

.ea-single-team-box.style-six .advisor-content p {
  margin-bottom: 0;
  margin-top: 12px;
}

.ea-single-team-box.style-six .advisor-content .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.ea-single-team-box.style-six .advisor-content .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.ea-single-team-box.style-six .advisor-content .social-link li:last-child {
  margin-right: 0;
}

.ea-single-team-box.style-six .advisor-content .social-link li a {
  width: 30px;
  height: 30px;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
  text-align: center;
  color: var(--blackColor);
  background-color: #e1e1e1;
}

.ea-single-team-box.style-six .advisor-content .social-link li a i {
  left: 0;
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.ea-single-team-box.style-six .advisor-content .social-link li a:hover {
  background-color: #fe4a55;
  color: var(--whiteColor);
}

.ea-single-team-box.style-seven {
  text-align: center;
  border-radius: 50% 50% 0 0;
  background-color: #fafafa;
  margin-bottom: 30px;
  margin-right: 10px;
}

.ea-single-team-box.style-seven .image {
  position: relative;
  border-radius: 50%;
}

.ea-single-team-box.style-seven .image img {
  border-radius: 50%;
}

.ea-single-team-box.style-seven .image .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  right: 5px;
  bottom: 20px;
}

.ea-single-team-box.style-seven .image .social-link li {
   margin-top: 5px;
}

.ea-single-team-box.style-seven .image .social-link li:nth-child(1) {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  margin-bottom: 10px;
}

.ea-single-team-box.style-seven .image .social-link li:nth-child(2) {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  margin-bottom: 12px;
}

.ea-single-team-box.style-seven .image .social-link li:nth-child(3) {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.ea-single-team-box.style-seven .image .social-link li a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 17px;
  color: var(--whiteColor);
  border: 1px solid #f1bfa2;
  background: -webkit-gradient(linear, left bottom, right top, from(#db4b23), color-stop(#e06921), color-stop(#e48425), color-stop(#e59e30), to(#e6b642));
  background: linear-gradient(to right top, #db4b23, #e06921, #e48425, #e59e30, #e6b642);
}

.ea-single-team-box.style-seven .image .social-link li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ea-single-team-box.style-seven .content {
  padding: 30px 20px;
}

.ea-single-team-box.style-seven .content h3 {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
}

.ea-single-team-box.style-seven .content span {
  display: block;
  color: #666666;
}

.ea-single-team-box.style-seven:hover .image .social-link {
  opacity: 1;
  visibility: visible;
}
