.startinghide {
	opacity: 0;
}

.hide {
	display: none;
}

.btn {
	padding: 10px 20px;
	font-weight: 800;
	text-transform: uppercase;
	transition: background-color 1s, color 1s;
}

.btn.white {
	color: white;
	border: white 5px solid;
}

.btn.green {
	color:  #09a554;
	border: #09a554 5px solid;
}

.btn:hover {
	background-color: #00000050;
}

.section-title {
	font-size: 2.5rem;
	font-weight: 600;
	display: inline-block;
	padding: 0 20px 15px 20px;
	margin: 20px 0 30px 0;
	border-bottom: solid 8px;
	text-align: center;
}

.section-title.green {
	color: #09a554;
	border-color: #09a554;
}

.section-title.white {
	color: white;
	border-color: white;
}

.green {
	color:  #09a554;
}

.white {
	color: white;
}

.small {
	font-size: 1.25rem;
}

/* Nav */

body {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
	overflow-x: hidden;
}

nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 30px 0;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 600;
}

.nav-second ul {
	display: flex;
}

footer {
	background-color: #09a554;
	color: white;
	width: 100%;
	padding: 50px 0;
}

.footer-container {
	width: 90%;
	margin: 0 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .logo {
	max-height: 100px;
}

.carousel {
	background-size: cover;
	background-position: center center;
}

.slider-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slider-inside {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding: 200px 0;
	color: white;
	text-align: center
}

.slider-inside h1 {
	padding: 0 100px;
}

.slider-inside .btn {
	margin-top: 50px;
	font-size: 2rem;
}



.home-services {
	padding: 50px 5%;
}

.home-services-top {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
}

footer .socials img {
	max-height: 60px;
}

.service-box-inside {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #09a55490;
	transition: background-color 1s;
	padding: 100px 0;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
}

.service-box-inside:hover {
	background-color: transparent;
}

.service-box a {
	color: white;
}

.service-box {
	background-size: cover;
	background-position: center center;
}

.home-services-top {
	text-align: center;
}

.home-repairs-inside {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	padding: 50px 5%;
	background-color: #09a554;
	color: white;
	text-align: center;
}

.home-repairs .btn {
	margin-top: 30px;
}

.home-testimonials-inside {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	padding: 50px 5%;
	text-align: center;
}

.testimonial-quote {
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: #d4d5d7;
	font-weight: 600;
	margin-top: 50px;
}

.testimonial-quote .fa-quote-left {
	align-self: flex-start;
}

.testimonial-quote .fa-quote-right {
	align-self: flex-end;
}

.home-contact-inside {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	padding: 50px 5%;
	text-align: center;
}

.home-contact-columns {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
}

.home-contact-left {
	width: 50%;
}

.home-contact-right {
	text-align: right;
	font-weight: 600;
	width: 50%;
}

.home-contact-right .socials img {
	max-width: 60px;
}

.contactform {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contactform input, .contactform textarea {
	background-color: #ececec;
	padding: 15px;
	margin-bottom: 20px;
	font-weight: 600;
	width: 100%;
	outline: none;
	border-width: 0;
}

.contactform textarea {
	height: 200px;
}

.contactform .btn:hover {
	color: white;
	background-color: #09a554;
}

.sj-link {
	color: white;
}

.sj-link:hover {
	color: #5dc0ee;
}

.response {
	text-align: left;
	font-weight: 600;
}

hr {
	margin: 0 5%;
	height: 5px;
	background-color: #09a554;
	border-style: none;
}

.content-box {
	padding: 50px 5%;
}

.services-content {
	display: flex;
	padding-top: 0;
}

.sidebar-menu ul {
	list-style: none;
	padding-left: 0;
}

.sidebar-menu {
	padding: 30px 50px;
	background-color: #09a554;
	position: sticky;
	top: 0;
}

.sidebar-menu li {
	margin-bottom: 10px;
}

.sidebar-menu a {
	color: white;
}

.services-content .right {
	margin-left: 50px;
}

.services-content .right img {
	width: 100%;
}

.gallery {
	display: flex;
	justify-content: space-between;
}

.map {
	margin-top: 50px;
}

.map, .map iframe {
	width: 100%;
}