/* Add here all your CSS customizations */
.get-quote-btn{
	background: #212529;
	padding: 12px 28px;
	border-radius: 5px;
	color: #fff!important;
	border-bottom: 2px solid #000;
	text-decoration: none!important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.get-quote-btn:hover{
	background-color: #32383e;
}
/*@media (max-width: 368px){
	.get-quote-btn{
		display: none;
	}
}*/
/*services-slider-bx*/
.serve-main-bx{
	background: rgba(255,255,255,0.85);
	padding: 20px 10px 2px 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 40px rgba(0,13,20,0.15);
	transition: all 0.3s;
}
.serve-main-bx p{
	margin-bottom: 10px;
	transition: all 0.3s;
}
.serve-main-bx h3{
	font-size: 20px;
	font-weight: 500;
	margin: 12px 0 7px;
	transition: all 0.3s;
}
.serve-main-bx:hover{
	background: rgba(0,136,204,0.85);
}
.serve-main-bx:hover .serve-content-bx h3{
	color: #fff!important;
}
.serve-main-bx:hover .serve-content-bx p{
	color: #ddd;
}
.slider-service-sec{
	position: absolute;
	bottom: 20px;
	z-index: 21111;
	transition: all 0.3s;
	transform: translate(-50%);
    left: 50%;
}
.serve-img-bx{
	position: relative;
	transition: all 0.3s;
}
.serve-main-bx:hover .s_img-2{
	/*display: block;*/
	opacity: 1;
	transition: all 0.3s;
}
.s_img-2{
	position: absolute;
	/*display: none;*/
	left:73px;
	/*display: none;*/
	opacity: 0;
	transition: all 0.3s;
}
/*services-slider-bx*/
.nav-tabs li a{
	padding: 10px;
	background: #0088cc;
	color: #fff;
	border: 1px solid;
}
.nav-tabs li a:hover{
	background: #333;
}