/*---Iconbox style-one---*/
.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-inner {
    position: relative;
    padding: 45px 25px 25px;
    border-radius: 20px;
    background-color: var(--prt-greycolor);
    transition: all 0.5s ease;
	text-align: center;	
}
.preyantechnosys-iconbox-styleone .prt-icon-type-image img {
    border-radius: 70px;
    transform: rotate(-7deg);
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
    display: block;
    width: 100%;
}
.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 26px;
    line-height: 36px;
    padding-top: 40px;
}
.preyantechnosys-iconbox-styleone .prt-number-wrapper {
    color: var(--body-blackfont-color);
}
.preyantechnosys-iconbox-styleone:hover .preyantechnosys-iconbox-inner {
	background-color: var(--prt-skincolortwo);
}
.preyantechnosys-iconbox-styleone .prt-iocnbox-btn {
    position: absolute;
    top: 56px;
    text-align: center;
    left: -20px;
    right: 0;
	font-size: 0;
}
.preyantechnosys-iconbox-styleone .prt-iocnbox-btn a,
.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading {
    position: relative;
}
.preyantechnosys-iconbox-styleone .prt-iocnbox-btn a:after {
    position: absolute;
    content: "\e65a";
    font-family: 'themify';
    font-size: 25px;
    color: #fff;
	transform: rotate(30deg);
	opacity: 0;
}
.preyantechnosys-iconbox-styleone:hover .prt-iocnbox-btn a:after { 
	opacity: 1;
}
.preyantechnosys-iconbox-styleone .prt-icon-type-image {
    position: relative;    
}
.preyantechnosys-iconbox-styleone .prt-icon-type-image:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 150px;
    background-color: #00000080;
    transform: rotate(-7deg);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.preyantechnosys-iconbox-styleone:hover .prt-icon-type-image:after {
	opacity: 1;
}
/* style 2 */
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 26px;
    line-height: 44px;    
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-element-subheading {
    font-size: 17px;
    line-height: 27px;
    font-family: var(--body-font-family);
    padding-left: 25px;
	position: relative;
	margin: 20px 0 12px;
}
@keyframes tm-bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

.preyantechnosys-iconbox-styletwo:hover .prt-icon-type-image {
    animation: tm-bounce .6s ease-in-out 60ms;
}
.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-inner {
    padding: 40px;
    background-color: var(--prt-greycolor);
    border: 1px solid var(--prt-bordercolor);
    border-radius: 20px;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-element-subheading:after {
	position: absolute;
    bottom: auto;
    top: 4px;
    right: auto;
    content: "";
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: var(--prt-skincolor);
    -webkit-mask: url(../images/check.svg) no-repeat 100% 100%;
    mask: url(../images/check.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;	
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-icon {
    margin-bottom: 11px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-inner {
		padding: 30px;
	}
}

@media (max-width: 591px){
	.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-inner {
		padding: 20px;
	}
}