@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;500;800&display=swap');

body{
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	background: #0554a0 url(https://vepimg.b8cdn.com/uploads/vjfnew/7240/uploads/vjf/content/misc/1645442636ezgif.com-gif-maker.gif) top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
h1 {
    font-size: 35px !important;
    /* color: #2d2c2c; */
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.col-xs-12 .help-block, .col-sm-6 .help-block{
  color: #f30000 !important;
}

.agenda-row .time {
    background: #0554a0;
    padding: 15px 25px 0;
    position: absolute;
    height: 100%;
    /* min-height: 201px; */
    border-block: 52px;
    border-bottom: solid 1px #000;
}

.reg-section.edit-profile-section {background: #fff}

body.homepage-body{
	-webkit-background-size: contain!important;
	background-size: contain!important;
}

h1,h2,h3,b{
	font-weight: 800;
  	font-family: 'Poppins', sans-serif;
}

header{
	padding: 20px 0px;
}

header .logo img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 240px;
}

header nav .main-nav{
	list-style: none;
	text-align: right;
	margin-top: 32px;
}
header nav .main-nav li{
	display: inline-block;
	margin: 0px 20px;
}
header nav .main-nav li:last-child{
	margin-right: 0px;
}
header nav .main-nav li a{
	font-size: 15px;
	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: #F8BE31 !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: #F8BE31;
	color: #000;
	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: 100%;
	border: none;
}

.primary-btn.big-btn{
	font-size: 19px;
	letter-spacing: 2px;
	padding: 18px 60px;
	border-radius: 50px 50px;
}

.primary-btn:hover{
	background: #444;
	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: #0554a0;
	padding: 15px 25px 0;
	position: absolute;
	height: 100%;
	/* min-height: 201px; */
}

.agenda-row .row{
	position: relative;
}

.agenda-row .time p{
	color: #fdfdfd;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0px;
}

.agenda-row .agenda-body{
	padding: 10px 20px;
	/* border-bottom: solid 1px #000; */
	min-height: 120px;
}

.agenda-row .agenda-body p{
	font-size: 18px;
	line-height: 28px;
}

.agenda-row .agenda-body h2{
	font-size: 18px;
	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: #F8BE31;
	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: #212121;
	color: #fff;
	border-top: none !important;
}

footer .form-con{
	background: transparent;
	padding: 0px 0px;
}

footer h3{
	font-size: 28px;
	margin-bottom: 20px;
	color: #FAC031;
}

footer p,
footer a{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}

footer a:hover{
	color: #FAC031;
}

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: 900px;
    padding: 0;
    /* overflow: hidden; */
    border-radius: 20px !important;
}
.reg-iframe {
    width: 100%;
    height: 900px;
    border: none;
    padding: 0;
    border-radius: 30px;
}

#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;
}

@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: 54px;
	}
}
section#about {
    background: #0554a0;
}

section.main_section.hero.pb-0 {
    padding-bottom: 0;
}


.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
    float: left;
  }
  
  .col-xs-5th-5 {
    float: left;
    width: 100%;
  }
  
  .col-xs-5th-4 {
    width: 80%;
  }
  
  .col-xs-5th-3 {
    width: 60%;
  }
  
  .col-xs-5th-2 {
    width: 40%;
  }
  
  .col-xs-5th-1 {
    width: 20%;
  }
  
  .col-xs-5th-pull-5 {
    right: 100%;
  }
  
  .col-xs-5th-pull-4 {
    right: 80%;
  }
  
  .col-xs-5th-pull-3 {
    right: 60%;
  }
  
  .col-xs-5th-pull-2 {
    right: 40%;
  }
  
  .col-xs-5th-pull-1 {
    right: 20%;
  }
  
  .col-xs-5th-pull-0 {
    right: auto;
  }
  
  .col-xs-5th-push-5 {
    left: 100%;
  }
  
  .col-xs-5th-push-4 {
    left: 80%;
  }
  
  .col-xs-5th-push-3 {
    left: 60%;
  }
  
  .col-xs-5th-push-2 {
    left: 40%;
  }
  
  .col-xs-5th-push-1 {
    left: 20%;
  }
  
  .col-xs-5th-push-0 {
    left: auto;
  }
  
  .col-xs-5th-offset-5 {
    margin-left: 100%;
  }
  
  .col-xs-5th-offset-4 {
    margin-left: 80%;
  }
  
  .col-xs-5th-offset-3 {
    margin-left: 60%;
  }
  
  .col-xs-5th-offset-2 {
    margin-left: 40%;
  }
  
  .col-xs-5th-offset-1 {
    margin-left: 20%;
  }
  
  .col-xs-5th-offset-0 {
    margin-left: 0%;
  }
  
  @media (min-width: 768px) {
    .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
      float: left;
    }
  
    .col-sm-5th-5 {
      float: left;
      width: 100%;
    }
  
    .col-sm-5th-4 {
      width: 80%;
    }
  
    .col-sm-5th-3 {
      width: 60%;
    }
  
    .col-sm-5th-2 {
      width: 40%;
    }
  
    .col-sm-5th-1 {
      width: 20%;
    }
  
    .col-sm-5th-pull-5 {
      right: 100%;
    }
  
    .col-sm-5th-pull-4 {
      right: 80%;
    }
  
    .col-sm-5th-pull-3 {
      right: 60%;
    }
  
    .col-sm-5th-pull-2 {
      right: 40%;
    }
  
    .col-sm-5th-pull-1 {
      right: 20%;
    }
  
    .col-sm-5th-pull-0 {
      right: auto;
    }
  
    .col-sm-5th-push-5 {
      left: 100%;
    }
  
    .col-sm-5th-push-4 {
      left: 80%;
    }
  
    .col-sm-5th-push-3 {
      left: 60%;
    }
  
    .col-sm-5th-push-2 {
      left: 40%;
    }
  
    .col-sm-5th-push-1 {
      left: 20%;
    }
  
    .col-sm-5th-push-0 {
      left: auto;
    }
  
    .col-sm-5th-offset-5 {
      margin-left: 100%;
    }
  
    .col-sm-5th-offset-4 {
      margin-left: 80%;
    }
  
    .col-sm-5th-offset-3 {
      margin-left: 60%;
    }
  
    .col-sm-5th-offset-2 {
      margin-left: 40%;
    }
  
    .col-sm-5th-offset-1 {
      margin-left: 20%;
    }
  
    .col-sm-5th-offset-0 {
      margin-left: 0%;
    }
  }
  @media (min-width: 992px) {
    .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
      float: left;
      margin-bottom: 40px;
      padding: 0 10px;
    }
  
    .col-md-5th-5 {
      float: left;
      width: 100%;
    }
  
    .col-md-5th-4 {
      width: 80%;
    }
  
    .col-md-5th-3 {
      width: 60%;
    }
  
    .col-md-5th-2 {
      width: 40%;
    }
  
    .col-md-5th-1 {
      width: 20%;
    }
  
    .col-md-5th-pull-5 {
      right: 100%;
    }
  
    .col-md-5th-pull-4 {
      right: 80%;
    }
  
    .col-md-5th-pull-3 {
      right: 60%;
    }
  
    .col-md-5th-pull-2 {
      right: 40%;
    }
  
    .col-md-5th-pull-1 {
      right: 20%;
    }
  
    .col-md-5th-pull-0 {
      right: auto;
    }
  
    .col-md-5th-push-5 {
      left: 100%;
    }
  
    .col-md-5th-push-4 {
      left: 80%;
    }
  
    .col-md-5th-push-3 {
      left: 60%;
    }
  
    .col-md-5th-push-2 {
      left: 40%;
    }
  
    .col-md-5th-push-1 {
      left: 20%;
    }
  
    .col-md-5th-push-0 {
      left: auto;
    }
  
    .col-md-5th-offset-5 {
      margin-left: 100%;
    }
  
    .col-md-5th-offset-4 {
      margin-left: 80%;
    }
  
    .col-md-5th-offset-3 {
      margin-left: 60%;
    }
  
    .col-md-5th-offset-2 {
      margin-left: 40%;
    }
  
    .col-md-5th-offset-1 {
      margin-left: 20%;
    }
  
    .col-md-5th-offset-0 {
      margin-left: 0%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
      float: left;
    }
  
    .col-lg-5th-5 {
      float: left;
      width: 100%;
    }
  
    .col-lg-5th-4 {
      width: 80%;
    }
  
    .col-lg-5th-3 {
      width: 60%;
    }
  
    .col-lg-5th-2 {
      width: 40%;
    }
  
    .col-lg-5th-1 {
      width: 20%;
    }
  
    .col-lg-5th-pull-5 {
      right: 100%;
    }
  
    .col-lg-5th-pull-4 {
      right: 80%;
    }
  
    .col-lg-5th-pull-3 {
      right: 60%;
    }
  
    .col-lg-5th-pull-2 {
      right: 40%;
    }
  
    .col-lg-5th-pull-1 {
      right: 20%;
    }
  
    .col-lg-5th-pull-0 {
      right: auto;
    }
  
    .col-lg-5th-push-5 {
      left: 100%;
    }
  
    .col-lg-5th-push-4 {
      left: 80%;
    }
  
    .col-lg-5th-push-3 {
      left: 60%;
    }
  
    .col-lg-5th-push-2 {
      left: 40%;
    }
  
    .col-lg-5th-push-1 {
      left: 20%;
    }
  
    .col-lg-5th-push-0 {
      left: auto;
    }
  
    .col-lg-5th-offset-5 {
      margin-left: 100%;
    }
  
    .col-lg-5th-offset-4 {
      margin-left: 80%;
    }
  
    .col-lg-5th-offset-3 {
      margin-left: 60%;
    }
  
    .col-lg-5th-offset-2 {
      margin-left: 40%;
    }
  
    .col-lg-5th-offset-1 {
      margin-left: 20%;
    }
  
    .col-lg-5th-offset-0 {
      margin-left: 0%;
    }
  }
  
.expectItem {
    background: #fff;
    padding: 12px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 130px;
    margin: 16px 0 20px;
}

.expectItem h4 {
    text-align: center;
    /* margin-bottom: 48px; */
    line-height: 24px;
    /* font-size: 22px; */
    cursor: pointer;
}

.expectItem p {
    text-align:center;
}
.agendaDate {
    font-size: 24px;
    margin: 40px 0 20px;
    font-weight: 600;
    color: #FFC627;
}
section.simple-section.faq.padding {
    background: #fff;
}

.cus-accordian .panel-heading {
    background: #f8f2f2 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'OpenSansBold';
}
.cus-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
    width: 94%;
    margin: 0 auto;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
    color: #554e4e;
}
.nw-frm-bldr .reg-form-data {
    max-width: 850px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    background-color: #FFF;
    box-shadow: none;
    border-radius: 0.45rem;
    padding-left: 0;
    padding-right: 0;
}
.row.row-content {
    padding-bottom: 0;
}

label.control-label.required {
    display: none;
}
.nw-frm-bldr.reg-form-wrap .col-12 {
    padding: 0;
}
.nw-frm-bldr.reg-form-wrap .col-12 h3 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.custom-col-1 .iti--allow-dropdown {
    width: 100%;
}
.custom-col-1 .iti--allow-dropdown {
    width: 100% !important;
}
.reg-form-data .form-control {
    border-bottom: 1px solid #a0a0a0 !important;
    border-radius: 0;
    height: calc(2.75em + 0.25rem + 2px);
    font-size: 14px;
    border: none;
    box-shadow: none;
    font-weight: 600;
    padding-left: 0;
}
span#grp_fld_1324829 label.control-label.required {
    display: block;
}

span#grp_fld_1324830 label.control-label.required {
    display: block;
}
.footerLogo {
    width: 100%;
    background: #fff;
}

.footerLogo img {
    max-width: 120px;
    margin-bottom: 20px;
}



  
  .Kimberley-Hanson-link:hover + .Kimberley-Hanson-bio {
    display: block !important;
    position: absolute;
    width: 100%;
    min-width: 290px;
    }
  
  
  .speakers-bio {
    font-size: 15px;
    font-weight: normal;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 15px 10px 10px;
    border-radius: 8px;
    position: absolute;
    z-index: 44;
    max-width: 60%;
    border: 2px solid #212529;
    top: 74%;
    }
  
  .speakers-bio {
    display: none; }

    .speakers-bio.Kimberley-Hanson-bio p {
        font-size: 12px;
    }
.sideTxt {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    height: 100vh;
    font-size: 16px;
    padding: 0 30px 0 20px;
}

.sideTxt p {
    padding: 14px 0;
}
.collapseBox {
    background: #e5e5e5;
    padding: 12px 12px;
    font-size: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    min-height: 290px;
}
.agenda-body.session-title h2 span {
    font-weight: 400;
    float: right;
    font-size: 16px;
    cursor: pointer;
    color: #0554a0;
}
.divTable {
    display: table;
    width: 100%;
    margin: 0 0 24px;
}

 .speaker-image {
    /* display: none; */
    margin: -2px 0 0 0px;
    width: 60px;
    height: 40px;
    margin-top: 2px;
}

.divTable img.speaker-img {
    margin: -2px 0 0 0px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #ddd;
}

.divTableCell {
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
}
.infoDiv {
    border-bottom: solid 1px #000;
}
.innerHeading.session-title span {
    display: block;
    text-align: right;
    color: #0554a0;
    margin: 14px 0 30px;
    cursor: pointer;
}