.recent-blogs-two .holder {
    position: relative;
    overflow: hidden;
    padding-top: calc((10 / 100) * 100%);
}

.recent-blogs-two .holder .pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.7s ease-in-out 0.0s;
    -webkit-transition: all 0.7s ease-in-out 0.0s;
  border-radius:5px;
}

.recent-blogs-two .holder .overlay {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease-in-out 0.0s;
    -webkit-transition: all 0.7s ease-in-out 0.0s;
}

.recent-blogs-two .holder .data {
    align-items: center;
    justify-content: center;
    padding: 35px 35px 7px 35px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transition: all 0.3s ease-in-out 0.0s;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
    position: relative;
    z-index: 999;
    text-align: left;
}

.recent-blogs-two .holder:hover>.overlay, .recent-blogs-two .holder:hover>.data {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.recent-blogs-two .holder .data .title a {
    color: #fff;
    text-decoration: none;
}

.recent-blogs-two .holder .data .title {
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    padding: 0;
}

.recent-blogs-two .holder .data p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.recent-blogs-two .holder .data p strong {
  font-weight: 400;
}

.recent-blogs-two .holder .data .action-button {
    position: absolute;
    bottom: 0;
    right: 35px;
    z-index: 4;
    text-align: center;
    font-size: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s ease-in-out 0.2s;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    background: #17be74;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

.recent-blogs-two .holder .data .action-button>.btn {
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    border: none;
    border-radius: 0;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #17be74;
}

.recent-blog-two-desc {
    margin-top: 24px
}

@media screen and (min-width: 992px) {
  .recent-blog-two-desc {
    margin-bottom: 22px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    div.recent-blogs-two {
        padding-top: 40px;
        margin: 0 15px;
        overflow: hidden;
        padding-bottom: 49px;
    }
 
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    div.recent-blogs-two {
        padding-top: 40px;
        margin: 0 15px;
        overflow: hidden;
        padding-bottom: 49px;
    }
  
}

@media screen and (min-width: 321px) and (max-width: 479px) {
    div.recent-blogs-two {
        padding-top: 40px;
        margin: 0 15px;
        overflow: hidden;
        padding-bottom: 49px;
    }
  
  
}

@media screen and (max-width: 320px) {
    div.recent-blogs-two {
        padding-top: 40px;
        margin: 0 15px;
        overflow: hidden;
        padding-bottom: 49px;
    }
  
  
}

.recent-blogs-two .swiper-button-next, .recent-blogs-two .swiper-button-prev {
  top:43%;
  opacity:0;
  transition:all 0.3s ease;
  color: #17be74;
}

.recent-blogs-two:hover .swiper-button-next, .recent-blogs-two:hover .swiper-button-prev {
  top:43%;
  opacity:1;
  color: #17be74;
}