.services .icon-box.tatra img {
	margin-top: -20px;
}
.services .icon-box.soitron img {
	margin-left: -10px;
}
.read-more-block {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 20px;
}

.text-justify {
	text-align: justify;
}

.core-features img {
	cursor: pointer;
}
.core-features img:hover {
	opacity: 80%;
}
.gslide-image {
	background: #fff;
	padding: 50px;
}

@media (max-width: 992px) {
	.services .icon-box {
		text-align: center;
	}

	.services .icon-box img {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.services .icon-box.tatra img {
		margin-bottom: 5px;
	}
	.services .icon-box.icon-box.soitron img {
		margin-bottom: 10px;
	}
}

.contact-boxes {
	display: flex;
	flex-direction: row;
}

.contact-boxes-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	margin-right: 0.75rem;
}
.contact-boxes-right {
	width: 50%;
	margin-left: 0.75rem;
}
.mobile-button
{
	display: block;
}

.mobile-button img
{
	width: 80%;
	margin-bottom: 1em;
}

.trusted-logos
{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.padding60
{
	padding: 60px 0;
}

.trusted-logos img
{
	max-height: 70px;
	margin: 0 50px 40px;
}

.move-feature
{
	position: absolute;
	top: 140px;
	left: -80px;
	margin-top: -50px;
	width: 80px;
	height: 100px;
	font-size: 80px;
	line-height: 100px;
	cursor: pointer;
}
.move-feature-right
{
	left: auto;
	right: -80px;
}
.move-features-hidden
{
	display: none;
}
.move-features-hidden a
{
	cursor: pointer;
}

/* hotfix for videos to be able to play when autoplay is disabled in browser */
.gvideo-wrapper .plyr__poster-enabled .plyr__poster {
	z-index: -1;
}

@media (max-width: 992px) {
	.move-features
	{
		display: none;
	}
	.move-features-hidden
	{
		display: inline;
	}
	.nav-tabs .col-3
	{
		width: 16.66%;
	}

	.contact-boxes {
		flex-direction: column;
	}

	.contact-boxes-left {
		width: 100%;
		margin-right: 0;
	}
	.contact-boxes-right {
		width: 100%;
		margin-left: 0;
	}
	.mobile-button img
	{
		max-width: 40%;
	}
	.trusted-logos img
	{
		max-height: 50px;
		margin: 0 30px 40px;
	}
}