.rs-project4 .project-item {
  position: relative;
  z-index: 1;
  overflow: visible;
  border-radius: 5px;
  opacity: 0.2;
}
.rs-project4 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project4 .project-item .project-img a img {
  opacity: 1;
  transform: scale(1);
  transition: .6s;
  border-radius: 5px;
}
.rs-project4 .project-item .project-inner {
  background-color: transparent;
  background-image: linear-gradient(220deg, #00a6f5 0%, #108bb9 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 14px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px 5px 0 0;
  max-width: 439px;
  left: 50%;
  transform: translateX(-50%);
}
.rs-project4 .project-item .project-inner .title {
  font-size: 25px !important;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.rs-project4 .project-item .project-inner .title a {
  color: #ffffff;
}
.rs-project4 .project-item .project-inner .category a {
  color: #ffffff;
}
.rs-project4 .project-item:hover .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project4 .project-item:hover .project-img a img {
  transform: scale(1);
  transition: .6s;
}
.rs-project4 .project-item:hover .project-inner {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.rs-project4 .project-item:hover .project-inner .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.rs-project4 .project-item:hover .project-inner .title a {
  color: #ffffff;
}
.rs-project4 .project-item:hover .project-inner .category a {
  color: #ffffff;
}
.rs-project4 .center .project-item {
  opacity: 1;
}
.rs-project4 .center .project-item .project-inner {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project4 .owl-nav .owl-next,
.rs-project4 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17.5%;
  width: 42px;
  height: 42px;
  line-height: 25px;
  border-radius: 50%;
  background: #00aff0;
  /* box-shadow: 0 0 30px #eee; */
  text-align: center;
  color: #1c1b1b;
  transition: all 0.5s;
  display: none;
}

.rs-project4 .owl-nav .owl-next {
  right: 17.5%;
  left: unset;
}


.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li:last-child {
  margin: 0;
}
.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: 0.3s;
}
.rs-inner-blog .blog-item .blog-img {
  position: relative;
}
.rs-inner-blog .blog-item .blog-img .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-inner-blog .blog-item .blog-img .post-categories li {
  display: inline-block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a {
  background: #bb0b0b;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
  background: #bb0b0b;
}
.rs-inner-blog .blog-item .blog-content {
  padding: 15px 2px 15px;
  overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #0082f1;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #bb0b0b;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #bb0b0b;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
}
.rs-inner-blog .widget-area .widget-title .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0a0a0a;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
  margin-bottom: 10px;
}
.rs-inner-blog .widget-area .widget-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #0082f1;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 19px 20px 18px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border: none;
  border-radius: 5px;
  position: relative;
  background: #F6F7F9;
}