.contact-form {
	background: rgba (0, 0, 0, .6);
	color: #fff;
	padding: 20px;
	box-shadow: 0px 0px 10px 3px #000;
	border-radius: 4px;
}
em {
	color: #ff6618;
	font-size: 12px;
	font-style: normal;
}

.service-title {
	text-transform: capitalize;
}
.service-title:after {
	content: '';
	background: #e0e0e1;
	display: block;
	width:50px;
	height: 1px;
	margin: 10px auto;
}
.ser:after {
	content: '';
	background: #e0e0e1;
	display: block;
	width:50px;
	height: 1px;
	margin: 10px 0 !important;
}
.title-wrap {
	padding-left: 0 !important;
}
.icon {
	float: none;
}
.services {
	padding: 0px 10px;
	border-radius: 4px !important;
}
.Service-li {
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	margin: 7px auto;
	display: inline-block;
}
.Service-li:hover {
	cursor: pointer;	
}

.Service-li i {
	color: #df4a43;
	font-size: 14px;
	margin-right: 7px;
	display: inline-block;
}
.services:hover {
	background: rgba (0, 0, 0, .6) !important;
	box-shadow: 5px 5px 10px 3px #000 !important;
	transition: all 1s;
}

/*.cover {
	perspective: 1000px;
}
.front-cover {
	height: 100%;
	transform: rotateY(0);
	transform-style: preserve-3d;
	transform-origin: left;
	transition: all .5s ease-in;
	border-radius: 4px !important;
}
.cover:hover .front-cover {
	transform: rotateY(-180deg) translateX(50px);
	box-shadow: -5px 5px 10px 3px #000 !important;
}*/
/*figure {
	margin: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
	.cover:hover .front-cover {
		transform: rotateX(180deg) translateY(40px);
}
	.front-cover {
		transform-origin: top;
	}
}*/
.accordion .card-header a:after {
	font-family: 'FontAwesome';
	content: "\f0DD";
	float: right;
}











