.slider {
    width: 100%;
    margin: 10px auto;
    padding-left: 80px;
}
.slick-slide {
  margin: 20px 20px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 70px;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity:1;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
.opp-title {
    color:#004890;
    font-family: Arial;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
    letter-spacing: -0.24px;
}
.opp-description {
    padding: 10px;
    color:#232323;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.opp-image_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.wellness-slider .opp-image_title img{
    filter: none;
    opacity: 1;
}
.opp-image_title img{
    filter: grayscale(1);
    opacity: 0.3;
}
.wellness-slider li{
    color: #004890;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
button.slick-arrow img {
  height: unset;
  max-width: fit-content;
}
button.opp-next-arrow img:hover,button.opp-prev-arrow img:hover{
 filter: drop-shadow(2px 4px 6px black);
}
.slide-arrow {
  position: absolute;
  top: unset;
  bottom: -100px;
  right: 50%;
  left: 50%;
  outline: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
button.opp-next-arrow {
  left: 54%;
}
button.opp-prev-arrow {
  left: 46%;
}
.opp-name{
color:#004890;
font-family: Arial;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
}
.opp-position{
color:  #004890;
font-family: Arial;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
}
@media (max-width:991px){
button.opp-next-arrow {
    left: 50%;
}
button.opp-prev-arrow {
    left: 40%;
}
}
/* relatedproject */
h2.relatedprojectTitle {
  font-weight: 700;
  font-size: 50px !important;
  color: #004890!important;
  letter-spacing: -2.75px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 20px;
}
.relatedproject-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.relatedproject-gallery-item {
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.relatedproject-gallery-item img{
  width: 100%;
}
.relatedproject-gallery-item:nth-child(1) img,.relatedproject-gallery-item:nth-child(2) img,.relatedproject-gallery-item:nth-child(4) img,.relatedproject-gallery-item:nth-child(5) img,.relatedproject-gallery-item:nth-child(6) img,.relatedproject-gallery-item:nth-child(7) img,.relatedproject-gallery-item:nth-child(8) img,.relatedproject-gallery-item:nth-child(9) img{
  height: 529px;
  object-fit: cover;
}
.relatedproject-gallery-item:nth-child(1),.relatedproject-gallery-item:nth-child(5),.relatedproject-gallery-item:nth-child(6),.relatedproject-gallery-item:nth-child(9){
  flex-basis: 39%;
}
.relatedproject-gallery-item:nth-child(2),.relatedproject-gallery-item:nth-child(4),.relatedproject-gallery-item:nth-child(7),.relatedproject-gallery-item:nth-child(8){
  flex-basis: 60%;
}
.relatedproject-gallery-item:nth-child(3) {
  width: 100%;
}
.relatedproject-gallery-item:nth-child(3) img{
  height: 906px;
  object-fit: cover;
}
.relatedproject-gallery-item:hover .relatedproject-overlay {
  opacity: 1;
}
.relatedproject-gallery-item .relatedproject-overlay {
  display: flex;
  align-items: center;
  justify-content: left;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.5s ease;
  right: 0;
  padding: 50px;
}
.relatedproject-gallery-item .relatedproject-overlay span {
  transform: scale(0);
  transition: transform 0.5s ease;
}
.relatedproject-gallery-item h3{
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 103.125% */
  letter-spacing: -0.64px;
  color: #fff;
  margin: 0;
}
.relatedproject-gallery-item h5{
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin: 0;
}
.relatedproject-gallery-item:hover .relatedproject-overlay span {
  transform: scale(1);
}
@media only screen and (max-width:1775px){
    .relatedproject-container {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }
}
@media only screen and (max-width:1620px) {
  .relatedproject-gallery-item:nth-child(1),.relatedproject-gallery-item:nth-child(5),.relatedproject-gallery-item:nth-child(2),.relatedproject-gallery-item:nth-child(4){
      flex-basis: 100%;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .slider {
      padding-left: 10px;
  }
}
@media only screen and (max-width:767px) {
  .relatedproject-gallery-item:nth-child(5n + 1),.relatedproject-gallery-item:nth-child(5n + 2),.relatedproject-gallery-item:nth-child(5n + 4),.relatedproject-gallery-item:nth-child(5n + 5) {
      grid-column: span 4;
  }
  .relatedproject-gallery-item:nth-child(5n + 3) img,.relatedproject-gallery-item:nth-child(5n + 1) img,.relatedproject-gallery-item:nth-child(5n + 2) img,.relatedproject-gallery-item:nth-child(5n + 4) img,.relatedproject-gallery-item:nth-child(5n + 5) img{
      height: auto;
  }
  .slick-slide{
    padding: 10px;
  }
  .slider{
    padding-left: 0;
  }
  button.opp-next-arrow {
      left: 53%;
  }
  button.opp-prev-arrow {
      left: 25%;
  }
}