#footer {
	background: #333;
}

#contact {
	background: #fffc00;
	/*margin-top: 50px;*/
}

.inquiry-form {
	background:#f7f7f7;
	padding: 20px 30px;
	border-radius:12px;
}

.form-control {
	border-bottom: 1px solid #ffffff;
}

.counter {
	background-color: #f5f5f5;
	padding: 20px 0;
	border-radius: 5px;
}

.count-title {
	font-size: 40px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.count-text {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	/*margin-bottom: 0;*/
	text-align: center;
	color:#222222;
}

.fa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	color: #ff0000;
}

.about-us {
	background: linear-gradient(0deg, rgba(255, 0, 0, 0.6), rgba(255, 0, 0, 0.6)), url(https://jaspertechlabs.com/metcon/img/steel-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

h4.products {
	color: #000 !important;
}


p.products {
	color: #000 !important;
}

.video-testimonial-block {
	position: relative;
	width: auto;
	height: 206px;
	overflow: hidden;
	margin-bottom: 30px;
}

.video-testimonial-block .video-thumbnail {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-size: cover;
	top: 0;
	left: 0;
}

.video-testimonial-block .video {}

.video-testimonial-block .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}

.video-testimonial-block .video-play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -18px;
	text-decoration: none;
}

.video-testimonial-block .video-play::before {
	content: "\f04b";
	font: normal normal normal 14px/1;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 50px;
	color: #b3b5bc;
}

.video-testimonial-block .video-play:hover::before {
	color: #f7f7f7;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}


.section-title {
	margin-bottom: 20px;
}

.bs-calltoaction {
	position: relative;
	width: auto;
	padding: 15px 25px;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.bs-calltoaction>.row {
	display: table;
	width: calc(100% + 30px);
}

.bs-calltoaction>.row>[class^="col-"],
.bs-calltoaction>.row>[class*=" col-"] {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.cta-contents {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cta-title {
	margin: 0 auto 15px;
	padding: 0;
}

.cta-desc {
	padding: 0;
}

.cta-desc p:last-child {
	margin-bottom: 0;
}

.cta-button {
	padding-top: 10px;
	padding-bottom: 10px;
}

.content {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/*@media only screen and (max-width: 600px) {*/
/*    .item {*/
/*        width: 100%;*/
/*        height: 600px !important;*/
/*    }*/
/*}*/