.solarsun_team {
  padding: clamp(30px, calc( (80 / 1920) * 100vw ), 80px) 0;
}
.solarsun_team .col-lg-2 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }
.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, var(--color-primary) 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: var(--color-primary);
  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: clamp(14px, 0.85vw, 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: clamp(24px, 2.5vw, 48px);
	margin: auto;
}
/* ------------------------------------------------- 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%;
	}
}




@media(max-width:991px){
  .solarsun_team .col-lg-2 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .solarsun_team .witr_team_section img {
    height: 260px;
  }
  .solarsun_team .witr_section_title {
    margin-bottom: 30px;
  }
}

@media(max-width:767px){
  .solarsun_team .col-lg-2 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
  }
  .solarsun_team .witr_team_section img {
    height: auto;
  }
  .solarsun_team .witr_section_title {
    margin-bottom: 20px;
  }
}
