* {
	scroll-padding-top: 5rem;
	font-family: "Roboto", sans-serif;
}

body {
	overflow-x: hidden;
}
body h2 {
	text-transform: uppercase;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #9e9e9e;
}

::-webkit-scrollbar-thumb {
	background: #2e9f82;
}

.navbar {
	background-color: #232931;
}
.navbar .navbar-toggler {
	color: #2e9f82;
}
.navbar .navbar-toggler:focus {
	outline: none;
}
.navbar .navbar-nav .nav-item .nav-link {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #2e9f82;
}

.hero-section {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
}
@media (max-width: 768px) {
	.hero-section {
		background-position: 40%;
	}
}
.hero-section .container {
	height: 100vh;
}
.hero-section .container .holder {
	background-color: rgba(0, 0, 0, 0.5333333333);
	border-radius: 0.3rem;
}
@media (max-width: 768px) {
	.hero-section .container .holder {
		width: 100% !important;
	}
}
.hero-section .container .holder .hero-title {
	color: #2e9f82;
}
.hero-section .container .holder .hero-desc {
	color: #fff;
}
@media (max-width: 768px) {
	.hero-section .container .holder .hero-desc {
		color: #fff;
	}
}
.hero-section .container .holder a {
	background-color: #2e9f82;
	color: #fff;
	border: none;
	transition: all 0.3s ease-in-out;
}
.hero-section .container .holder a:hover {
	border-radius: 2rem !important;
}

.feat .row div:nth-child(odd) {
	background-color: #232931;
}
.feat .row div:nth-child(even) {
	background-color: #393e46;
}
.feat .row svg {
	color: #eee;
}
.feat .row span {
	color: #2e9f82;
}

.section-1 .content .section-title {
	color: #2e9f82;
}

.section-2 {
	background-color: #232931;
	position: relative;
}
.section-2 .content {
	color: #fff;
}
.section-2 .content .section-2-title {
	color: #2e9f82;
}

.section-3 .holder .title {
	color: #2e9f82;
}

.section-discount {
	background-color: #232931;
}
.section-discount .content .section-title {
	color: #fff;
}
.section-discount .content .offer {
	border: 0.1em dashed #2e9f82;
	border-radius: 1em;
}
.section-discount .coupon-img-holder {
	cursor: pointer;
}
.section-discount .coupon {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(29, 29, 29, 0.596);
	cursor: pointer;
}
.section-discount .coupon img {
	border-radius: 5px;
	border: 1px solid #eee;
	position: absolute;
	top: 50%;
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 40%;
	transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
	.section-discount .coupon img {
		width: 90%;
	}
}

.section-contact {
	background-color: #eee;
}
.section-contact .title {
	color: #2e9f82;
}
.section-contact form .form-control:focus {
	border-color: #2e9f82;
	box-shadow: none;
}
.section-contact form .btn-contact {
	background-color: #2e9f82;
	color: #fff;
}
.section-contact form .btn-contact:hover {
	background-color: #ccc;
	color: #2e9f82;
}

.about {
	background-color: #232931;
}
.about .title {
	color: #2e9f82;
}
.about .details .mail {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.about .details .mail a {
	text-decoration: none;
	color: inherit;
}
.about .about-contact-title {
	color: #2e9f82;
}
.about .service-locations a {
	background-color: #2e9f82;
	color: #eee;
	margin: 0.3rem;
}
.about .service-locations a:hover {
	background-color: #fff;
	color: #2e9f82;
}

footer {
	background-color: #000;
}
footer .social svg {
	color: rgb(150, 150, 150);
	margin: 0.25rem;
}
footer .social svg:hover {
	color: #2e9f82;
}

.btn-top {
	position: fixed;
	bottom: 1rem;
	left: 5rem;
	font-size: 2em;
	cursor: pointer;
	display: none;
	color: #0d7e83;
}
@media (max-width: 768px) {
	.btn-top {
		font-size: 1.5em;
		left: 85%;
		bottom: 1.2rem;
	}
} /*# sourceMappingURL=main.css.map */
