        /* Event Font -------------------------*/
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900&family=Roboto:wght@400;500;700&display=swap');

        /* Setting of Landing page colors and Font */
        :root {
            --mainThemeColor: #9622FF;
            --mainThemeColor-rgb:224, 62, 119;
            --mainThemeColor2: #E88EFF;
            --eventFontColor: #000;
            --overlayHeadingTextColor: #f7f7f7;
            --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
            --eventFontSize: 16px;
            --smalltext: 14px;
            --eventFont: 'Poppins';
            --eventHeadingFont: 'Poppins';
            --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: 16px;
            --btnFontSize: 18px;

        }
img.hallImg {
    margin-top: 30px;
    border-radius: 18px;
}
.webinarsdescription .row>div {
    width: 100%;
}
.speakerRow {
    display: flex;
    flex-wrap: wrap;
}
#agenda .webinarsdescription h3:before {
    color: #45c3ff !important;
}
h4.group-title {
    display: none;
}
.agenda-time img {
    filter: invert(1);
}
.agenda-time {
    
    align-items: start;
    display: none !important;
}

.webinarsdescription {
    background: rgba(69, 195, 255, 0.2) !important;
   
}

.desc{display:none;}

video.vid-box {
    border-radius: 12px;
  outline:none;
}
#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#LoginBtn {
    font-size: var(--smallText);
    padding: 6px 12px;
    width: 150px;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

        /*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;
        }

section#agendaSec .agenda-style-6 .time-box span, section#agendaSec .agenda-style-6 .time-box img {
    display: none;
}
/*CUSTOM CODE-----------------------*/
.title.thx {
    font-size: 50px !important;
}
.title.thx.main {
    font-size: 80px !important;
}
.hero-sec.thx {
  width: 100% !important;
}
.thx-intro-div {
 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 50px 30px;
    box-sizing: border-box;
}
.badge.thx {
    background: linear-gradient(226.9deg, #2A53FF 0%, #9622FF 46%, #E88EFF 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28));
    color: white;
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 30px;
    margin-bottom: 16px;
}
.vfairsBtn.btnColored.rounded.thx {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: white !important;
}
.vfairsBtn.btnColored.rounded.thx.apple {
  background: rgba(69, 195, 255, 1);
    box-shadow: 0px 0px 31.5px 0px rgba(69, 195, 255, 0.8);
}
.vfairsBtn.btnColored.rounded.thx.google {
    background: rgb(215 146 0);
    box-shadow: 0px 0px 31.5px 0px rgb(255 194 69 / 80%);
}
.vfairsBtn.btnColored.rounded.thx svg {
    height: 30px;
}
.thx-buttons-div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
    width: 100%;
}

@media (max-width: 600px) {
  .thx-intro-div {
    margin: 0;
    align-items: center;
  }
  .title.thx.main {
    font-size: 60px !important;
  }
  .sup_title {
    text-align: center;
  }
  .thx-buttons-div {
   flex-direction: column;
    margin: 50px 0;
  }
  .vfairsBtn.btnColored.rounded.thx {
    
    padding: 12px 15px;
    width: 100%;
    margin: 0;
  }
}
  



        /* General-------------------------- */
        html,
        a {
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        body {
            font-family: var(--eventFont);
            font-size: var(--eventFontSize);
            color: var(--eventFontColor);
            line-height: 26px;
            overflow-x: hidden;
        }

        body > .header-content > .container {
            max-width: 100%;
            width: 100%;
            padding: 0px;
        }

        body > .header-content  {
            position:relative;}

            .container{
                max-width: 1335px;
                width: 100%;
            }

        .simple-section {
            padding: 100px 0px;
        }

        .coloredBg {
            background: var(--mainThemeColor);
        background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
            background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
        }

        .whiteText * {
            color: var(--white);
        }

        .whiteText a:hover,
        .whiteText a:focus {
            color: var(--yellow);
        }

        h4.form-heading {
            font-size: 0px;
        }
        body > p:first-of-type {
            margin: 0px;
        }



        /* Buttons------------------------------ */
        .vfairsBtn {
            padding: 12px 35px;
            margin: 30px 5px;
            display: inline-block;
            font-size: var(--btnFontSize);
            font-weight: 600;
            border: 2px solid transparent;
            border-radius: 16px;
            border: 0px;
        }

        .coloredShadow {
            box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb),0.3);
        }

        .grayShadow {
            box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
        }

        .curved {
            border-radius: var(--curved);
        }

        .rounded {
            border-radius: var(--rounded);
        }

        .btnWhite {
            background: var(--white);
            color: var(--mainThemeColor);
            border: 2px solid var(--mainThemeColor);
        }

        .btnBlack {
            background: var(--black);
            color: var(--white);
        }

        .btnColored {
            background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
            background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
            color: var(--white) !important;
        }

        .btnColored:hover,
        .btnColored:focus {
            background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
            background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%);
            color: var(--white) !important;
            text-decoration: none !important;
        }

        .btnWhite:hover,
        .btnWhite:focus,
        .btnBlack:hover,
        .btnBlack:focus {
            background: var(--mainThemeColor);
            color: var(--white);
            text-decoration: none !important;
        }

        /* Headings--------------------------- */
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .popup h1 {
            font-family: var(--eventHeadingFont);
            font-weight: 700;
        }

        h1,
        .popup h1 {
            font-size: var(--h1FontSize);
            font-weight: 800;
        }

        h2 {
            font-size: var(--h2FontSize);
        }

        h3 {
            font-size: var(--h3FontSize);
        }

        h4 {
            font-size: var(--h4FontSize);
        }

        h5 {
            font-size: var(--h5FontSize);
        }

        h6 {
            font-size: var(--h6FontSize);
        }

        /* Top black bar----------------------- */
        .slim-bar {
            position: initial;
            background-color: var(--black);
            color: var(--white);

        }

        .slim-bar ul>li {
            list-style: none;
            margin: 0px 0px 0px 0px;
            padding: 5px 0px 0px 0px;

        }

        .slim-bar .row {
            justify-content: end !important;
        }

        /* Set 0 padding or Margin */
        .noPadding {
            padding: 0px !important;
        }

        .noTopPadding {
            padding-top: 0px !important;
        }

        .noBottomPadding {
            padding-bottom: 0px !important;
        }

        .noLeftPadding {
            padding-left: 0px !important;
        }

        .noRightPadding {
            padding-right: 0px !important;
        }

        .noMargin {
            margin: 0px !important;
        }

        .noTopMargin {
            margin-top: 0px !important;
        }

        .noBottomMargin {
            margin-bottom: 0px !important;
        }

        .noLeftMargin {
            margin-left: 0px !important;
        }

        .noRightMargin {
            margin-right: 0px !important;
        }


        /* Main Heading------------------------- */
        .main-title {
            text-align: center;
            position: relative;
            z-index: 0;

        }

        .main-title span {
            display: block;
            color: var(--mainThemeColor);
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 10px;
            letter-spacing: 3px;
        }

        .main-title .main-title {
            font-size: var(--h3FontSize);
            letter-spacing: normal;

        }

        div#whyUS .main-title span {
            color:  rgba(255, 163, 1, 1);

        }

        .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: 224px;
            width: 100%;
        }

        /* 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;
            font-weight: 500;
        }

        #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);
        }



        /* Hero Section */
        .main_top_area {
            background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1758130373hero-section-img-png1758130373.png")no-repeat center;
            background-size: cover;
            padding-top: 4%;
            padding-bottom: 4%;
            position: relative;
            border-radius: 28px;
        }
        /* 
        .main_top_area::before {
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            content: "";
            background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
            background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
            position: absolute;
            opacity: 0.9;
        } */

        .popup .col-sm-12 {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex-wrap: wrap;
        }

        div#top-element .badge {
            background: #fff;
            color: #000;
            font-size: 16px;
            padding: 10px 12px;
            border-radius: 30px;
            margin-bottom: 16px;
        }

        div#top-element p {
            color: #ffff;
        }
        div#top-element .sup_title {
            text-transform: uppercase;
            font-size: 14px;
            max-width: 380px;
            width: 100%;
            font-weight: 500;
            letter-spacing: 3.5px;
            line-height: 20px;
            margin-bottom: 0;
        }
        .main_top_area .title {
            text-align: left;
            font-size: 135px;
            margin-top: 0;
        }
        div#top-element p.intro {
            font-weight: 500;
            line-height: 28px;
            margin-bottom: 20px;
        }
        div#top-element .sub_title {
            font-family: 'Poppins';
            font-size: 36px;
            font-weight: 600;
            padding-left: 0;
            filter: drop-shadow(0px 1.01px 2px #000);
        }
        #date-info {
            margin-top: 0px;
            margin-bottom: 30px;
            color: var(--white);
            font-weight: 600;
            font-family: var(--eventFont);
        }

        .eventDate::after {
            content: "|";
            margin-left: 7px;
        }

        .two-btns {
            text-align: center;
            margin: 35px 0 20px;
            padding: 2px;
            border: solid 2px var(--white);
            display: inline-block;
            border-radius: 40px;

        }


        .two-btns a {
            background: var(--white);
            color: var(--mainThemeColor) !important;
            display: inline-block;
            padding: 12px 34px;
            border-radius: 40px;
            letter-spacing: 1px;
            font-size: 18px;
        }


        .two-btns a:first-child {
            background: transparent;
            color: var(--white) !important;
            box-shadow: none;
        }

        .two-btns:hover a {
            background: transparent;
            color: var(--white) !important;
            box-shadow: none;
        }

        .two-btns a:hover {
            background: var(--white) !important;
            color: var(--mainThemeColor) !important;
            box-shadow: 0px 15px 25px 0px rgba(var(--mainThemeColor-rgb),0.3);
            text-decoration: none;
        }

        .two-btns i {
            margin-right: 5px;
        }

        /*Registration Form---------------------*/
        input[type="file"] {
            width: 40%;
        }
        .reg-form-wrap h3 {
            font-size: 28px;
            font-weight: bold;
            margin: 20px auto;
            max-width: 850px;
            color: var(--eventFontColor);
        }
        .page-heading {
            height: 1px;
        }
        form input[type=submit] {
            background: var(--mainThemeColor);
            border-color: var(--mainThemeColor);
            border-radius: var(--rounded) !important;
        }
        .reg-form-data .col-12 input[type=submit]:hover,
        .reg-form-data .col-12 input[type=submit]:focus{background: var(--darkgrey);}
        .reg-form-data input::file-selector-button {
            background: var(--mainThemeColor) !important;
        }

        .nw-frm-bldr .reg-form-data {
            box-shadow: 0px 2px 20px 0 rgba(0,0,0, 0.1);
            border-radius: 20px;
            border: 1px solid #dedede;
        margin-bottom:30px;
        }

        .nw-frm-bldr .control-label {
            font-size: 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;
        }
        


        /* Login Modal----------------------- */
        #LoginModal h4,
        #forgot-pwd-modal h4{
            font-size: 20px;
        }

        #LoginModal .modal-header,
        #forgot-pwd-modal .modal-header{
            background: var(--mainThemeColor);
        }

        #login-footer a,
        #login-footer button,
        #reset-pwd-frm a,
        #reset-pwd-frm button
        {
            background: var(--mainThemeColor);
            font-family: var(--eventFont);
        }

        #login-footer .btn-default,
        #reset-pwd-frm .btn-default
        {
            background: var(--white);
        }

        #login-footer .btn-darkgrey,
        #reset-pwd-frm .btn-darkgrey
        {color: var(--white);}
        #login-footer .btn-default,
        #reset-pwd-frm .btn-default{border-color:#ccc;}
        #login-footer .col-sm-8 .btn-darkgrey, 
        #reset-pwd-frm .btn-darkgrey {
            border-radius: var(--rounded) !important;
            font-family: var(--eventFont);
        }

        #LoginBtn {
            font-size: var(--smallText);
            padding: 6px 12px;
        }
        .modal .modal-dialog {
            max-width: initial;
        }
        #login-footer .row .col-sm-4 {
            max-width: initial;
            flex: 33%;
            order: 2;
        }
        #login-footer .btn,
        #reset-pwd-frm .btn
        {
            border-radius: var(--rounded);
        }
        #login-footer .btn:hover,
        #reset-pwd-frm .btn:hover
        {
            background: var(--darkgrey) !important;
            color: var(--white) !important;
        }
        #reset-pwd-frm label,
        #LoginModal label{
            font-family: var(--eventHeadingFont);
        }
        #reset-pwd-frm input,
        #LoginModal input{
            font-family: var(--eventFont);
        }


        /* Countdown Timer---------------------------- */
        .countdown-container {
            text-align: center;
            margin-top: 0px;
            position: relative;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            background: rgba(0, 0, 0, 0.3);
            /* left: 50%; */
            /* transform: translateX(-50%); */
            left: 0px;
            border-radius: 15px;
            padding:  15px;
            box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
            flex-direction: column;
            align-items: flex-start;
            margin-top: 20px;
        }
        div#top-element .counter-title {
        font-size: 24px;
        text-transform: uppercase;
        }

        #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: 20px;
            background: rgba(0, 0, 0, 0.4);
            border-radius: 18px;
        }
        #clockdiv>div span {
            color: #fff;
            font-size: 32px;
        }
        #clockdiv .smalltext {
            color: rgba(255, 255, 255, 0.6) !important;
            font-weight: 500;
        }
        /* #clockdiv>div::before {
            content: ":";
            color: var(--lightGrey);
            position: absolute;
            right: -22px;
            top: 50%;
            transform: translateY(-60%);
        }

        #clockdiv>div:last-child::before {
            content: "";

        } */
        #clockdiv .eventlive {
            max-width: 500px;
            font-size: 24px;
        }

        /* About section -------------------------------------- */
        .main-intro {
            max-width: 75%;
            text-align: center;
            margin: auto;
        }

        .main-intro strong {
            margin-bottom: 25px;
            font-size: 20px;
            display: block;
        }


        /* Why Attend section------------------------------------ */
        #whyAttend {
            padding-top: 80px;
        }

        #whyAttend .main-title {
            margin-bottom: 60px;
        }

        #whyAttend .headingOverlayText {
            color: var(--overlayHeadingTextColor2)
        }

        #whyAttend li i {
            color: var(--yellow);
        }

        .whiteText .main-title span {
            color: var(--yellow);
        }



        /* Agenda-------------------------------------------- */
        #agenda {
            background-color: #f1f1f1;
        }

        #agenda section .container>h3 {
            display: none;
        }

#agenda section h3 {
    font-size: var(--h4FontSize);
    font-weight: 500;
    padding-right: 30px;
    font-size: 16px;
    line-height: 20px;
}

        #agenda section {
            background: none !important;
        }

        #agenda .nav-tabs>li>a {
            color: var(--mainThemeColor) !important;
            background-color: var(--white) !important;

        }

        #agenda .nav>li>a:hover,
        .nav>li>a:focus {
        
            color: var(--mainThemeColor) !important;
        }

        #agenda .agenda-style-6 .time-box,
        #agenda .nav-tabs>li.active>a,
        #agenda .nav-tabs>li.active>a:hover,
        #agenda .nav-tabs>li.active>a:focus {
            background: var(--mainThemeColor) !important;
            color: var(--white) !important;

        }

        .nav-tabs>li.active>a:before,
        .nav-tabs>li.active>a:focus:before,
        .nav-tabs>li.active>a:hover:before {
            border-top-color: var(--mainThemeColor) !important;

        }

        div.speaker2[data-toggle="modal"] {
            cursor: pointer;
        }

        div.speaker2[data-toggle="modal"]:hover strong {
            color: var(--mainThemeColor);
        }

        .agenda-time span {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background: none !important;
}

        .nav-tabs>li.active>a:after,
        .nav-tabs>li.active>a:focus:after,
        .nav-tabs>li.active>a:hover:after {


            border-top-color: var(--mainThemeColor) !important;
        }
        /*Sponsors Section----------------------------------------*/
        .logos-list {
            text-align: center;
        }
        .logos-list img {
            display: inline-block;
            width: 100%;
            height: auto;
            max-width: 250px;
            margin: 5px;
            padding: 5px;
            border: solid 1px #eee;
            transition: all 0.2s ease;
        }
        .logos-list img:hover {
            box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
        }


        /* FAQs Section------------------------------------------- */
        .faq.padding {
            padding: 0
        }

        .faq .panel {
            background: var(--faqBgColor);
            padding: 24px 25px 24px;
            margin: 0 0 27px;
            border: none;
            border-radius: 15px;
            box-shadow: 0 1px 1px rgb(0 0 0 / 5%);

        }


        .faq .panel-heading {
            padding: 0 !important;
            background: 0 0 !important
        }

        .faq h4.panel-title a {
            text-decoration: none;
            cursor: pointer;
            outline: 0;
            line-height: 24px;
            color: var(--eventFontColor);
            font-family: var(--eventHeadingFont);
            font-weight: 700;
            text-transform: none;
        padding-left: 45px;
        }

        .faq .panel-collapse {
            text-decoration: none;
            cursor: pointer
        }

        .faq .panel-collapse .panel-body {
            width: 100% !important;
            padding-bottom: 0;
            border: none !important;
            padding-top: 9px;
            font-size: var(--eventFontSize) !important;
            font-family: var(--eventFont) !important;
            line-height: 24px !important;
            color: var(--eventFontColor) !important
        }

        .faq .panel-title>a:before {
            float: right !important;
            font-family: FontAwesome;
            content: ' ';
            padding-right: 5px;
            font-size: 19px;
            color: var(--mainThemeColor);
        }

        .faq .panel-title>a.collapsed:before {
            float: right !important;
            content: ' ';
        }

        .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;
        }
        .social_media img.linkdin_icon {
            max-width: 22px;
        }
        .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;
        }

        section.hero-sec{
            position: relative;
        }
     /* section.hero-sec::before {
    width: 600px;
    height: 100%;
    left: 0px;
    bottom: 0px;
    content: "";
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1758048496hero-ellipse-1-png1758048496.png) no-repeat;
    position: absolute;
    background-size: cover;
    z-index: -1;
    background-position: bottom;
} */

            div#top-element iframe {
            /* height: 900px !important; */
            height: 1280px !important;
        }
        /* div#top-element iframe {
    height: 1114px !important;
} */
.pagebreak-steps-main {
    padding-bottom: 0 !important;
}
.pagebreak-steps li.visited .circle {
    background: #000000;
    border-color: #000000;
}
.pagebreak-steps li.visited .circle:after {
    background: #000000;
}
.pagebreak-steps li.active h4 {
    color: #000000;
}

        div#whyUS {
            position: relative;
        }

        div#whyUS::before {
            /* width: 300px;
            height: 100%;
            left: 0px;
            top: 0px;
            content: "";
            background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757948386why-section-circle-gradient-png1757948386.png) no-repeat;
            position: absolute;
            opacity: 0.3;
            background-size: auto;
            z-index: -1;
            background-position: 0px;
            border-radius: 0% 50% 50% 0;
            backdrop-filter: blur(585.4765625px) */

                /* width: 600px;
            height: 100%;
            left:  0px;
            top: 0px;
            content: "";
            background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757948386why-section-circle-gradient-png1757948386.png) no-repeat;
            position: absolute;
            background-size: cover;
            z-index: -1;
            background-position: bottom; */
            /* opacity: 0.3; */
            /* border-radius: 0% 50% 50% 0; */
            /* backdrop-filter: blur(585.4765625px); */

                width: 300px;
                height: 400px;
                left: 0px;
                top: 0px;
                content: "";
                position: absolute;
                background-size: cover;
                z-index: -1;
                background-position: top;
                border-radius: 0% 50% 50% 0;
                filter: blur(585.4765625px);
                background: rgba(255, 163, 1, 1);

        }

        img.whyTopSec_img {
    max-width: 150px !important;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: -1;
}
        div#whyUS .container {
            position: relative;
            z-index: 1;
        }
        .sec_heading-icon {
        max-width: 100px !important;
            display: block;
            margin: auto;
        }

        .card_design1 {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(155, 38, 0, 0.05) 100%);
            min-height: 212px;
            height: 100%;
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            border-radius: 20px;
            flex-direction: column;
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0px 12px 40px -16px rgba(0, 0, 0, 0.5);
            margin: 20px 0;

        }

        .card_design1 .title{
        color: rgba(255, 163, 1, 1);
        }
        
        .card_design1 .text {
            font-size: 14px;
        }

        .line-icon {
            margin: 0 auto;
            display: block;
            margin-bottom: 20px;
        }


        div#whoShouldAttend {
            position: relative;
        }
        div#whoShouldAttend::after {
            /* width: 600px;
            height: 100%;
            right: 0px;
            top: 0px;
            content: "";
            background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757956016ellipse-2-png1757956016.png) no-repeat;
            position: absolute;
            background-size: cover;
            z-index: -1;
            background-position: top; */
            /* opacity: 0.3; */
            /* border-radius: 0% 50% 50% 0; */
            /* backdrop-filter: blur(585.4765625px); */
             width: 300px;
            height: 400px;
            right: 0px;
            bottom: 0px;
                content: "";
                position: absolute;
                background-size: cover;
                z-index: -1;
                background-position: bottom;
                border-radius: 0% 50% 50% 0;
                filter: blur(600px);
             background: rgba(42, 83, 255, 1);

        }

        

        div#whoShouldAttend .container {
            position: relative;
            z-index: 1;
        }
        div#whoShouldAttend .main-title .gradient{
                background-image: linear-gradient(90deg, #000000 0%, #1D7483 100%);
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent;
                color: transparent;
        }
        div#whoShouldAttend .main-title span {
            color:  rgba(42, 83, 255, 1) !important;
        }

        .card_design2 {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(27, 104, 118, 0.08) 100%);
            padding: 20px;
            border: 1px solid rgba(9, 101, 126, 0.56);
            min-height: 150px;
            height: 100%;
            box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            margin: 20px 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
        }

        .card_design2 .title {
            color: rgba(42, 83, 255, 1);
        }
        section.agenda-sec {
    position: relative;
}
/* section.agenda-sec::before {
    width: 600px;
    height: 100%;
    right: 0px;
    top: 0px;
    content: "";
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1758047840ellipse-3-png1758047840.png) no-repeat;
    position: absolute;
    background-size: cover;
    z-index: -1;
    background-position: top;
} */

        div#agenda {
            position: relative;
           background: linear-gradient(178.34deg, #000000 -1.8%, #123F54 122.23%);
            border-radius: 28px;

        }
        div#agenda .agendaTop-icon {
            position: absolute;
            right: 10%;
            top: -1%;
            max-width: 145px !important;
        }


        div#agenda .main-title .gradient{
                /* background-image: linear-gradient(90deg, #FFFFFF 0%, #F6D1FF 100%);
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent;
                color: transparent; */
                color: #fff !important;
        } 
        div#agenda .main-title span {
            color: rgba(69, 195, 255, 1) !important;
        }

        div#agenda * {
            color: #fff;
        }

        div#agenda .agendaDays {
            border: 1.66px dashed rgba(255, 228, 217, 1);
            border-radius: 20px;
            padding: 40px 50px;
            margin: 60px 0 40px 0;
        }
    div#agenda .agendaDays .agendaDays-heading {
    display: inline-block;
        margin-top: -6.5%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-size: 68px;
        background: #0e0012;
        padding-left: 30px;
        padding-right: 30px;
    }

     div#agenda .agendaDays .agendaDays-heading.second_color {
    background: #0a2431 !important;
}

    div#agenda .agendaDays .sub_heading {
    font-size: var(--h4FontSize);
    font-weight: 600;
    margin: 30px 0;
    width: 100%;
    max-width: 100%;
}
div#agenda .agendaDays .agenda_row {
 background: rgba(69, 195, 255, 0.2);

    padding: 15px 30px;
    margin: 20px;
    border-radius: 20px;
}
div#agenda .agendaDays .agenda_row .agenda_row-title {
    font-weight: 500;
}
 
div#agenda .agendaDays .agenda_logo_row {
    /* background: linear-gradient(168.82deg, #FFFFFF 8.25%, #F8D9FF 174.47%); */
    background: linear-gradient(168.82deg, #FFFFFF 8.25%, #ADE5FF 174.47%);

    padding: 40px 60px;
    border-radius: 20px;
}
div#agenda .agendaDays .agenda_logo_row .agenda_logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
     column-gap: 52px;
    row-gap: 20px;
}
div#agenda .agendaDays .agenda_logo_row .agenda_logos img {
    min-width: 175px !important;
    width: 100% !important;
    max-width: 175px;
    transition: 0.3s all;
}
/* div#agenda .agendaDays .agenda_logo_row .agenda_logos img:hover {
        box-shadow: 0px 12px 40px -16px rgba(0, 0, 0, 0.5);
} */
div#agenda .agendaDays .agenda_logo_row .agenda_logos img:hover {
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.5));
}
div#agenda .agendaDays .agenda_row:last-child {
    margin-bottom: 0;
}
div#agenda .vfairsBtn {
    /* background: linear-gradient(94.54deg, #C34CDF -26.1%, #65007C 110.05%); */
    background: rgba(69, 195, 255, 1);
    color: #000 !important;
    border-radius: 16px;
    border: 0;
    box-shadow: 0px 0px 31.5px 0px rgba(69, 195, 255, 0.8);
}
div#agenda .vfairsBtn:hover{
        box-shadow: 0px 0px 8.5px 0px rgba(69, 195, 255, 0.8);
}
.muted_text {
    color: #ffffffbf !important;
}
div#speakerSec{
    position: relative;
}

/* div#speakerSec .speakerTopSec_img {
    max-width: 150px !important;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: -1;
} */
div#speakerSec .speakerTopSec_img {
    max-width: 200px !important;
    position: absolute;
    right: -90px;
    top: -24px;
    z-index: -1;
    transform: rotate(28deg);
}
div#speakerSec .main-title span {
    color: #0B996F;
}

div#speakerSec .sub-title {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: rgba(11, 153, 111, 1);
    margin: 30px 0;
}
.card_design3 {
    border-radius: 16px;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 30px;
    min-height: 232px;
}

.card_design3 .text {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
    color: rgba(6, 97, 70, 1);
}
div#speakerSec .vfairsBtn.btnWhite {
    border-color: #0B5741;
    color: rgba(11, 153, 111, 1);
}
.vfairsBtn.btnWhite.rounded.fw-light {
    font-weight: 500;
}
div#speakerSec .vfairsBtn.btnWhite:hover{
    background: #0B5741;
    color: #fff;
}
   
div#boardMembers {
    position: relative;
}

div#boardMembers .row {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    width: 100%;
}

div#boardMembers .memberTopSec_img {
    max-width: 150px !important;
    position: absolute;
    left: 0;
    top: -40px;
    z-index: -1;
}

.memberSec_line {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.members_card .member_card_image
 {
    max-width: 172px;
}
.members_card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.members_card .member_card_image {
    max-width: 172px;
    width: 100%;
    background-size: cover;
    background-color: #fff;
    border-radius: 50%;
}
.members_card .img_container
 {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1757973703member-vector-img-png1757973703.png) no-repeat;
    width: 232px;
    height: 232px;
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.members_card .social_media .socialIcons {
    box-shadow: 0px 9.24px 27.73px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    align-items: center;
    width: 120px;
    justify-content: center;
    /* margin-top: -40px; */
    background: #fff;
    margin: auto;
    margin-top: -40px;
}
.members_card .social_media ul.socialIcons li{
    margin-bottom: 0;
}
.members_card .social_media ul.socialIcons .fa {
    color: rgba(116, 13, 141, 1);
}
div#faqs {
    /* background: linear-gradient(178.34deg, #000000 -1.8%, #3D1F00 122.23%); */
  background: linear-gradient(178.34deg, #000000 -1.8%, #30003B 122.23%);
     border-radius: 28px 28px 28px 28px;
    margin-bottom: 80px;
}
div#faqs .main-title span {
  color: rgba(238, 169, 255, 1);

}
div#faqs .main-title {
    color: #fff;
}
div#accordion1 {
    margin-top: 30px;
}
.accordian-container .panel-group {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.accordian-container .panel-group .panel.panel-default {
    width: 46%;
    margin-bottom: 0px;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
    background: rgba(255, 255, 255, 0.05);
}
.accordian-container .panel-group .panel.panel-default .num_icon {
    display: none;
}
.accordian-container .panel-group h4.panel-title a {
    padding-left: 0;
    color: #fff !important;
}
.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding-left: 0;
    padding-right: 0px !important;
    color: #fff !important;

}
.faq p{
        color: #fff;
    font-family:var(--eventFont);
    font-size: 16px;
    line-height: normal;
    text-align: left;
}
.footer_counter {
    background: linear-gradient(99.27deg, #992E00 20.23%, #FF6900 55.81%, #FF8904 91.4%);
    border-radius: 30px;
    padding: 25px 50px;
    position: relative;
    margin: 50px 0;
    background: linear-gradient(226.9deg, #2A53FF 0%, #9622FF 46%, #E88EFF 100%),linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28));

}
 .footer_counterLeftImg {
    position: absolute;
    left: -3.5%;
}
.footer_counter .title {
    color: #fff;
}
.footer_counter .title .des {
    color: #fff;
    text-align: left;
}   
.footer_counter .vfairsBtn {
    color: rgba(28, 14, 1, 1) !important;
    /* background: linear-gradient(90deg, #FFFFFF 0%, #FFE4C3 100%); */
    /* box-shadow: 0px 0px 23.5px 0px rgba(144, 43, 0, 1); */
    background: #fff;
    transition: 0.3s all;
}
/* .footer_counter .vfairsBtn:hover{
        box-shadow: 0px 0px 8.5px 0px rgba(144, 43, 0, 0.3);
} */
.footer_counter .counter_title {
    /* color: rgba(107, 56, 2, 1); */
    color: #fff;
    max-width: 380px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    margin-top: 20px;
}
.footer_counter .countdown-container {
    width: 100%;
}

.footer_counter .countdown-container div#clockdiv_100 {
    width: 100%;
    font-family: var(--eventHeadingFont);
    color: var(--mainThemeColor);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
}
.footer_counter .countdown-container div#clockdiv_100>div{
    position: relative;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 18px;
    padding: 10px;
    display: inline-block;
}
.footer_counter .countdown-container div#clockdiv_100 div > span {
    padding: 7px 10px 0;
    border-radius: 3px;
    background: none;
    display: block;
    line-height: 1em;
    min-width: 78px;
        color: #fff;
    font-size: 32px;
}
.footer_counter  .smalltext {
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 500;
    font-size: var(--eventFontSize);
    padding-bottom: 3px;
}
.footer_counter .countdown-container .counter-title {
    padding-left: 40px;
    font-size: 24px;
}

.vfairsBtn:hover img.button_arrow-svg {
    transform: translateX(5px);
}

.footer_copyright {
    text-align: center;
    margin-top: 30px;
}
.footer_copyright .copyright_text {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);

}
.footer_copyright .copyright_text a{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
}
.footer_copyright .copyright_text a:focus{
    outline: none;
}
.agendaDays .divider-right{
border-right: 2px solid;
    border-image: linear-gradient(to bottom, rgba(17, 52, 69, 1), rgba(7, 23, 31, 1)) 1;
}
section.faq-sec {
    position: relative;
}
section.faq-sec img.faqTopSec_img {
    max-width: 150px !important;
    position: absolute;
    left: -30px;
    top: -100px;
    z-index: -1;
}
div#boardMembers .main-title span {
    color: rgba(116, 13, 141, 1);
}

div#boardMembers::before {
    width: 300px;
    height: 400px;
    right: 0px;
    top: 0px;
    content: "";
    position: absolute;
    z-index: -1;
    background-position: top;
    border-radius: 0% 50% 50% 0;
    filter: blur(585.4765625px);
    background: linear-gradient(180deg, #9642CC 0%, #5A29CC 100%);
}
img.members_card-logo {
    object-fit: contain;
    max-width: 100px;
    height: 50px;
}


/* .slideSponsors .sponsor_img { max-width: 140px; height: 140px; object-fit: contain; } */

.slideSponsors .sponsor_img {
     max-width: 130px;
    height: 130px;
    object-fit: contain;
    margin: 0 auto;
    aspect-ratio: 2/3;
    margin: 0 auto;
}
section#IndustrySponsors {
    position: relative;
}
section#IndustrySponsors  img.IndustrySponsors_img {
    max-width: 200px !important;
    position: absolute;
    right: -30px;
    top: -34px;
    z-index: -1;
}
section#IndustrySponsors h3.main-title span
 {
    display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: var(--h3FontSize);
    text-transform: capitalize;
}

div#vid {
    position: relative;
}

div#vid  img.vidBottomSec_img {
    max-width: 230px !important;
    position: absolute;
    left: 0px;
    bottom: -34px;
    z-index: -1;
}

.owl-carousel.slideSponsors .owl-prev, .owl-carousel.slideSponsors .owl-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.owl-carousel.slideSponsors .owl-prev {
    left: -25px;
}
 .owl-carousel.slideSponsors .owl-next {
    right: -25px;
}

.owl-carousel.slideSponsors .owl-prev, .owl-carousel.slideSponsors .owl-next {
    height: 100%;
    width: 200px;
    background: linear-gradient(168.82deg, #ffffff 8.25%, #ffffffad 174.47%) !important;
    z-index: 1;
    filter: blur(5px);
}

        @media (max-width: 1024px) {
            div#vid  img.vidBottomSec_img {
    max-width: 150px !important;
}
            section#IndustrySponsors img.IndustrySponsors_img {
    max-width: 150px !important;
}
            .agendaDays .divider-right{
                border-right:none;
                border-bottom: 2px solid;
    border-image: linear-gradient(to right, rgba(17, 52, 69, 1), rgba(7, 23, 31, 1)) 1;
            }

            div#agenda .agendaDays .agendaDays-heading {
                font-size: var(--h1FontSize);
                 margin-top: -10.5%;

            }

        .main_top_area .title {
            text-align: left;
            font-size: 100px;
        }
           div#top-element iframe {
            /* height: 1100px !important; */
            height: 1790px !important;
        }
        }




        @media (max-width: 768px) {

            section#IndustrySponsors img.IndustrySponsors_img {
    max-width: 100px !important;
}
   
    section.hero-sec::before ,section.agenda-sec::before{
    content: unset !important; 
    }
            .footer_counter .title {
                font-size: 26px;
            }
            .footer_counterLeftImg {
                top: -2.5%;
            }
            .footer_counter {
                padding: 25px 30px;
            }
            .footer_counter .counter_title {
                font-size: 24px;
            }
            .footer_counter .countdown-container .counter-title{
                padding-left: 0;
            }
            .footer_counter .countdown-container div#clockdiv_100>div{
                margin-right: 0;
                margin-bottom: 10px;
            }
        .main_top_area .title {
            text-align: left;
            font-size: 60px;
        }
        }


        @media (max-width: 767px) {
               div#vid  img.vidBottomSec_img {
    max-width: 100px !important;
}
          .slideSponsors .sponsor_img{
    aspect-ratio: 1;

            }
          .owl-carousel.slideSponsors .owl-prev, .owl-carousel.slideSponsors .owl-next {
                width: 70px;
            }
            .accordian-container .panel-group .panel.panel-default {
                width: 100%;
            }
        .sec_heading-icon {
            max-width: 70px !important;
        }
            div#agenda .agendaTop-icon {
            max-width: 80px !important;
        }
            .countdown-container {
            width: 100%;
            align-items: center;
        }
            #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;
        }
        }
.members_card {
    text-align: center;
    cursor: pointer;
}

        @media (max-width: 575px) {
            div#boardMembers .main-title span {
                color: rgba(116, 13, 141, 1);
            }
            .vfairsBtn {
                font-size: 14px;
            }
            div#speakerSec .speakerTopSec_img,div#boardMembers .memberTopSec_img,img.whyTopSec_img,section.faq-sec img.faqTopSec_img {
                max-width: 80px !important;
            }
            section.faq-sec img.faqTopSec_img{
             top: -68px;

            }
            div#agenda .agendaDays .subsmall_text img {
                display: block;
                margin: 0 auto;
            }
            div#agenda .agendaDays .agenda_row {
                padding: 15px 20px;
                margin: 20px 0;
            }
            
            div#agenda .agendaDays {
                padding: 40px 10px;
            }
            div#agenda .agendaDays .agendaDays-heading{
                margin-top: -22.5%;
            }
            div#top-element iframe {
            /* height: 1100px !important; */
            height: 2150px !important;
        }
            /* div#top-element iframe {
            height: 1400px !important;
        } */
            .main_top_area .title {
            text-align: left;
            font-size: 50px;
        }
            .main-intro {
                max-width: 100%;
            }

            .headingOverlayText {
                display: none !important;
            }

            .main-title span {
                font-size: 18px;
            }

           section#IndustrySponsors h3.main-title span, h3.main-title {
                font-size: 30px;
            }

            .two-btns {
                margin: 0px 0 50px;
            }

            .simple-section {
                padding: 30px 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: 15px;

            }

            #clockdiv>div>span {
                min-width: 50px;
            }

            #clockdiv {
                font-size: 40px;
            }

            #clockdiv .smalltext {
                font-size: 12px;
            }
            .countdown-container {
                padding: 15px 4px;
            }
            #clockdiv>div {

                margin-right: 3px;
            }

            /* #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;
        }

        }
        .block-overlay.Restream_Webinar {
            display: none !important;
        }
        #LoginModal .modal-dialog {
                width: 100%;
                max-width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0;
            }
            #LoginModal .modal-dialog .modal-content {
                max-width: 350px;
                width: 100%;
                background: #f3f4f6;
                padding: 20px 20px 10px;
            }
            #LoginModal .modal-dialog .modal-header {
                padding: 9px 15px 20px;
                background: transparent !important;
                border: 0;
            }
            #LoginModal .modal-dialog .modal-header .modal-title {
                color: #f36531;
                font-weight: 600;
                font-size: 22px;
            }
            #LoginModal .modal-dialog .modal-header .close {
                position: absolute;
                right: 10px;
                top: 10px;
                color: #000000;
                opacity: 0.6;
                font-size: 32px;
                font-weight: 100;
            }
            #LoginModal .modal-dialog .modal-body {
                padding-top: 0;
                padding-bottom: 0;
            }
            #LoginModal .modal-dialog .modal-body .form-group {
                margin-bottom: 0;
                position: relative;
            }
            #LoginModal .modal-dialog .modal-body .control-label {
                color: #344054;
                font-size: 14px;
                padding-bottom: 5px;
                font-family: 'Avenir';
                font-weight: 500;
                margin-bottom: 0;
            }
            #LoginModal .modal-dialog .modal-body .form-control {
                color: #6c757d;
                border-radius: 6px;
                height: 45px;
                padding: 15px 15px 13px;
                font-size: 13px;
                box-shadow: none;
            }
            #LoginModal .modal-dialog .modal-body input#LoginEmail {
                padding-left: 35px !important;
            }
            #LoginModal .modal-dialog .modal-body .form-group.group-email::before {
                content: '';
                position: absolute;
                left: 10px;
                top: 44px;
                width: 20px;
                height: 20px;
                z-index: 1;
                background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
                background-position: center center !important;
                background-repeat: no-repeat;
                background-size: contain;
            }
            #LoginModal .modal-dialog .modal-body input#Password {
                padding-left: 35px !important;
            }
            #LoginModal .modal-dialog .modal-body .form-group.grp-password-field::before {
                content: '';
                position: absolute;
                left: 10px;
                top: 44px;
                width: 20px;
                height: 20px;
                z-index: 1;
                background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767lock2-icon-png1685016767.png') !important;
                background-position: center center !important;
                background-repeat: no-repeat;
                background-size: contain;
            }
            #LoginModal .modal-dialog .modal-body .ResponseBox {
                color: red;
                font-weight: 100;
                font-family: 'Avenir';
                margin-top: 10px;
                font-size: 14px;
                line-height: 16px;
            }
            #LoginModal .modal-dialog #login-footer {
                border: 0;
                padding: 20px 15px 0;
            }
            #LoginModal .modal-dialog #login-footer .row {
                display: flex;
                flex-direction: column;
                margin: 0.25rem;
            }
            #LoginModal .modal-dialog #login-footer .col-sm-4 {
                width: 100%;
                margin-bottom: 15px;
                padding: 0;
                order: inherit;
            }
            #LoginModal .modal-dialog #login-footer .col-sm-4 .btn.btn-default {
                display: none;
            }
            #LoginModal .modal-dialog #login-footer .col-sm-4 .btn-darkgrey {
                width: 100%;
                margin: 0 !important;
                padding: 12px 12px 12px;
                border-radius: 5px !important;
                text-transform: uppercase;
                box-shadow: none;
                outline: none;
            }
            #LoginModal .modal-dialog #login-footer .col-sm-8 {
                width: 100%;
                max-width: 100%;
                flex-flow: wrap;
                flex-direction: column-reverse;
            }
            #LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey {
                background: transparent !important;
                color: #686a6e !important;
                font-weight: 500 !important;
                font-family: 'Avenir';
                padding: 0;
                font-family: 'Avenir';
                font-weight: 600;
                box-shadow: none;
                outline: none;
            }
            #LoginModal .modal-dialog #login-footer .col-sm-8 button.btn-darkgrey:hover {
                text-decoration: underline;
            }
            #LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey {
                background: transparent !important;
                color: #80bded !important;
                font-weight: 500 !important;
                font-family: 'Avenir';
                font-size: 14px;
                padding: 20px 5px 5px 5px;
                box-shadow: none;
                outline: none;
            }
            #LoginModal .modal-dialog #login-footer .col-sm-8 a.btn-darkgrey:hover {
                text-decoration: underline;
            }
            #forgot-pwd-modal .modal-dialog {
                width: 100%;
                max-width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0;
            }
            #forgot-pwd-modal .modal-dialog .modal-content {
                max-width: 350px;
                width: 100%;
                background: #f3f4f6;
                padding: 20px 20px 10px;
            }
            #forgot-pwd-modal .modal-dialog .modal-header {
                padding: 9px 15px 20px;
                background: transparent !important;
                border: 0;
            }
            #forgot-pwd-modal .modal-dialog .modal-header .modal-title {
                color: #f36531;
                font-weight: 600;
                font-size: 22px;
            }
            #forgot-pwd-modal .modal-dialog .modal-header .close {
                position: absolute;
                right: 10px;
                top: 10px;
                color: #000000;
                opacity: 0.6;
                font-size: 32px;
                font-weight: 100;
            }
            #forgot-pwd-modal .modal-dialog .modal-body {
                padding-top: 0;
                padding-bottom: 0;
                margin-bottom: 15px;
            }
            #forgot-pwd-modal .modal-dialog .modal-body .form-group {
                margin-bottom: 0;
                position: relative;
            }
            #forgot-pwd-modal .modal-dialog .modal-body .control-label {
                color: #344054;
                font-size: 14px;
                padding-bottom: 5px;
                font-family: 'Avenir';
                font-weight: 500;
                margin-bottom: 0;
            }
            #forgot-pwd-modal .modal-dialog .modal-body .form-control {
                color: #6c757d;
                border-radius: 6px;
                height: 45px;
                padding: 15px 15px 13px;
                font-size: 13px;
                box-shadow: none;
            }
            #forgot-pwd-modal .modal-dialog .modal-body input#resetemail {
                padding-left: 35px !important;
            }
            #forgot-pwd-modal .modal-dialog .modal-body .form-group:first-child::before {
                content: '';
                position: absolute;
                left: 10px;
                top: 44px;
                width: 20px;
                height: 20px;
                z-index: 1;
                background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png') !important;
                background-position: center center !important;
                background-repeat: no-repeat;
                background-size: contain;
            }
            #forgot-pwd-modal .modal-dialog .modal-body .FormResponseSuccess {
                color: red;
                font-weight: 100;
                font-family: 'Avenir';
                margin-top: 10px;
                font-size: 14px;
                line-height: 16px;
            }
            #forgot-pwd-modal .modal-dialog .modal-body .FormResponseError {
                color: red;
                font-weight: 100;
                font-family: 'Avenir';
                margin-top: 10px;
                font-size: 14px;
                line-height: 16px;
            }
            #forgot-pwd-modal .modal-dialog .modal-body .has-error .help-block {
                color: red;
                font-weight: 100;
                font-family: 'Avenir';
                margin-top: 10px;
                font-size: 14px;
                line-height: 16px;
            }
            #forgot-pwd-modal .modal-dialog .modal-footer {
                border: 0;
                padding: 20px 15px 0;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column-reverse;
            }
            #forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default {
                text-transform: capitalize;
                box-shadow: none !important;
                background: transparent !important;
                color: #686a6e;
                font-family: 'Avenir';
                font-weight: 500 !important;
                outline: none;
                padding: 0;
                border: 0;
                display: none;
            }
            #forgot-pwd-modal .modal-dialog .modal-footer .btn.btn-default:hover {
                text-decoration: underline;
            }
            #forgot-pwd-modal .modal-dialog .modal-footer .btn-darkgrey {
                background: #f36531 !important;
                color: #fff;
                font-family: 'Avenir';
                font-size: 14px;
                width: 100%;
                margin: 0 0 25px !important;
                padding: 12px 12px 12px;
                border-radius: 5px !important;
                text-transform: uppercase;
                box-shadow: none;
                outline: none;
                font-weight: 600;
            }
        /*#grp_fld_1530488 > label:first-of-type {
            display: none !important;
        }*/


        .fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:" ";
	font-size:1.2em;
}

.pagebreak-btns .btn.primary {
    background: #9622FF;
    border: 1px solid #9622FF;
    color: #FFD;
    min-width: 180px;
    margin-bottom: 10px;
}
.pagebreak-btns {
    justify-content: center;
}
.pagebreak-btns .btn.primary {
    background: linear-gradient(88.3deg, #2B0D44 -18.98%, #7444CF 118.08%) !important;
    border: 1px solid #9622FF !important;
    color: #ffffff;
    min-width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 15px !important;
    transition: 0.3s all;
    font-family: 'Poppins';
}
.pagebreak-btns .btn.primary:hover{
    background: linear-gradient(88.3deg, #2B0D44 -18.98%, #7444CF 118.08%) !important;
    opacity: 0.8;
}
.pagebreak-btns .btn
{
    min-width: 100%;
    margin-bottom: 10px;
    font-size: 16px !important;
    border-radius: 15px !important;
    transition: 0.3s all;
    font-family: 'Poppins';
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 80%);
    background: #fff !important;
}
.pagebreak-btns .btn:hover {
    background: #b7b7b7 !important;
}
.pagebreak-steps li.visited::after {
    background: #E88EFF !important;
}
.pagebreak-steps li.visited .circle {
    background: #E88EFF !important;
    border-color: #E88EFF !important;
}
.pagebreak-steps li.visited .circle:after {
    background: #E88EFF !important;
}
.pagebreak-steps li .page_break_heading {
    color: #000000 !important;
}
div#agenda .agenda_title {
    font-size: 24px;
    color: rgba(146, 207, 235, 1);
    padding-left: 20px;
}

 .members_card p.intro {
    display: none;
}

section.agenda-style-6 {
    background: #fff !important;
    padding: 0 !important;
}
section.agenda-style-6 h3.main-title {
    display: none;
}
section.agenda-style-6 .nav-tabs>li.active>a,section.agenda-style-6 .nav-tabs>li.active>a:hover,section.agenda-style-6 .nav-tabs>li.active>a:focus {
    background: #123F54 !important;
    color: #fff;
}
.agenda-style-6 .time-box{
    background: #123F54 !important;
}
.agenda-style-6 .detail-box h3 {
    font-size: 24px;
}
.agendaDays.day1Agenda section#agenda h4.group-title[aria-label="Day 2 LP Agenda"] ~ .webinarsdescription
 {
    display: none;
}

.agendaDays.day2Agenda h4.group-title[aria-label="Day 1 Lp Agenda"] ~ .webinarsdescription {
    display: none;
}
.agendaDays.day2Agenda h4.group-title[aria-label="Day 2 LP Agenda"] ~ .webinarsdescription {
    display: block !important;
}
 



/*Agenda*/
.hide-content p {
    margin: 0;
}
.speaker.mh-60 img {
    border-radius: 50%;
    margin-right: 10px;
}
.webinarsdescription h3 {
  margin: 0;
  cursor:pointer;
    font-size: 20px;
    font-weight: 600;
}
.webinarsdescription .agenda-time span {
    font-size: 20px;
    font-weight: 600;
}
.webinarsdescription {
    background: #f2f2f2;
    padding: 15px 25px;
    margin: 0 0 15px;
    border: none;
    border-radius: 8px;
}
.hide-content {
      padding-top: 20px;
    display: none;
}
h3.main-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}
.agenda-time {
    display: inline-block;
}
.agenda-time img {
    width: 30px;
    margin-right: 10px;
}
.speaker.mh-60 {
    display: flex;
    flex-wrap: wrap;
align-items: center;
    margin-top: 20px;
}
.group-title{
padding: 10px;
background-color: #cf4e25;
border-radius: 6px;
font-size: 30px;
color: #fff;
}
.agenda-style-5 {
    padding: 50px 0px;
}
h3.main-title {
    text-align: center;
    font-size: 36px;
}
.webinarsdescription h3:before{
color: #cf4e25 !important;
font-size:30px !important;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
content: "\f106";
right: 15px;
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 h3.active:before{
content:"\f107";
right: 15px;
position: absolute;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: all 0.5s;
}
.speaker.mh-60 img {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1637318330dummy-png1637318330.png);
    background-size: 100% 100%;
    padding: 1px;
}
.modal-dialog .modal-body p {
    padding: 0 !important;
    margin-top:0px;
}
@media screen and (max-width: 767px){
.agenda-time {
    margin-bottom: 10px;
}
.webinarsdescription h3:before,.webinarsdescription h3.active:before{
  right:0px;
}
}
.session-location {
    display: flex;
    align-items: center;
}
.session-location img {
    margin-right: 5px;
    width: 18px;
}