.casebanner {
  background: url(../images/case7_banner.webp);
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%;
  padding: 90px 0px;
}

.casebanner::before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(20, 32, 42);
  opacity: 0.84;
  position: absolute;
}

.casebanner h1 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.casebanner p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 30px;
  padding: 30px 90px;
}

.casestudieslist {
  padding: 80px 0px;
}

.listiteammain {
  margin: 0px;
  padding: 0px;
}

.listiteammain ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.listiteammain ul li {
  flex: 0 0 32%;
  margin-bottom: 60px;
}

.listiteammain ul li .figure {
  width: 100%;
  background: #ddd;
}

.listiteammain ul li .figure img {
  width: 100%;
 border: 5px solid #ccc; border-radius: 5px; height: auto;}


.listiteammain ul li .titlearea {
  display: block;
  position: relative;
  background: #14202a;
  padding: 11px 0px 31px;
  text-align: center;
}

.listiteammain ul li .titlearea h4 {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  font-weight: 400
}

.listiteammain ul li .titlearea h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500
}

.listiteammain ul li .titlearea .redbtn {
  text-align: center;
  position: absolute;
  left:84px;
  bottom: -30px;}


.listiteammain ul li .titlearea .redbtn a {
  background: #b60101;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 11px 28px;
  color: #fff;}