h1{
	font-weight: bold;
	font-family: Oswald;
}

.flex-center{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.form-control-file{
	text-align: center;
	margin: auto;
	width: auto;
}

.bg-gold{
	background: url(../img/bg.png) top left no-repeat;
}

.gold{
	color: #374760;
}

.bottom-gold{
	border-bottom: solid 5px #374760;
	width: fit-content;
	margin: auto;
	font-size:55px;
}

.right-gold{
	border-right: solid 2px #374760;
}

.btn-next {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	width: 100%;
	font-size: 20px;
}

.desc{
	color: rgb(83, 91, 101);
}

.logo {
    width: 155px;
    margin: auto;
    background: #f4f4f4f4;
    border-radius: 50%;
    margin-top: 36px;
}

.title-home{
	font-family: Oswald;
}

.home-desc{
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0px 0px 6px #8d8d8d;
	color: rgb(83, 91, 101);
}

.navbar-top{
	border-bottom: solid 2px #e5e4e4;
}

.help-material{
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
	width: 100%;
	min-height: 240px;
	padding: 22px 19px;
	margin-top: 30px;
	border: 2px solid #e4e9fa;
	border-radius: 4px;
}

.help-material:after {
	position: absolute;
	top: -2px;
	left: 50%;
	width: 75%;
	height: 3px;
	clear: both;
	content: '';
	background-color: #374760;
	transform: translate(-50%, 0%);
}

.help-material-plus {
	position: absolute;
	top: 31px;
	right: 16px;
	width: 22px;
	height: 22px;
	background-color: #374760;
	border-radius: 30px;
}

.help-material-plus:before {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 2px;
	height: 10px;
	clear: both;
	content: '';
	background-color: #fff;
}

.help-material-plus:after {
	position: absolute;
	top: 10px;
	left: 6px;
	width: 10px;
	height: 2px;
	clear: both;
	content: '';
	background-color: #fff;
}

.help-material-nr{
	margin-bottom: 14px;
	color: #374760;
	font-size: 24px;
	font-weight: bold;
	font-family: Oswald;
}

.help-material-title {
	color: #030b17;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.help-material-download {
	margin-top: 20px;
	text-align: center;
}

.help-material-download-title {
	color: #535b65;
	font-size: 16px;
	font-weight: bold;
}

.help-material-download-row {
	align-items: center;
	justify-content: center;
	display: flex;
	margin-top: 6px;
	color: #535b65;
	font-size: 12px;
	font-weight: bold;
}

.help-material-download-link{
	margin-left: 5px;
	color: #2273ed;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	transition: 500ms all;
}

.progress-band{
	background:#818282;
	height: 4px;
	width: 100%;
	border-radius: 5px;
	margin-top: 41px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.step50{
	background: linear-gradient(to right, #ea5b55 50%, #818282 50%) !important;
}

.step100{
	background: #ea5b55;
}

.progress-step {
	width: 30px;
	height: 30px;
	background-color: #818282;
	position: relative;
	top: -13px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
}

.progress-step.active{
	background-color: #ea5b55;
}

.progress-step.center{
	margin-left: calc(50% - 50px);
}

.progress-step.right{
	float:right;
}

.start-video{
	display: none;
}