.preyantechnosys-portfoliobox-style1 .prt-featured-image {
    position: relative;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-post-item {
    position: relative;
    transform: none;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    height: 460px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper:before {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0 0 0) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition-property: top,opacity;
    transition-duration: 0.3s;
    overflow: hidden;
      transform: translateY(40px);
    -webkit-transition: all .6s ease-in-out;
}
.preyantechnosys-portfoliobox-style1:hover .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper:before {
	opacity: 0.9;    
    transform: translateY(0px);
}
.preyantechnosys-portfoliobox-style1 .prt-featured-content {
    transform-origin: 0%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 20px;
    display: flex;
    opacity: 0;
    transition: all 0.5s ease;
    padding: 40px;
     transform: translateY(40px);
         width: 100%;
}
.preyantechnosys-portfoliobox-style1:hover .prt-featured-content {
    opacity: 1;    
    transform: translateY(0px);
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 {
    text-decoration: none;
    margin-bottom: 0;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 a{
   color: var(--prt-whitecolor);
}
.preyantechnosys-portfoliobox-style1 .prt-port-cat {
    text-transform: none;
    font-size: 16px;
    line-height: 26px;
    color: var(--prt-skincolor);
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}





