body {
	background: #fff;
}
.section-01 {
	position: relative;
}
.section-01.p-05 {
	padding: 6rem 5rem;
}
.section-01 .silhoutte {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.section-01 .silhoutte > img {
	display: block;
	width: 100%;
}


.section-02 {
	background: url("../img/img-03.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
}
.section-02 .column:nth-of-type(2) > .col-container {
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	border-radius: 0.5rem;
	overflow: hidden;
}
.section-02 .nav-pills .nav-item {
	display: flex;
	vertical-align: middle;
	align-items: center;
}
.section-02 .nav-pills .nav-link {
	border-radius: 0;
	padding: 0.75rem 1rem;
}
.section-02 .nav-pills .nav-item.active, .section-02 .nav-pills .nav-item.active:hover {
	background: #37753e;
}
.section-02 .nav-pills .nav-item:hover {
	background: #37753e;
}
.section-02 .nav-pills .nav-item.active:hover > a {
	color: #fff;
}
.section-02 .nav-pills .nav-item:hover > a {
	color: #fff;
}
.section-02 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: none;
}
.section-02 .tab-pane .img-box {
	display: none;
	background: #cecece;
	overflow: hidden;
}
.section-02 .tab-pane .img-box > img {
	display: block;
	width: 100%;
}
.section-02 .tab-pane .bg-img {
	display: block;
	height: 400px;
}
.section-02 .tab-pane {
	transition: 0.15s ease;
}

.section-03 {
	background: url("../img/img-03.jpg");
	background-attachment: fixed;
	background-position: bottom;
	background-size: cover;
}


@media only screen and (max-width: 768px) {
	.section-01.p-05, .section-02.p-05 {
		padding: 2rem 1rem;
	}
	.section-02 .tab-pane {
		text-align: center;
	}
	.section-02 .tab-pane .content > h2.mb-03 {
		margin-bottom: 1rem !important;
	}
	.section-02 .tab-pane .img-box.mb-03 {
		margin-bottom: 1rem !important;
	}
	.tab-content.p-03 {
		padding: 1rem;
	}
	.section-02 .tab-pane .img-box {
		display: block;
	}
	.section-02 .tab-pane .bg-img {
		display: none;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	.section-01.p-05 {
		padding: 5rem 2rem;
	}
	.section-02 .tab-pane .content > h2.mb-03 {
		margin-bottom: 2rem !important;
	}
	.section-02 .tab-pane .img-box.mb-03 {
		margin-bottom: 2rem !important;
	}
	.tab-content.p-03 {
		padding: 2rem;
	}
}