.solarsun_team {
  /*padding: 90px 0 80px;*/
}
.solarsun_team .team-part {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 4px 0 rgba(0,0,0,.05);
  margin-bottom: 20px;
}
.solarsun_team .witr_team_section {
  position: relative;
  text-align: center;
}
.solarsun_team .witr_team_section img {
  object-fit: cover;
  height: 390px;
}
.solarsun_team .witr_team_section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.solarsun_team .witr_team_section:before {
  background: color-mix(in srgb, #203260 50%, transparent);;
}
.solarsun_team .team_overlay_icon a {
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  font-size: 22px;
  opacity: 0;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
}
.solarsun_team .team_overlay_icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #fff;
}
.solarsun_team .team_overlay_icon a img {
  width: 22px;
  height: 22px;
}
.solarsun_team .witr_team_content {
  padding: 23px 5px 23px;
}
.solarsun_team .witr_team_content h5 {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font-family);
  color: var(--title-text-color);
  margin: 0;
}
.solarsun_team .witr_team_content span {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-family);
  color: var(--title-text-color);
}
.solarsun_team .witr_team_content h5 a:hover, .solarsun_team .witr_team_content h5:hover, .witr_team_content span {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
}
.solarsun_team .witr_team_section:hover:before {
  opacity: 1;
}
.solarsun_team .witr_team_section:hover .team_overlay_icon a {
  opacity: 1;
}
.solarsun_team .ab_page_team_area {
  border-top: 1px solid #DDDDDDAB;
}

.solarsun_team .witr_section_title {
	margin-bottom: 50px;
}

.solarsun_team .witr_section_title .witr_section_title_inner h2 {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	color: var(--title-text-color);
	font-family: var(--title-font-family);
	padding: 0 0 5px 0;
}
.solarsun_team .witr_section_title .witr_section_title_inner h3 {
	font-size: 40px;
	margin: auto;
	font-weight: 700;
	line-height: 1.4;
	font-family: var(--title-font-family);
	color: var(--title-text-color);
}
/* ------------------------------------------------- Old Desktop :992 ---------------------------------------------------*/
 @media (min-width: 992px) and (max-width: 1199px) {
    /* team css */
	.solarsun_team .witr_team_content4 {
		padding: 15px 26px 13px;
	}
    .solarsun_team .team-style-2 .em-content-title h2 {
         font-size: 17px;
         margin-top: -1px;
    }
    .solarsun_team .team-style-2 .em-content-socials a {
         font-size: 14px;
    }
}
/* ------------------------------------------------- Tablet Screen : 768 ---------------------------------------------------*/
 @media (min-width: 768px) and (max-width: 991px) {
	/* team area css */
	.solarsun_team .witr_team_section img {
		width: 100%;
	}
}