.preyantechnosys-iconbox-styleone .prt-iconbox-wrapper .prt-custom-heading {
    font-size: 25px;
    line-height: 35px;
	margin-bottom: 9px;
}
.preyantechnosys-iconbox-styleone .prt-box-icon {
    font-size: 51px;
    height: 118px;
    width: 118px;
    line-height: 132px;
    text-align: center;
    padding: 0;
    background-color: var(--prt-secondarycolor);
    border-radius: 15px;
    border: 1px solid var(--prt-bordercolor);
    color: var(--body-blackfont-color);
	display: inline-block;
    transition: all 500ms ease;
}
.preyantechnosys-iconbox-styleone .themetechmount-iconbox-heading {
    padding-left: 30px;
}
.preyantechnosys-iconbox-styleone:hover .prt-box-icon {
    transform: rotateY(180deg);
}
.prt-midbox .preyantechnosys-iconbox-styleone .prt-iconbox-wrapper .prt-custom-heading a,
.prt-midbox .preyantechnosys-iconbox-styleone .prt-iconbox-wrapper .prt-custom-heading {
    color: #fff;
}
.prt-midbox .preyantechnosys-iconbox-styleone .prt-cta3-content-wrapper {
    color: rgba(255, 255, 255, 0.70);
}
.prt-midbox .preyantechnosys-iconbox-styleone .prt-box-icon {
    background-color: var(--prt-greycolor);
	border-color: var(--prt-greycolor);
}
.preyantechnosys-iconbox-styletwo h2.prt-custom-heading {
    font-size: 24px;
    line-height: 34px;
	margin-bottom: 20px;
}
.preyantechnosys-iconbox-styletwo .themetechmount-iconbox-heading .prt-cta3-content-wrapper {
    padding-top: 5px;
    padding-bottom: 20px;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-icon img {
    width: auto;
    height: auto;
    border-radius: 20px;
	transition: transform 0.5s ease-in-out;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo:hover .preyantechnosys-iconbox-icon img {
	transform: scale(1.1);
}
.preyantechnosys-iconbox-styletwo .prt-icon-type-image {
    display: inline-block;
    overflow: hidden;
    border-radius: 20px;
}
.preyantechnosys-iconbox-styletwo .prt-iocnbox-btn {
    font-size: 0;
}
.preyantechnosys-iconbox-styletwo .prt-iocnbox-btn a {
    position: relative;
}
.preyantechnosys-iconbox-styletwo .prt-iocnbox-btn a:after {
    position: absolute;
    content: "\e86d";
    font-family: 'prt-mechman-icons';
    font-size: 16px;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid var(--prt-bordercolor);
    border-radius: 50%;
    background-color: transparent;
    transform: rotate(-45deg);
    z-index: 11;    
}
.preyantechnosys-iconbox-styletwo .prt-iocnbox-btn a:hover:after {
	color: #fff;
	border-color: var(--prt-skincolor);
}
.preyantechnosys-iconbox-styletwo .prt-iocnbox-btn a:before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -45px;
    left: -1px;
    background-color: var(--prt-skincolor);
    transform: scale(0);
    z-index: -1;
    border-radius: inherit;
    transform-origin: bottom;
    transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
    height: 0;
    border-radius: 50%;
}
.preyantechnosys-iconbox-styletwo .prt-iocnbox-btn a:hover:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    height: 45px;
    width: 45px;
}
.preyantechnosys-iconbox-styletwo .prt-iocnbox-btn a:hover:after {
	transform: rotate(0deg);
}
.preyantechnosys-iconbox-styletwo .prt-iocnbox-btn a:hover:after {
    color: #fff;	
	border-color: var(--prt-skincolor);	
}
.preyantechnosys-iconbox-stylethree.preyantechnosys-iconsize-default .prt-box-icon i {
    font-size: 60px;
    color: var(--body-blackfont-color);
}
.preyantechnosys-iconbox-stylethree h2.prt-custom-heading {
    font-size: 24px;
    line-height: 34px;
    padding-top: 60px;
}
.preyantechnosys-iconbox-stylethree .prt-iconbox-wrapper {
    text-align: center;
    border: 2px solid;
    border-radius: 183px;
    border-width: 2px 7px 7px 2px;
    border-color: var(--prt-skincolor);
    padding: 99px 30px;
	background-color: #fff;
}
.preyantechnosys-iconbox-stylethree .prt-cta3-content-wrapper a {
    color: var(--body-fonts-color);
	word-break:break-all;
}
.preyantechnosys-iconbox-stylethree .prt-cta3-content-wrapper a:hover {
    color: var(--prt-skincolor);
}
.content-area .prt-icbox-contctform .social-icons li > a:hover {
	color: var(--prt-skincolor) !important;
}


@media (max-width:1024px){
	.preyantechnosys-iconbox-styleone .themetechmount-iconbox-heading {
		padding-left: 20px;
	}
}

@media (max-width:591px){
	.preyantechnosys-iconbox-styleone .prt-cta3-content-wrapper {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.preyantechnosys-iconbox-styleone .prt-box-icon {    
		height: 98px;
		width: 98px;
		line-height: 112px;    
	}
	.preyantechnosys-iconbox-styleone .prt-iconbox-wrapper .prt-custom-heading {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 7px;
	}
}

@media (max-width: 480px){
	.preyantechnosys-iconbox-styleone .themetechmount-iconbox-heading {
		padding-left: 20px;
	}
}

@media (max-width: 444px){ 
	.preyantechnosys-iconbox .preyantechnosys-iconbox-icon {    
		display: table-cell;
		padding-bottom: 15px;
	}
	.preyantechnosys-iconbox.preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-icon {
		display: block;    
	}
	.single-tm_team_member .prt-team-bottom .preyantechnosys-iconbox .prt-iconbox-wrapper {
		display: block;
	}
	.preyantechnosys-iconbox-styleone .themetechmount-iconbox-heading {
		padding-left: 0;
		display: block;
	}
	
}