/* Event Font -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900&family=Roboto:wght@400;500;700&display=swap');
@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/14329/uploads/vjf/content/misc/1722330754SourceSansPro-Light.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/14329/uploads/vjf/content/misc/1722330925SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/14329/uploads/vjf/content/misc/1722329335SourceSansPro-Regular.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/14329/uploads/vjf/content/misc/1722329320SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/14329/uploads/vjf/content/misc/1722330145SourceSansPro-Semibold.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/14329/uploads/vjf/content/misc/1722330129SourceSansPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.stickyNav .event-logo img {
    max-width: 60px!important;
}
/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #a57014;
  	--mainThemeColor-rgb:165,112,20;
    --mainThemeColor2: #23386a;
    --eventFontColor: #696969;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Source Sans Pro';
    --eventHeadingFont: 'Source Sans Pro';
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #000;
    --yellow: #ffd600;
    --lightGrey: #ddd;
  	--darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;




}
body.curr-lang-en.modal-open {
    height: auto !important;
}
.watchRecording a {
    background: #fff !important;
    font-family: 'Source Sans Pro';
    color: #FB6000 !important;
    border: 1px solid #FB6000;
    border-radius: 8px;
    font-size: 13px;
    padding: 10px 17px 10px 17px;
    font-weight: bold;
    text-decoration: none !important;
}
/*--------------second landing page start---------------------------*/
.second-landing-page .full-page-container {
    width: 100%;
    max-width: 100%;
}
.second-landing-page .banner {
    width: 100%;
}

/*--------------second landing page end-----------------*/

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.speaker-slider .row{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
}
li.reg a {
    color: #FB6000 !important;
}
span.yellow{
  color:#f5c148;
}
span.blue{
 color:#255c7c;
}
.last div {
    min-width: 110px;
}
button.multiselect.dropdown-toggle.btn.btn-default {color: #212529;border: 1px solid #ddd;padding: 5px 10px;border-radius: 4px;}
input.form-control.multiselect-search {
    width: 90%;
    height: 38px;
    flex: none;
    margin: 0;
}
ul.multiselect-container.dropdown-menu {
    min-width: 450px;
  height: 350px;
    overflow: auto;
}
.multiselect-container>li>a>label {
    height: auto !important;
}
span.multiselect-selected-text {
    font-size: 16px !important;
    font-weight:500 !Important;
    font-family: 'Source Sans Pro';
}
button.multiselect.dropdown-toggle::after {
    display:none !important;
}
button.multiselect.dropdown-toggle::after {
    display:none !important;
}
span.input-group-addon {
    padding: 12px 10px;
    display: inline-table;
}
.multiselect-item .input-group {
    align-items: center;
    flex-wrap: nowrap;
}
.dropdown-toggle::after {
    display:none;
}
@media (min-width: 992px) {
    .agenda-wrap .col-md-6 {
        width: 47%;
    }
     .agenda-wrap .col-md-3.last {
        width: 29%;
    }
}
.timer-wrap img {
    max-width: 144px;
}

div#power p a img {
    background: #fafafa;
    border-radius: 10px;
    margin: 0 5px;
}
  .mob-show{
    display:none;
  }
  .web-show{

        display:block;
  }
#agenda .addeventatc {
    background: #fff!important;
    font-family: 'Source Sans Pro';
    color:#FB6000!important;
    border: 1px solid #FB6000;
    border-radius: 8px;
    font-size: 13px;
    padding: 10px 40px 10px 17px;
    font-weight: bold;
}
#agenda .addeventatc_dropdown span {
    background:transparent!important;
    padding: 14px 10px 14px 14px!important;
}
#agenda .addeventatc_dropdown span:hover{
  background:#f0f0f0!important;
}
#agenda .addeventatc_dropdown{
  top:50px!important;
    width: 162px;
    border-radius: 6px !important;
}
#agenda .addeventatc .arrow {
    width: 10px;
    height: 10px;
    right: 19px;
    margin-top: -5px;
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/14329/uploads/vjf/content/misc/1722945748arrow.png') no-repeat;
    background-size: 10px 11px;
}
.addeventatc_dropdown .ateoffice365,
.addeventatc_dropdown .ateoutlookcom,
.addeventatc_dropdown .copyx{
    display: none!important;
}
li.select2-selection__choice {
    background-color: transparent !important;
    border: 1px solid #000 !IMPORTANT;
    color: #000 !IMPORTANT;
    padding: 2px 10px !important;
}
.row.m-1 .col-12 h3 {
    color: #000;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
}
.col-4[aria-label="Pronouns"],.col-4[aria-label="Where are you based?"], .col-4[aria-label="What type of functions are you looking for? (Select up to three)"], .col-4[aria-label="Please upload your CV here (PDF)"],.col-4[aria-label="Consent"] {
    flex: 0 0 100%;
    max-width: 100%;
}
input#fld_320985 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
    float: none;
    width: auto;
    padding: 8px 30px;
    height: 44px;
}
span#grp_fld_320985 {
    display: flex;
    justify-content: center;
}
.col-4[aria-label="(empty)"] {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-12.order-change.radio-block-all {
    max-width: 20%;
    flex: 0 0 20%;
    flex-wrap: wrap;
}
#grp_fld_1424929 .col-12.order-change.radio-block-all {
    max-width: 100%;
    flex: 0 0 100%;
}
.col-4[aria-label = ""] {
    flex: 0 0 100%;
    max-width: 100%;
}
.switch-wrap {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.switch-wrap span.t {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin-left: 10px;
}
.switch {
    display: inline-block;
    width: 45px;
    height: 24px;
  position: relative;
      margin-bottom: 0;
    margin-top: 3px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E5E7EB;
    border: none;
    position: absolute;
    cursor: pointer;
}
.switch .slider.round:before {
    border-radius: 50%;
}
.switch .slider:before {
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: #c2c2c2;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.switch input:checked + .slider {
    background-color: #FB6000;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
/*-------------------------*/
.my-popup .modal-title {
    visibility: hidden;
}
.my-popup .modal-header {
    background-color: transparent;
    border: none;
}
.my-popup .modal-header .close {
    opacity: 1;
    color: black;
      font-size: 38px;
}
.speaker-info h5 {
    font-size: 18px;
    font-weight: 600;
    color: #FB6000;
}
.speaker-info h6 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.speaker-info p {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.speaker-info a.btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #FB660A;
    padding: 10px 20px;
    border-radius: 8px;
  text-decoration:none;
  display: inline-block;
    margin: 20px 0;
}
.modal-body a.btn {
    margin: 10px 0;
}
.speaker-info a.btn:hover{
  opacity:0.7;
}
.speaker-info {
    margin: 0 0 40px 0;
}
.speaker-info img {
    max-width: 140px;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    border-radius: 50%;
}
/*----------------------------------------*/
.container-fluid {
    max-width: 1312px;
}
.banner {
    position: relative;
  background:#FFEFE5;
  text-align:center;
  padding:50px 0;
}
img.banner-pic {
    display: inline-block;
    margin-top: 50px;
}
.banner h3{
      font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
}
.banner h4 {
    font-size: 32px;
    font-weight: 700;
    color: #FB6000;
    margin: 30px 0;
    line-height: 40px;
}
.banner h5 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}
.br-r {
    border-right: 1px solid #000;
  margin-bottom:10px;
}
a.b-btn {
    margin: 20px;
    font-size: 20px;
    font-weight: 700;
    padding:14px 30px;
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
}
a.b-btn:hover{
  opacity:0.8;
}
a.f-link {
    position: absolute;
    width: 11%;
    height: 10%;
    left: 46.5%;
    top: 64%;
}
div#power {
    text-align: center;
      background: #ffefe5;
  padding-bottom: 0;
}
div#power p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
img.v-logo {
    width: 100%;
    max-width: 80px;
      display: inline-block;
    margin-bottom: 30px;
}
.simple-section h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #FB6000;
    margin: 0 0 70px;
}
div#join h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
  margin:0 0 20px;
}
div#join p {
    font-size: 16px;
    font-weight:normal;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  color:#000;
  margin-bottom:40px;
}
.check-wrap img {
    display: inline-block;
    margin: 30px 0 0;
}
.check-wrap {
    text-align: center;
    margin-bottom: 40px;
}
.check-wrap h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
}
.check-wrap p {
    font-size: 16px;
    color: #000;
}
.btn-wrap {
    text-align: center;
    margin: 30px 0 30px;
}
a.fill-btn {
    display: inline-block;
    color: #fff;
    background: #FB6000;
    padding: 16px 64px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: 20px 0;
}
a.fill-btn:hover{
  opacity:0.7;
}
a.fill-btn.empty {
background: transparent;
    color: #FB6000;
    border: 2px solid #FB6000;
    padding: 16px 34px;
    margin: 10px 0;
}
a.fill-btn.empty:hover{
  color:#fff;
    background:  #FB6000;
}
div#numbers {
    background: #F2F2F2;
    text-align: center;
    padding: 0;
}
div#numbers .container {
    background: #F7EDED;
    padding: 50px 0;
    border-left: 60px solid #FFDE59;
    border-right: 60px solid #FF914D;
}
div#numbers h3{
  color:#000;
      margin-bottom: 30px;
}
.num-wrap{
  margin-bottom:20px;
}
.num-wrap span {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.num-wrap h4.num {
    color: #FB6000;
    font-size: 50px;
    font-weight: bold;
}
h4#count1:after,
h4#count3:after{
  content:'+';
}
div#sponsors h4 {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin: 40px 0;
}
div#sponsors h4.sub{
  margin:50px 0 0;
}
.slick-dots {
    bottom: 80px!important;
}
.slick-dots li {
    margin: 0!important;
}
.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #000!important;
}
.slick-dots li button:before {
    font-size: 10px!important;
    color: #fff!important;
    opacity: 1!important;
}
.slick-arrow.slick-prev {
    right: 130px;
    left: auto;
    top: 85%;
  background: url("https://vepimg.b8cdn.com/uploads/vjfnew/14329/uploads/vjf/content/misc/1722338005previoua.png") 0
    0 / 100% no-repeat!important;
  background-size:40px!important;
}
.slick-arrow.slick-next {
 right: 80px;
    left: auto;
    top: 85%;
  background: url("https://vepimg.b8cdn.com/uploads/vjfnew/14329/uploads/vjf/content/misc/1722337989next.png") 0 0 / 100% no-repeat!important;
  background-size:40px!important;
}
.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.slick-next, .slick-prev {
    width: 50px!important;
    height: 50px!important;
    z-index: 888!important;
      opacity: 1 !important;
}
.slick-next:before, .slick-prev:before{
  content:''!important;
}

.speaker-wrap {
    margin-bottom:50px;
      text-align: center;
}
.speaker-wrap img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 100%;
    display: inline-block!important;
}
.speaker-wrap h5 {
    color: #FB6000;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
}
.speaker-wrap p {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
span.destination {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.modal-body span.destination {
    margin-top: 5px;
}
.speaker-wrap a.btn {
    background: #FB660A;
    display: inline-block;
    margin: 20px 0;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
  text-decoration:none;
}
.speaker-wrap a.btn:hover{
  opacity:0.7;
}
#speakers .slick-dots {
    bottom: -50px !important;
    left: 0 !important;
    text-align: left !important;
}
#speakers .slick-dots li button:before {
    color: #CCCCCC!important;
}
#speakers .slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #000!important;
}
#speakers .slick-arrow.slick-prev {
    right:50px;
    left: auto;
    top: 105%;
  filter:invert(1);
}
#speakers .slick-arrow.slick-next {
 right: 2px;
    left: auto;
    top: 105%;
  filter:invert(1);
}
#agenda{
  background:#fff!important;
}
.agenda-wrap {
    padding: 30px 15px;
    border: 2px solid #C0C0C0;
    border-radius: 16px;
    margin: 20px 0;
}
.agenda-wrap h4 {
    font-weight: bold;
    color: #000;
    font-size: 24px;
}
span.duration {
    font-size: 16px;
    font-weight: normal;
    color: #535455;
}
.agenda-wrap p {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin: 10px 0;
}
.agenda-wrap a {
    font-size: 16px;
    color: #000;
    font-weight:600;
    margin: 10px 0;
  display:inline-block;
  text-decoration:underline;
}
.agenda-wrap h5{
  font-size: 14px;
    font-weight: normal;
    color: #000;
}
.agenda-wrap .row{
  display:flex;
}
.last {
    display: flex;
    align-items:center;
    margin-top: 0;
  
    justify-content: space-around;
}
.last img{
  width:100px;
}
.timer-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
  height: 100%;
}
.timer-wrap span {
    color: #535455;
    font-size: 20px;
    font-weight: normal;
    
    margin: 0 10px 0 17px;
}
.s-slide1 .slick-dots {
    bottom: -10px !important;
}
.s-slide1 .slick-dots li button:before {
    color: #CCCCCC !important;
}
.s-slide1 .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #000 !important;
}
div#sponsors h3 {
    margin: 40px 0;
}
/* General-------------------------- */
html,
a,
* {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--eventFontColor);
    line-height: 26px;
}

body > .header-content > .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body > .header-content  {
    position:relative;}

.simple-section {
    padding: 50px 0px;
  width:100%;
}

.coloredBg {
    background: var(--mainThemeColor);
  background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
}

.whiteText * {
    color: var(--white);
}

.whiteText a:hover,
.whiteText a:focus {
    color: var(--yellow);
}

h4.form-heading {
    font-size: 0px;
}
body > p:first-of-type {
    margin: 0px;
}



/* Buttons------------------------------ */
.vfairsBtn {
    padding: 12px 35px;
    margin: 30px 5px;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
}

.coloredShadow {
    box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb),0.3);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

.rounded {
    border-radius: var(--rounded);
}

.btnWhite {
    background: var(--white);
    color: var(--mainThemeColor);
    border: 2px solid var(--mainThemeColor);
}

.btnBlack {
    background: var(--black);
    color: var(--white);
}

.btnColored {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    color: var(--white) !important;
}

.btnColored:hover,
.btnColored:focus {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    color: var(--white) !important;
    text-decoration: none !important;
}

.btnWhite:hover,
.btnWhite:focus,
.btnBlack:hover,
.btnBlack:focus {
    background: var(--mainThemeColor);
    color: var(--white);
    text-decoration: none !important;
}

/* Headings--------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.popup h1 {
    font-family: var(--eventHeadingFont);
    font-weight: 700;
}

h1,
.popup h1 {
    font-size: var(--h1FontSize);
    font-weight: 800;
}

h2 {
    font-size: var(--h2FontSize);
}

h3 {
    font-size: var(--h3FontSize);
}

h4 {
    font-size: var(--h4FontSize);
}

h5 {
    font-size: var(--h5FontSize);
}

h6 {
    font-size: var(--h6FontSize);
}

/* Top black bar----------------------- */
.slim-bar {
    position: initial;
    background-color: var(--black);
    color: var(--white);

}

.slim-bar ul>li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;

}

.slim-bar .row {
    justify-content: end !important;
}

/* Set 0 padding or Margin */
.noPadding {
    padding: 0px !important;
}

.noTopPadding {
    padding-top: 0px !important;
}

.noBottomPadding {
    padding-bottom: 0px !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noRightPadding {
    padding-right: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.noTopMargin {
    margin-top: 0px !important;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.noLeftMargin {
    margin-left: 0px !important;
}

.noRightMargin {
    margin-right: 0px !important;
}


/* Main Heading------------------------- */
.main-title {
    text-align: center;
    position: relative;
    z-index: 0;
}

.main-title span {
    display: block;
    color: var(--mainThemeColor);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}


.main-title .headingOverlayText {
    position: absolute;
    color: var(--overlayHeadingTextColor);
    margin: 0px 0px 0px 0px;
    font-size: 150px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -9px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 100%;
    display: inline;
    text-transform: lowercase;
}




/* Unordered list------------------------------- */
ul {
    list-style: none;
    padding: 0px;
}

ul li {
    margin-bottom: 15px;
}

ul.checklist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
    ;
}

ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
}

/* Event Logo----------------------------------- */
.event-logo img {
    margin: 8px 0px;
    max-width: 80px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}
#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
}

#main-nav a {
    color: var(--eventFontColor);
    font-size: 18px;
    padding: 8px 15px;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;

}

.header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0px;
    padding-right: 0px;
}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}

.stickyNav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: var(--white);
}

#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.navClose {
    display: none;
}
.navbar-toggle {
    margin-right: 0px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}
#LoginBtn {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn:hover, #LoginBtn:focus{
color:var(--white) !important;
}

.navbar-toggle {
  /*Set to 0 if Accessibility Feature not added*/
    margin-right: 0px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--white);
}



/* Hero Section */
.main_top_area {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1672321610bg-2jpg-jpg1672321610.jpg")no-repeat center;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 6%;
    position: relative;
}

.main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    position: absolute;
    opacity: 0.9;
}

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

#date-info {
    margin-top: 0px;
    margin-bottom: 30px;
    color: var(--white);
    font-weight: 600;
    font-family: var(--eventFont);
}

.eventDate::after {
    content: "|";
    margin-left: 7px;
}

.two-btns {
    text-align: center;
    margin: 35px 0 20px;
    padding: 2px;
    border: solid 2px var(--white);
    display: inline-block;
    border-radius: 40px;

}


.two-btns a {
    background: var(--white);
    color: var(--mainThemeColor) !important;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
}


.two-btns a:first-child {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns:hover a {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns a:hover {
    background: var(--white) !important;
    color: var(--mainThemeColor) !important;
    box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb),0.3);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/
input[type="file"] {
    width: 40%;
}
.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
}
.page-heading {
    height: 1px;
}
form input[type=submit] {
    background: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    border-radius: var(--rounded) !important;
}
.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus{background: var(--darkgrey);}
  .reg-form-data input::file-selector-button {
    background: var(--mainThemeColor) !important;
}

.nw-frm-bldr .reg-form-data {
    box-shadow: 0px 2px 20px 0 rgba(0,0,0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
  margin-bottom:30px;
}

.nw-frm-bldr .control-label {
  font-size:16px;
    font-family: var(--eventHeadingFont);
  color: var(--black);
}

.reg-form-data .form-control {
    font-size:16px;
    font-family: var(--eventFont);
  color: var(--black);
}
.nw-frm-bldr.reg-form-wrap > .row > .col-12,
.row.row-content > div > .container-fluid
{
    padding: 0;
}
 

/*Thank you page-----------------------*/
.thanksWrapper {
    text-align: center;
    max-width: var(--halfWidth);
    margin: 20px auto;
    box-shadow: 0px 2px 20px 0 rgba(0,0,0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 30px 50px 50px;
    width: 100%;
    max-width: 90%;
}
.thanksWrapper span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}
.thanksWrapper p {
    margin-top: 30px;
}

.full-page-container .col-lg-12 {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row-content {
    padding: 10px 0px;
}

/* Login Modal----------------------- */
#LoginModal h4,
#forgot-pwd-modal h4{
    font-size: 20px;
}

#LoginModal .modal-header,
#forgot-pwd-modal .modal-header{
    background: var(--mainThemeColor);
}

#login-footer a,
#login-footer button,
#reset-pwd-frm a,
#reset-pwd-frm button
{
    background: var(--mainThemeColor);
    font-family: var(--eventFont);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default
{
    background: var(--white);
}

#login-footer .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey
{color: var(--white);}
#login-footer .btn-default,
#reset-pwd-frm .btn-default{border-color:#ccc;}
#login-footer .col-sm-8 .btn-darkgrey, 
#reset-pwd-frm .btn-darkgrey {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn {
    font-size: var(--smallText);
    padding: 6px 12px;
}
.modal .modal-dialog {
    max-width: initial;
}
#login-footer .row .col-sm-4 {
    max-width: initial;
    flex: 33%;
    order: 2;
}
#login-footer .btn,
#reset-pwd-frm .btn
{
    border-radius: var(--rounded);
}
#login-footer .btn:hover,
#reset-pwd-frm .btn:hover
{
    background: var(--darkgrey) !important;
    color: var(--white) !important;
}
#reset-pwd-frm label,
#LoginModal label{
    font-family: var(--eventHeadingFont);
}
#reset-pwd-frm input,
#LoginModal input{
    font-family: var(--eventFont);
}


/* Countdown Timer---------------------------- */
.countdown-container {
    text-align: center;
    margin-top: -50px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    padding: 0px 29px 0px 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--mainThemeColor);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
}

#clockdiv .smalltext {
    color: var(--eventFontColor);
    font-size: var(--eventFontSize);
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 40px;
}

#clockdiv>div::before {
    content: ":";
    color: var(--lightGrey);
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-60%);
}

#clockdiv>div:last-child::before {
    content: "";

}
#clockdiv .eventlive {
    max-width: 500px;
    font-size: 24px;
}

/* About section -------------------------------------- */
.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}


/* Why Attend section------------------------------------ */
#whyAttend {
    padding-top: 80px;
}

#whyAttend .main-title {
    margin-bottom: 60px;
}

#whyAttend .headingOverlayText {
    color: var(--overlayHeadingTextColor2)
}

#whyAttend li i {
    color: var(--yellow);
}

.whiteText .main-title span {
    color: var(--yellow);
}



/* Agenda-------------------------------------------- */
#agenda {
    background-color: #f1f1f1;
}

#agenda section .container>h3 {
    display: none;
}

#agenda section h3 {
    font-size: var(--h4FontSize);
    font-weight: 600;
}

#agenda section {
    background: none !important;
}

#agenda .nav-tabs>li>a {
    color: var(--mainThemeColor) !important;
    background-color: var(--white) !important;

}

#agenda .nav>li>a:hover,
.nav>li>a:focus {
   
    color: var(--mainThemeColor) !important;
}

#agenda .agenda-style-6 .time-box,
#agenda .nav-tabs>li.active>a,
#agenda .nav-tabs>li.active>a:hover,
#agenda .nav-tabs>li.active>a:focus {
    background: var(--mainThemeColor) !important;
    color: var(--white) !important;

}

.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:focus:before,
.nav-tabs>li.active>a:hover:before {
    border-top-color: var(--mainThemeColor) !important;

}

div.speaker2[data-toggle="modal"] {
    cursor: pointer;
}

div.speaker2[data-toggle="modal"]:hover strong {
    color: var(--mainThemeColor);
}

.agenda-time span {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;

}

.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
.nav-tabs>li.active>a:hover:after {


    border-top-color: var(--mainThemeColor) !important;
}
/*Sponsors Section----------------------------------------*/
.logos-list {
    text-align: center;
}
.logos-list img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 5px;
    padding: 5px;
    border: solid 1px #eee;
    transition: all 0.2s ease;
}
.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}


/* FAQs Section------------------------------------------- */
.faq.padding {
    padding: 0
}

.faq .panel {
    background: var(--faqBgColor);
    padding: 24px 25px 24px;
    margin: 0 0 27px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

}


.faq .panel-heading {
    padding: 0 !important;
    background: 0 0 !important
}

.faq h4.panel-title a {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    line-height: 24px;
    color: var(--eventFontColor);
    font-family: var(--eventHeadingFont);
    font-weight: 700;
    text-transform: none;
  padding-left: 45px;
}

.faq .panel-collapse {
    text-decoration: none;
    cursor: pointer
}

.faq .panel-collapse .panel-body {
    width: 100% !important;
    padding-bottom: 0;
    border: none !important;
    padding-top: 9px;
    font-size: var(--eventFontSize) !important;
    font-family: var(--eventFont) !important;
    line-height: 24px !important;
    color: var(--eventFontColor) !important
}

.faq .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: '\f068';
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: '\f067';
}

.faq .panel-title>a:hover,
.faq .panel-title>a:active,
.faq .panel-title>a:focus {
    text-decoration: none;
}

.num_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    color: var(--white);
    font-style: normal;
    margin-right: 10px;
  position: absolute;
    left: 0px;
}

.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 12px 45px 0px 45px;
}

/* Contact Section------------------------------ */
.ask-cta {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ask-cta>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ask-cta .contact-img {
    max-height: 200px;
}

#contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contactPersons {
    display: flex;
    flex-wrap: wrap;
}

.contactPersons_box {
    margin-right: 70px;
    margin-bottom: 30px;
}

.contactPersons_box p {
    margin-bottom: 0px;
}

.textSmall {
    font-size: var(--smalltext);
    font-weight: 400;
}

.contactPersons_box h5 {
    line-height: 23px;
}

.contactPersons>div:nth-child(even) {
    margin-right: 0px;
}




/* Footer----------------------------- */
footer {
    background: var(--footerBg);
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--mainThemeColor);
}

.footer-links li {
    display: inline-block;
    position: relative;
}

.footer-links li:after {
    content: "|";
    margin: 0px 5px 0px 12px;
}

.footer-links li:last-child::after {
    margin-right: 0px;
    content: "";
}

.footer-links a {
    font-size: var(--smalltext) !important;
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
 }

/*Top to the Page button---------------*/
#top {
    position: fixed;
    bottom: 41px;
    right: 33px;
    color: var(--white);
    padding: 10px 15px;
    /* width: 50px; */
    /* height: 50px; */
    text-align: center;
    cursor: pointer;
    z-index: 45;
    display: inline-block;
    background-color: var(--mainThemeColor);
    font-size: 24px;
    line-height: 38px;
    border-radius: 5px;
}

#top:hover, #top:focus{
background-color:var(--darkgrey);
}
#top-text {
    position: fixed;
    width: 100px;
    height: 100px;
    right: 0;
    bottom: 28px;
  cursor:pointer;
    display: none;
}
#top-text span {
    position: absolute;
    right: 20px;
    color: #000;
    bottom: -19px;
    font-weight: bold;
}

/*Accessibility Features---------------*/
.btn.btn-access.slide {
    position: absolute;
    z-index: 45;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    background: var(--darkgrey);
    right: 12px;
    top: 46px;
    text-align: center;
    padding: 5;
}
.btn.btn-access.slide:hover{background:var(--mainThemeColor);}
.accsess_tray {
    display: block;
    position: fixed;
    right: 10px;
    background-color: var(--white);
    top: 110px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 4px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
   .accsess_tray #readspeaker_button1,
   .accsess_tray .hall-wrap .rsbtn {
    right: -34px;
  }
   .accsess_tray .rsexpanded span {
    margin: 0;
  }
   .accsess_tray .rsexpanded span.rsbtn_text {
    margin: 5px 0 0 6px;
  }
   .accsess_tray .rsexpanded .rsbtn_progress_container.rsimg {
    margin: 7px 0 0 5px;
  }
   .accsess_tray .rsexpanded .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
    display: inline-block;
  }
   .accsess_tray svg path {
    fill: var(--mainThemeColor);
  }
   .accsess_tray .btn-tray {
    padding: 6px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px !important;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-right: 5px;
    background: rgba(var(--mainThemeColor-rgb), 0.1);
    color: var(--mainThemeColor);
  }
   .accsess_tray .btn-tray:last-child {
    margin-right: 4px;
  }
   .accsess_tray .btn-tray.btn:hover {
    opacity: 0.9;
  }
   .accsess_tray .btn-tray svg path {
    fill: var(--mainThemeColor);
  }
   .accsess_tray span {
    margin-right: 8px;
  }
   .accsess_tray .btn-close-access {
    text-align: center;
    padding: 8px 8px;
    background: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
   #accessibility-fade-in {
    width: 1px;
    opacity: 0;
    transition: all 0.75s ease;
    z-index: 5;
  }
   #accessibility-fade-in.show {
    opacity: 1;
    width: 262px;
    display:none!important;
  }

/* Privacy Policy------------- */
.content-page ul {
    list-style-type: disc;
    margin-left: 20px;
}

.content-page ul li {
    margin-bottom: 0;
}

.content-page p,
.content-page li {
    text-align: justify;
}
@media (max-width:992px) {

  .br-r {
    border-right: none;
}
.main {
    display: flex;
    flex-flow: column-reverse;
}
.agenda-wrap .row{
  display:block;
}
  .num-wrap {
    margin-bottom: 80px;
}
  #power p{
    display: block!important;
        margin: 10px 0!important;
}
  #power p span{
    display: block!important;
        margin: 10px 0!important;
}
  .slick-dots {
    bottom: 0!important;
}
  .slick-arrow.slick-prev,
  .slick-arrow.slick-next{
       display: none!important;
  }
  #speakers .slick-arrow.slick-prev {
    display: none!important;
  }
  .slick-dots,
  #speakers .slick-dots {
    text-align: center !important;
}
  .speaker-wrap {
    text-align: center;
}
  .timer-wrap img {
    max-width: 80px;
}
}
@media (max-width: 767px) {
  .watchRecording a {
    display: block !important;
    text-align: center;
}
  div#join h2 {
    font-size: 24px;
}

.col-12.order-change.radio-block-all {
    max-width: 100%;
    flex: 0 0 100%;
}
    #main-nav {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 55;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
      display: none !important;
    }
  
  #main-nav .navbar-nav {
    flex-direction: column;
    
 }
  
  #main-nav .navbar-nav {
    flex-direction: column;
    flex-grow: initial;
}

    .navClose {
        position: absolute;
        top: 15px;
        right: 20px;
        color: var(--white);
        font-size: 22px;
        font-family: 'Poppins';
        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: 2px solid var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #main-nav.in {
        display: flex !important;
    }

    #main-nav a {
    color: var(--white);
    font-size: 18px;
    padding: 18px 15px;
}
  #LoginBtn {
    margin-top: 12px;
}

    .event-logo {
        flex-grow: 1;
    }

    .whyAttendImg {
        max-width: 320px !important;
        display: block;
        margin: auto;
    }

    .contactPersons {
        justify-content: space-around;
    }

    .contactPersons_box {
        margin-right: 0px;
    }

    #contact h3 {
        text-align: center;
    }

    .footer-section .row>div {
        text-align: center !important;
    }
   input[type="file"] {
    width: 100%;
}
  .modal .modal-dialog {
    width: 95% !important;
  }
  .modal-footer .btn+.btn {
    margin-left: 2px;
}
  #login-footer .row{flex-direction:column;}
  #login-footer .row .col-sm-4 {
    order: 1;
}
    #login-footer .row .col-sm-8 {
    order: 2;
}
  #login-footer .col-sm-8 {
    padding-left: 2px;
    padding-right: 2px;
}
  form input[type=submit] {
    width: 100% !important;
}
  .reg-form-data input::file-selector-button {
    background: var(--mainThemeColor) !important;
}
  
  .simple-section h3 {
    font-size: 26px;
  }
 .last {
    display: block;
  }
  .mob-show{
    display:block;
  }
  .web-show{
    display:none;
  }
     .mob-show .slick-dots {
             bottom: 80px !important;
        text-align: left !important;
        margin-left: 10px !important;
    }
      .mob-show .slick-arrow.slick-next {
   
        right: 10px;
    top: 87%;
  }
      .mob-show .slick-arrow.slick-prev, .mob-show .slick-arrow.slick-next {
        display: inline-block !important;
    }
 .mob-show  .slick-arrow.slick-prev {
    right: 60px;
    top: 87%;
  }
}

@media (max-width: 575px) {
ul.multiselect-container.dropdown-menu {
    min-width: 300px;
}
    .timer-wrap {
    display: block;
  }
.timer-wrap span {
    display: block;
    margin-bottom: 30px;
}
  .agenda-wrap h4 {
    margin-top: 20px;
}
  .timer-wrap span br {
    display: none;
}
      .timer-wrap img {
        max-width: 100%;
        width: 100%;
    }
  .last {
    display: block;
}
    #agenda .addeventatc {
        margin: 20px 0;
        width: 100%;
    }
  .s-slide1 .slick-dots {
    bottom: -40px !important;
}
    .main-intro {
        max-width: 100%;
    }

    .headingOverlayText {
        display: none !important;
    }

    .main-title span {
        font-size: 18px;
    }

    h3.main-title {
        font-size: 30px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #date-info span {
        display: block;
        text-align: center;
    }

    .eventDate::after {
        content: "";
        margin-left: 0px;
    }

    .countdown-container {
        padding: 0px 19px 0px 5px;

    }

    #clockdiv>div>span {
        min-width: 50px;
    }

    #clockdiv {
        font-size: 40px;
    }

    #clockdiv .smalltext {
        font-size: 12px;
    }

    #clockdiv>div {

        margin-right: 13px;
    }

    #clockdiv>div::before {

        right: -11px;

    }

    .two-btns {
        border-radius: 29px;
        width: 100%;
      border:none;
    }

    .two-btns a {
        display: block;
    }
  .two-btns a:first-child {
    border: 2px solid var(--white);
    margin-bottom: 10px;
}
a.fill-btn {
    padding: 16px 16px;
    font-size: 16px;
    width: 100%;
  }
  .num-wrap span {
    font-size: 30px;
  }
  .switch-wrap {
    justify-content: center;
  }
  div#sponsors h3 {
    margin: 80px 0 0;
}
}
 @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
    #LoginModal .modal-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        }
        #LoginModal .modal-dialog .modal-content {
        max-width: 350px;
        width: 100%;
        background: #f3f4f6;
        padding: 20px 20px 10px;
        }
        #LoginModal .modal-dialog .modal-header {
        padding: 9px 15px 20px;
        background: transparent !important;
        border: 0;
        }
        #LoginModal .modal-dialog .modal-header .modal-title {
        color: #f36531;
        font-weight: 600;
        font-size: 22px;
        }
        #LoginModal .modal-dialog .modal-header .close {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #000000;
        opacity: 0.6;
        font-size: 32px;
        font-weight: 100;
        }
        #LoginModal .modal-dialog .modal-body {
        padding-top: 0;
        padding-bottom: 0;
        }
        #LoginModal .modal-dialog .modal-body .form-group {
        margin-bottom: 0;
        position: relative;
        }
        #LoginModal .modal-dialog .modal-body .control-label {
        color: #344054;
        font-size: 14px;
        padding-bottom: 5px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 500;
        margin-bottom: 0;
        }
        #LoginModal .modal-dialog .modal-body .form-control {
        color: #6c757d;
        border-radius: 6px;
        height: 45px;
        padding: 15px 15px 13px;
        font-size: 13px;
        box-shadow: none;
        }
        #LoginModal .modal-dialog .modal-body input#LoginEmail {
        padding-left: 35px !important;
        }
        #LoginModal .modal-dialog .modal-body .form-group.group-email::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 44px;
        width: 20px;
        height: 20px;
        z-index: 1;
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: contain;
        }
        #LoginModal .modal-dialog .modal-body input#Password {
        padding-left: 35px !important;
        }
        #LoginModal .modal-dialog .modal-body .form-group.grp-password-field::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 44px;
        width: 20px;
        height: 20px;
        z-index: 1;
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767lock2-icon-png1685016767.png') !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: contain;
        }
        #LoginModal .modal-dialog .modal-body .ResponseBox {
        color: red;
        font-weight: 100;
        font-family: "Nunito Sans", sans-serif;
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
        }
        #LoginModal .modal-dialog #login-footer {
        border: 0;
        padding: 20px 15px 0;
        }
        #LoginModal .modal-dialog #login-footer .row {
        display: flex;
        flex-direction: column;
        margin: 0.25rem;
        }
        #LoginModal .modal-dialog #login-footer .col-sm-4 {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
        order: inherit;
        }
        #LoginModal .modal-dialog #login-footer .col-sm-4 .btn.btn-default {
        display: none;
        }
        #LoginModal .modal-dialog #login-footer .col-sm-4 .btn-darkgrey {
        width: 100%;
        margin: 0 !important;
        padding: 12px 12px 12px;
        border-radius: 5px !important;
        text-transform: uppercase;
        box-shadow: none;
        outline: none;
        }
        #LoginModal .modal-dialog #login-footer .col-sm-8 {
        width: 100%;
        max-width: 100%;
        flex-flow: wrap;
        flex-direction: column-reverse;
        }
        #LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey {
        background: transparent !important;
        color: #686a6e !important;
        font-weight: 500 !important;
        font-family: "Nunito Sans", sans-serif;
        padding: 0;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 600;
        box-shadow: none;
        outline: none;
        }
        #LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey:hover {
        text-decoration: underline;
        }
        #LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey {
        background: transparent !important;
        color: #80bded !important;
        font-weight: 500 !important;
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
        padding: 20px 5px 5px 5px;
        box-shadow: none;
        outline: none;
        }
        #LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey:hover {
        text-decoration: underline;
        }
        #forgot-pwd-modal .modal-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        }
        #forgot-pwd-modal .modal-dialog .modal-content {
        max-width: 350px;
        width: 100%;
        background: #f3f4f6;
        padding: 20px 20px 10px;
        }
        #forgot-pwd-modal .modal-dialog .modal-header {
        padding: 9px 15px 20px;
        background: transparent !important;
        border: 0;
        }
        #forgot-pwd-modal .modal-dialog .modal-header .modal-title {
        color: #f36531;
        font-weight: 600;
        font-size: 22px;
        }
        #forgot-pwd-modal .modal-dialog .modal-header .close {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #000000;
        opacity: 0.6;
        font-size: 32px;
        font-weight: 100;
        }
        #forgot-pwd-modal .modal-dialog .modal-body {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
        }
        #forgot-pwd-modal .modal-dialog .modal-body .form-group {
        margin-bottom: 0;
        position: relative;
        }
        #forgot-pwd-modal .modal-dialog .modal-body .control-label {
        color: #344054;
        font-size: 14px;
        padding-bottom: 5px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 500;
        margin-bottom: 0;
        }
        #forgot-pwd-modal .modal-dialog .modal-body .form-control {
        color: #6c757d;
        border-radius: 6px;
        height: 45px;
        padding: 15px 15px 13px;
        font-size: 13px;
        box-shadow: none;
        }
        #forgot-pwd-modal .modal-dialog .modal-body input#resetemail {
        padding-left: 35px !important;
        }
        #forgot-pwd-modal .modal-dialog .modal-body .form-group:first-child::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 44px;
        width: 20px;
        height: 20px;
        z-index: 1;
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: contain;
        }
        #forgot-pwd-modal .modal-dialog .modal-body .FormResponseSuccess {
        color: red;
        font-weight: 100;
        font-family: "Nunito Sans", sans-serif;
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
        }
        #forgot-pwd-modal .modal-dialog .modal-body .FormResponseError {
        color: red;
        font-weight: 100;
        font-family: "Nunito Sans", sans-serif;
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
        }
        #forgot-pwd-modal .modal-dialog .modal-body .has-error .help-block {
        color: red;
        font-weight: 100;
        font-family: "Nunito Sans", sans-serif;
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
        }
        #forgot-pwd-modal .modal-dialog .modal-footer {
        border: 0;
        padding: 20px 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        }
        #forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default {
        text-transform: capitalize;
        box-shadow: none !important;
        background: transparent !important;
        color: #686a6e;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 500 !important;
        outline: none;
        padding: 0;
        border: 0;
        display: none;
        }
        #forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default:hover {
        text-decoration: underline;
        }
        #forgot-pwd-modal .modal-dialog .modal-footer .btn-darkgrey {
        background: #f36531 !important;
        color: #fff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
        width: 100%;
        margin: 0 0 25px !important;
        padding: 12px 12px 12px;
        border-radius: 5px !important;
        text-transform: uppercase;
        box-shadow: none;
        outline: none;
        font-weight: 600;
        }

@media (min-width: 992px) and (max-width:1280px) {
#agenda .addeventatc {
    font-size: 12px;
    padding: 10px 29px 10px 10px;
    margin-left: 10px;
  }
  #agenda .addeventatc .arrow {
    right: 10px;
  }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 90%;
    }
}



/*-------scrollReveal----------*/

.scrollReveal {
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.revealTop {
    transform: translate(0px, 150px);
}

.revealRight {
    transform: translate(-150px, 0px);
}

.revealLeft {
    transform: translate(150px, 0px);
}

.revealBottom {
    transform: translate(0px, -150px);
}

.scrollReveal.reveal {
    opacity: 1;
    transform: translate(0, 0);
}
@media screen and (min-width: 992px) {
  .right-box {
    padding-top: 10%;
}
}
@media screen and (max-width: 992px) {
    .row.row-st .col-5 {
        flex: 0 0 100.00%;
        max-width: 100.00%;
        margin-bottom: 20px;
    }

    .bg-left {
        width: 100%;
    }

    .scrollReveal {
        opacity: 1 !important;
    }

    .revealTop,
    .revealRight,
    .revealLeft,
    .revealBottom {
        transform: translate(0, 0) !important;
    }
}



