img {
	width: 100%;
	display: block;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #000;
}

.logo {
	max-width: 120px;
}
@media (max-width: 1200px) {
	#mainNav .navbar-toggler {
		font-size: 30px;
		background-color: transparent;
	}
}
@media (max-width: 480px) {
	.logo {
		max-width: 90px;
	}
	.btn-xl {
		font-size: 14px;
		padding: 10px 40px;
	}
	.fixed-bottom,
	.fixed-top {
		position: relative;
	}
}

#mainNav {
	padding-top: 0;
	padding-bottom: 0;
}

#mainNav {
	background: #000000d9 !important;
}

#mainNav.navbar-shrink {
	background: #000000 !important;
}

.simple-slider .swiper-slide {
	height: 900px;
}

@media (max-width: 480px) {
	.simple-slider .swiper-slide {
		height: 250px;
	}
	h2,
	h3 {
		font-size: 1rem;
	}
	#mainNav {
		background: #000000 !important;
	}
}

.container.banner-contact {
	width: 100%;
	max-width: 450px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0%, -50%);
	z-index: 10;
	background: rgb(255 255 255);
	padding: 40px 25px;
}

@media (max-width: 480px) {
	.container.banner-contact {
		position: relative;
		top: unset;
		right: unset;
		transform: unset;
		padding: 25px;
	}
}

.simple-slider {
	position: relative;
}

.row.banner-header .section-heading {
	color: #000;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
}

#sendMessageButton {
	color: #000;
}

.form-inline label {
	justify-content: flex-start;
}

#nav-login input {
	max-width: 130px;
	height: unset;
}

.navbar-expand-lg .navbar-collapse {
	flex-direction: column;
	align-items: flex-end;
}

#mainNav .container {
	max-width: 1500px;
}

@media (max-width: 480px) {
	section h2.section-heading {
		font-size: 1rem;
	}
	#mainNav .container {
		justify-content: center;
	}
	#mainNav .navbar-brand {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	section {
		padding: 25px 0;
	}
	section#contact {
		padding: 50px;
	}
	section h3.section-subheading {
		margin-bottom: 25px;
	}
}
