/* Event Font -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #1E80B2;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #1D3362;
    --eventFontColor: #252633;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Poppins', sans-serif;
    --eventHeadingFont: 'Poppins', sans-serif;
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #202020;
    --yellow: #ffd600;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;




}

.speaker_bio span {
    display: none;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 1px !Important;
}

/* General-------------------------- */
.nw-frm-bldr.reg-form-wrap {
    padding-top: 0px !important;
}

.agenda-row .agenda-body .row {
    display: flex !important;
    flex-wrap: wrap;
}

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;
}


.simple-section {
    padding: 50px 0px;
    position: relative;
}

.faq .panel-collapse .panel-body {
    padding: 0;
}

a.panel-title {
    font-weight: 600;
}

.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;
}

.shape2 {
    width: 200px;
    position: absolute;
    bottom: -50px;
    right: -50px;
}


.agenda-row .agenda-body p {
    text-align: justify;
}

/*section#about-page p {
    text-align: justify;
}*/

/* Buttons------------------------------ */
.button {
    padding: 10px 30px;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
    text-transform: uppercase;
    text-align: center;
}

.button-outline-white {
    border-color: #FFF;
    color: #FFF;
}


.button-outline-white:hover,
.button-outline-white:focus {
    color: #FFF;
    text-decoration: none;
    background-color: var(--mainThemeColor);
}


.button-primary {
    background-color: #1e344b;
    color: #FFF !important;
    border: none;
}

.button-primary:hover,
.button-primary:focus {
    background-color: #1e344b !important;
    color: #FFF !important !important;
    opacity: .8;
}



.button-secondary {
    background-color: var(--mainThemeColor);
    color: #FFF !important;
    border: none;
}

.button-secondary:hover,
.button-secondary:focus {
    color: #FFF;
    text-decoration: none;
    background-color: var(--mainThemeColor2) !important;
}

.button-white {
    background-color: #FFF;
    color: var(--mainThemeColor) !important;
    border: none;
}

.button-white:hover,
.button-white:focus {
    background-color: #FFF !important;
    color: var(--eventFontColor) !important;
    opacity: .8;
}




.coloredShadow {
    box-shadow: 0px 15px 25px 0px rgb(249 71 67 / 30%);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

.rounded {
    border-radius: var(--rounded);
}

.btnWhite {
    background: var(--white);
    color: var(--mainThemeColor);
    border: 2px solid var(--mainThemeColor);
}

.btnBlack {
    background: var(--black);
    color: var(--white);
}

.btnColored {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    color: var(--white) !important;
}

.btnColored:hover,
.btnColored:focus {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
    color: var(--white) !important;
    text-decoration: none !important;
}

.btnWhite:hover,
.btnWhite:focus,
.btnBlack:hover,
.btnBlack:focus {
    background: var(--mainThemeColor);
    color: var(--white);
    text-decoration: none !important;
}

.cameo {
    background-color: var(--mainThemeColor);
}


iframe#player {
    width: 100%;
    height: auto;
    min-height: 351px;
}

.button_paly {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: 40%;
}

.button_paly.is-play {
    background-color: #ffffff52;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.button_paly.is-play .button-outer-circle {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.button_paly.is-play .button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

.button_paly.is-play .button-icon .triangle {
    -webkit-animation: fadeIn 7s ease;
    animation: fadeIn 7s ease;
}

.button_paly.is-play .button-icon .path {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    -webkit-animation: triangleStroke 3s;
    animation: triangleStroke 3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.section.about-page {
    padding: 40px 0;
}

.header-content.sticky .container {
    width: 100%;
    max-width: 100%;
}


.has-scale-animation {
    -webkit-animation: smallScale 3s infinite;
    animation: smallScale 3s infinite;
}

.has-delay-short {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.main_section.cameo {
    margin-top: 0px;
}

.laptop-img {
    margin-top: 0px;
}

[data-toggle="modal"]:hover {
    color: #f2624b;
    cursor: pointer;
}

.discover-future {
    position: relative;
    background: #fff;
}

.main_section {
    padding: 60px 0px 10px;
    position: relative;
}

@media screen and (max-width:480px) {

    .event-logo img {
        max-width: 100px !important;
    }

    .banner h3 {
        font-size: 26px;
    }

    .banner a {
        padding: 10px !important;
    }

    .slim-bar {
        height: 40px;
    }

    .button_paly {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 60px;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .button_paly.is-play {
        background-color: #fff;
        border-radius: 50%;
        width: 70px;
        height: 70px;
    }
}

@-webkit-keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* 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);
}



.buttons-wrap {
    background-color: var(--mainThemeColor);
    text-align: center;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #FFF;
    font-size: 27px;
}

.slider-arrow:hover {
    transform: scale(1.3);
    color: #FFF;
}

.slider-arrow:focus {
    color: #FFF;
}

.slider-arrow.left {
    left: 5%;
}

.slider-arrow.right {
    right: 5%;
}



/* Top black bar----------------------- */
.slim-bar {
    position: initial;
    background-color: var(--mainThemeColor);
    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;
}

.gray-bg {
    background: #f1f1f1;
    padding: 30px 0px;
}

.icon-box {
    border: 1px solid var(--mainThemeColor);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
    min-height: 330px;
}

.icon-box img {
    width: 50px;
}

.icon-box h4 {
    margin: 20px auto;
    font-weight: 600;
    font-size: 23px;
}

/* Main Heading------------------------- */

svg.shape-title {
    width: 28px;
}


.main-title {

    position: relative;
    z-index: 0;
    color: var(--mainThemeColor);
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
}

.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;
}


.slider-banner {

    position: relative;
    /* min-height: 100vh; */
}



.generic-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.generic-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 15px;
    min-height: 179px;
}

.generic-item img {
    margin-right: 10px;
}

.generic-item-text {
    font-weight: bold;
}

.banner {
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 6px;
}

.banner h4 {
    color: var(--mainThemeColor);
    line-height: 32px;
    font-weight: normal;
}

.banner h3 {
    margin-top: 0;
    color: var(--mainThemeColor2);
    font-size: 24px !important;
}


.slider-banner .slider-banner-item:nth-child(1) img {
    position: relative;

    width: 100%;
}

.small-icon-box img {
    height: 58px;
}

.small-icon-box {
    display: flex;
    align-items: center;
}

.small-icon-box p {
    margin: 0 0 0 10px;
}

img.main-logo {
    max-width: 280px;
    display: block;
    margin-bottom: 20px;
}

h1.main-heading {
    color: #f7921e;
    text-align: left;
    font-weight: 700;
    font-size: 4vw;
    letter-spacing: 0px;
    font-family: 'Montserrat';
    line-height: 1.2;
    margin-bottom: 40px;
}


p.main-paragraph {
    color: #fff;
    font-size: 20px;
    max-width: 748px;
    line-height: 30px;
}


.snippet-p {
    color: #b4b4b4 !important;
    font-size: 28px !important;
    margin-bottom: 30px !important;
}

.snippet-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #ccc;
    padding: 60px 15px;
    border-radius: 40px;
}


/* Unordered list------------------------------- */
ul {
    list-style: none;
    padding: 0px;
}

ul li {
    margin-bottom: 15px;
}

ul.checklist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 30px;
    font-size: 17px;

}

ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 20px;
}


ul.checklist.small li i {
    font-size: 10px;
    top: 10px;
    color: var(--mainThemeColor);
}



/* Event Logo----------------------------------- */
.event-logo img {
    margin: 10px 0px 20px 0;
    max-width: 169px;
}

.event-logo a {
    color: #FFF;
    font-size: 20px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}

#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
}

#main-nav a {
    color: #333;
    font-size: 15px;
    padding: 9px 10px;
    font-weight: 500;
}

#main-nav a.button {
    margin-left: 10px;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor2);
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;

}

.header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0px;
    padding-right: 0px;
}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}

/*body:not(.homepage-body) .header-content {
  background-color: var(--mainThemeColor);
}
*/

body.homepage-body .header-content {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 0;
    background-color: #ffffff5c;
    z-index: 1;
}



.stickyNav {
    width: 100% !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    z-index: 55;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: #FFF !important;
}

.header-content.sticky.stickyNav .event-logo img {
    width: 127px;
    margin: 9px 0;
}

#main-nav .navbar-nav li.active a {
    color: #1e344b;
    text-decoration: underline;
}

#about-page a {
    color: #1e344b;
}

.navClose {
    display: none;
}

.navbar-toggle {
    margin-right: 0px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}


.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-color: var(--mainThemeColor);
    padding-top: 6%;
    padding-bottom: 6%;
    position: relative;
}

/*.main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    position: absolute;
    opacity: 0.9;
}
*/



.animation_video {
    width: 100%;
    height: auto;
    /*Set to 100% if need to show full video*/
    position: relative;
}

.animation_video .vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.animation_video .vid video {
    object-fit: cover;
    height: 100%;
}

.animation_video .slider_content1 {
    position: absolute;
    padding: 40px 15px 90px;
    top: 14%;
    width: 100%;
}


.banner_content {
    position: absolute;
    top: 20%;
    width: 100%;
}

/*
.animation_video::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: var(--black);
    position: absolute;
    opacity: 0.6;
}
*/


@media (max-width: 767px) {


    .animation_video .slider_content1 {
        position: relative;
        padding: 0 30px 30px;
        top: 0;
        width: 100%;
        background-color: #202020;
    }
}


.popup {
    text-align: center;
}

.popup-btns {
    display: flex;

    justify-content: center;
    align-items: center;
}


.popup-btns .button {
    min-width: 180px;
    margin: 10px;
    padding: 14px;
}

.popup .row {
    display: flex;
    align-items: center;
}

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.popup h1 {
    text-align: center;
    font-size: 52px;
    text-transform: capitalize;
    font-weight: bold;
    display: none;
}

#date-info {
    margin-top: 40px;
    margin-bottom: 30px;
    color: var(--white);
    font-weight: 300;
    font-family: var(--eventFont);
    text-align: center;
    font-size: 32px;
}

.eventDate::after {
    content: "|";
    margin-left: 7px;
}

.two-btns {
    text-align: center;
    margin: 35px 0;
    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 10px 25px 0px rgb(249 71 67 / 30%);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/
input[type="file"] {
    width: 40%;
}

.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
}

.page-heading {
    height: 1px;
}

form input[type=submit] {
    background: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    border-radius: var(--rounded) !important;
}

.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus {
    background: var(--darkgrey);
}

.reg-form-data input::file-selector-button {
    background: var(--mainThemeColor) !important;
}

.nw-frm-bldr .reg-form-data {
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.nw-frm-bldr .control-label {
    font-size: 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,
#registerbtn {
    font-size: var(--smallText);
    padding: 10px 35px !important;
    border-radius: var(--curved);
}

.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: #FFF;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    font-size: 50px;
    margin-top: 50px;
}

#clockdiv .smalltext {
    color: #FFF;
    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: "";

}

/* About section -------------------------------------- */

#about-page h5 {
    margin-top: 20px;
}

.about-icon-list {
    margin-top: 30px;
}

.about-icon-list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.about-icon-list li h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.about-icon-list li p {
    font-weight: 300;
    color: rgba(0, 0, 0, .7);
    line-height: 22px;
}

.about-icon-list li .icon {
    width: 100px;
    flex-shrink: 0;
}

.about-icon-list li .info {
    padding-left: 20px;
}

.about-title {
    text-align: left;
    margin-top: 0;
}

.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}


/* Why Attend section------------------------------------ */

.why-attend {
    text-align: center;
    padding: 15px 5px;
}

.why-attend img {
    max-width: 100px;
    max-height: 90px;
    margin-bottom: 30px;
}

.why-attend h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.why-attend p {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 28px;
    color: var(--eventFontColor);
}


.secure-your-spot {
    background: #f7921e;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 15px;
    padding: 40px 15px;
}


.buy-tickets {
    margin: 30px 0;
    padding: 81px 30px;
    border-radius: 15px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}


.price {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 40px;
}

.product-title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin: 30px 0;
}


.buy-tickets .button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    text-align: center;
    color: var(--eventFontColor);
    font-size: 18px;
    font-weight: bold;
}

.sp-box {
    position: relative;
    text-align: center;
    max-width: 280px;
    margin: 0 auto 30px auto;
}

.sp-box img.sp-img {
    width: 100%;
    height: auto;
    max-width: 210px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}

.sp-box h4 {
    font-size: 21px;
    margin: 10px 0px 0px 0px;
    color: var(--eventFontColor);
    font-weight: bold;
}

.sp-box p {
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0px 0px 0px;
    text-transform: uppercase;
}

.sp-box img.com-logo {
    width: 80px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 4px 100px rgb(0 0 0 / 12%);
    position: absolute;
    left: 0px;
    top: 120px;
}

.bio {
    display: none;
}

[data-target="#spModal"]:hover {
    opacity: 0.7;
}

/* Agenda-------------------------------------------- */
#agenda {
    background-color: #FFF;
}

#agenda section .container>h3 {
    display: none;
}

#agenda section h3 {
    font-size: var(--h4FontSize);
    font-weight: 600;
}

#agenda section {
    background: none !important;
}

.agenda-row .time {
    background-color: var(--mainThemeColor) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .4) !important;

}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: var(--mainThemeColor) !important;
}

.nav-tabs>li.active>a::after {
    border-top: 17px solid var(--mainThemeColor) !important;
}

.agenda-row .agenda-body {


    min-height: 113px;
}

#agenda .tab-content .agenda-rows:nth-child(1) .agenda-row:nth-child(1) .webinar_time:after {
    content: ' - 12:00 pm ET';
}

#agenda .tab-content .agenda-rows:nth-child(1) .agenda-row:nth-child(2) .webinar_time:after {
    content: ' - 1:00 pm ET';
}

#agenda .tab-content .agenda-rows:nth-child(1) .agenda-row:nth-child(3) .webinar_time:after {
    content: ' - 2:00 pm ET';
}

#agenda .tab-content .agenda-rows:nth-child(1) .agenda-row:nth-child(4) .webinar_time:after {
    content: ' - 3:00 pm ET';
}

/*Sponsors Section----------------------------------------*/
.logos-list {
    text-align: center;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 5px;
    padding: 5px;
    border: solid 1px #eee;
    transition: all 0.2s ease;
}

.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}


/* FAQs Section------------------------------------------- */
.faq.padding {
    padding: 0
}

.faq .panel {
    background: var(--faqBgColor);
    padding: 24px 25px 24px;
    margin: 0 0 14px 0;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

}

.faq p {
    text-align: left;
    font-size: 15px;
}

.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;

}

.faq .panel-collapse {
    text-decoration: none;
    cursor: pointer
}

.faq .panel-collapse .panel-body {
    width: 100% !important;
    padding-bottom: 0;
    border: none !important;
    padding-top: 9px;
    font-size: var(--eventFontSize) !important;
    font-family: var(--eventFont) !important;
    line-height: 24px !important;
    color: var(--eventFontColor) !important
}

.faq .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.faq .panel-title>a:hover,
.faq .panel-title>a:active,
.faq .panel-title>a:focus {
    text-decoration: none;
}

.num_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    color: var(--white);
    font-style: normal;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}

.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 12px 0 0 0;
}

/* 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 svg {
    height: 18px;
    fill: #fff;
    position: relative;
    top: 2px;
}

.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;
}


/*speakers*/

.speaker-itm {
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    padding: 40px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.speaker-itm:hover {
    -webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
}

.speaker-itm .photo {
    margin-bottom: 38px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}


.speaker-itm .photo img {
    -webkit-mask-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/9264/content/files/1681453574shape-9-svg1681453574.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    object-fit: cover;
    border-radius: 50% 50% 50% 50%;
    width: 200px;
    height: 200px;
}


.speaker-itm .info h4 {
    font-size: 22px;
    font-weight: 500;
    color: var(--mainThemeColor);
    margin-bottom: 0;
}

.speaker-itm .info p {
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 19px;
}

.sp-social {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sp-social li {
    margin: 0 10px;
}

.sp-social li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-color: var(--mainThemeColor);
}

#app .row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.numlist li {
    position: relative;
    padding-left: 36px;
}

.numlist li span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mainThemeColor);
    color: #FFF;
    position: absolute;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    top: 2px;



}


@media(max-width:1100px) {
    .banner_content {
        position: relative;
        top: 0;
        width: 100%;
        background-color: var(--mainThemeColor);
    }

}


@media (max-width: 767px) {


    .agenda-row .agenda-body p {
        text-align: left;
    }





    .slider-banner {
        display: block;
        min-height: auto;
    }

    .generic-row {
        flex-direction: column;
    }

    .generic-item {
        min-height: auto;
        justify-content: flex-start;
    }

    iframe {
        height: auto;
        width: 100%;
    }

    .snippet-box {
        flex-direction: column;
    }

    .about-title {
        text-align: center;
        margin-top: 30px;
    }

    .shape1,
    .shape2 {
        display: none;
    }



    .agenda-row .time-box {
        width: 100%;
        flex-direction: row;
        margin-bottom: 12px;
    }

    .agenda-row .time-box img {
        margin-right: 6px;
    }

    .agenda-row .webinars-content {

        padding-left: 9px;
    }

    .popup .row {
        display: block;
    }

    .popup {
        text-align: center;
    }

    .popup h1 {
        display: block;
        margin: 0;
        font-size: 28px;
        text-align: center;
    }

    #clockdiv>div::before {
        display: none;
    }

    #clockdiv>div {

        padding: 10px 0px;
    }

    .popup-btns {
        flex-direction: column;
        margin-top: 37px;
    }

    .main_top_area {
        min-height: auto;
    }

    #date-info {
        font-size: 22px;
    }

    #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;
    }


    .buttons-wrap {
        padding: 20px;
    }

    .two-btns {
        margin: 0;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #date-info span {
        display: block;
        text-align: center;
    }

    .eventDate::after {
        content: "";
        margin-left: 0px;
    }

    .countdown-container {
        padding: 0px 19px 0px 5px;

    }

    #clockdiv>div>span {
        min-width: 50px;
    }

    #clockdiv {
        font-size: 40px;
        margin-top: 10px;
    }

    #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;
    }

}


.design6 .speaker_container {
    margin-bottom: 30px;
    position: relative;
}

.design6 .speaker_img-src {
    text-align: center;
    min-height: 400px;
    padding: 20px;
    width: 100%;
    border-radius: 12px;
    cursor: pointer;
    border: 2px solid #013974;
}

.design6 .speaker_img-src img {
    width: 200px;
    height: 200px;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 4px solid #fff;
    border-radius: 50%;
}

.design6 .speaker_img-src h4 {
    font-size: 18px;
}

.design6 .speaker_img-src h5 {
    font-size: 15px;
    font-weight: normal;
}


.design6 .modal-header {
    background-color: var(--mainThemeColor2);
}

.design6 .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.design6 .btn-close {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
    text-align: center;
    padding: 10px 13px !important;
    border-radius: 25px 25px !important;
    font-weight: 800;
    transition: all 0.2s ease;
    text-decoration: none !important;
    outline: none !important;
}

.design6 .modal-header h4 {
    color: #fff;

}

.design6 .speaker_img-src h4 {
    font-weight: 600;
}

.design6 .modal-body img {
    width: 100%;
    border-radius: 50%;
}

.design6 .speaker_bio {
    display: none;
}

.design6 .speaker_container:hover .speaker_bio {
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.design6 .speaker_container:hover .speaker_img-src img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.design6 .speaker_bio span {
    cursor: pointer;
    z-index: 3;
    background: #131313;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}

.design6 .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*.design6 .speaker_container:hover h4,
.design6 .speaker_container:hover h5 {
    color: #fff;
    position: relative;
    z-index: 3;
}*/

.speaker_container .bio {
    display: none;
}

p#modalBio {
    font-size: 14px;
    line-height: 20px;
}

.agenda-row .agenda-body p {
    text-align: unset !important;
}

section.agenda-style-7 .nav-tabs {
    display: none;
}

section#agenda .main-intro {
    color: var(--mainThemeColor);
}


.modal-body h4 {
    font-size: 18px;
}

.modal-body h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}

.speaker_container:hover h4,
.speaker_container:hover h5 {
    color: #1e80b2 !important;
    position: relative;
    z-index: 3;
}

.reg-form-data input[type=submit] {
    background: #1e344b !important;
    border-color: #1e344b !important;
    color: var(--white) !important;
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}