.bgCompany {
	background-image: url(../images/bg/contacts.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	color: #fff;
}

#company .arrow {
	font-size: 25pt;
	margin-left: 15px;
	position: relative;
	top: 18px;
}

#company .text {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: -190px;
	position: relative;
	z-index: 1000;
}

#company .slider1 {}

#company .slider {
	margin-top: -300px;
}

#company .slider1 .slide {
	background-size: cover;
}

@media (max-width: 991px) {
	#company .text {
		margin-bottom: 0;
	}

	#company .slider {
		margin-top: 0;
		padding: 0;
	}
}

.company-img
{
	background-image: url(../images/company-img.jpg);
	background-size: cover;
	background-position: center;
}
