/* service style 1 */
.preyantechnosys-servicebox-styleone .prt-featured-outer-wrapper {
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    width: 430px;
    height: 500px;
    padding: 70px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;    
}
.preyantechnosys-servicebox-styleone:hover .prt-servicebox-content {
	background-color: var(--prt-skincolor);
	padding: 37px 0px;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-hover-detials .prt-short-desc p {
    color: rgba(255, 255, 255, .8);
}
.preyantechnosys-servicebox-styleone .preyantechnosys-box-desc {
    position: absolute;
    opacity: 0;
    right: 16%;
    top: -130px;    
    transition: all 0.5s ease 0s;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	z-index: 11;
}
.prt-box-col-wrapper.active .preyantechnosys-servicebox-styleone .preyantechnosys-box-desc,
.preyantechnosys-servicebox-styleone:hover .preyantechnosys-box-desc {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.preyantechnosys-servicebox-styleone .preyantechnosys-box-title h4 {
	margin-bottom: 0;
}
.prt-box-col-wrapper:first-child .preyantechnosys-servicebox-styleone  .preyantechnosys-box-desc {
	top: -41px;
}
.prt-box-col-wrapper.active .preyantechnosys-servicebox-styleone:hover .preyantechnosys-box-desc {
    opacity: 1;
}
.prt-box-col-wrapper.active .preyantechnosys-servicebox-styleone .preyantechnosys-box-desc {
    opacity: 1;
}
.prt-box-col-wrapper.active:nth-child(4) .preyantechnosys-servicebox-styleone .preyantechnosys-box-desc {
	top: auto;
    bottom: -120px;
}
.prt-box-col-wrapper.active:last-child .preyantechnosys-servicebox-styleone .preyantechnosys-box-desc {    
    top: auto;
    bottom: -40px;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-content {
    position: relative;
    background-color: var(--prt-greycolor);
    padding: 37px 40px;
    border: 1px solid;
    border-radius: 30px;
}
.preyantechnosys-servicebox-styleone:hover .preyantechnosys-box-title {
    opacity: 0;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-box-title.prt-title {
    opacity: 0;
}
.preyantechnosys-servicebox-styleone:hover .preyantechnosys-box-title.prt-title {
    opacity: 1;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-readmore ,
.preyantechnosys-servicebox-styleone .preyantechnosys-readmore a {
    font-size: 0;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-box-title h4 a {
    font-size: 36px;
    line-height: 36px;	
}
.preyantechnosys-servicebox-styleone li.elementor-icon-list-item a {
    color: #fff;
    font-size: 36px;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-content1 {
    overflow: hidden;
    position: relative;
}
.preyantechnosys-servicebox-styleone ul.elementor-icon-list-items.marquebox-list {
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    transition: all .15s ease-in-out;
    width: auto;
    animation: tm-marque-text-right 15s linear infinite;
    will-change: transform;
    white-space: nowrap;
    z-index: 10;
}
.preyantechnosys-servicebox-styleone li.elementor-icon-list-item {
    display: inline-block;
	padding-right: 40px;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-readmore {
    position: absolute;
    right: 0;
    z-index: 11;
    top: 6px;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-readmore a:after {
    position: absolute;
    content: "\f11a";
    font-family: flaticon_mechman !important;
    font-size: 36px;
    right: 40px;
    top: 27px;
    padding: 12px 11px;
    border: 1px solid var(--prt-bordercolor);
    border-radius: 10px;
    background-color: var(--prt-secondarycolor);
}
.preyantechnosys-servicebox-styleone:hover .preyantechnosys-readmore a:after {
	opacity: 0;
}

@keyframes tm-marque-text-right {
0% {
    transform: translate(0,0);
}
100% {
    transform: translate(-100%,0);
}
}

/* servicebox style 2 */
.preyantechnosys-servicebox-styletwo .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    height: 236px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-readmore {
    position: relative;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-heading1 {
    width: 82%;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-post-item {
    padding: 46px;
    background-color: var(--prt-greycolor);
    border-radius: 30px;
	border: 1px solid var(--prt-bordercolor);
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-readmore {
    position: absolute;
    right: 7px;
    z-index: 11;
    bottom: 34px;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-readmore a:after {
    position: absolute;    
    font-family: 'prt-mechman-icons';
    font-size: 24px;
    right: 0px;
    top: 0;
    padding: 12px 18px;
    border: 1px solid var(--prt-bordercolor);
    border-radius: 10px;
    background-color: var(--prt-secondarycolor);
    content: "\e818";
	transition: transform 0.5s ease-in-out;
	z-index: 11;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-readmore a:hover:after {
	border-color: var(--prt-skincolor);
	background-color: transparent;
	color: #fff;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-readmore a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -26px;
    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: 10px;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-readmore a:hover:before {
	transform: scale(1);
    opacity: 1;
    visibility: visible;
    height: 52px;
    width: 52px;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-heading {
    position: relative;
	padding-top: 30px;
}
.preyantechnosys-servicebox-styletwo .prt-short-desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-heading1 h4 {
    margin-bottom: 5px;
}
.preyantechnosys-servicebox-styletwo .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
	position: relative;
}
.preyantechnosys-servicebox-styletwo:hover .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    border-radius: 15px;
    -webkit-mask-image: url(../images/service-shape.svg);
    
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

/* servicebox style 3 */

.preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 a {
    font-size: 36px;
    line-height: 46px;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 {
	margin-bottom: 0;
}
.preyantechnosys-servicebox-stylethree .prt-featured-outer-wrapper1 { 
	position: static;
}
.preyantechnosys-servicebox-stylethree .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    max-width: 100%;
    position: absolute;
    height: 530px;
    width: 1050px;
    right: 0;
    left: auto;
    top: 0;
    margin: auto;
    visibility: hidden;
    clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);
    transition: all .9s ease,transform .9s ease;
    border-radius: 25px;
	background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-box-desc {
    float: left;
    position: relative;
	width: 35%;
}
.preyantechnosys-element-servicebox-stylethree .prt-box-col-wrapper {
    position: static;
}
article.preyantechnosys-box.preyantechnosys-box-service.preyantechnosys-servicebox-stylethree {
    position: static;
}
.preyantechnosys-element-servicebox-stylethree .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper.active .prt-post-featured-outer-wrapper {
    transition: .5s all;
    opacity: 1;
}
.preyantechnosys-element-servicebox-stylethree .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper.active .prt-post-featured-outer-wrapper {
    visibility: visible;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    z-index: 1;
}
.preyantechnosys-element-servicebox-stylethree .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper.active .preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 {    background-color: var(--prt-greycolor);    
    display: inline-block;
    border-radius: 15px;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 {
    padding: 11px 70px 11px 40px;
    transition: all 0.5s ease 0s;
}
.preyantechnosys-element-servicebox-stylethree .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper.active .preyantechnosys-servicebox-stylethree .preyantechnosys-readmore a:after { 
	opacity: 1;
}
.preyantechnosys-element-servicebox-stylethree .prt-box-col-wrapper {
	margin-bottom: 0px !important;
}
.preyantechnosys-servicebox-stylethree .prt-featured-outer-wrapper2 {
    position: static;
    overflow: hidden;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-readmore a:after {
    position: absolute;
    content: "\f11a";
    font-family: flaticon_mechman !important;
    font-size: 36px;
    right: 20px;
    top: -5px;
    border-radius: 10px;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-readmore a {
    font-size: 0;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-readmore {
    display: inline-block;
	position: relative;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-box-title {
    display: inline-block;
}
.preyantechnosys-element-servicebox-stylethree .prt-box-col-wrapper:first-child .preyantechnosys-servicebox-stylethree .preyantechnosys-box-desc {
    margin-top: 60px;
}

/* stylefour */
.preyantechnosys-servicebox-stylefour .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    height: 660px;
    border-radius: 50px;
    background-position: top;
    background-size: cover;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-box-title h4 a {
	background-image: linear-gradient(var(--prt-skincolor),var(--prt-skincolor)),linear-gradient(var(--prt-skincolor),var(--prt-skincolor));
    display: inline;
    background-size: 0% 2px;
    background-position: 100% 100%,0 94%;
    background-repeat: no-repeat;
}
.preyantechnosys-servicebox-stylefour .preyantechnosys-box-title h4 a {    
	font-size: 68px;
    line-height: 78px;
	color: #fff;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 2px;
    background-position: 100% 100%, 0 94%;
    background-repeat: no-repeat;
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-box-title h4 a:hover,
.preyantechnosys-servicebox-stylefour .preyantechnosys-box-title h4 a:hover {
    background-size: 0 2px,100% 2px;
}
.preyantechnosys-servicebox-stylefour span.preyantechnosys-category a {
    color: #fff;
    padding: 11px 15px;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 15px;
}
.preyantechnosys-servicebox-stylefour .prt-servicebox-content {
    position: relative;
}
.preyantechnosys-servicebox-stylefour .preyantechnosys-box-desc {
    position: absolute;
    bottom: 40px;
    left: 80px;
    right: auto;
    z-index: 11;
}
.preyantechnosys-servicebox-stylefour span.preyantechnosys-category {
    padding-bottom: 20px;
    display: block;
}
.prt-boxes-carousel-arrows-1 .preyantechnosys-boxes-row-wrapper .slick-arrow {    
    background-color: var(--prt-greycolor);
}
.preyantechnosys-element-servicebox-stylefour.preyantechnosys-boxes-view-carousel.prt-boxes-carousel-arrow-vertical .preyantechnosys-boxes-row-wrapper .slick-arrow.slick-next {
    right: 10.11%;
    top: auto;
    bottom: -11px;
}
.preyantechnosys-element-servicebox-stylefour.preyantechnosys-boxes-view-carousel.prt-boxes-carousel-arrow-vertical .preyantechnosys-boxes-row-wrapper .slick-arrow.slick-prev {
    right: 23.61%;
    left: auto;
    top: auto;
    bottom: 15px;
}
.preyantechnosys-element-servicebox-stylefour .slick-dots {
    bottom: 0;
    right: 150px;
    text-align: center;
    background-color: #fff;
    display: inline;
    width: 320px;
    height: 83px;
    border-radius: 20px 20px 0 0;
	padding-top: 21px;
}
.preyantechnosys-element-servicebox-stylefour .slick-dots li button,
.preyantechnosys-element-servicebox-stylefour .slick-dots li.slick-active,
.preyantechnosys-element-servicebox-stylefour .slick-dots li {
	width: 9px;
    height: 9px;
}
.preyantechnosys-element-servicebox-stylefour .slick-dots li {
	margin: 0px 10px;
}
.preyantechnosys-element-servicebox-stylefour .slick-dots li.slick-active button{
	width: 9px;
}
.preyantechnosys-element-servicebox-stylefour .preyantechnosys-boxes-row-wrapper .slick-arrow {
    padding: 0;
    margin: 0 3px;
    z-index: 1;
    background-color: var(--prt-greycolor);
    width: 60px;
    height: 52px;
    text-align: center;
    border: 1px solid var(--prt-bordercolor);
    border-radius: 15px;
}
.preyantechnosys-element-servicebox-stylefour .prt-featured-outer-wrapper2 {
    position: relative;
}
.preyantechnosys-element-servicebox-stylefour .prt-featured-outer-wrapper2:before {
    content: '';
    background: -webkit-linear-gradient(90deg,rgba(23,23,23)0%,rgba(0,0,0,.25) 40%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .8;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 1;
    border-radius: 50px;
}

/* servicebox style 7 */
.preyantechnosys-servicebox-styleseven .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    height: 430px;
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
	border-radius: 15px;
}
.preyantechnosys-servicebox-styleseven .preyantechnosys-box-title h4 a {
    font-size: 30px;
    line-height: 40px;
	font-weight: 500; 
	color: #fff;
}
.preyantechnosys-servicebox-styleseven .preyantechnosys-box-desc {
    position: absolute;
    opacity: 0;
    padding: 106px 20px 0;
    width: 100%;    
    transform: translateY(100%);
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    transition: all .7s;
    bottom: -2px;
    background-color: var(--prt-secondarycolor);
    color: #fff;
    top: 0;
	left: 0;
    right: 0;
	text-align: center;	
	border-radius: 15px;
}
.preyantechnosys-servicebox-styleseven .prt-servicebox-content {
    overflow: hidden;
    position: relative;
	border-radius: 15px;
}
.preyantechnosys-servicebox-styleseven .prt-short-desc {
    padding: 0px 30px 0px;
    color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.preyantechnosys-servicebox-styleseven:hover .preyantechnosys-box-desc {
	opacity: 1;
    bottom: 0;
    height: 100%;
    transform: translateY(0);
}
.preyantechnosys-servicebox-styleseven .preyantechnosys-readmore a {
    color: #fff;
    font-size: 15px;
    padding: 9px 20px;
    border: 1px solid;
    border-radius: 15px;
}
.preyantechnosys-servicebox-styleseven .preyantechnosys-readmore {
    display: inline-flex;
    padding-top: 30px;
}
.preyantechnosys-servicebox-styleseven .preyantechnosys-readmore a:hover {
	border-color: var(--prt-skincolor);
	background-color: var(--prt-skincolor);
}
.preyantechnosys-servicebox-styleseven .preyantechnosys-box-desc:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
	background: url(../images/service-noise.jpg) no-repeat;
	height: 100%;
	width: 100%;
	background-color: var(--prt-secondarycolor);
	z-index: -1;
}


@media (max-width: 1339px){	
	.preyantechnosys-servicebox-styletwo .preyantechnosys-heading1 {
		width: 77%;
	}
	.preyantechnosys-servicebox-styletwo .preyantechnosys-heading1 h4 {		
		font-size: 19px;
	}
	.preyantechnosys-servicebox-styletwo .preyantechnosys-readmore a:after {    
		padding: 9px 15px;    
	}
	.preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 a {
		font-size: 24px;
		line-height: 34px;
	}
	.preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 {
		padding: 11px 40px 11px 20px;		
	}
	.preyantechnosys-servicebox-stylethree .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
		width: 850px;
		height: 470px;
	}
	.preyantechnosys-servicebox-stylethree .preyantechnosys-readmore a:after {
		font-size: 33px;
		right: 12px;
		top: -2px;    
	}
}

@media (max-width: 1200px){	
	.preyantechnosys-servicebox-styleone .prt-featured-outer-wrapper {
		width: 380px;
		height: 310px;    
	}
}

@media (max-width: 1024px){	
	.preyantechnosys-servicebox-styleone .prt-servicebox-content {
		padding: 27px 30px;
	}
	.preyantechnosys-servicebox-stylethree .preyantechnosys-readmore a:after {
		top: -42px;
	}
	.preyantechnosys-element-servicebox-stylethree .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper .preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 {
		background-color: var(--prt-greycolor);
		display: inline-block;
		border-radius: 15px;
	}
	.preyantechnosys-servicebox-stylefour .preyantechnosys-box-desc {    
		bottom: 10px;
		left: 30px;
	}
	.preyantechnosys-servicebox-stylefour .preyantechnosys-box-title h4 a {
		font-size: 58px;
		line-height: 68px;		
	}
	.preyantechnosys-servicebox-stylefour .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
		height: 500px;
	}
	.preyantechnosys-servicebox-styleone .preyantechnosys-readmore a:after {
		top: 12px;
	}
	.preyantechnosys-servicebox-styleone .preyantechnosys-box-title h4 a {
		font-size: 26px;
		line-height: 26px;
	}
	.preyantechnosys-servicebox-stylethree .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
		width: auto;
		height: 380px;
		visibility: visible;
		clip-path: unset; 
		position: relative;
	}
	.preyantechnosys-servicebox-stylethree .preyantechnosys-box-desc {
		float: none;    
		width: auto;
	}
	.preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 {    
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.prt-box-col-wrapper:first-child .preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 {
		margin-top: 0;
	}
	.preyantechnosys-element-servicebox-stylethree .prt-box-col-wrapper:first-child .preyantechnosys-servicebox-stylethree .preyantechnosys-box-desc {
		margin-top: 0;
	}
}

@media (max-width: 680px){	
	.preyantechnosys-servicebox-styleone .prt-servicebox-content {
		padding: 27px 20px;
	}
	.preyantechnosys-servicebox-styleone .preyantechnosys-readmore a:after {
		right: 20px;    
	}
	.preyantechnosys-servicebox-styleone .prt-servicebox-content {
		padding: 20px 20px;
	}
	.preyantechnosys-servicebox-styleone .prt-featured-outer-wrapper {
		width: 100%;    
		padding: 120px;
		height: 220px;
	}
	.preyantechnosys-servicebox-styleone .preyantechnosys-box-title h4 a {
		font-size: 22px;
		line-height: 22px;
	}
	.preyantechnosys-servicebox-styleone .preyantechnosys-readmore a:after {
		font-size: 28px;
		right: 20px;
		top: 9px;
		padding: 9px 8px;		
	}
	.preyantechnosys-servicebox-stylefour .preyantechnosys-box-title h4 a {
		font-size: 38px;
		line-height: 48px;
	}
}
@media (max-width: 400px){
	.preyantechnosys-servicebox-styleone .preyantechnosys-readmore a:after {
		display: none;
	}
	.preyantechnosys-servicebox-styleone .prt-featured-outer-wrapper {    
		padding: 80px;
		height: 200px;
	}
	.preyantechnosys-servicebox-styleone .preyantechnosys-box-desc {
		right: 10%;
	}
	.preyantechnosys-servicebox-styletwo .preyantechnosys-heading {    
		padding-top: 12px;
	}
	.preyantechnosys-servicebox-styletwo .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
		height: 100px;
	}
}

@media only screen and (min-width:1025px) and (max-width:1200px) { 
	.preyantechnosys-servicebox-stylethree .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
		height: 430px;
		width: 650px;   
	}	
	.preyantechnosys-servicebox-stylethree .preyantechnosys-readmore a:after {
		top: -22px;
	}
}

@media only screen and (min-width:1201px) and (max-width:1339px) { 
	.preyantechnosys-servicebox-styletwo .preyantechnosys-post-item {
		padding: 36px;    
	}
}

@media only screen and (min-width:1201px) and (max-width:1630px) { 
	.preyantechnosys-servicebox-stylethree .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
		width: 820px;
		height: 460px;
		margin-right: 15px;
	}
	.preyantechnosys-servicebox-stylethree .post-item {
		padding-left: 15px;
	}
}
@media only screen and (min-width:992px) and (max-width:1200px) { 
	.preyantechnosys-servicebox-styletwo .preyantechnosys-post-item {
		padding: 20px;
	}
}
@media only screen and (min-width:1340px) and (max-width:1540px) { 
	.preyantechnosys-servicebox-stylethree .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
		width: 850px;
	}
	.preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 a {
		font-size: 30px;
		line-height: 40px;
	}
	.preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 {
		padding: 11px 48px 11px 20px;		
	}
}
  