/* Our Services details */
.serviceicons {
	margin-bottom: 40px;
}
.closet {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../images/close.png') no-repeat center center #CCC;
}
.closet:hover {
	background-color: rgba(0,0,0,0.1);
}
.processInfo a {
	color: #0072B9;
	margin-top: 10px;
	display: block;
}
.processInfo a:hover {
	color: #333
}
.processInfo {
	padding: 80px 10px;
	margin-top: -2px;
	min-height: 200px;
	visibility:hidden;
	width: 100%;
	position: absolute;
	z-index: 999;
	background: #F2F2F2;
	-webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.processInfo.in{
	visibility:visible;
	-webkit-opacity:1;
  -moz-opacity: 1;
  opacity: 1;
}

.process-detail p {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 24px;
}
.process-part-active .bullet {
	opacity: 1;
	margin: 0px 0 0 120px;
	width: 44px;
	height: 24px;
}
.processInfo .closet {
	position: absolute;
	right: 0;
	margin-top: -80px;
	overflow: hidden;
	z-index: 800;
}
.bullet {
	background: url("../images/bullet.png");
}
.process-part-active h4.animate {
	color: #0072B9
}
.serviceIconWrap figure {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.serviceIconWrap:hover figure {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
 @media only screen and (min-width: 768px) and (max-width: 1023px) {
}
 @media only screen and (min-width: 0px) and (max-width: 640px) {
/*.processInfo {margin-top:-474px;}*/


.processInfo#firstProcess, .processInfo#fourthProcess {
	margin-top: -480px;
}
.processInfo#secondProcess, .processInfo#fifthProcess {
	margin-top: -241px;
}
.processInfo#thirdProcess, .processInfo#sixthProcess {
	margin-top: -16px;
}
.process-part-active .bullet {
	margin: 14px auto;
}
.carousel-caption h2 {
	font-size: 48px;
}
.carousel-caption .slider-content {
	font-size: 16px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
.processInfo{display:none !important}
}