/* service style 1 */

.preyantechnosys-servicebox-styleone {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content {
    position: relative;
    display: flex;
    padding: 30px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border-color: var(--prt-bordercolor);
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    transition: 0.8s all;
    background-color: var(--prt-greycolor);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content .preyantechnosys-service-title {
    width: 40%;
}

.preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content .preyantechnosys-box-desc {
    width: 45%;
    padding-right: 40px;
}

.preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content .preyantechnosys-serviceboxbox-readmore {
    width: 15%;
    text-align: right;
}

.preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content .preyantechnosys-service-title .preyantechnosys-box-title h4 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 0px;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-post-item  .prt-featured-wrapper img {
    height: 200px;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    width: 100%;
}
.preyantechnosys-element-servicebox-styleone .prt-box-col-wrapper .preyantechnosys-servicebox-styleone .preyantechnosys-post-item  .prt-featured-outer-wrapper { 
    height: 200px;
    width: 1300px;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
      object-fit: cover;
    visibility: hidden;
   -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    margin-top: 20px;
     visibility: visible;
    opacity: 1;
    display: block;
    z-index: 1;
}
.preyantechnosys-element-servicebox-styleone .prt-box-col-wrapper .preyantechnosys-servicebox-styleone .preyantechnosys-post-item .preyantechnosys-box-img {
   display: none;
    transition: transform .5s ease-in-out;
    font-size: 14px;
    padding-top: 20px;
    width: 100%;
    max-width: 100%;
}

.preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content .preyantechnosys-serviceboxbox-readmore a {
    text-decoration: underline;
}
@keyframes animcircle {
  0%{
    transform: translate3d(100px, 100px, 0px);
    width: 100%;
    height: 100%;
    }
  50%{
    transform: translate3d(25px, 25px, 0px);
    width: 50%;
    height: 50%;
  }
  100%{
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    height: 100%;
  }
}


@media (max-width:1340px) {
.preyantechnosys-element-servicebox-styleone .multi-columns-row .col-lg-4:nth-child(3n+4) {
  clear: none;
}
}
/*service style 1*/

/*service style 2*/

.preyantechnosys-servicebox-styletwo .preyantechnosys-box-content {
    background-color: var(--prt-whitecolor);
    display: flex;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.preyantechnosys-servicebox-styletwo .preyantechnosys-box-content .prt-servicebox-detials {
    padding: 0px;
}


.preyantechnosys-servicebox-styletwo .preyantechnosys-box-content .prt-servicebox-detials .preyantechnosys-box-title h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 32px;
    margin-bottom: 10px;
}

.preyantechnosys-servicebox-styletwo .preyantechnosys-box-content .preyantechnosys-box-item-figure {
    margin: 0;
    width: 250px;
    padding: 0 0 0 25px;
    height: 160px;
    object-fit: cover;
}

.preyantechnosys-servicebox-styletwo .preyantechnosys-box-content .preyantechnosys-box-item-figure .prt-post-featured-link-wrapper {
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

.preyantechnosys-servicebox-styletwo:hover .preyantechnosys-box-content {
    background-color: var(--prt-skincolor);
    color: var(--prt-whitecolor);
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-box-content .prt-servicebox-detials .preyantechnosys-box-title h4 a ,
.preyantechnosys-servicebox-styletwo .preyantechnosys-box-content .prt-servicebox-detials .preyantechnosys-box-desc .prt-short-desc p {
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.preyantechnosys-servicebox-styletwo:hover .preyantechnosys-box-content .prt-servicebox-detials .preyantechnosys-box-title h4 a { 
    color: var(--prt-whitecolor);
}

.preyantechnosys-servicebox-styletwo:hover .preyantechnosys-box-content .prt-servicebox-detials .preyantechnosys-box-desc .prt-short-desc p {
    color: rgb(255 255 255 / 80%);
}

/*service style 2*/

/*service style 3*/
.preyantechnosys-servicebox-stylethree .preyantechnosys-post-item {
    padding: 30px;
    background: var(--prt-greycolor);
    border-radius: 20px;
    border: 1px solid var(--prt-bordercolor);
}
.preyantechnosys-servicebox-stylethree .prt-box-icon {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    font-size: 32px;
    background: var(--prt-secondarycolor);
    color: var(--prt-whitecolor);
    border-radius: 50%;
    margin-bottom: 20px;
}
.preyantechnosys-servicebox-stylethree:hover .prt-box-icon {
    background: var(--prt-skincolor);
    transform: rotateY(180deg);
    transition: all 0.9s;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore a {
    display: block;
    border: 1px solid var(--prt-bordercolor);
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore a:hover {
    border-color: var(--prt-skincolor);
    background: var(--prt-skincolor);
    color: var(--prt-whitecolor);
}


.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore a:after {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
    z-index: 0;
}

.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore a:hover:after {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore {
    padding-top: 10px;
}
.preyantechnosys-servicebox-stylethree .prt-short-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


@media (max-width: 991px){ 

    .preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content  {
        display: block;
    }

    .preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content .preyantechnosys-service-title {
        width: 100%;
    }


    .preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content .preyantechnosys-box-desc {
        width: 100%;
        padding-right: 0px;
    }

    .preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content .preyantechnosys-serviceboxbox-readmore {
        width: 100%;
        text-align: left;
    }

    .preyantechnosys-element-servicebox-styleone .prt-box-col-wrapper .preyantechnosys-servicebox-styleone .preyantechnosys-post-item .prt-servicebox-content .prt-featured-outer-wrapper {
        width: 100%;
    }

    .preyantechnosys-servicebox-styletwo .preyantechnosys-box-content ,
    .preyantechnosys-servicebox-styletwo .preyantechnosys-box-content .prt-servicebox-detials ,
    .preyantechnosys-servicebox-styletwo .preyantechnosys-box-content .preyantechnosys-box-item-figure {
        display: block;
    }

    .preyantechnosys-servicebox-styletwo .preyantechnosys-box-content .preyantechnosys-box-item-figure {
        padding: 0px;
        width: auto;
    }

}