.preyantechnosys-portfoliobox-style1 .prt-featured-image {
    position: relative;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-post-item {
    perspective: 800px;
    perspective-origin: 0 0;
    position: relative;
    transform: none;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-content {
    width: 300px;
    height: 150px;
    transform-origin: 0%;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 20px;
    display: flex;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 30px;
    right: auto;
    transform: rotateY(90deg)perspective(400px);
    transition: all 0.5s ease;
}
.preyantechnosys-portfoliobox-style1:hover .prt-featured-content {
    opacity: 1;
    transform: rotateY(0deg)perspective(400px);
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 a {
    color: var(--prt-whitecolor);
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    margin-bottom: 0;
}
.preyantechnosys-portfoliobox-style1 .prt-port-cat {
    text-transform: none;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}
@media (max-width: 400px){
.preyantechnosys-portfoliobox-style1 .prt-featured-content {
    width: 200px;
}
}




/*portfolio style 1*/

/*portfolio style 2*/
.preyantechnosys-portfoliobox-style2 .preyantechnosys-post-item-inner {
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-post-item-inner:before {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .46) 72%, var(--prt-secondarycolor));
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    opacity: 0;
    transition: all 0.3s ease;
}
.preyantechnosys-portfoliobox-style2:hover .preyantechnosys-post-item-inner:before {
    opacity: 1;
}
.preyantechnosys-box-overlay {
    padding: 20px 40px 40px 20px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    opacity: 0;
    transition: all 0.3s ease;
}
.preyantechnosys-portfoliobox-style2:hover .preyantechnosys-box-overlay {
    opacity: 1;
}
/*portfolio style 2*/

/*portfolio masnory style 1*/
.preyantechnosys-portfoliobox-styleone .preyantechnosys-box-overlay {
    padding: 40px 40px 27px 43px;
    position: absolute;
    bottom: 10px;
	left: 0;
    opacity: 0;
    text-align: left;
    z-index: 7;
    -webkit-transition: all .7s ease-out 0s;
    -moz-transition: all .7s ease-out 0s;
    -ms-transition: all .7s ease-out 0s;
    -o-transition: all .7s ease-out 0s;
    transition: all .7s ease-out 0s;
}
.preyantechnosys-portfoliobox-styleone .tm-post-iconbox {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 4;
}
.preyantechnosys-portfoliobox-styleone .preyantechnosys-post-item-inner:before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateY(-20deg);
    -moz-transform: perspective(600px) rotateY(-20deg);
    -ms-transform: perspective(600px) rotateY(-20deg);
    -o-transform: perspective(600px) rotateY(-20deg);
    transform: perspective(600px) rotateY(-20deg);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.preyantechnosys-portfoliobox-styleone:hover .preyantechnosys-post-item-inner:before {
    opacity: 1;
    visibility: visible;
    opacity: .85;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}
.preyantechnosys-portfoliobox-styleone:hover .preyantechnosys-box-overlay {
    opacity: 1;
}
.preyantechnosys-portfoliobox-styleone:hover .tm-post-iconbox a {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
}
.preyantechnosys-portfoliobox-styleone .tm-post-iconbox a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--prt-skincolor);
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 15px;
    right: 12px;
}

@media (max-width: 991px) {
	.preyantechnosys-portfoliobox-styleone  .preyantechnosys-item-thumbnail,
	.preyantechnosys-portfoliobox-styleone .preyantechnosys-item-thumbnail-inner {
    display:block;
	}
	.preyantechnosys-portfoliobox-styleone span.preyantechnosys-item-thumbnail img {
    width: 100%;
	}
}