@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;500;800&display=swap');
@import url('https://vepimg.b8cdn.com/uploads/vjfnew/4864/uploads/vjf/content/misc/1618998724greycliff-cf-bold.woff');

body{
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
font-size: 18px;
	background: #232937 url(https://vepimg.b8cdn.com/uploads/vjfnew/4864/uploads/vjf/content/misc/1619437738Main-Banner.png) top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.col-xs-12 .help-block, .col-sm-6 .help-block{
  color: #f30000 !important;
}

.reg-section.edit-profile-section {background: #fff}

body.homepage-body{
	-webkit-background-size: contain!important;
	background-size: contain!important;
}

h1,h2,h3,h4,h5,h6,b{
	font-weight: 800;

}
#about ul li {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}
header{
	padding: 50px 0px;
}

header .logo img{
	width: 100%;
	height: auto;
	display: block;
}

header nav .main-nav{
	list-style: none;
	text-align: right;
	margin-top: 5px;
}
header nav .main-nav li{
	display: inline-block;
	margin: 0px 25px;
}
header nav .main-nav li:last-child{
	margin-right: 0px;
}
header nav .main-nav li a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.main_section{
	padding: 80px 0px;
}

.hero h1{
	font-size: 70px;
	color: #fff;
	line-height: 80px;
	margin-top: 60px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}

.light{
	font-weight: 400;
}

.orange{
	color: #F5BB41 !important;
}

.hero h4{
    font-size: 34px;
    color: #fff;
    line-height: 46px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.hero p{
	font-size: 14px;
	color: #fff;
}

.hero h2{
	font-size: 29px;
	font-family: 'Poppins', sans-serif;
}

.hero h3{
	font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}
.hero h3 b{
	font-family: 'Poppins', sans-serif;
}

/*form-con*/
.form-con{
	background: #fff;
	border-radius: 25px 25px;
	padding: 20px 40px;
}

.form-con h2{
	font-size: 18px;
	color: #000;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.form-con input,
.form-con select,
.form-con textarea{
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: solid 2px #999;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	padding: 0px 0px;
	height: 35px;
	margin-top: 20px;
	box-shadow: none;
	outline: none;
	-webkit-outline: none;
}

.hero .checkbox-con{
	margin: 20px 0px;
}

.hero .checkbox-con span{
	color: #fff;
	font-size: 14px;
}
.hero .checkbox-con a{
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
}
.hero .checkbox-con input{
	float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
}

.primary-btn{
	background: #fff;
	color: #444 !important;
	text-align: center;
	padding: 10px 20px;
	border-radius: 25px 25px;
	font-weight: 800;
	transition: all 0.2s ease;
	text-decoration: none !important;
	outline: none !important;
}

.primary-btn.reg-btn{
	font-size: 19px;
	letter-spacing: 2px;
	padding: 14px 20px;
	width: 68%;
	border: none;
}

.primary-btn.big-btn{
	font-size: 19px;
	letter-spacing: 2px;
	padding: 18px 60px;
	border-radius: 50px 50px;
}

.primary-btn:hover{
	background: #F5BB41;
	color: #fff;
}

.dark-bg{
	background: #212121;
}

.sec-title{
	margin-bottom: 30px;
}
.sec-title h4{
	color: #fff;
	font-size: 28px;
	font-weight: 800;
  margin-bottom: 0px;

}
.sec-title h2{
	color: #fff;
	font-size: 42px;
	font-weight: 300;
  margin-top: 10px;

}

.white{
	color: #fff;
}

.desc{
	font-size: 20px;
	line-height: 32px;
}

.full-img{
	width: 100%;
	height: auto;
	display: block;
}
.mins-15{
	margin-left: -15px;
}

.content-pad{
	padding: 80px 60px 30px 40px;
}

.pb-0{
	padding-bottom: 0px;
}

.white-bg{
	background: #fff;
}
.white-bg .sec-title h4,
.white-bg .sec-title h2{
	color: #000;
}

.p-rel{
	position: relative;
}

.agenda-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 175px;
	height: auto;
}

.p-lr-30{
	padding: 30px 30px;
}

.agenda-row .time{
	background: #F5BB41;
	padding: 30px 25px;
	position: absolute;
	height: 100%;
}

.agenda-row .row{
	position: relative;
}

.agenda-row .time p{
	color: #000;
	font-size: 21px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0px;
}

.agenda-row .agenda-body{
	padding: 10px 20px;
	border-bottom: solid 1px #000;
}

.agenda-row .agenda-body p{
	font-size: 18px;
	line-height: 28px;
}

.agenda-row .agenda-body h2{
	font-size: 21px;
	color: #000;
	line-height: 28px;
}

.agenda-row .agenda-body h4{
	font-weight: 800;
	margin-bottom: 5px;
}

.agenda-row .agenda-body p.highlight{
	padding: 15px 30px;
	border-radius: 30px 30px;
	background: #F5BB41;
	color: #000;
	font-weight: 800;
	margin: 0px 0px;
	text-align: left;
}

.speaker{
	margin-bottom: 30px;
	min-height: 400px;
}
.speaker .full-img{
	max-width: 200px;
}

h2 a{
	color: #333 !important;
}

.net-bg{
	background: #fff url(https://vepimg.b8cdn.com/uploads/vjfnew/842/uploads/vjf/content/misc/1587742771net.png) 350px -150px no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

/*footer*/
footer{
	background: #232937;
	color: #fff;
	border-top: none !important;
}

footer .form-con{
	background: transparent;
	padding: 0px 0px;
}

footer h3{
	font-size: 28px;
	margin-bottom: 20px;
	color: #F5BB41;
}

footer p,
footer a{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}

footer a:hover{
	color: #F5BB41;
}

footer .form-con input,
footer .form-con select,
footer .form-con textarea{
	color: #fff;
}

footer .form-con .primary-btn{
	float: right;
	margin-right: -120px;
    margin-top: 30px;
	border: none;
	padding: 10px 30px;
}

/*-------------------------*/

.display-mob{
	display: none;
}

.toggle_nav img{
	width: 30px;
	height: auto;
}

@media screen and (max-width: 991px){
	.display-mob{
		display: inline-block;
	}

	header nav{
		display: none;
		background: #212121;
		padding: 0px 20px;
		border-radius: 15px 15px;
		margin-top: 20px;
	}
	header nav ul{
		padding: 20px 0px;
		margin: 0px 0px;
	}
	header nav ul li{
		display: block;
		width: 100%;
		text-align: center;
		padding: 15px 0px;
	}
	header nav ul li a{
		font-size: 18px !important;
	}

	.hero .form-con{
		margin-top: 40px;
	}

	.agenda-row .time{
		position: relative;
		height: auto;
	}

	footer .form-con .primary-btn{
		float: none;
		margin-right: 0px;
		margin-bottom: 50px;
	}
}

/*-----------*/

.page-heading{
	display: none !important;
}

.inner-dark-con,
.inner-dark-con p,
.inner-dark-con h2,
.inner-dark-con h3{
	color: #fff;
}

.inner-dark-con{
	padding: 40px 50px;
	background: rgba(33,33,33,0.8);
}

.inner-dark-con a{
	color: #f2bd30;
}

.btn-darkgrey{
	background-color: #f2bd30 !important;
	color: #000;
}
.btn-darkgrey:hover{
	background-color: #212121 !important;
	color: #fff;
}

.iframe-container-reg {
    width: 100%;
    height: 920px;
}
.reg-iframe {
    width: 100%;
    height: 1000px;
    border: none;
}

#JsRegisterFrm label.required::after {
content: ' *';
}

form#JsRegisterFrm{
  padding: 0px 0px !important;
}
form#JsRegisterFrm label{
  display: none !important;
}
form#JsRegisterFrm input, form#JsRegisterFrm textarea, form#JsRegisterFrm select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: solid 2px #999;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 0px 0px;
    height: 35px;
    margin-top: 20px;
    box-shadow: none;
    outline: none;
    border-radius: 0px 0px;
}

form#JsRegisterFrm input[type="checkbox"]{
    float: left;
    width: 20px;
    margin-top: 0px;
    margin-right: 10px;
}
.cus-accordian .panel-body {
    font-size: 15px;
}
.main_registration_section ul {
    margin: 0;
    padding: 0;
  margin-top: 30px;
  list-style: none;
}
.main_registration_section li {
float:left;
  width:33%;
}
form#JsRegisterFrm input, form#JsRegisterFrm textarea, form#JsRegisterFrm select {
  color: #fff;
  font-size: 16px;
}
#JsRegisterFrm p {
    color: #fff;
    font-size: 16px;
}
.js-reg-container p {
    color: #fff;
    font-size: 25px;
}


@media screen and (max-width:768px){
	.speaker{
		text-align: center;
	}
	.speaker img{
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width:767px){
	.hero h1{
		font-size: 45px;
	}
  .primary-btn.reg-btn {
    font-size: 12px;
  }
  
  .primary-btn.reg-btn{
      width: 100%;
  }
}
@media screen and (max-width: 480px)  {
    .cus-accordian .panel-title a {
        margin-right: 33px;
    }
    .agenda-icon {
        width: 72px;
       
    }
}
