.preyantechnosys-portfoliobox-style1 {
    position: relative;
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-image {
    transition: 0.3s all;
    position: relative;
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style1:hover .prt-featured-image {
     border-radius: 60px;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 {
    margin-bottom: 0;
    cursor: pointer;
    color: var(--prt-whitecolor);
}
.preyantechnosys-portfoliobox-style1 .prt-featured-wrapper img {
    border-radius: 25px;
    transition: 0.5s;
}
.preyantechnosys-portfoliobox-style1:hover .prt-featured-wrapper img {
    border-radius: 60px;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-content {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 30px;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s;
    z-index: 1;
}
.preyantechnosys-portfoliobox-style1:hover .prt-featured-content {
    opacity: 1;
    transform: translateY(0px);
}
.preyantechnosys-portfoliobox-style1 .prt-featured-image:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--prt-skincolor);
    opacity: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 60px;
    transition: 0.6s;
}
.preyantechnosys-portfoliobox-style1:hover .prt-featured-image:before{
    opacity: 0.5;
}
.preyantechnosys-element-portfoliobox-style1  .preyantechnosys_item_popup_details {
     width: 60%;
}
.preyantechnosys-element-portfoliobox-style1 .close-btn {
    position: relative;
    right: 0;
    left: auto;
    top: -42px;
    cursor: pointer;
    z-index: 99;
    font-size: 25px;
    color: red;
    font-weight: 800;
    font-family: 'Nunito';
    float: right;
    display: inline-block;
    vertical-align: top;
}
.preyantechnosys-element-portfoliobox-style1 .close-btn i {
    position: absolute;
    background-color: #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
/*portfolio style 2*/
.preyantechnosys-portfoliobox-style2 .prt-featured-image {
    position: relative;
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style2 .prt-featured-wrapper{
    overflow: hidden;
    border-radius:25px;
     transition: 2s;
 }
 .preyantechnosys-portfoliobox-style2:hover .prt-featured-wrapper {
    border-radius:50px;
}
.preyantechnosys-portfoliobox-style2 .prt-featured-wrapper img {
    transition: 2s;
    transform: scale(1);
    width: 100%;
}
.preyantechnosys-portfoliobox-style2:hover .prt-featured-wrapper img {
    transform: scale(1.1);
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-box-content {
    padding-top: 30px;
}
.preyantechnosys-boxes-gap-100px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper {
    padding-right: 50px;
    padding-left: 50px;
}
.preyantechnosys-element-portfoliobox-style2 .prt-box-col-wrapper.slick-slide {
    border-left: 1px solid var(--prt-bordercolor);
    padding: 50px;
}
.prt-bgcolor-darkgrey .preyantechnosys-element-portfoliobox-style2 .prt-box-col-wrapper.slick-slide {
    border-color:rgba(255, 255, 255, 0.20);
}
.prt-bgcolor-darkgrey .preyantechnosys-portfoliobox-style2 .preyantechnosys-box-content .preyantechnosys-box-title a {
    color: var(--prt-whitecolor);
}
/*portfolio style 2*/