.rs-project.style4 .project-item {
  position: relative;
  z-index: 1;
  overflow: visible;
  border-radius: 5px;
  opacity: 1;
}
.rs-project.style4 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style4 .project-item .project-img a img {
  opacity: 1;
  transform: scale(1);
  transition: .6s;
  border-radius: 5px;
}
.rs-project.style4 .project-item .project-inner {
  background-color: transparent;
  background-image: linear-gradient(220deg, #00a6f5 0%, #015eea 100%);
  position: absolute;
  bottom: -60px;
  left: 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px 5px 0 0;
  max-width: 370px;
  left: 50%;
  transform: translateX(-50%);
}
.rs-project.style4 .project-item .project-inner .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.rs-project.style4 .project-item .project-inner .title a {
  color: #ffffff;
}
.rs-project.style4 .project-item .project-inner .category a {
  color: #ffffff;
}
.rs-project.style4 .project-item:hover .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style4 .project-item:hover .project-img a img {
  transform: scale(1);
  transition: .6s;
}
.rs-project.style4 .project-item:hover .project-inner {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.rs-project.style4 .project-item:hover .project-inner .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.rs-project.style4 .project-item:hover .project-inner .title a {
  color: #ffffff;
}
.rs-project.style4 .project-item:hover .project-inner .category a {
  color: #ffffff;
}
.rs-project.style4 .center .project-item {
  opacity: 1;
}
.rs-project.style4 .center .project-item .project-inner {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project.style4 .owl-nav .owl-next,
.rs-project.style4 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20.5%;
  width: 42px;
  height: 42px;
  line-height: 25px;
  border-radius: 50%;
  background: #ffffff3d;
  /* box-shadow: 0 0 30px #eee; */
  text-align: center;
  color: #1c1b1b;
  transition: all 0.5s;
  display: none;
}

.rs-project.style4 .owl-nav .owl-next {
  right: 20.5%;
  left: unset;
}
