/*---Iconbox style-one---*/
.preyantechnosys-iconcolor-skincolor i {
    color: var(--prt-skincolor);
}
.preyantechnosys-iconbox-inner {
    position: relative;
    overflow: hidden;
    background-color: var(--prt-whitecolor);
    padding: 34px 20px 38px 30px;
    transition: all 0.5s ease;
}
.preyantechnosys-iconbox-styleone:hover .preyantechnosys-iconbox-inner{
    background-color: var(--prt-skincolor);
}
.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    padding-right: 30px;
}
.preyantechnosys-iconbox-styleone .prt-number-wrapper {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: var(--prt-greycolor);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    color: var(--body-blackfont-color);
}
.preyantechnosys-iconbox-styleone .prt-box-icon {
    margin-top: 22px;
    margin-bottom: 19px;
}
.preyantechnosys-iconbox-styleone .horizontal-sep-styleone {
    position: relative;
    display: block;
}
.preyantechnosys-iconbox-styleone .horizontal-sep-styleone:before,
.preyantechnosys-iconbox-styleone .horizontal-sep-styleone:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--prt-greycolor);
    top: auto;
    bottom: 0;
}
.preyantechnosys-iconbox-styleone .horizontal-sep-styleone:after {
    width: 0;
    background-color: var(--prt-whitecolor);
    will-change: width;
    -webkit-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    transition: width 0.4s ease;
}
.preyantechnosys-iconbox-styleone:hover .horizontal-sep-styleone:after {
    width: 100%;
}
.preyantechnosys-iconbox-styleone:hover .prt-box-icon{
    opacity: 0;
}
.preyantechnosys-iconbox-styleone:hover .preyantechnosys-iconbox-heading .prt-custom-heading,
.preyantechnosys-iconbox-styleone:hover .prt-cta3-content-wrapper{
    color: var(--prt-whitecolor);;
}
.preyantechnosys-iconbox-styleone:hover .prt-number-wrapper{
    background-color: var(--prt-whitecolor);
}