
body, html{
	font-family: "Montserrat", sans-serif!important;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
	color: #000;
	width: 100% !important;
	height: 100% !important;
	scroll-behavior: smooth;
	background-color:#fff!important;
	overflow: visible;
	
}

link, visited, active{
	text-decoration:none;
}
	
hover{
	text-decoration:none;
}

.option{
	cursor: pointer;
}
.row{
	width:100%;
	margin:0;
	padding:0;
	
}

.black-row{
	height: 150px;
    width:100%;
	margin:0;
	padding:50px 0px;
	background-color: #000;
}
.hero-row{ 
	padding: 0px 0px;
	height: auto;
 	background-color: #131313;
	margin: 0px 0px;
	
	overflow: visible;
	
}

.hero-txt
{
	margin-top: 30px;
}




.container{
 	max-width: 1400px;
 }

.inner-container{
	max-width: 1400px;
}




.white-container{ 
	padding: 100px 0px;
	background-color: #fff;
	
}


.red-row{ 
	padding: 100px 30px;
 	background-color: #ed1c30;
	
}





.header2{
	width:100%;
	margin:0;
	overflow:hidden;
 	padding: 20px 0px;
	background-color: #fff;
}

.padding1{
	padding:0 5em;
	box-sizing:border-box;
}

.margin-bottom{
	margin-bottom:100px;
}

.logos{
	width:450px;
	margin: 0 auto;
	padding:0;
}	

.bottom-line{
	border-bottom:solid 1px #ffffff;
	margin-bottom: 10px;
	padding-top: 10px;
}


p {
	color: #000!important;
	font-size:18px;
	line-height: 24px;
	margin:0 0 20px;
}

li {
	color: #000!important;
	font-size:18px;
	line-height: 24px;
	margin:0 0 10px;
}


h1{
	color: #fff!important;
	font-weight: 600;
	font-size:28px;
	line-height: 34px;
	margin:0 0 0px;
}

h2{
	color: #7855fa!important;
	font-weight: 600;
	font-size:28px !important;
	margin-top:0 !important;
	margin-bottom:30px !important;
	line-height:36px !important;
}
h3{
	color: #000!important;
	font-weight: 600;
	font-size:18px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	line-height:26px !important;
}


.code{
	color: #000!important;
	font-size:22px !important;
	margin-top:0 !important;
	line-height:36px !important;
	font-weight:600;
}

.badcode{
	color: #000!important;
	font-size:16px !important;
	margin-top:0 !important;
	line-height:26px !important;
	font-weight:600;
}

h4{
	color: #fff!important;
	font-weight: 600;
	font-size:34px;
	line-height: 58px;
	margin:0 0 10px;
}

h5{
	color: #fff!important;
	font-weight: 600;
	font-size:18px !important;
	margin-top:20px !important;
	margin-bottom:10px !important;
	line-height:26px !important;
}

.form-container1 h5{
	color: #fff!important;
	font-weight: 600;
	font-size:18px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	line-height:26px !important;
}

.white-txt{
	color: #ffffff!important;
}

.white-txt-small{
	color: #ffffff!important;
	font-size:14px !important;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 5px;
}

.white-txt-form{
	color: #ffffff!important;
	font-size:14px !important;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 0px;
}


.purple-txt{
	color: #7855fa!important;
}

.black-txt{
	color: #000000!important;
}



.vertical-align {
    display: flex;
    align-items: center;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}



.red-btn{
	max-width:14em;
	border-radius: 50px;
	text-align: center;
	display:block;
	padding: .75em 1.25em;
	background: #ed1c30;
	font-weight: 400;
	position: relative;
	margin: 0;
	font-size: 18px;
	color: #fff;
	outline: none;
    box-shadow:none;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.red-btn:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}


.sub-header{
	padding:40px 0;
}

.lg-img{
	max-width:450px;
	margin:0 auto;
	text-align: center;
}

.header-img{
	margin:0 auto;
	max-width: 650;
}

.form-container1{
	max-width:95%;
	margin:0 auto;
	background-color: #7855fa;
	border-radius: 10px;
	padding:1.75em;
	color: #fff;
}

#keyBad{
	display: none;	
	padding-top: 15px;
	text-align: center;
}

.col-key{
	width:100%;
	margin: 25px auto 0px;
	padding:0em;
	height: auto;
	
}

.register-form-wrapper{
    padding: 20px 20px 20px 20px;
    text-align: left;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	background-color:#fff;
	-webkit-box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
	box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
}

.register-form-wrapper h1{
	text-align: center;
}

input.register-input, select.register-input{
	width: 150px!important;
    height: 52px!important;
    padding: 16px 0!important;
    margin-top: 25px;
    color: #8347ff!important;
    border: 1px solid #ededed!important;
    background-color: #fff!important;
    font-size: 1em !important;
	font-weight: 700 !important;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	text-align: center;
}

input.go-btn {
	width: 100px!important;
    height: 52px!important;
    padding: 16px 0!important;
    
    color: #fff!important;
    background-color: #000;
	border: 1px solid #000!important;
    font-size: 1em !important;
	font-weight: 700 !important;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	text-align: center;
}

input.go-btn2 {
	color: #fff;
	background-color: #000;
	border: 1px solid #000!important;
    cursor: pointer;
    font-size: 1em !important;
	font-weight: 700 !important;
	width:100px;
	height: 52px!important;
    padding: 16px 0;
	margin-left: 20px;
    text-transform: uppercase;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.register-submit-top{
	width:100%;
	max-width:540px;
}



.btn-purple-presentation{
	
	width : 280px !important;
    border-radius : 45px;
    text-align : center;
    display : block !important;
    padding : 1em 1.25em;
    background : #7855fa;
    color : #fff;
    margin : 0 auto 40px;
    font-size : 18px !important;
    font-weight : 300 !important;
    outline : none;
    border : none;
    box-shadow : none;
    text-decoration : none;
    cursor : pointer;
    -webkit-transition : color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition : color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition : color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.btn-purple-presentation:hover{
	color: #fff;
    background: #5123f9;
	text-decoration: none;
}

.btn-purple{
	
	font-family: 'gothamMedium', sans-serif;
	border-radius: 50px;
	text-align: center;
	display:inline-block;
	padding: .5em 1.5em;
	background: #7855fa;
	position: relative;
	margin: 1.5em .5em 0 0;
	font-size: 16px;
	color: #fff;
	outline: none;
    box-shadow:none;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.btn-purple:hover{
	color: #fff;
    background: #5123f9;
	text-decoration: none;
}

input.register-submit-top, input.register-submit{
	color: #fff;
	background-color: #8347ff !important;
    border: 1px solid #8347ff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
	font-weight:400;
	width:90%;
	margin: 1.5em .5em 0 0;
	max-width:535px;
    padding: 16px 0;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 50px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.register-submit-top{
	width:100%;
	max-width:540px;
}

input.register-submit-top:hover, input.register-submit:hover{
	color:#fff;
	background: #5123f9;
	text-decoration: none;

	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
/******************* Accordion Stage 1 *****************/
#stage1-accordion .panel-title a {
    display: block;
    padding: 20px 15px 20px 15px;
    background: #ffffff;
    border-bottom: 1px solid #7855fa;
    border-radius: 0px;
    font-weight:300;
	font-style:normal;
	font-size:20px;
	color: #7855fa;
    position: relative;
	text-decoration: none;
	width:100% !important;
}
	

#stage1-accordion .panel-title a:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 45px;
    right: 15px;
}


#stage1-accordion .panel-title a:active{
	color: #7855fa;
	background-color:#fff;
}

#stage1-accordion .panel-title a.collapsed:before, #stage2-accordion .panel-title a.collapsed:before, #stage3-accordion .panel-title a.collapsed:before, #stage4-accordion .panel-title a.collapsed:before
	{ content: "\f067"; }
#stage1-accordion .panel-body, #stage2-accordion .panel-body, #stage3-accordion .panel-body, #stage4-accordion .panel-body{
	margin-bottom: 8px;
	margin-top: 0px;
    padding: 30px 0px;
    font-size: 16px;
    line-height: 20px;
	border-radius: 8px;
    border: 0px solid #dcdee1;
}
#stage1-accordion .panel-title a .icon1{
    display: inline-block;
    width: 0px;
    line-height: 51px;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 15px;
}


.x-image{
	width: 100%;
	
}

.hero-img
{
	display: none;
}

.page-wrap{
	overflow:visible;
	padding: 0px 0px 80px 0px;
	background-color: #000;
    position: relative;
	height:100vh;
}

.black-container-top{
	height:100vh;
    position: relative;
	background:url( "../img/bg-next-x-fade.png") bottom center no-repeat;
	background-size:contain;
}

@media screen and (min-width: 768px) {
	
	.col-key{
	width:100%;
	margin: 25px auto 0px;
	padding:1.25em;
	height: auto;
	
}
	
	h1{
	color: #fff!important;
	font-weight: 600;
	font-size:44px;
	line-height: 58px;
	margin:0 0 0px;
}
.register-form-wrapper{
    padding: 40px 40px 45px 40px;
    text-align: left;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	background-color:#fff;
	-webkit-box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
	box-shadow: 0 5px 20px 0 hsla(210,2%,47%,.08);
}

.register-form-wrapper h1{
	text-align: center;
}
	
	.white-container{ 
	padding: 100px 30px;
	background-color: #fff;
	
}

	
	.hero-row{ 
	padding: 0px 0px;
 	background-color: #131313;
	margin: 0px 0px;
	height: 350px;
	overflow: hidden;
	
}
	.hero-txt{
	margin-top: 80px;
}



}

@media screen and (min-width: 1200px) {

	
	.hero-img
{
	margin-top: -50px;
	display: block;
	
}
	.x-image{
	width: 450px;
	height: 450px;
}


	
}



	
	




