img {
	max-width: 100%;
	margin: auto;
}

.banner-section {
	padding-top: 50px;
	background: url(img/00fa2c_a291fbe04674480b9e19a81cc95f0549~mv2.webp);
	padding-bottom: 20px;
	background-size: cover;
	background-attachment: fixed;
	position: relative;

}

.banner-section::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.banner-content {
	padding-top: 80px;
}

.banner-button {
	text-align: right;
}

.banner-button a {
	text-align: center;
	display: inline-block;
	color: #8c1515;
	text-decoration: none;
	border: solid 1px #8c1515;
	padding: 4px 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	background-color: transparent;
	border-radius: 3px;
	transition: .4s;
	position: absolute;
	right: 117px;
	top: 81px;
}

.banner-button a:hover {
	border: 1px solid #8c1515;
	background-color: #8c1515;
	color: #ffff;
}

.banner-content h1 {
	text-shadow: #ffffff 3px 3px 0px, rgba(0, 0, 0, 0.2) 6px 6px 0px;
	font-family: 'Niconne', cursive;
	text-align: center;
	font-weight: bold;
	font-size: 133px;
	margin-bottom: 50px;
	line-height: 146px;
	color: #010127;
}

.banner-sub-img {
	text-align: center;
}

.banner-sub-img img {}


/* about-section */
.about-section {
	background: url(img/00fa2c_a291fbe04674480b9e19a81cc95f0549~mv2.webp);

	position: relative;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 90px;
	padding-bottom: 100px;
	position: relative;
}

.about-section::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -40;
	width: 100%;
	height: 1px;
	background-color: #fff;
}


.about-top-content {}

.about-top-content h2 {
	text-shadow: #ffffff 3px 3px 0px, rgba(0, 0, 0, 0.2) 6px 6px 0px;
	font-family: 'Niconne', cursive;
	color: #292929;
	text-align: center;
	font-weight: bold;
	font-size: 80px;
	margin-bottom: 50px;
	line-height: 89px;
	width: 400px;
	margin: auto;
}

.about-top-content p {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 17px;
	color: #222222;
	font-size: 13px;
	font-weight: 500;
}

.about-btn {
	text-align: center;
	margin-bottom: 80px;
}

.about-top-content input {
	text-align: center;
	padding: 3px 8px;
	margin-right: 4px;
	background: transparent;
}

.about-top-content a {
	text-align: center;
	display: inline-block;
	color: #8c1515;
	text-decoration: none;
	border: solid 1px #8c1515;
	padding: 3px 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	background-color: transparent;
	border-radius: 3px;
	transition: .4s;
}

.about-top-content a:hover {
	background-color: #8c1515;
	color: #fff;
	border: 1px solid #8c1515;
}

.about-section::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 57px;
	width: 100%;
	height: 1px;
	background-color: #fff;
}


.about-form {
	margin-left: 294px;
}

.about-form a {
	text-decoration: none;
	margin-bottom: 12px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	transition: .4s;
	color: #0072bc;
}

.about-form a:hover {
	text-decoration: underline;
}

.about-form a i {
	color: #767676;
	margin-right: 4px;
	font-size: 19px;
}

.about-form ul {
	padding-left: -0;
	list-style: none;
}

.about-form ul li {
	padding: 5px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

.about-form ul li:nth-child(1) {
	font-weight: 700;
	padding-bottom: 0px;
}

.about-form ul li:nth-child(2) {
	padding-bottom: 0px;
	padding-top: 2px;
}

.about-form ul li:nth-child(3) {
	font-weight: 700;
	padding-bottom: 0px;
	padding-top: 21px;
}

.about-form ul li:nth-child(4) {}

.about-image {
	text-align: center;
}

.row.\31 29937 {
	margin-bottom: 86px;
}