.preyantechnosys-blogbox-styleone .preyantechnosys-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: var(--prt-globalradius);
    background-color: var(--prt-greycolor);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 40px;
    background-image: linear-gradient(to right, rgb(215 243 237 / 32%) 70%, #e5e6ee 100%);
    display: flex;
    position: absolute;
    opacity: 0;
    margin-top: 15px;
}
.preyantechnosys-element-blogbox-style1 .prt-box-col-wrapper.active .preyantechnosys-box-content {
    position: relative;
    opacity: 1;
}
.preyantechnosys-blogbox-styleone .post-item {
    overflow: hidden;
    position: relative;
}
.preyantechnosys-blogbox-styleone  .ttm-titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: var(--prt-globalradius);
    background-color: var(--prt-greycolor);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 40px;
    cursor: pointer;
    background-image: linear-gradient(to right, rgb(41 112 243 / 7%) 10%, rgb(70 217 147 / 10%) 130%);
}
.preyantechnosys-blogbox-styleone  .ttm-titlebox .preyantechnosys-box-title h4 {
    margin-bottom: 0;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .prt-featured-wrapper, 
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .prt-featured-wrapper img {
    overflow: hidden;
    border-radius: var(--prt-globalradius);
}
.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-footer-left a {
    padding: 14px 35px;
    background-color: var(--prt-skincolor);
    color: #ffffff !important;
    border-radius: var(--prt-button-shape);
}
.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-footer-left a:hover {
    background-color: var(--prt-secondarycolor);
}
.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-footer-readmore {
    margin-top: 20px;
    display: inline-block;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-desc {
    padding-right: 50px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-box-content h4 {
    margin-bottom: 10px;
}
.preyantechnosys-blogbox-styleone .prt-box-img-box {
    width:80%;
}  
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line i {
    display: none;
}

.preyantechnosys-blogbox-styleone .tm-post-iconbox i {
    font-size: 30px;
    line-height: 30px;
    display: table-cell;
    transition:0.5s all ;
}
.preyantechnosys-element-blogbox-style1 .prt-box-col-wrapper.active .tm-post-iconbox i {
    transform: rotate(90deg);
}
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line {
    padding-right: 16px;
}
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line:before,
.preyantechnosys-blogbox-styletwo .prt-entry-meta .prt-meta-line:before {
    position: absolute;
    content: "/";
    left: auto;
    right: 3px;
}
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line:last-child:before,
.preyantechnosys-blogbox-styletwo .prt-entry-meta .prt-meta-line:last-child:before{
    content: unset;
}

/*blog style 2*/
.preyantechnosys-element-blogbox-style2 .prt-box-col-wrapper {
    position: static;
}
.preyantechnosys-element-blogbox-style2 .prt-box-col-wrapper:last-child {
    margin-bottom: 0 !important;
}
article.preyantechnosys-box.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo.preyantechnosys-blogbox-format- {
    position: static;
}
.preyantechnosys-blogbox-styletwo .post-item .preyantechnosys-box-desc {
    padding: 30px;
    border-radius: var(--prt-globalradius);
    background: var(--prt-greycolor);
    width: 57%;
    float: right;
    background-image: linear-gradient(to right, rgb(215 243 237 / 32%) 40%, #e5e6ee 100%);
}
.preyantechnosys-blogbox-styletwo .prt-entry-meta .prt-meta-line i {
    font-size: 0;
}
.preyantechnosys-blogbox-styletwo .prt-entry-meta .prt-meta-line.cat-links a {
    position: relative;
    display: block;
    padding: 0 8px;
}

.preyantechnosys-blogbox-styletwo .preyantechnosys-box-title h4 a {
    transition: 0.12s;
}

.preyantechnosys-element-blogbox-style2 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    position: static;
}
.preyantechnosys-element-blogbox-style2 .preyantechnosys-box-blog .prt-featured-wrapper {
    overflow: hidden;
    position: static;
}
.preyantechnosys-element-blogbox-style2 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper.active .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper .prt-featured-wrapper a img {
    visibility: visible;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    z-index: 1;
}
.preyantechnosys-element-blogbox-style2 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper.active .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper img {
    transition: .5s all;
    opacity: 1;
    animation: activeImageAnimation1 0.6s forwards ease;
}
@keyframes inactiveImageAnimation1 {
    0% { clip-path: inset(0 0 0 0); }
    100% { clip-path: inset(0 100% 0 0); }
}
@keyframes activeImageAnimation1 {
    0% { clip-path: inset(0 0 0 100%); }
    100% { clip-path: inset(0 0 0 0); }
}
.preyantechnosys-element-blogbox-style2 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper a img {
    max-width: 100%;
    position: absolute;
    width: 40%;
    height: 100%;
    object-fit: cover;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    transition: all .9s ease,transform .9s ease;
    border-radius: var(--prt-globalradius);
    clip-path: inset(0 100% 0 0);
    animation: inactiveImageAnimation1 0.6s forwards ease;
}
@media (max-width:1200px){
.preyantechnosys-element-blogbox-style2 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper a img {
    width: 355px;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-content {
    padding: 30px 30px 40px;
}
.preyantechnosys-blogbox-styleone  .ttm-titlebox {
    padding: 20px 30px;
}
}
@media (max-width:1024px){
.preyantechnosys-element-blogbox-style2 .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper a img {
    visibility: visible !important;
    position: relative;
    opacity: 1 !important;
    z-index: 11 !important;
    clip-path: unset !important;
    width: 100%;
}
.preyantechnosys-blogbox-styletwo .post-item .preyantechnosys-box-desc {
    width: 100%;
    float: unset;
    margin-top: 30px;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-content {
    display: block;
}
.preyantechnosys-blogbox-styleone .prt-box-img-box {
    width: 100%;
    margin-bottom: 20px;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-desc {
    padding-right: 0;
}
}

@media only screen and (min-width:1024px) and (max-width:1339px) {
.preyantechnosys-blogbox-styletwo .post-item .preyantechnosys-box-desc {
    width: 47%;
}
}
/*blog style 2*/

.preyantechnosys-blogbox-style5 .preyantechnosys-box-content h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}