.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; */
  position: relative;
  width: 100%;
}
.solarsun_team .witr_team_section {
  position: relative;
  text-align: center;
}
.solarsun_team .witr_team_section img {
  object-fit: cover;
  width: 100%;
  /* height: 390px; */
}


.btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.btn-container button {
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  background-color: #BD1C22;
  
}

/* .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 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(255 255 255 / 85%);
  width: 100%;
  margin: 0px;
  box-sizing: border-box;
  /* text-align: left; */
  padding: 24px;
}
.solarsun_team .witr_team_content h5 {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font-family);
  color: var(--color-primary);
  margin: 0;
text-align:left;
	
}
.solarsun_team .witr_team_content span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-family);
  color: var(--title-text-color);
	display: inline-block;
	width: 100%;
	text-align:left;
}
.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;
  color: #ad2e2a;
    /* font-size: 20px; */
    font-weight: 100;
    margin-bottom: 20px;
    letter-spacing: 20px;
    text-transform: uppercase;
}
.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: #1a305e;
}
/* ------------------------------------------------- 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 (min-width: 992px) {
    .solarsun_team .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
    }
}
.solarsun_team .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}
@media (max-width: 500px) {
.solarsun_team .witr_section_title .witr_section_title_inner h3{
  font-size: 24px !important;
}
}

  @media (max-width: 991px) {
    .solarsun_team .row {
      margin-left: -6px;
      margin-right: -6px;
    }

    .solarsun_team .row > .col-lg-4.col-md-6 {
      flex: 0 0 33.333333% !important;
      max-width: 33.333333% !important;
      min-width: 0;
      padding-left: 6px;
      padding-right: 6px;
      margin-bottom: 12px;
    }
      .witr_section_title p{
       letter-spacing: 10px !important;
            }
    .solarsun_team .team-part {
      min-width: 0;
    }

    .solarsun_team .witr_team_content {
      padding: 10px 8px;
    }

    .solarsun_team .witr_team_content h5 {
      font-size: 14px;
      line-height: 1.3;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    .solarsun_team .witr_team_content span {
      display: block;
      width: 100%;
      font-size: 12px;
      line-height: 1.3;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
  }
