
.bkservice1:hover {
	transition-duration: 0.75s;
	transition-timing-function:ease;
	transform-style:preserve-3d;
	transform: perspective(900px) translatey(1px) translatez(-25px);
}
.bkservice2:hover {
	transition-duration: 0.75s;
	transition-timing-function:ease;
	transform-style:preserve-3d;
	transform: perspective(900px) translatey(1px) translatez(-25px);
}
.bkservice3:hover {
	transition-duration: 0.75s;
	transition-timing-function:ease;
	transform-style:preserve-3d;
	transform: perspective(900px) translatey(1px) translatez(-25px);
}
.bkservice4:hover {
	transition-duration: 0.75s;
	transition-timing-function:ease;
	transform: perspective(900px) translatey(1px) translatez(-25px);
}
.bkservice1 {
	transition-duration: 0.75s;
	transition-timing-function:ease;
	transform-style:preserve-3d;
	transform:rotatex(0deg) rotatey(0deg) rotatey(0deg) perspective(900px);
}
.bkservice2 {
	transition-duration: 0.75s;
	transition-timing-function:ease;
	transform-style:preserve-3d;
	transform:rotatex(0deg) rotatey(0deg) rotatey(0deg) perspective(900px);
}
.bkservice3 {
	transition-duration: 0.75s;
	transition-timing-function:ease;
	transform-style:preserve-3d;
	transform:rotatex(0deg) rotatey(0deg) rotatey(0deg) perspective(900px);
}
.bkservice4 {
	transition-duration: 0.75s;
	transition-timing-function:ease;
	transform-style:preserve-3d;
	transform:rotatex(0deg) rotatey(0deg) rotatey(0deg) perspective(900px);
}
.btn.btn-primary.btn-lg {
	width:100%;
	height:100% !important;
	border-radius: 0;
	border:none;
}
.col-md-4.col-md-offset-8 {
	margin: 0;
	width:100%;
	padding:0px;
}
.btn.btn-primary.btn-lg {
	margin-top:0px;
	margin-left:0px;
}
@media (max-width: 974px) {
.navbar {height:100px; }
.col-md-3.col-sm-4 {height:0px;}
	.pad15 {width:200px;}
	.navbar-default .navbar-nav
{	background-color:#ffffff;}
}
@media screen and (max-width:690px) {
	/*Contact page*/
	#contact-1 .col-md-6 {
		width:100%;
		margin-right:0px !important;
		text-align:center;
	}
	#contact-1 .col-md-6 i {
		margin-right:10px;
	}
	/*Home Page*/
	#landing-1 .col-md-3 {
		width:49%;		
		padding-top:1%;
		padding-bottom:1%;
		display:inline-block;
	}
	#landing-3 {
		padding-top:2%;
		padding-bottom:8%;
	}
	#footer-1 .col-sm-4 {
		width:100%;
		text-align:center;
	}
	#about-2 .col-md-6 {
		width:100%;
	}
}