.team-listing .content-wrapper {
  max-width: 1370px;
  padding: 0px 25px;
}
.team-listing .filters {
  padding: 50px 0;
}
.team-listing .filters .search {
  display: flex;
  align-items: center;
}
.team-listing .filters input#name-search {
  opacity: 1;
  border-radius: 56px;
  border-width: 1px;
  border: 1px solid #101820;
  background: #DAE1E8;
  width: 472px !important;
  color:#101820;
  padding: 13px 17px;
  font-size: 14px;
  line-height: 1.42857142857;
  margin-right: 16px;
}
.team-listing .filters button#search-btn {
  min-height: 50px;
  padding: 12px 39px;
  flex-shrink: 0;
}
.team-listing .filters .locations {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.team-listing .filters .locations label {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink:0;
  margin-right: 15px;
}
.team-listing .filters .location-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}
.team-listing .filters .location-btn {
  border-radius: 50px;
  padding:6px 14px;
  font-family: Arial;
  font-weight: 700;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #101820;
  border: none;
  background:#F3F3F3;
  transition:.2s;
  cursor:pointer;
}
.team-listing .filters .location-btn:hover,
.team-listing .filters .location-btn.active {
  background: #60269E;
  color: #fff;
}
/* results */
.team-listing .results-header{
  background: #F3F3F3;
  padding: 14px 0;
}
.team-listing .results-header .content-wrapper {
  display: flex;
  justify-content: space-between;
}
.team-listing .results-count {
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
}
.team-listing .results-count span {
  text-transform: capitalize;
}
.team-listing .results-clear {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color:inherit;
  display: flex;
  align-items: center;
  cursor:pointer;
}
.team-listing .results-clear svg {
  margin-right: 5px;
}
.team-listing .results-wrapper {
  padding: 60px 0;
}
.team-listing .results-wrapper h2 {
  margin-bottom: 0;
}
.team-listing .results-items {
  margin: 0px -25px;
  display:flex;
  flex-wrap:wrap;
}
.team-listing .results-items .item {
  margin-top: 20px;
}
/* end result */

/* rows */
.team-listing .category-row {
  padding: 60px 0;
}
.team-listing .category-row.row1{
  background: #143E35;
}
.team-listing .category-row.row1 h2{
  color:#fff;
}
.team-listing .category-row:nth-child(even){
  background: radial-gradient(62.2% 64.34% at 92.04% 99.98%, #FFFFFF 0%, #D9E0E7 100%);
}
.team-listing .category-row:nth-child(even) .item-content {
  background: #fff;
}
.team-listing .category-row.row1:after {
  position: absolute;
  width: 509px;
  height: 519px;
  background: rgba(116, 215, 126, 0.5);
  border: 1px solid #000000;
  filter: blur(83.4px);
  content: '';
  bottom: 0;
  right: 0;
  transform: translate(50%,50%);
}
.team-listing .category-row.row1 {
  position: relative;
  overflow: hidden;
}
.team-listing .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
  gap:20px;
}
.team-listing .inner h2 {
  margin: 0;
}
.team-listing .inner .slider-controls {
  padding: 0;
  gap: 30px;
  width: auto;
}
.team-listing .inner .slider-controls svg path {
  fill: #74D77E;
}
.team-listing .items {
  display: flex;
  margin: 0px -25px;
  flex-wrap: wrap;
}
.team-listing .slick-track {
  display: flex;
}
.team-listing .item {
  height: auto;
}
.team-listing .item>div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team-listing .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.team-listing .item {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80 0.0128401H19.7705V0H0V0.0128401V19.7849V80H19.7705V19.7849H80V0.0128401Z' fill='%2374D77E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 5px top 10px;
  width:25%;
  padding-top:30px;
  display:block;
  float:none;
}
.team-listing .item>div{
  padding: 0px 25px;
}
.team-listing .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 101.024%;
}
.team-listing .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: .5s;
}
.team-listing .item-content {
  background: radial-gradient(72.41% 77.99% at 91.63% 0%, #FFFFFF 0%, #DAE1E8 100%); 
  padding: 24px 22px 28px;
}
.team-listing .name {
  margin-bottom: 8px;
}
.team-listing .designation {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.team-listing .location {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #3A5D5E;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  text-transform:uppercase;
}
.team-listing .location svg {
  margin-right: 4px;
}
.team-listing .read-more a {
  font-weight: 700;
  font-size: 14px;
  line-height: 186%
    letter-spacing: 0.02em;
  color: #60269E;
  text-transform: uppercase;
  display:flex;
  align-items:center;
}
.team-listing .read-more a svg {
  fill: currentColor;
  width: 12px;
  margin-left: 4px;
  display: block;
  vertical-align: middle;
  transition:.2s;
}
.team-listing .read-more a:hover svg {
  margin-left: 8px;
}
/* end row */
.team-listing .read-more {
  margin-top: auto;
}
.team-listing .location {
  margin-top: auto;
}
.team-listing .location + .read-more {
  margin-top: 0;
}
@media(max-width:1380px){
  .team-listing .item>div {
    padding: 0px 20px;
  }
  .team-listing .items {
    margin: 0px -20px;
  }
  .team-listing .results-items {
    margin: 0px -20px;
  }
}
@media(max-width:1200px){
  .team-listing .results-items .item {
    width: 33.333%;
  }
}
@media(max-width:900px){
  .team-listing .results-items .item {
    width:50%;
  }
  .team-listing .results-items .item {
    width: 33.333%;
  }
  .team-listing .filters .locations {
    display: block;
  }
  .team-listing .filters .locations label {
    display: block;
    margin-bottom: 20px;
  }
  .team-listing .filters {
    padding: 40px 0;
  }
}
@media(max-width:767px){
  .team-listing .filters button#search-btn {
    min-height: 42px;
    padding: 10px 20px;
  }
  .team-listing .filters input#name-search {
    min-height: 42px;
    padding: 8px 15px;
    max-width: 100%;
    flex: 1;
  }
  .team-listing .filters .search {
    gap: 10px;
  }
  .team-listing .filters .location-btn {
    font-size: 13px;
  }
  .team-listing .inner .slider-controls {
    gap: 15px;
  }
  .team-listing .results-header .content-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
@media(max-width:600px){
  .team-listing .results-items .item {
    width:100%;
  }
  .team-listing .inner h2 {
    font-size: 28px;
  }
}
@media(max-width:480px){
  .team-listing .filters input#name-search {
    margin-right: 0;
  }
  .team-listing .filters .search {
    flex-wrap: wrap;
  }
}