.scrolled-offset {
	margin-top: 82px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
    height: 420px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#hero:before {
	content: "";
	background: #12012D;
	opacity: 0.4;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#hero .container {
  	position: relative;
}
/*--------------------------------------------------------------
# Register form Section
--------------------------------------------------------------*/
#event_reg_form {
	position: relative;
    bottom: 268px;
}
.form_wrapper {
	color: #313131;
	width: 648px;
	background: #FAF7FF;
	border-radius: 4px;
	margin: 0px auto;
	padding: 50px 54px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);	
}
.form_wrapper h2 {
	font-weight: bold;
	font-size: 27px;
	line-height: 112.68%;
	text-align: center;
	letter-spacing: -0.05em;
    margin-bottom: 8px;	
}
.form_wrapper h2 span {
	color: #7A1FA2;
}
.form_wrapper p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.reg_form_wrapper .nav {
	border-bottom: 1px solid #E0E0E0;
    padding-bottom: 24px;
	margin-bottom: 30px;
}
.reg_form_wrapper .nav-link {
	background: none;
	border: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #313131;
}
.reg_form_wrapper .nav-link.active {
	color: #752369;
	border-bottom: 2px solid #752369;
}
.reg_form label {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #313131;
}
.reg_form  input,
.reg_form  textarea,
.reg_form  .form-select  {
	background: #E8E1EC;
	border-radius: 8px;
	border: none;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	height: 48px;
}
.reg_form_wrapper form input::placeholder,
.reg_form_wrapper form textarea::placeholder,
.reg_form_wrapper form .form-select {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #676665;
}
.form-control:focus {
    color: #212529;
    background-color: #E8E1EC;
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.reg_form .btn {
	width: 542px;
	height: 53px;
	background: #752369;
	box-shadow: 0px 100px 80px rgba(9, 39, 77, 0.07);
	border-radius: 5px;
	border: none;
}
.reg_form .btn:hover {
	background: #5e1c54;
}
.contact_wrapper {
	padding-top: 30px;
}
.contact_wrapper h2,
.contact_wrapper p {
	text-align: left !important;
}
.contact_wrapper h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.contact_wrapper p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #313131;
	margin-bottom: 5px;
}
.contact_wrapper .designation {
	font-style: italic;
}
/*--------------------------------------------------------------
# Media query
--------------------------------------------------------------*/
@media (max-width: 1399px) {
	
}
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	#hero {
		height: 303px;
	}
	#event_reg_form {
		position: relative;
		bottom: 100px;
	}
}

@media (max-width: 768px) {
	#hero {
		height: 72vh;
	}	
	.form_wrapper {
		width: 80%;
		padding: 50px 40px;
	}
	.reg_form .btn {
		width: 100%;
		margin: 0px auto;
	}
}
@media (max-width: 576px) {
	.form_wrapper {
		width: 90%;
		padding: 50px 20px;
	}
	.form_wrapper h2 {
		font-size: 24px;
	}
	.reg_form_wrapper .nav-link {
		font-size: 14px;
	}
	.reg_form label {
		font-size: 14px;
	}
}
@media (max-width: 375px) {
	.form_wrapper h2 {
		font-size: 20px;
	}
}