	.pbmit-service-style-3 .pbmit-service-title a,
	.pbmit-service-style-3 .pbminfotech-box-content-inner,
	.pbmit-service-style-3 .pbminfotech-box-content-inner .pbmit-service-content,
	.pbmit-service-style-3 .pbmit-service-title,
	.pbmit-service-style-3 .pbmit-service-content,
	.pbmit-service-style-3 .pbminfotech-post-item,
	.pbmit-service-style-3 .pbmit-service-icon-wrapper,
	.pbmit-service-style-3 .pbmit-service-content p {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.pbmit-service-style-3 {
		border-right: 1px solid rgb(var(--pbmit-archist-white-color-rgb), .2);
	}
	
	.pbmit-service-style-3 .pbminfotech-post-item {
		height: 700px;
		position: relative;
		overflow: hidden;
		padding: 60px;
		background-color: rgba(var(--pbmit-archist-blackish-color-rgb), .1);
		z-index: 9;
	}
	
	.pbmit-service-style-3:hover .pbminfotech-post-item {
		background-color: rgba(var(--pbmit-archist-blackish-color-rgb), .4);
	}
	
	.pbmit-service-style-3 .pbminfotech-post-item:after {
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		opacity: 0;
		z-index: -1;
		pointer-events: none;
		transition: opacity .4s;
	}
	
	.pbmit-service-style-3:hover .pbminfotech-post-item:after {
		opacity: 1;
	}
	
	.pbmit-service-style-3 .pbmit-service-title {
		font-size: 36px;
		line-height: 46px;
		margin: 0 0 15px;
	}
	
	.pbmit-service-style-3 .pbmit-service-icon-wrapper {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 25px;
		color: rgba(var(--pbmit-archist-blackish-color-rgb), .2)
	}
	
	.pbmit-service-style-3 .pbmit-service-title a,
	.pbmit-service-style-3 .pbmit-service-icon-wrapper,
	.pbmit-service-style-3 .pbmit-service-content p {
		color: var(--pbmit-archist-white-color);
	}
	
	.pbmit-service-style-3 .pbmit-service-content p {
		margin-bottom: 30px;
	}
	
	.pbmit-service-style-3 .pbminfotech-box-content {
		position: absolute;
		bottom: 45px;
		padding: 0 100px 0 0;
	}
	
	.pbmit-service-style-3 .pbmit-svg-btn svg g,
	.pbmit-service-style-3 .pbmit-svg-btn svg .pbmit-svg-effect {
		stroke: var(--pbmit-archist-white-color);
	}
	
	.pbmit-service-style-3 .pbminfotech-box-content-inner {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
	
	.pbmit-service-style-3:hover .pbminfotech-box-content-inner {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	.pbmit-service-style-3 .pbminfotech-box-content-inner .pbmit-service-content {
		opacity: 0;
		visibility: hidden;
	}
	
	.pbmit-service-style-3:hover .pbminfotech-box-content-inner .pbmit-service-content {
		visibility: visible;
		opacity: 1;
	}
	
	.pbmit-service-style-3 .pbmit-service-icon-wrapper {
		-webkit-transition: all 2s ease 0s;
		-moz-transition: all 2s ease 0s;
		-o-transition: all 2s ease 0s;
		transition: all 2s ease 0s;
	}
	
	.pbmit-service-style-3:hover .pbmit-service-icon-wrapper {
		animation: jelly 2.1s;
		-webkit-animation: jelly 2.1s;
		-moz-animation: jelly 2s;
		-o-animation: jelly 2.1s;
	}
	
	@keyframes jelly {
		from,
		11.1%,
		to {
			transform: none
		}
		22.2% {
			transform: skewX(-12.5deg) skewY(-12.5deg)
		}
		33.3% {
			transform: skewX(6.25deg) skewY(6.25deg)
		}
		44.4% {
			transform: skewX(-3.125deg) skewY(-3.125deg)
		}
		55.5% {
			transform: skewX(1.5625deg) skewY(1.5625deg)
		}
		66.6% {
			transform: skewX(-0.78125deg) skewY(-0.78125deg)
		}
		77.7% {
			transform: skewX(0.390625deg) skewY(0.390625deg)
		}
		88.8% {
			transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
		}
	}
	/* Button */
	
	.pbmit-element-service-style-3 .swiper-button-next,
	.pbmit-element-service-style-3 .swiper-button-prev {
		border: 1px solid var(--pbmit-archist-white-color);
		border-radius: 50%;
		padding: 25px;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	
	.pbmit-element-service-style-3 .swiper-button-next:hover,
	.pbmit-element-service-style-3 .swiper-button-prev:hover {
		background: var(--pbmit-archist-white-color);
	}
	
	.pbmit-element-service-style-3 .swiper-button-next::after,
	.pbmit-element-service-style-3 .swiper-button-prev::after {
		color: var(--pbmit-archist-white-color);
		font-size: 15px;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	
	.pbmit-element-service-style-3 .swiper-button-next:hover::after,
	.pbmit-element-service-style-3 .swiper-button-prev:hover::after {
		color: var(--pbmit-archist-blackish-bg-color);
	}
	
	.pbmit-element-service-style-3 .swiper-button-next,
	.pbmit-element-service-style-3 .swiper-button-prev {
		left: inherit;
		bottom: 50px;
		right: 30px;
	}
	
	.pbmit-element-service-style-3 .swiper-button-next {
		right: 30px;
	}
	
	.pbmit-element-service-style-3 .swiper-button-prev {
		left: 30px;
	}
	
	@media(max-width:1200px) {
		.pbmit-service-style-3 .pbminfotech-post-item {
			height: 500px;
			padding: 60px 30px;
		}
		.pbmit-service-style-3 .pbminfotech-box-content {
			padding: 0 30px 0 0;
		}
		.pbmit-service-style-3 .pbmit-service-title {
			font-size: 30px;
			line-height: 40px;
		}
	}
	
	@media(max-width:575px) {
		.pbmit-service-style-3 {
			border-right: none;
		}
	}