/* 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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #142233;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #ff7900;
    --eventFontColor: #000;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Montserrat';
    --eventHeadingFont: 'Montserrat';
    --h1FontSize: 64px;
    --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: 10px;
    --btnFontSize: 18px;
    --dark: #2f3b4e;
    --light-gray: #f3f3f3;
    --border: #e6e6e6;
    --orange: #f58220;
    --text: #222;



}

.session-location {
    color: #ff7900 !important;
    font-weight: bold;
    font-size: 18px !important;
}

h3[aria-label="Bonus Day Breakout Session 1"]:after,
h3[aria-label="Bonus Day Breakout Session 2"]:after,
h3[aria-label="Bonus Day Breakout Session 3"]:after,
h3[aria-label="Day 1 Breakout Session 1"]:after,
h3[aria-label="Day 1 Breakout Session 2"]:after,
h3[aria-label="Day 1 Breakout Session 3"]:after,
h3[aria-label="Day 2 Breakout Session 1"]:after,
h3[aria-label="Day 2 Breakout Session 2"]:after,
h3[aria-label="Day 2 Breakout Session 3"]:after {
    display: none !important;
}

.concurrent-agenda-style .agenda-row h3[aria-label="Bonus Day Breakout Session 1"],
.concurrent-agenda-style .agenda-row h3[aria-label="Bonus Day Breakout Session 2"],
.concurrent-agenda-style .agenda-row h3[aria-label="Bonus Day Breakout Session 3"],
.concurrent-agenda-style .agenda-row h3[aria-label="Day 1 Breakout Session 1"],
.concurrent-agenda-style .agenda-row h3[aria-label="Day 1 Breakout Session 2"],
.concurrent-agenda-style .agenda-row h3[aria-label="Day 1 Breakout Session 3"],
.concurrent-agenda-style .agenda-row h3[aria-label="Day 2 Breakout Session 1"] {
    background: #0D7BB4 !important;
}


div#webinar_row_2896024-all-sessions img,
div#webinar_row_2896026-all-sessions img,
div#webinar_row_2896027-all-sessions img,
#webinar_row_2896024 img,
#webinar_row_2896026 img,
#webinar_row_2896027 img,
div#webinar_row_2903257 img,
div#webinar_row_2903258 img,
div#webinar_row_2903259 img,
div#webinar_row_2903260 img,
div#webinar_row_2903257-all-sessions img,
div#webinar_row_2903258-all-sessions img,
div#webinar_row_2903259-all-sessions img,
div#webinar_row_2903260-all-sessions img {
    display: none;
}

section#conference {
    padding-top: 0px;
    padding-bottom: 30px;
}

.concurrent-agenda-style {
    padding: 0 0 60px !important;
}

#agenda {
    padding-top: 0;
}

.eos-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #e9f5fb;
    padding: 30px;
    max-width: 855px;
    margin: 30px 0px;
}

.eos-badge img {
    width: 170px;
    height: auto;
    display: block;
}

.modal-header {
    background-color: #142233 !important;
}

.eos-content {
    font-family: Arial, sans-serif;
    color: #0b3a57;
}

.speaker img {
    object-fit: cover;
}

.eos-content p {
    margin-bottom: 16px;
    /* line-height: 1.6; */
}

.concurrent-agenda-style .nav-tabs {
    padding-bottom: 20px;
}

.concurrent-agenda-style .nav-tabs>li {
    margin: 5px;
}

.eos-title {
    font-weight: 700;
}

.eos-title.core {
    color: #ff6a00;
}

#agenda .concorent-webinars h3 {
    font-size: 20px;
    word-break: break-word;
}

.eos-title.enhanced {
    color: #0b3a57;
}

.eos-title.exploring {
    color: #ffc905;
}

#agenda .concorent-webinars h3:after,
#agenda .concurrent-agenda-style .agenda-row .speaker:after,
#agenda .non-concorent-webinars h3:after,
#agenda .non-concorent-webinars .agenda-row .speaker:after {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 12px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    padding-left: 10px;
}

#agenda .non-concorent-webinars .agenda-row .speaker:after {
    color: #000;
}

.speaker-row .modal-dialog .modal-body img {
    object-fit: cover;
}

/* Responsive */



@media (max-width: 768px) {

    .sponsorBox > a > img {
    width: 100%;
}

    .main_top_area{
        min-height: 400px !important;
    }

    .concorent-webinars .agenda-rows:nth-of-type(4),
    .concorent-webinars .agenda-rows:nth-of-type(7),
    .concorent-webinars .agenda-rows:nth-of-type(10),
    .concorent-webinars .agenda-rows:nth-of-type(13) {
        margin-left: 173px !important;
        width: 100% !important;
    }

    .eos-wrapper {
        flex-direction: column;
        text-align: center;
    }
}

a.agenda_details {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    background: #ff8517;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

#conference .note {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-bottom: 30px;
}

.webinars__column .webinar {
    border-radius: 8px;
    box-shadow: 0px 9px 10px 0 rgba(0, 0, 0, 0.1);
    width: 95%;
    margin: 15px auto !important;
}

.webinars__column .webinar__speakers .speaker:after {
    content: "\f063";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

/* DAY ROW */
#conference .day-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
}

#agenda .speaker.mh-60 span,
#agenda .speaker.mh-60 strong,
.webinar_time,
.webinar_time span {
    color: #17414b !important;
}

#agenda .concorent-webinars .speaker.mh-60 span,
#agenda .concorent-webinars .speaker.mh-60 strong {
    color: #fff !important;
}

/* LEFT DATE */
#conference .day {
    color: #000 !important;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

#conference .day span {
    display: block;
    color: var(--orange);
    font-size: 18px;
    margin-top: 4px;
}

#conference .row div:first-of-type {
    color: #000;
    font-weight: 500;
}

/* CARD */
#conference .card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border);
}

#conference .card-header {
    display: grid;
    grid-template-columns: 220px 1fr;
    background: var(--dark);
    color: #fff;
    font-weight: 700;
    padding: 14px 20px;
    font-size: 15px;
}

#conference .row {
    display: grid;
    grid-template-columns: 220px 1fr;
    padding: 14px 20px;
    font-size: 14px;
    border-top: 1px solid var(--border);
    margin: 0px;
}

#conference .card .row:before {
    display: none;
}

section#conference .container {
    max-width: 1100px;
}

.row:nth-child(even) {
    background: var(--light-gray);
}

.highlight {
    color: var(--orange);
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

@media (max-width: 768px) {
    .day-row {
        grid-template-columns: 1fr;
    }

    .card-header,
    .row {
        grid-template-columns: 1fr;
    }
}

.sponsorRow {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.sponsorBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    flex: 1;
}

.sponsorBox img {
    height: 171px;
    object-fit: contain;
    object-position: center center;
}

#sponsors .row>div {
    display: flex;
    justify-content: center;
    align-items: c;
}

.logos-list {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sponsors .row {
    display: flex;
    flex-wrap: wrap;
}

.row.venalgn {
    margin-top: 60px;
    margin-bottom: 80px;
}

#thingtodo h1::after {
    content: "";
    width: 100px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background: var(--white);
    position: absolute;
}

#thingtodo h1 {
    position: relative;
    margin-bottom: 80px;
}

.panel-title i {
    margin-right: 10px;
    font-size: 18px;
}

.thingwrapper .panel-heading:hover {
    background-color: #414141 !important;
    color: #fff !important;
}


.thingwrapper .panel-heading:hover h4.panel-title a {
    color: #fff !important;
}



/*Dropdown menu open on hover--------------------------------*/
/* Ensure the dropdown menu is visible on hover for desktop screens */
@media (min-width: 768px) {
    .navbar-nav>li.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /* Align the dropdown menu flush with the navbar */
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1350px;
        max-width: 1350px;
    }
}

.flip-box-front svg {
    width: 40px;
    height: 40px;
}

/* 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;
}

section#agenda #agenda {
    padding: 0px !important;
}

body>.header-content {
    position: relative;
}

.simple-section {
    padding: 100px 0px;
}

.headerwrp {
    background-color: var(--mainThemeColor);
}

.topnavwrp {
    background-color: #0b3d60;
    text-align: center;
}


.hotelonewrapper {
    padding: 60px 0;
}

.hotelonewrapper p {
    text-align: center;
    font-size: 16px;
    color: #111;
    font-weight: 500;
}


.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;
}

.hotelonewrapper .row {
    display: flex;
    justify-content: center;
}

.hotllogo img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.hotellogogrid img {
    border-radius: 50px 50px 50px 50px;
    margin-bottom: 80px;
    max-height: 500px;
    width: 100%;
}

.thingwrapper {
    background: linear-gradient(-90deg, #FF7900E8 27%, #F04E23D9 100%);
    min-height: 100vh;
    padding: 60px 0 0px;
}

.panel {
    margin-bottom: 66px;

}

section#venue {
    padding-bottom: 0;
}

.thingwrapper .panel-heading h4.panel-title a {
    font-size: 22px;
}

.thingwrapper .panel-default>.panel-heading+.panel-collapse>.panel-body p a {
    color: var(--mainThemeColor2);
    font-weight: 600;
}

.thingwrapper .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    padding-bottom: 15px;
}

.thingwrapper .panel-heading {
    padding: 30px 30px 30px 30px;
    border-radius: 15px 15px 15px 15px;
    font-size: 22px;
    border: 0 !important;
    background-color: #f1f1f1 !important;
}

.thingwrapper .panel.panel-default {
    border-radius: 15px 15px 15px 15px;
}

.section-container {

    margin: 0 auto;
    /* Center the content */
}

.main-heading {
    color: white;
    text-align: center;
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Style for the panel to look closer to the image */
.panel-heading {
    background-color: #333 !important;
    /* Dark grey background for the header */
    border-color: #333 !important;
}

.panel-title a {
    color: #333;
    display: block;
    text-decoration: none;
    font-weight: 600;
}

.panel-title a:hover {
    color: #ccc;
}


/* 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);
}

.boxes-wrapper {
    background-color: #081005;
    margin-top: -100px;
}


/* Container for the overall section and spacing */
.flip-box-section {
    padding: 0px 0;
}

/* Wrapper for spacing and containing the flip effect */
.flip-box-wrapper {
    background-color: transparent;
    width: 100%;
    height: 237px;
    perspective: 1000px;
    margin-bottom: 20px;
    text-align: center;
}

/* The actual flip container */
.flip-box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 11px;
}

.flip-box h3 {
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Flip on hover (on the wrapper) */
.flip-box-wrapper:hover .flip-box {
    transform: rotateY(180deg);
}

/* Position and basic styling for the front and back of the box */
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    /* Hides the back side when the front is visible */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
}

.pricewrapper h3 {
    font-size: 22px;
    text-align: left;
    color: #ff7900;
    text-transform: uppercase !important;
    margin-bottom: 30px;
}

.pricewrapper h1 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    margin-top: 5px;
}

.pricewrapper h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase !important;
}

.pricewrapper ul {
    list-style-type: disc;
}

.pricewrapper ul li {
    color: #fff;
    font-size: 18px;
}

.prctitle {
    display: flex;
    align-items: center;
    height: 500px;
}

.prctitle h3 {
    font-size: 50px !important;
    font-weight: 800 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.pricewrapper {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1764702656conference-web-design-dark-gradient-jpg1764702656.jpg);
    background-position: bottom center;
    background-size: cover;
    padding: 100px 0 170px;
}

/* Styling for the visible (front) side */
.flip-box-front {
    background-color: #0E7CB5;
    color: #fff;
    border: 6px solid #fff;
}

.flip-box-front .logo {
    color: var(--mainThemeColor2);
    /* Bootstrap Primary Color */
    margin-bottom: 15px;
}

/* Styling for the hidden (back) side */
.flip-box-back {
    background-color: var(--black);
    /* Bootstrap Primary Color */
    color: white;
    transform: rotateY(180deg);
    /* Starts rotated 180 degrees */
    border: 8px solid #fff;
    /* Center content more accurately on the back */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-box-back p {
    margin: 15px 0;
}

.flip-box-back .btn {
    border-color: white;
    color: white;
    background-color: transparent;
}

.flip-box-back .btn:hover {
    background-color: white;
    color: #337ab7;
}

.vidwrapper iframe {
    margin-top: -100px;
    border: 12px solid #fff;
    border-radius: 10px;
    max-width: 1004px;
}

section#venue h3.main-title {
    color: #12161d;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

.row.venalgn {
    display: flex;
    justify-content: center;
}

.venuebtn {
    height: 400px;
    display: flex;
    align-items: center;
}

.venuwrapper p {
    text-align: center;
    font-size: 16px;
    color: #111;
    font-weight: 500;
}



.vewwrapper {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin: 0em 0em 0em 1em;
    --e-column-margin-right: 0em;
    --e-column-margin-left: 1em;
    padding: 30px 30px 30px 30px;
    margin-top: 50px;
    border-radius: 10px 10px 10px 10px;
}











.rounded {
    border-radius: var(--rounded);
}

.getAround p {
    margin-bottom: 20px;
}

.getAround {
    margin-top: 60px;
    margin-bottom: 40px;
}

.hotellogogrid .row>div {
    display: flex;
}

.hotellogogrid .row {
    display: flex;
    flex-wrap: wrap;
}

.vidwrapper {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1764704217conference-experiecen-jpg1764704217.jpg);
    background-size: cover;
    padding-bottom: 80px;
}



.btnWhite {
    background: var(--white);
    color: var(--mainThemeColor);
    border: 2px solid var(--mainThemeColor);
}

.btnBlack {
    background: var(--black);
    color: var(--white);
}


a.vfairsBtn.stndbtn {
    background-color: var(--mainThemeColor2) !important;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
}

.venuwrapper>p {
    margin-bottom: 25px;
}


.btnColored {
    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(--white) !important;
}

.btnColored:hover,
.btnColored:focus {
    background-image: -webkit-linear-gradient(left, #F04e23 0%, #F04e23 100%);
    background-image: linear-gradient(to right, #F04e23 0%, #F04e23 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;
    letter-spacing: 2px;
}

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: 5px 0px;
    max-width: 116px;
}

.loginwrapper {
    text-align: end;
}

.loginwrapper .btnColored {
    border-radius: 0;
    padding: 10px 20px;
    background-color: #ff7900 !important;
    background-image: none;
    font-size: 20px;
    font-weight: 600;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}

#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

#main-nav a {
    color: var(--white);
    font-size: var(--eventFontSize);
    padding: 8px 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#main-nav a.btnColored {
    padding: 13px 20px;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--white) !important;
    text-decoration: none;
}

#main-nav ul.dropdown-menu {
    background: var(--mainThemeColor);
}

#main-nav ul.dropdown-menu li a:hover {
    background: #F04e23;
}

#main-nav ul.dropdown-menu li a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 12px 22px;
}

.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;
}

.dropdown .caret {
    margin-left: 7px;

    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}

.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(--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: 42px;
    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/1770737226lgts-bartle-pylons-web-jpg1770737226.jpg) no-repeat center;
    background-size: cover;
    padding-top: 6%;
    padding-bottom: 6%;
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background-attachment: fixed;
}

.main_top_area::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 80%;
    display: block;
    opacity: 1;
    transform: skewY(3deg);
    z-index: 1;
}
.main_top_area .container {
    position: relative;
    z-index: 1;
}

/* .main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
    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;
} */

.main_top_area::after {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor) 100%);
    position: absolute;
    z-index: 0;
    opacity: 0.5;
}



.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}


.popup p {
    color: #fff;
    font-size: 22px;
    padding: 30px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#date-info {
    margin-top: 0px;
    margin-bottom: 30px;
    color: var(--mainThemeColor2);
    font-weight: 700;
    font-family: var(--eventFont);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* .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;
    min-width: 31%;
    width: auto !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: var(--smallText);
    font-family: var(--eventHeadingFont);
    color: var(--eventFontColor);
}

.reg-form-data .form-control {
    font-size: var(--smallText);
    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%;
}

.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: #fff;
}

#agenda h3.main-title {
    font-size: 48px;
    color: #142233 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: left !important;
    font-weight: 500;
}


#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;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);

}

#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: #0D7BB4 !important;
    color: var(--white) !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);

}

.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;
    margin-bottom: 40px;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 450px;
    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: '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: 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;
}

#sponsors h3.main-title {
    color: #142233;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section#sponsors h4 {
    color: #142233;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-top: 50px;
}

.socialIcons li a {
    font-size: 15px;
    color: var(--white);
    text-decoration: none;
    background-color: var(--mainThemeColor2);
    padding: 7px;
    display: inline-block;
    border-radius: 6px;
    margin: 20px 0 0;
}

.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;
}


@media (max-width: 767px) {
    .popup h1{
            font-size: 2.4em !important;
    }
    .sponsorRow {

        display: block;
    }

    .hotelonewrapper p {
        padding: 0 10px;
    }

    .thingwrapper .panel-heading h4.panel-title a {
        font-size: 16px;
    }

    .standwrp ul {
        padding-left: 15px;
    }

    .prctitle {
        height: unset;
        justify-content: center;
    }

    .venuebtn {

        height: unset;
        justify-content: center;
    }

    .row.venalgn {
        display: block;

    }

    .boxes-wrapper {
        margin-top: 0;
    }

    .vidwrapper iframe {
        margin-top: 0px;
    }

    #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;
    }
}

@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;
    }
}

@media (max-width: 480px) {
    #conference .day-row {
        display: flex;
        grid-template-columns: 1fr;

        flex-wrap: wrap;
    }

    .loginwrapper .btnColored {
        font-size: 12px;
        padding: 10px;
    }

    :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;
}

#description_modal .modal-body * {
    font-size: 14px !important;
    line-height: 26px !important;
    font-family: 'Montserrat' !important;
}

.webinars__row .webinar__details .description * {
    font-size: 14px !important;
    line-height: 26px !important;
    font-family: 'Montserrat' !important;
}

.webinars__column .webinar__details h3 {
    font-family: 'Montserrat' !important;
}


.concorent-webinars .agenda-rows:nth-of-type(4),
.concorent-webinars .agenda-rows:nth-of-type(7),
.concorent-webinars .agenda-rows:nth-of-type(10),
.concorent-webinars .agenda-rows:nth-of-type(13) {
    margin-left: 185px !important;
    width: calc(29% - 22px) !important;
}

.concurrent-agenda-style .agenda-row h3 {
    background: #142233 !important;
}

.concorent-webinars .agenda-row .agenda-col:nth-of-type(2) {
    background: #142233 !important;

}

h3.day-title {
    color: #fff !important;
    background: #ff7900 !important;
}

@media screen and (max-width: 767px) {

    .concorent-webinars .agenda-rows:nth-of-type(4),
    .concorent-webinars .agenda-rows:nth-of-type(7),
    .concorent-webinars .agenda-rows:nth-of-type(10),
    .concorent-webinars .agenda-rows:nth-of-type(13) {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .concurrent-agenda-style .concorent-webinars .agenda-row {
        flex-direction: column !important;
    }

    section#agenda .eos-agenda-wrapper {
        flex-direction: column;
    }
}

.non-concorent-webinars .agenda-col>h3 {
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #0D7BB4;
    box-shadow: 0px 0px 10px 0px #0D7BB4;
}

.concorent-webinars .agenda-row .agenda-col:nth-of-type(2) {
    border-style: solid !important;
    border-width: 3px 3px 3px 3px !important;
    border-color: #0D7BB4 !important;
    box-shadow: 0px 0px 10px 0px #0D7BB4 !important;
}

span.webinar_time {
    font-weight: bold;
}

/* .agenda-row .agenda-col:first-child{
        min-width: 250px !important;
        width: 100% ;
} */
/* .agenda-row .agenda-col:first-child {
    width: 230px !important;
} */

.concorent-webinars .agenda-row .agenda-col:nth-of-type(1) {
    width: 250px !important;
}

.non-concorent-webinars .agenda-row .agenda-col:nth-of-type(1) {
    width: 155px !important;
}

.non-concorent-webinars .session-location {
    margin-top: 0;
    padding-top: 0;
}

/* .non-concorent-webinars .agenda-col:nth-child(2) {
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #0D7BB4;
    box-shadow: 0px 0px 10px 0px #0D7BB4;
    border-radius: 8px !important;
} */

/* .non-concorent-webinars .row.speaker-row .col-lg-4.col-sm-12 {
    margin-bottom: 20px;
} */

.non-concorent-webinars .agenda-col:nth-child(2) {
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #0D7BB4;
    box-shadow: 0px 0px 10px 0px #0D7BB4;
    border-radius: 8px !important;
    display: block;
    margin-left: 36px;
    padding: 0 !important;
    border-left: 3px solid #0D7BB4 !important;
}

.concurrent-agenda-style .non-concorent-webinars .speaker-row {
    width: 100% !important;
    margin: 0;
}

.concurrent-agenda-style .non-concorent-webinars .session-location {
    padding-left: 10px;
}

.concurrent-agenda-style .non-concorent-webinars .session-location {
    margin-top: 10px;
}

.non-concorent-webinars .agenda-col:nth-child(2) h3[data-toggle="modal"] {
    border: 0;
    box-shadow: unset;
}

.non-concorent-webinars .agenda-col:nth-child(2) h3[data-toggle="modal"] {
    margin-bottom: 0;
}

/* section#conference h4 {
    font-family: 'Montserrat';
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 1px;
} */



.popup h1 {
    font-family: 'Montserrat';
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2px;
}

.popup #date-info{
font-family:"Montserrat";
font-size: 1.4em; 
font-weight: bold; 
text-transform: uppercase; 
line-height: 1.4em; 
letter-spacing: 1px;
}



@media (max-width: 1024px) {

    #agenda .concorent-webinars .agenda-rows:nth-of-type(4),
    #agenda .concorent-webinars .agenda-rows:nth-of-type(7),
    #agenda .concorent-webinars .agenda-rows:nth-of-type(10),
    #agenda .concorent-webinars .agenda-rows:nth-of-type(13) {
        margin-left: 173px !important;
        width: calc(26.5% - 50px) !important;
    }

}

@media (max-width: 768px) {
    #agenda .concurrent-agenda-style .concorent-webinars .agenda-rows {
        width: calc(100% - 0px) !important;
    }

    #agenda .concurrent-agenda-style .concorent-webinars .agenda-rows {
        margin-left: 0 !important;
        width: 100% !important;
    }

    #agenda .concurrent-agenda-style .concorent-webinars .agenda-col .speaker-row::-webkit-scrollbar {
        width: -1px !important;
    }

    #agenda .concurrent-agenda-style .concorent-webinars .agenda-rows:nth-of-type(1) {
        margin-left: 0 !important;
    }
}

@media (max-width: 600px) {
    #agenda .concurrent-agenda-style .concorent-webinars .agenda-rows {
        margin-left: 0px !important;
    }
}


@media (min-width:1200px) and (max-width:1400px) {

    .concorent-webinars .agenda-rows:nth-of-type(4),
    .concorent-webinars .agenda-rows:nth-of-type(7),
    .concorent-webinars .agenda-rows:nth-of-type(10),
    .concorent-webinars .agenda-rows:nth-of-type(13) {
        margin-left: 175px !important;
        width: calc(29% - 20px) !important;
    }
}

@media (min-width:993px) and (max-width:1200px) {

    .concorent-webinars .agenda-rows:nth-of-type(4),
    .concorent-webinars .agenda-rows:nth-of-type(7),
    .concorent-webinars .agenda-rows:nth-of-type(10),
    .concorent-webinars .agenda-rows:nth-of-type(13) {
        margin-left: 175px !important;
        width: calc(23% - 20px) !important;
    }
}

@media (max-width: 992px) {
    .concorent-webinars {
        display: block !important;
    }

    .concorent-webinars .agenda-row .agenda-col:nth-of-type(1),
    .non-concorent-webinars .agenda-row .agenda-col:nth-of-type(1) {
        width: 100% !important;
    }

    .concurrent-agenda-style .concorent-webinars .agenda-row {
        display: block !important;
    }

    .concorent-webinars .agenda-rows {
        width: 100% !important;
    }

    .concurrent-agenda-style .agenda-row .agenda-col:first-child {
        margin-bottom: 10px;
        text-align: left !important;
    }

    .concurrent-agenda-style .non-concorent-webinars .agenda-col:nth-of-type(2),
    .concurrent-agenda-style .agenda-row {
        width: 100% !important;
        display: block !important;
    }

    .concurrent-agenda-style .non-concorent-webinars .agenda-col:nth-of-type(2) {
        margin-left: 0;
    }

    #agenda .concorent-webinars .agenda-rows:nth-of-type(4),
    #agenda .concorent-webinars .agenda-rows:nth-of-type(7),
    #agenda .concorent-webinars .agenda-rows:nth-of-type(10),
    #agenda .concorent-webinars .agenda-rows:nth-of-type(13) {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .concorent-webinars:before,
    .non-concorent-webinars:before {
        display: none !important;
    }
}