/* Event Font -------------------------*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842108proximanovat-thin-woff21727842108.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842108proximanovat-thin-woff1727842108.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842108proximanova-semibold-woff21727842108.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842108proximanova-semibold-woff1727842108.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842107proximanova-extrabld-woff21727842107.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842107proximanova-extrabld-woff1727842107.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842107proximanova-light-woff21727842107.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842107proximanova-light-woff1727842107.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842107proximanova-regular-woff21727842107.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842107proximanova-regular-woff1727842107.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Adobe Arabic';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842311adobearabic-bold-woff21727842311.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842311adobearabic-bold-woff1727842311.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Arabic';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842311adobearabic-bolditalic-woff21727842311.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842311adobearabic-bolditalic-woff1727842311.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Adobe Arabic';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842312adobearabic-regular-woff21727842312.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727842312adobearabic-regular-woff1727842312.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #070D19;
    --mainThemeColor-rgb: 7, 13, 25;
    --mainThemeColor2: #CFB07D;
    --eventFontColor: #070D19;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Proxima Nova';
    --eventHeadingFont: 'Adobe Arabic';
    --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;
    --navyBlue: #070D19;
}

.col-12.order-change div {
    display: flex;
    align-items: baseline;
}
.agenda-group h4 {
    margin-bottom: 40px !important;
}
span#grp_fld_1437256>label {
    display: none;
}

.registration-form {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1727172954wagefest-lp-page-bg-20240923-203340-png1727172954.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    z-index: 0;
    /* padding-bottom: 130px; */
    min-height: 100vh;
}
.session-location {
    color: #fff;
}
#main-nav .rounded::before {
    width: 100%;
    height: 100%;
    background: var(--white);
    position: absolute;
    content: "";
    border-radius: 50px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
}
/*span.webinar_time {
    width: 85px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    direction: rtl;
}*/
.nw-frm-bldr.reg-form-wrap * {
    font-family: var(--eventFont);
}

.order-change.radio-block-all input {
    flex: 0 0 10px;
}

#main-nav .rounded {
    border-radius: var(--rounded) !important;
    bottom: 0px;
    transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
    display: initial;
}

#main-nav .rounded:hover {
    bottom: 5px;
}

#main-nav .rounded:hover::before {
    bottom: -7px;
}

.footerLogos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.lpFooter img {
    max-width: 160px;
}

#main-nav .nav:first-of-type a {
    transition: none;
}



#main-nav .nav-right {
    flex-grow: 0 !important;
}

.event-logo {
    width: max-content;
}

.nav-right a {
    padding: 10px 30px !important;
}

.nav-right li {
    margin-bottom: 0px;
}

#canvas {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    /* min-height: 2000px;*/
}

.registerSec {
    position: relative;
    /* margin-top: -22px; */
}

.regbtnWrapper {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}

.registerSec img {
    width: 100%;
    margin-top: -45px;
}

.container-parent .event-logo {
    width: max-content !important;
    flex: none !important;
}

.fireWorksText {
    /*position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
    align-items: center;
    top: 50%;
    font-size: 35px;
    max-width: 600px;
    justify-content: center;
    text-align: center;
}

.lpFooter a,
.footer-links {
    color: var(--mainThemeColor);
}

.lpFooter {
    color: var(--white);
    border-top: 1px solid var(--white);
    padding-top: 15px;
}

.fireworks {
    position: relative;
    background-color: var(--mainThemeColor);
    display: flex;
    align-items: end;
    justify-content: center;
    min-height: auto;
    flex-wrap: wrap;
}

.fireworks img {
    object-fit: cover;
    width: 100%;
}

.fireWorksText p {
    line-height: 1.2em;
}

.counterFlags img {
    width: 100%;
}

.counter {
    position: relative;
    top: -21px;
}

.redAvatar {
    right: 4%;
    top: -75px;
}

.blueAvatar {
    top: -56px;
    left: 4%;
}

.testimonial {
    position: relative;
    padding-top: 70px;
}

.testimonialAvatar {
    position: absolute;
}

.bodyContainer img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blueBanner {
    background: var(--navyBlue);
    width: 100%;
    margin: 50px 0px 10px;
    color: var(--white);
    padding: 13px 10px;
    font-size: 18px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.largeText {
    font-size: 32px;
    font-weight: bold;
    margin: 50px 0px;
    line-height: 1.1em;
}

/* General-------------------------- */


body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--eventFontColor);
    line-height: 26px;
    overflow-x: hidden;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body>.header-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.4);
    z-index: 1;
    background: rgba(var(--mainThemeColor-rgb), 0.9);
}

.simple-section {
    padding: 100px 0px;
}

.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;
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-110%, 0, 0);
    }
}

.ticker-wrap {
    width: 100%;
    overflow: hidden;
    /* height: 4rem; */
    background-color: var(--navyBlue);
    padding-left: 100%;
    /* box-sizing: content-box; */
    transform: skewY(-1.9deg);
    padding: 5px 0px;
}

.ticker-wrap .ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    /*padding-right: 100%;*/
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 70s;
    animation-duration: 70s;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    color: white;
    font-style: italic;
}

a.track-scavenger-items {
    transform: scale(1.4) !important;
    transition: all 0.5s ease !important;
}


/* Buttons------------------------------ */
.vfairsBtn {
    padding: 12px 35px;
    margin: 30px 5px;
    display: initial;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
}

.coloredShadow {
    box-shadow: 0px 0px 0px 0px var(--navyBlue);
}

.coloredShadow:hover,
.coloredShadow:focus {
    /*  box-shadow: 5px 5px 0px 0px var(--navyBlue);*/
}

.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, #FFF 0%, #FFF 100%);
    background-image: linear-gradient(to right, #FFF 0%, #FFF 100%);
    color: var(--navyBlue) !important;
    border: 2px solid #FFF;
    padding-left: 28px !important;
    padding-right: 28px !important;
    position: relative;
    bottom: 0px;
    transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
    z-index: 1;
}

.btnColored.rounded::before {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    content: "";
    border-radius: 50px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
}

.btnColored.rounded:hover::before {
    bottom: -7px;
}

.btnColored:hover,
.btnColored:focus {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor2) 100%);
    color: var(--navyBlue) !important;
    text-decoration: none !important;
    /* box-shadow: 5px 5px 0px 0px var(--navyBlue);*/
    bottom: 5px;
}

.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.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: 13px 0px;
    max-width: 165px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
}

#main-nav .navbar-nav {
    flex-direction: row;
    /* justify-content: end;*/
    flex-grow: 1;
}

#main-nav .navbar-nav:not(.nav-right) {
    margin-top: 12px;
}

#main-nav a {
    color: #FFF;
    font-size: var(--eventFontSize);
    padding: 8px 15px;
    font-weight: 600;
    font-family: var(--eventFont);
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor2) !important;
    text-decoration: none;
}

#main-nav a#regBtn {
    display: inline-block;
    margin: 5px;
}

#main-nav a#regBtn:hover,
#main-nav a#regBtn:focus {
    color: var(--navyBlue) !important;
    text-decoration: none;
}

.page-head {
    background-color: #333D46;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 50px 0;
}

.page-head h3.main-title {
    color: #FFF;
}


.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: space-between;
    padding-left: 0px;
    padding-right: 0px;
}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
    position: relative;
}

#main-nav .navbar-nav .sub-nav {
    display: none;
}

#main-nav .navbar-nav .sub-nav {
    position: absolute;
    left: 0;
    top: 30px;
    background: #000000;
    padding: 12px 30px 12px 12px;
    line-height: 30px;
    list-style: none;
    border-radius: 8px;
    box-shadow: 3px 3px 5px #CFB07D31;
}

#main-nav .navbar-nav>li:hover .sub-nav {
    display: block;
}

.stickyNav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 55;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: var(--white);
}

#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor2);
    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;
    position: absolute;
    top: 0px;
    right: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--white);
}


.bodySec {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1728381579bg-img-png1728381579.png")no-repeat center bottom;
    background-size: cover;
    position: relative;
    z-index: 0;
}


.bodyContainer {
    max-width: 918px;
    margin: auto;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
    margin-top: 70px;
    margin-bottom: 60px;
}

.bodyContainer h3 {
    color: #ffffff;
}

.bodyContainer p {
    color: #ffffff;
}

.bodyContainer .vfairsBtn {
    background: #CFB07D;
    border-color: #CFB07D;
}


/* Hero Section */
.main_top_area {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1727159995wagefest-lp-section1-bg-20240923-203340-png1727159995.png")no-repeat center;
    background-size: cover;
    padding-top: 9%;
    padding-bottom: 2%;
    position: relative;
    border-bottom: 3px solid var(--navyBlue);
}

.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;
}

.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: 02px;
    border: solid 0px var(--white);
    display: inline-block;
    border-radius: 40px;

}


.two-btns a {
    background: var(--white);
    color: var(--mainThemeColor) !important;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
    bottom: 0px;
    z-index: 0;
}

.two-btns a::before {
    width: 100%;
    height: 100%;
    background: var(--navyBlue);
    position: absolute;
    content: "";
    border-radius: 50px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
}

.two-btns a:hover::before {
    bottom: -8px;
}

.two-btns a:first-child {
    background: var(--mainThemeColor);
    color: var(--navyBlue) !important;
    box-shadow: none;
    border: 3px solid var(--navyBlue);

}

.two-btns:hover a {
    /* background: transparent;
    color: var(--white) !important;
    box-shadow: none;*/
}

.two-btns a:hover {
    background: var(--mainThemeColor) !important;
    color: var(--navyBlue) !important;
    text-decoration: none;
    bottom: 5px;
}

.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] {
    border-radius: var(--rounded) !important;
    min-width: 31%;
    width: auto !important;
    background: var(--mainThemeColor);
    color: #FFF !important;
    box-shadow: none;
    border: 2px solid var(--navyBlue);
    font-size: 18px !important;
    height: auto !important;
    float: left !important;
    margin-top: 35px !important;
    margin-bottom: 30px;
}

.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus {
    background: var(--mainThemeColor) !important;
    color: var(--navyBlue) !important;
    box-shadow: 5px 5px 0px 0px var(--navyBlue);
    text-decoration: none;
}

.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-family: var(--eventFont);
    color: var(--eventFontColor);
    font-size: 16px;
    font-weight: 600;
}

.reg-form-data .form-control {

    font-family: var(--eventFont);
    color: var(--eventFontColor);
}

.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%;
    margin-top: 90px;
}

.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: 0px;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

#clockdiv div>span {
    text-shadow: 4px 4px 0px var(--navyBlue);
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--white);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 80px;
}

#clockdiv .smalltext {
    color: var(--mainThemeColor2);
    font-size: 20px;
    text-transform: uppercase;
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 10px;
}

#clockdiv>div::before {
    content: ":";
    color: var(--lightGrey);
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-60%);
    display: none;
}

#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-------------------------------------------- */


/*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: transparent;
    padding: 24px 25px 0;
    margin: 0;
    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(--mainThemeColor2);
    font-family: var(--eventFont);
    font-weight: 500;
    text-transform: none;
    font-size: 20px;
}

.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: '068';
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: '067';
}

.faq .panel-title>a:hover,
.faq .panel-title>a:active,
.faq .panel-title>a:focus {
    text-decoration: none;
}

.num_icon {
    display: none;
    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: 20px 0;
    color: #ffffff !important;
}

/* 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: 20px;
    right: 20px;
    color: var(--white);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    z-index: 45;
    display: none;
    background-color: var(--mainThemeColor);
    font-size: 24px;
    padding-top: 13px;
    border-radius: 5px;
}

#top:hover,
#top:focus {
    background-color: var(--darkgrey);
}


/*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: flex !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;
}

form#form_38162 .row>.col-12:nth-child(1),
form#form_38162 .row>.col-12:nth-child(2),
form#form_38162 .row>.col-12:nth-child(3),
form#form_38162 .row>.col-12:nth-child(4),
form#form_38162 .row>.col-12:nth-child(5),
form#form_38162 .row>.col-12:nth-child(6),
form#form_38162 .row>.col-12:nth-child(7),
form#form_38162 .row>.col-12:nth-child(8) {
    max-width: 50%;
    flex: 0 0 50%;
}

form#form_38162 .row>.col-12:nth-child(9),
form#form_38162 .row>.col-12:nth-child(10),
form#form_38162 .row>.col-12:nth-child(11),
form#form_38162 .row>.col-12:nth-child(12) {
    max-width: 100%;
    flex: 0 0 100%;
}

form#form_38162 .col-12.order-change.radio-block-all {
    max-width: 100%;
    flex: 0 0 100%;
}

form#form_38162 .col-12.order-change.radio-block-all {
    max-width: 100%;
    flex: 0 0 100%;
}

form#form_38162 .col-12.order-change.radio-block-all {
    max-width: 100%;
    flex: 0 0 100%;
}

.iti--allow-dropdown {
    width: 100% !important;
}

.reg-form-data br {
    display: block;
}

iframe#launcher {
    display: none;
}

#main-nav .navbar-nav.nav-right li .contact-btn {
    position: relative;
    padding-right: 50px !important;
    margin-left: 10px;
}

.contact-btn span {
    display: inline-block;
    padding: 2px;
    background: var(--mainThemeColor2);
    border-radius: 50px;
    margin-left: 15px;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
}

.resources-page {
    background: var(--eventFontColor);
}

.resources-sec li {
    color: #ffffff;
}

.resources-sec .bodyContainer h3 {
    text-align: left;
}

.section.faq-page {
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727855264agenda-bg-png1727855264.png');
    background-size: cover;
    background-position: bottom center;
}

section#faq h3.main-title {
    color: #ffffff;
    margin: 40px 0 20px;
}

.banner-img {
    background: #333d47;
}

.banner-img .banner-info {
    text-align: center;
    padding-top: 100px;
}

.banner-img .banner-info h3 {
    color: #ffffff;
    font-family: var(--eventFont);
    font-weight: 400;
    font-size: 30px;
}

.banner-img .company-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.banner-img .company-logos img {
    width: 225px;
    margin: 20px;
}

.group-section {
    display: flex;
    flex-direction: column;
}

/* .group-section .agenda-group:nth-child(1) {
    order: 4;
} */

.agenda-group:nth-child(1):before {
    content: 'Desert';
    color: #ffffff;
    font-family: var(--eventHeadingFont);
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 35px;
    display: inline-block;
}

.agenda-group:nth-child(1):after {
    content: 'Qasr al Sarab Resort';
    color: #ffffff;
    font-style: italic;
    position: absolute;
    left: 110px;
    top: 33px;
    font-size: 18px;
}

.agenda-group:nth-child(3):before {
    content: 'City';
    color: #ffffff;
    font-family: var(--eventHeadingFont);
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 35px;
    display: inline-block;
}

.agenda-group:nth-child(3):after {
    content: 'Rosewood Abu Dhabi';
    color: #ffffff;
    font-style: italic;
    position: absolute;
    left: 70px;
    top: 33px;
    font-size: 18px;
}

.banner-video {
    background: #333d47;
    position: relative;
}

.banner-video .banner-info {
    text-align: center;
    padding-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-video .banner-info>img {
    max-width: 330px;
    margin-top: 55px;
}

.banner-video .banner-info h3 {
    color: #ffffff;
    font-family: var(--eventFont);
    font-weight: 400;
    font-size: 30px;
}

.banner-video .company-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.banner-video .company-logos img {
    width: 225px;
    margin: 20px;
}

.video-inner {
    max-width: 100%;
    margin: 0 auto;
}

.video-section .embed-container {
    --video--width: 955;
    --video--height: 540;

    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.video-section .embed-container iframe,
.video-section .embed-container object,
.video-section .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .banner-video .company-logos img {
        width: 200px;
        margin: 20px;
    }
}

@media (max-width: 767px) {
    .container-parent .event-logo {
        flex-grow: 1 !important;
    }

    .registerSec img {
        margin-top: -30px;
    }

    form#form_38162 .row>.col-12:nth-child(1),
    form#form_38162 .row>.col-12:nth-child(2),
    form#form_38162 .row>.col-12:nth-child(3),
    form#form_38162 .row>.col-12:nth-child(4),
    form#form_38162 .row>.col-12:nth-child(5),
    form#form_38162 .row>.col-12:nth-child(6),
    form#form_38162 .row>.col-12:nth-child(7),
    form#form_38162 .row>.col-12:nth-child(8),
    form#form_38162 .row>.col-12:nth-child(9),
    form#form_38162 .row>.col-12:nth-child(10) {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footerLogos img {
        display: block;
        margin: auto;
    }

    .fireworks {
        min-height: 300px;
        padding: 40px 0px;
    }

    .banner-video .company-logos {
        display: none;

    }

    .footerLogos {
        flex-direction: column-reverse;
    }

    .lpFooter {
        text-align: center;
    }

    #canvas {
        display: none;
    }

    .festImg {
        max-width: 300px !important;
    }

    .main_top_area {
        padding-top: 25%;

    }

    .popup img {
        max-width: 300px;
    }

    .testimonial img {
        width: 120px;
    }

    .testimonial {
        padding-top: 50px;
    }

    .counter {
        top: -7px;
    }

    .redAvatar {
        top: -27px;
    }

    .blueAvatar {
        top: -27px;
    }

    /* .registerSec {
      margin-top: -4px;
} */
    .largeText {
        font-size: 20px;
    }

    .fireWorksText {
        font-size: 28px;
        max-width: 90%;
        width: 90%;
    }

    #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;
        flex-direction: column;
    }

    #main-nav a {
        color: var(--white);
        font-size: 18px;
        padding: 18px 15px;
    }

    #main-nav .navbar-nav .sub-nav {
        display: none;
    }

    #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;
    }

    .two-btns {
        margin: 20px 0 !important;
    }

    #main-nav .navbar-nav .sub-nav {
        position: static;
    }

    .banner-video .banner-info>img {
        max-width: 270px;
        margin-top: 0;
    }

    .banner-video .banner-info>img {
        max-width: 288px;
        margin-top: 0;
    }

    .banner-video .company-logos img {
        width: 180px;
        margin: 5px;
    }

    .banner-video .banner-info h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .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;
    }

    .banner-video .banner-info {
        position: static;
        padding: 30px 10px;
    }
}

@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;
    }

}

@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;
}




/* ------------------------- AGENDA -------------------------*/

.section.agenda-page {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/15194/content/files/1727855264agenda-bg-png1727855264.png);
    background-size: cover;
    background-position: bottom center;
}

section#agenda h3.main-title {
    font-size: 38px;
    color: #FFF;
    margin-bottom: 30px;
}

.agenda-design2-speaker {
    background-color: rgba(28, 35, 45, .6);
}


section.agenda-design2-speaker>.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.agenda-group {
    position: relative;
}


/*.agenda-design2-speaker .agenda-row {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0 0 !important;
    flex-flow: wrap;
}*/

.agenda-design2-speaker .agenda-row .agenda-col:first-child {
    padding-top: 0 !important;
    width: 180px !important;
    text-align: left !important;
}

.agenda-design2-speaker .agenda-row .agenda-col:last-child {
    border-left: none !important;
    padding: 0 !important;
    margin-top: 0;
}

.agenda-design2-speaker .agenda-row h3 {
    background: none !important;
    padding: 0 !important;
    color: #FFF !important;
    font-size: 24px !important;
    font-family: var(--eventFont) !important;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
}

.agenda-group {
    position: relative;
    border-bottom: 2px solid #4F4A41;
    padding: 30px 0;
}

#agenda .agenda-row p {
    color: rgba(255, 255, 255, .7);
    padding-bottom: 0;
}

.agenda-col>img {
    display: none;
}

.agenda-design2-speaker .agenda-row .agenda-col:first-child span {
    display: block;
    font-size: 20px;
    color: var(--white);
}

.agenda-design2-speaker h4 span {
    display: inline-block;
    padding-bottom: 0;
    background: transparent !important;
    color: #fff;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}


span.day-part {
    display: block !important;
    color: var(--mainThemeColor2) !important;
    font-size: 40px;
    font-weight: normal;
}

.agenda-group>h4 span.margin-left-60 {
    font-size: 24px;
    font-weight: normal;
    color: var(--mainThemeColor2);
    font-family: var(--eventFont);
}

span.webinar_time span {
    display: none !important;
}

.agenda-design2-speaker {
    padding: 30px !important;
}

@media screen and (max-width: 767px) {

    .banner-img {
        margin-top: 60px;
    }

    .banner-video {
        margin-top: 60px;
    }

    .agenda-group>h4 {
        position: relative !important;
        width: 100%;
        height: auto;
        padding-bottom: 50px;

    }

    .agenda-rows {
        margin-left: 0;
    }

    .agenda-design2-speaker .agenda-row .agenda-col:last-child {
        padding: 0 !important;
        width: 100%;
    }

    .agenda-design2-speaker .agenda-row h3 {

        line-height: 1.2 !important;
    }
}
