    /* Event Font -------------------------*/
    @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: #5d5fef;
        --mainThemeColor-rgb: 93, 95, 239;
        --mainThemeColor2: #5d5fef;
        --eventFontColor: #3a3b3c;
        --overlayHeadingTextColor: #f7f7f7;
        --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
        --eventFontSize: 16px;
        --smalltext: 14px;
        --eventFont:"Montserrat", sans-serif;
        --eventHeadingFont: "Montserrat", sans-serif;
        --h1FontSize: 45px;
        --h2FontSize: 42px;
        --h3FontSize: 38px;
        --h4FontSize: 22px;
        --h5FontSize: 20px;
        --h6FontSize: 18px;
        --white: #fff;
        --black: #000;
        --yellow: #ffd600;
        --lightGrey: #ddd;
        --darkgrey: #333;
        --halfWidth: 50%;
        --quarterWidth: 75%;
        --faqBgColor: #fafafa;
        --footerBg: #212121;
        --curved: 6px;
        --rounded: 50px;
        --btnFontSize: 18px;




    }

    h3.agenda-title {
        text-align: center;
        font-size: 56px;
    }
    a.reg__btn {
        display: inline-block;
        padding: 10px;
        background: #5d5fef;
        color: #fff !important;
        outline: none;
        font-size: 18px;
        width: 100%;
        max-width: 190px;
        text-align: center;
        border-radius: 5px;
        margin-top: 25px;
        text-decoration: none;
        transition: transform 0.3s ease;
    }
    a.reg__btn:hover{
        background: #fff;
        color: #5d5fef !important;
        transform: scale(1.1); /* Zoom in */
    }



    ul.list__s {
        color: #fff !important;
        line-height: 29px;
        font-size: 18px;
        padding-left: 22px;
    }
    h3.sb__heading {
        font-size: 40px;
    }
    section#agenda-highlight {
        /* background: #000000FC; */
        background-color: #000000FC;
        background-image: url(https://ismg.events/wp-content/uploads/2024/10/Virtual-Graphic.webp);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 48% auto;
        opacity: 1;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }
    img.des2 {
        position: absolute;
        left: 0;
        width: 100%;
        max-width: 600px;
    }
    img.design__shape {
        position: absolute;
        right: 0;
        width: 100%;
        max-width: 600px;
    }
    img.des4 {
        position: absolute;
        right: 0;
        width: 100%;
        max-width: 601px;
    }
    img.banner__img {
        height: 100%;
        min-height: 560px;
        object-fit: cover;
    }
    .advisors-section {
        background-color: #0c0d33;
        color: #ffffff;
        padding: 60px 0;
        }
        .advisors-section .container {
        max-width: 1200px;
        }
        .advisors-title {
        color: #f5a623;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: left;
        }
        .advisors-subtitle {
        font-size: 20px;
        margin-bottom: 40px;
        text-align: left;
        color: #ffffff;
        }
        .advisors-row {
        margin-left: -15px;  /* reset Bootstrap gutter */
        margin-right: -15px;
        }
        .advisors-row .col-sm-4 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        }
    .advisor-card {
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        height: 350px; /* Set a fixed height */
    }

    .advisor-img {
        display: block;
        width: 100%;
        height: 100%; /* Fill the height of .advisor-card */
        object-fit: cover; /* Ensure the image covers the area */
    }

    .advisors-row .col-sm-4 {
        padding-left: 0; /* Remove padding */
        padding-right: 0;
        margin-bottom: 0; /* Remove bottom margin */
    }

    .advisors-row {
        margin-left: 0;  /* Remove gutter */
        margin-right: 0;
    }
        .advisor-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.6);
        color: #fff;
        padding: 15px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        text-align: center;
        }
        .advisor-card:hover .advisor-overlay {
        transform: translateY(0);
        }
        .advisors-desc {
        font-size: 16px;
        line-height: 1.8;
        color: #dcdcdc;
        margin-top: 30px;
        text-align: left;
        }
        @media (max-width: 767px) {
        .advisors-title { font-size: 32px; }
        .advisors-subtitle { font-size: 18px; }
        }

    /****psat speaker ***/

        .speakers-section {
        padding: 30px 15px;
        background-color: #fff;
        }

    #past_speaker .speakers-title h2 {
        color: #f8a51b;
        font-weight: bold;
        font-size: 40px;
    }
        #past_speaker .speakers-title p {
        font-size: 16px;
        color: #444;
        }

        #past_speaker .speaker-grid {
        margin: 0;
        padding: 0;
        }

        #past_speaker .speaker-item {
        position: relative;
        overflow: hidden;
        padding: 0;
        }

        #past_speaker .speaker-item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        }

        #past_speaker .speaker-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.7);
        color: #fff;
        padding: 10px;
        opacity: 0;
        transition: all 0.3s ease;
        }

        #past_speaker .speaker-item:hover .speaker-overlay {
        opacity: 1;
        }

        #past_speaker .row.no-gutter [class*='col-'] {
        padding: 0;
        }


    /****agenda****/
    .agenda-box {
        border: 1px solid #ddd;
        margin-bottom: 30px;
        background: #fff;
        position: relative;
        margin-top: 20px;
        }

        .agenda-time {
        margin-top: 15px;
        background-color: #5f4dee;
        color: #fff;
        padding: 5px 12px;
        font-weight: bold;
        border-radius: 3px;
        font-size: 16px;
        z-index: 1;
        margin-bottom: 20px;
        }

        .agenda-image {
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
        }

    .agenda-image img {
        width: 100%;
        min-height: 356px;
        transition: all 0.3s ease;
        object-fit: cover;
        object-position: top;
    }

    .agenda-overlay {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        width: 100%;
        height: 100%;
        opacity: 0;
        padding: 10px;
        transition: opacity 0.3s ease;
        display: flex;
        align-items: flex-end;
        justify-content: left;
        text-align: left;
        font-size: 12px;
    }
        .agenda-image:hover .agenda-overlay {
        opacity: 1;
        }

        .agenda-content {
        padding: 15px;
        }
    .collapse-title {
        cursor: pointer;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 27px;
        font-weight: bold;
        line-height: 35px;
    }
    .agenda-content p{
    color: #333;
    font-size: 16px;
    line-height: 29px;
    }
    ul.agenda__text_list {
        font-size: 16px;
        line-height: 29px;
    }
        .agenda-images-row {
        margin: 0 -5px;
        }

        .agenda-images-row .col-xs-6 {
        padding: 0 5px;
        }

    .homepage-body .agenda-overlay p{
    color:#fff !important;
    }

    .homepage-body p.agenda__time {
        color: #5d5fef !important;
        font-size: 16px;
    }
    .homepage-body p.break__text {
        font-size: 25px !important;
        font-weight: bold !important;
    }
    .agenda-overlay strong{
    color:#fff; 
    }
        @media (max-width: 767px) {
        .agenda-time {
            position: static;
            display: inline-block;
            margin: 10px 0;
        }

        .collapse-title {
            display: block;
        }

        .agenda-images-row .col-xs-6 {
            margin-bottom: 10px;
        }
        }

    /****End *****/

    .reg-form-data .col-12 input[type=submit] {
        background-color: var(--mainThemeColor) !important;
        border-color: var(--mainThemeColor) !important;
    }

    .section .form_field_grp .row .col-12.order-change>div {
        display: flex !important;
    }

    html {
        scroll-behavior: smooth;
    }

    .btn-wrap {
        padding: 15px 0;
        text-align: center;
        background: #FAFAFA;
        border-bottom: 0.5px solid #7A7A7A45;
    }

    .btn-wrap a {
        color: #3a3b3c;
        text-transform: uppercase;
        padding: 7px 15px;
        text-decoration: none !important;
        font-weight: 500;
        letter-spacing: 1.5px;
        border: 1.5px solid transparent;
        display: inline-block;
        margin: 5px 0;

    }

    .log-lft {
        padding-right: 0;
    }

    .abt-colum-wrapper {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .abtcolum {
        flex: 1;
        padding: 0 20px 0 0;
    }

    .abtcolum img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }



    div#about {
        position: relative;
    }

    .top-aboutimg {
        position: absolute;
        top: 0;
        left: 0;
    }

    .backabtimg {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .backabtimg img {
        max-width: 350px;
    }

    .top-aboutimg img {
        max-width: 330px;
    }

    div#about .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    div#about ul li {
        font-size: 16px;
        color: #3a3b3c !important;
        font-weight: 300;
    }

    div#about p {
        font-size: 16px;
        color: #3a3b3c !important;
        font-weight: 300;
    }

    .btn-wrap a:hover {
        background-color: var(--mainThemeColor);
        color: var(--white);
    }

    .section.registration-form {
        padding-top: 100px;
    }

    .section input[type=submit] {
        background: #d92f75 !important;
    }

    /*-------scrollReveal----------*/

    .scrollReveal {
        opacity: 0;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
    }



    .revealTop {
        transform: translate(0px, 150px);
    }

    .revealRight {
        transform: translate(-150px, 0px);
    }

    .revealLeft {
        transform: translate(150px, 0px);
    }

    .revealBottom {
        transform: translate(0px, -150px);
    }

    .scrollReveal.reveal {
        opacity: 1;
        transform: translate(0, 0);
    }




    a.links.register-btn {
        background: var(--mainThemeColor);
        color: #fff;
    }

    a.links.register-btn {
        text-transform: none;
        letter-spacing: 0;
    }

    a.links.register-btn:hover {
        background: #fff;
        border-color: var(--mainThemeColor);
        color: var(--mainThemeColor);
    }

    .simple-section p {
        font-weight: 300;
        color: #000 !important;
        margin-bottom: 20px;
    }

    .simple-section ul {
        list-style: disc;
        padding: 0 0 0 35px;
        color: #000;
    }


    .hide-content p {
        margin: 0;
    }

    .webinarsdescription h6 {
        font-size: 16px !important;
    }

    .webinarsdescription h5 {
        margin: 0;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 24px;
        position: relative;
    }

    .webinarsdescription p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .webinarsdescription {

        padding: 20px 15px 10px 0px;
        margin: 0 0 15px;

    }

    .speaker-agedna-detais h6 {
        font-weight: normal;
        font-size: 16px;
    }

    .hide-content {
        padding-top: 20px;
        display: none;
    }

    .hide-content.active {
        display: block;
    }

    h5.main-title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 30px;
    }


    .webinarsdescription h5:before {
        color: var(--mainThemeColor) !important;
        font-size: 30px !important;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        content: "\f106";
        right: -22px;
        position: absolute;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.5s;
        color: #e6e6e6;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .webinarsdescription h5.active:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        color: #D92F75;
    }

    #agenda .agenda-body {
        margin-bottom: 0;
        padding: 0 20px;
    }

    .agenda-row {
        border: 1px solid #A1A1A2A1;
        padding: 0 15px;
    }

    .agenda-row.height-1 {
        min-height: 864px;
    }

    .agenda-row.height-2 {
        min-height: 587px;
    }

    .speaker-agedna-detais {
        padding: 0 20px;
        margin-top: 24px;
    }

    .agenda-details.bg-banner-2 {
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/13752/content/files/1722942719bg-banner-2-png1722942719.png ');
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
        padding: 120px 0;
    }

    .agenda-details.bg-banner-3 {
        background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/13752/content/files/1722942719bg-banner-3-png1722942719.png');
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        padding: 120px 0;
    }

    .two-speaker .speakerhead img {
        height: 400px;
        object-fit: cover;
    }

    .speaker-agenda-logo {
        flex: 1;
    }


    .popup h1 {
        font-size: 45px !important;
        text-align: left !important;
            font-weight: bold !important;
        color: #F8A51B;
    }
    
    .popup h2 {
        font-size: 25px !important;
        text-align: left !important;
        margin: 20px 0 !important;
    }





    .simple-section ul li {
        margin-bottom: 5px;
    }

    img.banner-logo {
        max-width: 100%;
    }

    .header-content.sticky {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        width: 100%;
        padding: 10px 0;
    }

    form#form_22331 .form-control {
        border-radius: 0px;
        background: #F0F1F3;
        /* color: #fff !important; */
        font-size: 16px;
    }

    input#fld_202057 {
        background: #D92F75;
        border: none;
        font-size: 18px;
    }

    /* General-------------------------- */
    html,
    a,
    * {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    body {
        font-family: var(--eventFont);
        font-size: var(--eventFontSize);
        color: var(--eventFontColor);
        line-height: 26px;
    }

    body>.header-content>.container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }

    body>.header-content {
        position: relative;
    }

    .simple-section {
        padding: 50px 0px;
    }

    .coloredBg {
        background: var(--mainThemeColor);
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    }

    .whiteText * {
        color: var(--white);
    }

    .whiteText a:hover,
    .whiteText a:focus {
        color: var(--yellow);
    }

    h4.form-heading {
        font-size: 0px;
    }

    body>p:first-of-type {
        margin: 0px;
    }



    /* Buttons------------------------------ */
    .vfairsBtn {
        padding: 12px 35px;
        margin: 30px 5px;
        display: inline-block;
        font-size: var(--btnFontSize);
        font-weight: 600;
        border: 2px solid transparent;
    }

    .coloredShadow {
        box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb), 0.3);
    }

    .grayShadow {
        box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
    }

    .curved {
        border-radius: var(--curved);
    }

    .rounded {
        border-radius: var(--rounded);
    }

    .btnWhite {
        background: var(--white);
        color: var(--mainThemeColor);
        border: 2px solid var(--mainThemeColor);
    }

    .btnBlack {
        background: var(--black);
        color: var(--white);
    }

    .btnColored {
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        color: var(--white) !important;
    }

    .btnColored:hover,
    .btnColored:focus {
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
        background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
        color: var(--white) !important;
        text-decoration: none !important;
    }

    .btnWhite:hover,
    .btnWhite:focus,
    .btnBlack:hover,
    .btnBlack:focus {
        background: var(--mainThemeColor);
        color: var(--white);
        text-decoration: none !important;
    }

    /* Headings--------------------------- */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .popup h1 {
        font-family: var(--eventHeadingFont);
        font-weight: 700;
    }

    h1,
    .popup h1 {
        font-size: var(--h1FontSize);
        font-weight: 500;

        text-transform: none;
    }

    .popup h2 {
        font-size: 26px;
        color: #000;
        margin: 45px 0;
        font-weight: 500;
        text-align: center;
    }

    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);
        display: none;
    }

    .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;
    }

    .speaker-agenda-logo .speakerhead {
        max-width: 100%;
    }

    .speaker-agenda-logo .advsr-headshot {
        padding-left: 15px;
    }

    .advsr-headshot1 {
        padding-left: 0;
    }

    .agenda-details h4 {
        font-size: 26px;
    }

    .agenda-details p {
        font-size: 20px;
        color: var(--mainThemeColor) !important;
        font-weight: 600;
    }

    .details h2 {
        font-size: 16px;
    }

    .details p {
        font-size: 13px;
        color: #fff !important;
        line-height: 18px;
    }



    .agenda-time {
        background-color: var(--mainThemeColor);
        color: #fff;
        display: inline-block;
        padding: 10px 20px;
        /* margin-bottom: 0; */
    }


    .agenda-details {
        text-align: center;

    }

    .agenda-details .main-title {
        text-align: center;

        width: 100%;
    }

    .speakerhead img {
        width: 100%;
    }

    .advsr-headshot {
        padding: 0;
        width: 25%;
    }

    .speakerhead {
        position: relative;
        width: 100%;
        max-width: 300px;
        height: auto;
        overflow: hidden;
    }

    .image {
        width: 100%;
        height: auto;
        display: block;
    }

    .details {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        transition: bottom 0.5s ease;
    }

    .speakerhead:hover .details {
        bottom: 0;
    }



    /* Main Heading------------------------- */
    .main-title {
        text-align: center;
        position: relative;
        z-index: 0;
        color: var(--eventFontColor);
        font-size: 34px;
        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;
    }




    /* Unordered list------------------------------- */
    ul {
        list-style: none;
        padding: 0px;
    }

    ul li {
        margin-bottom: 15px;
    }

    ul.checklist li {
        padding-left: 35px;
        position: relative;
        margin-bottom: 40px;
        ;
    }

    ul.checklist li i {
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 25px;
    }

    /* Event Logo----------------------------------- */
    .event-logo img {
        margin: 8px 0px;
        max-width: 190px;
    }

    /* Main Navigation------------------------------ */
    #main-nav {
        padding: 0px;
        display: flex !important;
    }

    #main-nav .navbar-nav {
        flex-direction: row;
        justify-content: end;
        flex-grow: 1;
    }

    #main-nav a {
        color: var(--eventFontColor);
        font-size: var(--eventFontSize);
        padding: 8px 15px;
    }

    #main-nav a:hover,
    #main-nav a:focus {
        color: var(--mainThemeColor);
        text-decoration: none;
    }

    .fullWidthNav .container {
        max-width: 100%;
        width: 100%;
    }

    .header-content .row {
        display: flex;
        align-items: center;
        flex-wrap: initial;

    }

    .header-content nav {
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-left: 0px;
        padding-right: 0px;
    }

    #main-nav .navbar-nav li {
        margin-bottom: 0px;
    }

    .stickyNav {
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 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);
    }

    .btn-wrap .row {
        display: flex;
        justify-content: center;
    }


    /* Hero Section */
    .main_top_area {
        background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1752700282background-summit-png1752700282.png	")no-repeat center;
        background-size: cover;
        padding-top: 4%;
        padding-bottom: 6%;
        position: relative;
    }

    .main_top_area::before {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        content: "";
        background-image: -webkit-linear-gradient(left, var(--black) 0%, var(--black) 100%);
        background-image: linear-gradient(to right, var(--black) 0%, var(--black) 100%);
        position: absolute;
        opacity: 0;
    }

    .popup .col-sm-12 {
        display: flex;
        flex-direction: column;
        align-items: start;
        flex-wrap: wrap;
    }
    .popup h5 {
        color: var(--mainThemeColor);
    }

    #date-info {
        margin-top: 0px;
        margin-bottom: 15px;
        font-family: var(--eventFont);
        margin-top: 15px;
        font-size: 24px;
        color: #fff;
        font-weight: 500;
    }

    /* .eventDate::after {
        content: "|";
        margin-left: 7px;
    } */

    .two-btns {
        text-align: left;
        margin: 35px 0 20px;
        padding: 2px;
        border: solid 0px var(--white);
        display: inline-block;
        border-radius: 40px;

    }


    .two-btns a {
        background: var(--mainThemeColor);
        color: var(--white) !important;
        display: inline-block;
        padding: 12px 34px;
        border-radius: 0px;
        letter-spacing: 1px;
        font-size: 18px;
        margin-bottom: 10px;
        margin-right: 10px;
    }


    .popcol {
        border-left: 1px solid #fff;
    }

    /* .two-btns a:first-child {
        background: var(--mainThemeColor);
        color: var(--white) !important;
        box-shadow: none;
    } */

    .two-btns:hover a {
        background: var(--mainThemeColor);
        color: var(--white) !important;
        box-shadow: none;
    }

    .two-btns a:hover {
        background: var(--mainThemeColor) !important;
        color: var(--white) !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;
        text-align: center;
        color: #3A3B3C;
    }

    .page-heading {
        height: 1px;
    }

    form input[type=submit] {
        background: var(--mainThemeColor);
        border-color: var(--mainThemeColor);
        border-radius: var(--rounded) !important;
    }

    .reg-form-data .col-12 input[type=submit]:hover,
    .reg-form-data .col-12 input[type=submit]:focus {
        background: var(--darkgrey);
    }

    .reg-form-data input::file-selector-button {
        background: var(--mainThemeColor) !important;
    }

    .nw-frm-bldr .reg-form-data {
        box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        border: 1px solid #dedede;
        margin-bottom: 30px;
    }

    .nw-frm-bldr .control-label {
        font-size: 16px;
        font-family: Roboto;
        color: #3A3B3C;
    }

    .reg-form-data .form-control {
        font-size: var(--smallText);
        font-family: Roboto;
        color: #3A3B3C;
    }

    .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: 100%;
        text-align: left;
        margin: auto;
    }

    #about h3 {
        text-align: left;
    }

    .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-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/13752/content/files/1722941610bg-banner-png1722941610.png ');
        background-color: #FFF;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #agenda .agenda-row .col-md-6 {
        padding: 0;
    }

    #agenda section .container>h3 {
        display: none;
    }

    #agenda section h3 {
        font-size: var(--h4FontSize);
        font-weight: 600;
    }

    #agenda section {
        background: none !important;
    }

    #agenda .nav-tabs>li>a {
        color: var(--mainThemeColor) !important;
        background-color: var(--white) !important;

    }

    .agenda-speaker-row {
        width: 100%;
        display: flex;
    }

    .agenda-speaker-row.four-speaker {
        flex-wrap: wrap;
    }

    .agenda-speaker-row.four-speaker .speaker-agenda-logo {
        flex: auto;
        width: 50%;
    }

    #agenda .nav>li>a:hover,
    .nav>li>a:focus {

        color: var(--mainThemeColor) !important;
    }

    #agenda .agenda-style-6 .time-box,
    #agenda .nav-tabs>li.active>a,
    #agenda .nav-tabs>li.active>a:hover,
    #agenda .nav-tabs>li.active>a:focus {
        background: var(--mainThemeColor) !important;
        color: var(--white) !important;

    }

    .nav-tabs>li.active>a:before,
    .nav-tabs>li.active>a:focus:before,
    .nav-tabs>li.active>a:hover:before {
        border-top-color: var(--mainThemeColor) !important;

    }

    div.speaker2[data-toggle="modal"] {
        cursor: pointer;
    }

    div.speaker2[data-toggle="modal"]:hover strong {
        color: var(--mainThemeColor);
    }

    .agenda-time span {
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
        background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
        padding: 12px 24px;
        color: #fff;
        font-size: 15px;
        display: inline-block;

    }

    .agenda-time {
        margin-bottom: 10px;
        margin-top: 45px;
    }

    .nav-tabs>li.active>a:after,
    .nav-tabs>li.active>a:focus:after,
    .nav-tabs>li.active>a:hover:after {


        border-top-color: var(--mainThemeColor) !important;
    }

    /*Sponsors Section----------------------------------------*/
    .logos-list {
        text-align: center;
    }

    .logos-list img {
        display: inline-block;
        width: 100%;
        height: auto;
        max-width: 250px;
        margin: 5px;
        padding: 5px;
        border: solid 1px #eee;
        transition: all 0.2s ease;
    }

    .logos-list img:hover {
        box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    }


    /* FAQs Section------------------------------------------- */
    .faq.padding {
        padding: 0
    }

    .faq .panel {
        background: var(--faqBgColor);
        padding: 24px 25px 24px;
        margin: 0 0 27px;
        border: none;
        border-radius: 15px;
        box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

    }


    .faq .panel-heading {
        padding: 0 !important;
        background: 0 0 !important
    }

    .faq h4.panel-title a {
        text-decoration: none;
        cursor: pointer;
        outline: 0;
        line-height: 24px;
        color: var(--eventFontColor);
        font-family: var(--eventHeadingFont);
        font-weight: 700;
        text-transform: none;
        padding-left: 45px;
    }

    .faq .panel-collapse {
        text-decoration: none;
        cursor: pointer
    }

    .faq .panel-collapse .panel-body {
        width: 100% !important;
        padding-bottom: 0;
        border: none !important;
        padding-top: 9px;
        font-size: var(--eventFontSize) !important;
        font-family: var(--eventFont) !important;
        line-height: 24px !important;
        color: var(--eventFontColor) !important
    }

    .faq .panel-title>a:before {
        float: right !important;
        font-family: FontAwesome;
        content: '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;
    }

    .socialIcons li a {
        font-size: 20px;
        color: var(--white);
        text-decoration: none;
    }

    .socialIcons li a:hover i {
        color: var(--mainThemeColor);
    }

    /*Top to the Page button---------------*/
    #top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        color: var(--white);
        width: 50px;
        height: 50px;
        text-align: center;
        cursor: pointer;
        padding-top: 5px;
        z-index: 45;
        display: none;
        background-color: var(--mainThemeColor);
        font-size: 24px;
        padding-top: 13px;
        border-radius: 5px;
    }

    #top:hover,
    #top:focus {
        background-color: var(--darkgrey);
    }


    /*Accessibility Features---------------*/
    .btn.btn-access.slide {
        position: absolute;
        z-index: 45;
        border-radius: 50px;
        width: 35px;
        height: 35px;
        background: var(--darkgrey);
        right: 12px;
        top: 46px;
        text-align: center;
        padding: 5;
    }

    .btn.btn-access.slide:hover {
        background: var(--mainThemeColor);
    }

    .accsess_tray {
        display: block;
        position: fixed;
        right: 10px;
        background-color: var(--white);
        top: 110px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 4px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    }

    .accsess_tray #readspeaker_button1,
    .accsess_tray .hall-wrap .rsbtn {
        right: -34px;
    }

    .accsess_tray .rsexpanded span {
        margin: 0;
    }

    .accsess_tray .rsexpanded span.rsbtn_text {
        margin: 5px 0 0 6px;
    }

    .accsess_tray .rsexpanded .rsbtn_progress_container.rsimg {
        margin: 7px 0 0 5px;
    }

    .accsess_tray .rsexpanded .rsbtn_powered .rsbtn_btnlabel a span.rsbtn_label_icon.rsimg {
        display: inline-block;
    }

    .accsess_tray svg path {
        fill: var(--mainThemeColor);
    }

    .accsess_tray .btn-tray {
        padding: 6px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 15px !important;
        line-height: normal;
        display: flex;
        align-items: center;
        margin-right: 5px;
        background: rgba(var(--mainThemeColor-rgb), 0.1);
        color: var(--mainThemeColor);
    }

    .accsess_tray .btn-tray:last-child {
        margin-right: 4px;
    }

    .accsess_tray .btn-tray.btn:hover {
        opacity: 0.9;
    }

    .accsess_tray .btn-tray svg path {
        fill: var(--mainThemeColor);
    }

    .accsess_tray span {
        margin-right: 8px;
    }

    .accsess_tray .btn-close-access {
        text-align: center;
        padding: 8px 8px;
        background: transparent;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    #accessibility-fade-in {
        width: 1px;
        opacity: 0;
        transition: all 0.75s ease;
        z-index: 5;
    }

    #accessibility-fade-in.show {
        opacity: 1;
        width: 262px;
        display: flex !important;
    }

    /* Privacy Policy------------- */
    .content-page ul {
        list-style-type: disc;
        margin-left: 20px;
    }

    .content-page ul li {
        margin-bottom: 0;
    }

    .content-page p,
    .content-page li {
        text-align: justify;
    }

    @media(max-width:1200px) {
        .popcol {
            border-left: 0;
        }
    }

    @media (max-width: 767px) {


        img.des2 {
        display: none !important;
    }
    img.design__shape {
    display: none !important;
    }
    img.des4 {
    display: none !important;
    }



        .two-speaker .speakerhead img {
            height: auto;
        }

        .abtcolum {
            padding: 0;
        }

        .agenda-speaker-row {
            display: block;
        }

        #agenda .agenda-body {
            padding: 20px 0;
        }

        .agenda-row.height-1 {
            min-height: auto;
        }

        .agenda-row.height-2 {
            min-height: auto;
        }

        .popup h5 {
            text-align: center;
        }

        .row.sp-row {
            display: flex;
            flex-wrap: wrap;
        }

        .advsr-headshot {
            width: 50%;
            margin-bottom: 30px;
        }

        .advsr-headshot1 {
            padding: 0 15px;
        }

        .advsr-headshot {
            padding: 0 15px;
        }

        .abt-colum-wrapper {
            flex-direction: column;
        }

        .popup .col-sm-12 {
            flex-direction: column;
            align-items: center;
            text-align: center !important;
        }

        .scrollReveal {
            opacity: 1 !important;
        }

        .revealTop,
        .revealRight,
        .revealLeft,
        .revealBottom {
            transform: translate(0, 0) !important;
        }

        .popup h1 {
            padding: 0 20px;
            font-size: 24px !important;
                    text-align: center !important;
        }

        .popup h2 {
            font-size: 22px !important;
            padding: 0 20px;
        }

        .popup h4 {
            font-size: 17px !important;
        }

        img.banner-logo {
            display: block;
            margin: 20px auto;
            max-width: 300px;
            width: 100%;
        }

        .speaker-agedna-detais {
            width: 100%;
        }

        .speaker-agenda-logo {
            width: 100%;
        }

        #agenda .agenda-body {
            display: block;
        }

        .webinarsdescription h5:before,
        .webinarsdescription h5.active:before {
            right: -30px;
        }

        #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) {
        #past_speaker .speaker-grid .col-xs-4.speaker-item {
    width: 50%;
}
        .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;
        }

        .btn-wrap .row {
            flex-direction: column;
        }
    }


    @media (max-width: 480px) {
        .top-aboutimg img {
            max-width: 160px;
        }

        .backabtimg img {
            max-width: 160px;
        }

        :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;
            text-align: center;
            width: 100%;
        }

        .two-btns a:first-child {
            margin: 10px 0 !important;
        }

    }

    .block-overlay.Restream_Webinar {
        display: none !important;
    }

    .section.registration-form .page-heading {

        display: none;
    }

    @media only screen and (min-width: 992px) {
        #form_22331 .row .col-6 {
            -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
            max-width: 50% !important;
        }
    }

    #form_22331 .row .col-6 .custom-col-1 .iti--allow-dropdown {
        width: 100% !important;
        float: left;
    }

    .section.registration-form,.nw-frm-bldr.reg-form-wrap {
    padding-top: 0 !important;
    }

    section#agenda .container
 {
    z-index: 1;
    position: relative;
}