/* Event Font --------------------------*/
@import url("https://use.typekit.net/ymq7cwd.css");

/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #329ba6;
    --mainThemeColor-rgb: 226, 93, 43;
    --mainThemeColor2: #329ba6;
    --eventFontColor: #333;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: "proxima-nova";
    --eventHeadingFont: "proxima-nova";
    --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: 16px;




}
h1.main__heading {
    font-size: 45px !important;
    text-transform: capitalize;
}
p.bootm__text {
    font-size: 20px!important;
    line-height: 25px!important;
    color: #fff!important;
}
.company-logos {
    flex-wrap: wrap !important;
    display: flex !important;
    justify-content: center !important;
}

.agenda-row .time {
    background: var(--mainThemeColor) !important;
    border-bottom: 1px solid var(--mainThemeColor) !important;
}

section#who-attend .curve {
    display: none;
}

/* General-------------------------- */


body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize) !important;
    color: var(--eventFontColor);
    line-height: 26px;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body>.header-content {
    position: relative;
    background: var(--black);
}

.allSpeakers {
    display: none;
}

a#viewSpeakers {
    display: inline-block;
    background: #a427e2;
    padding: 8px 14px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

section#speakers {
    background: #fff;
    padding: 30px 0 80px;
}

.simple-section.sp1 {
    background: #f3f3f3 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1728972047picture1-1-png1728972047.png) no-repeat;
    background-size: 100% 138%;
}

.sp1 .row .col-sm-6 div {
    border: 3px solid #a427e2;
    height: 100%;
    border-radius: 30px;
}

.sp1 .row {
    display: flex;
    flex-wrap: wrap;
}

.sp1 .row .col-sm-6 div img {
    border-radius: 30px;
}

.sp1 .row .col-sm-6:nth-of-type(1) div {
    padding: 30px;
    background: #fff;
}

.sp1 .row .col-sm-6:nth-of-type(1) div p {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.sp1 .row .col-sm-6:nth-of-type(1) div p span {
    color: #a427e2;
    font-weight: 600;
}

.simple-section.sp2 {
    background: #f3f3f3;
}

.simple-section.sp2 li {
    font-size: 22px;
    line-height: 1.3;
    margin: 5px 0px;
}

.simple-section.sp2 li strong {
    font-size: 24px;
}

.section.sponsors-page .why-box p {
    font-size: 22px;
    font-weight: 700;
}

.simple-section.sp3 {
    background: #f3f3f3 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1728972047picture1-1-png1728972047.png) no-repeat;
    background-size: 100% 100%;
}

.speaker_container {
    margin-bottom: 30px;
}

.simple-section.sp3 .container div {
    max-width: 85%;
    margin: 0 auto;
    border: 3px solid #a427e2;
    border-radius: 30px;
    background: #fff;
    padding: 30px;
}

.simple-section.sp3 .container p {
    font-size: 22px;
}

#who-attend {
    background: #f1f1f1;
    position: relative;
}

.curve {
    transform: translate(0px, -173.505px) rotate(0deg);
}

.curve img {
    position: absolute;
    width: 100%;
}

#home-agenda .agenda-row .agenda-body h3 {
    font-size: 20px;
    margin-top: 10px;
}

#home-agenda .agenda-row {
    margin: 0;
}

#home-agenda .agenda-time span {
    padding: 5px 15px;
}

#home-agenda .agenda-row .agenda-body {
    padding: 0 15px 5px;
    margin-top: 10px;
}

#home-agenda .col-sm-10 h3 {
    font-size: 20px;
    margin: 0;
}

#home-agenda .row {
    padding-bottom: 0px;
}

#home-agenda h2 {
    font-size: 30px;
}

.simple-section {
    padding: 60px 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);
}

#ticket,
#who-will-attend {
    background: var(--mainThemeColor2) url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1746539708layer-1-png1746539708.png') no-repeat;
    background-size: cover;
}

#who-will-attend .row {
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    padding: 15px;
}

h4.form-heading {
    font-size: 0px;
}

body>p:first-of-type {
    margin: 0px;
}

span.webinar_time {
    text-transform: uppercase;
    color: var(--white);
}

/*
#agenda .agenda-rows.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
agenda .agenda-rows.active .agenda-row {
    width: 49%;
}*/
.nw-frm-bldr.reg-form-wrap {
    padding-top: 0px !important;
}

#agenda span.webinar_time em {
    font-style: normal;
    display: block;
}

/*.wa-box ul li {
    color: #a937e3;
}*/
.wa-box h4 {
    color: #a937e3 !Important;
}

#Cybersecurity {
    background: #14e0c5 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1728367426download-1-png1728367426.png);
}

#cybersecurity .career-row .why-box {
    display: flex;
    align-items: center;
}

#cybersecurity .career-row .why-box p {
    font-size: 24px;
    line-height: 1.4;
}

/* Buttons------------------------------ */
.vfairs_btn {
    padding: 6px 15px;
    margin: 15px 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), 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);
}

.btnBlue {
    background: #1A2C54;
    color: #FFF;
    border: 2px solid #1A2C54;
}

.btnBlue:hover,
.btnBlue:focus {
    background-color: #FFF;
    color: #1A2C54;
    text-decoration: none;
}

.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;
    border: 2px solid;
}

.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: 36px;
    font-weight: 800;
    margin-top: 10px;
    color: var(--mainThemeColor);
    text-shadow: 5px 3px 8px #000;
    text-align: left !important;
}

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;
    color: var(--black);
    font-size: 52px;
    margin-bottom: 30px;
}

.main-title strong {
    font-size: 34px;
    color: var(--mainThemeColor);
}

.main-title span {
    color: var(--mainThemeColor);
    font-size: 30px;
    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;
}


.box-style1 {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    padding: 8px;
    border-radius: 20px;
    transition: all .5s ease;

}

.box-style1:hover {
    box-shadow: 0px 8px 24px rgba(180, 93, 188, 1);
    transform: scale(1.03);
}

.box-cotnent {
    background-color: #FFF;
    overflow: hidden;
    border-radius: 12px;

}

.box-cotnent .box-title {
    font-weight: bold;
    font-size: 21px;
    background-color: #2F0F38;
    padding: 16px;
    color: #FFF;
}

.box-body .bar {
    width: 100px;
    height: 4px;
    background-color: var(--mainThemeColor);
    margin: 10px 0 30px 0;
}

.box-padding {
    padding: 40px;
}


.wa-box {
    background-color: #FFF;
    padding: 20px 30px;
    border-radius: 20px;
    min-height: 500px;
}

.wa-box h4 {
    color: #B45DBC;
    max-width: 122px;
    min-height: 50px;
}

.wa-box ul {
    padding-left: 20px;
}

.col-md-3 .wa-box h4 {
    max-width: 200px;
}

/* Unordered list------------------------------- */

ul.checklist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.checklist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;

}

ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 18px;
    color: var(--mainThemeColor);
}

/* Event Logo----------------------------------- */
.event-logo img {
    margin: 12px 0px 12px 24px;
    max-width: 200px;
    border-radius: 6px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}

#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
}

a#RegisterBtn i {
    margin-right: 6px;
}

#main-nav a {
    color: var(--white);
    font-size: 18px;
    border-radius: 0px 0px 0px 20px !important;
    font-weight: normal;
    padding: 16px 16px;
    border-top: 3px solid transparent;
}

#main-nav a:hover, 
#main-nav a:focus {
    color: var(--white) !important;
    text-decoration: none;
    border-color: var(--mainThemeColor);
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.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(--black);
}

#main-nav .navbar-nav li.active a {
    color: var(--white) !important;
    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);
    text-transform: uppercase;
}

#LoginBtn i {
    font-size: 13px !important;
    display: inline-block;
    margin-right: 10px;
}

#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 */


.banner_video {
    /* uncomment to fix the height   height: 700px;*/
    overflow: hidden;
    position: relative;

}


@media screen and (min-width: 1060px) {
    .banner_video {
        height: 500px;
    }
}

.slider_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
}

@media (max-width: 767px) {
    .slider_content {
        padding: 40px;
        height: 100vh;
    }

    .banner_video video {
        height: 100vh;
        object-fit: cover;
    }
}



.main_top_area {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew/14098/content/files/1719392933main-banner-png1719392933.png")no-repeat center;

    background-size: cover;
    padding-top: 10%;
    padding-bottom: 6%;
    position: relative;
    min-height: 600px;
}

.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%); */
    background-color: #000 !important;
    position: absolute;
    opacity: 0.7;
}



.popup {
    width: 850px;
    margin: auto;
}

.popup .overlay {
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 26px 26px 12px 26px;
    border-radius: 30px;
    border: 6px solid var(--mainThemeColor);
    max-width: 560px;
    /*border-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor) 100%) 1;*/
}

.popup p {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.popup .col-sm-12 {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.popup h3 {
    color: #FFF;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
}

.e-title {
    font-weight: bold;
    color: #A427E2;
    font-size: 26px;
}


#date-info {
    line-height: 30px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    font-family: var(--eventFont);
}

#date-info p a {
    color: #FFF;
    text-decoration: underline;
}

#date-info p span {
    margin-right: 20px;
}



.two-btns {
    text-align: center;
    margin: 20px 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;
    font-weight: bold;
    min-width: 250px;
    text-transform: uppercase;
}


.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;
}

.bg-gradient {
    /* background: rgb(164, 39, 226);
    background: linear-gradient(90deg, rgba(164, 39, 226, 1) 0%, rgba(116, 103, 216, 1) 33%, rgba(88, 138, 210, 1) 66%, rgba(17, 230, 196, 1) 100%); */
    background-color: #f3f3f3;
    padding: 20px 0;
}

.highlights {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.highlights li {
    flex: 1;
    color: #FFF;
    text-align: center;
    padding: 20px 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.highlights li:last-child {
    border-right: none;
}

.highlights li h3 {
    color: #000;
    font-size: 30px;
}

.highlights li img {
    max-width: 60px;
}

.highlights li p {
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 600;
}

/*Registration Form---------------------*/
input[type="file"] {
    width: 40%;
}

.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
}

.page-heading {
    height: 1px;
}

form input[type=submit] {
    background: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    border-radius: var(--rounded) !important;
}

.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus {
    background: var(--darkgrey);
}

.reg-form-data input::file-selector-button {
    background: var(--mainThemeColor) !important;
}

.nw-frm-bldr .reg-form-data {
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.nw-frm-bldr .control-label {
    font-size: var(--smallText);
    font-family: var(--eventHeadingFont);
    color: var(--eventFontColor);
}

.reg-form-data .form-control {
    font-size: var(--smallText);
    font-family: var(--eventFont);
    color: var(--eventFontColor);
}

.nw-frm-bldr.reg-form-wrap>.row>.col-12,
.row.row-content>div>.container-fluid {
    padding: 0;
}


/*Thank you page-----------------------*/
.thanksWrapper {
    text-align: center;
    max-width: var(--halfWidth);
    margin: 20px auto;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 30px 50px 50px;
    width: 100%;
    max-width: 90%;
}

.thanksWrapper span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.thanksWrapper p {
    margin-top: 30px;
}

.full-page-container .col-lg-12 {
    min-height: 400px;

}

.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.row-content {
    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: -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 -------------------------------------- */

#about {
    background: #fff;
    margin-top: 0px;

}


#about .main-title {
    font-size: 30px;
    text-align: left;
}

.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}




/* Why Attend section------------------------------------ */
#why-attend {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1750773678brainstormbg-png1750773678.png') top center no-repeat;
    background-size: cover;
    width: 100%;
    color: #FFF;
    padding: 15px 0 35px 0px;
}

#why-attend .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.career-row .why-box {
    min-height: 166px;
    border: 4px solid #B45DBC;
    border-radius: 8px;
}

.career-row .why-box p {
    margin-bottom: 0;
}

.why-box {
    background-color: var(--white);
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    color: var(--black);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    min-height: 228px;
    height: 360px;
}

.why-box .why-box-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 25px;
    background: var(--black);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-box .why-box-icon img {}

.why-box p {
    font-size: 20px;
}


/* Agenda-------------------------------------------- */
#agenda {
    background-color: #F1F1F1;
}

#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 .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;

}

.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;
    filter: grayscale(100%);
}

.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 {
    background-color: #f3f3f3;
    padding: 30px;
}

#contact .main-title {
    color: var(--black);
}

.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: 767px) {
    .popup p {
        font-size: 32px;
        line-height: 1.3;
    }

    #agenda .agenda-rows.active .agenda-row {
        width: 100%;
    }

    #date-info span {
        font-size: 18px;
        line-height: 20px;
    }

    .popup h3 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .buttons-wrap {
        display: flex;
        flex-direction: column;
        padding: 40px;
    }

    .flip .row {
        display: block !important;
    }

    h1,
    .popup h1 {
        font-size: 26px;
        text-align: left;
    }

    .popup h3 {
        text-align: left;
    }

    .highlights {
        display: block;
    }

    .curvy-boxes .icon-box:nth-child(1),
    .curvy-boxes .icon-box:nth-child(4) {
        margin-bottom: 30px;
    }

    .vfairs_btn {
        margin: 15px 5px;
    }

    img.banner-logo {
        width: 50%;
    }

    #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) {
    .wa-box {
        min-height: auto;
        margin-bottom: 20px;
    }

    .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 0px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #date-info span {
        display: block;
        text-align: left;
    }

    .eventDate::after {
        content: "";
        margin-left: 0px;
    }

    .countdown-container {
        padding: 0px 19px 0px 5px;

    }

    #clockdiv>div>span {
        min-width: 50px;
    }

    #clockdiv {
        font-size: 40px;
    }

    #clockdiv .smalltext {
        font-size: 12px;
    }

    #clockdiv>div {

        margin-right: 13px;
    }

    #clockdiv>div::before {

        right: -11px;

    }

    .two-btns {
        border-radius: 29px;
        width: 100%;
        border: none;
    }

    .two-btns a {
        display: block;
    }

    .two-btns a:first-child {
        border: 2px solid var(--white);
        margin-bottom: 10px;
    }

}

.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;
}

.flip .row {
    display: flex;
    align-items: center;
}

.curvy-icons {
    /* display: flex;
    flex-flow: wrap;*/
    margin-top: 40px;
}




.curvy-icons .icon-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    min-height: 241px;
    border: 4px solid var(--mainThemeColor);
    transition: all .5s ease;
}



.curvy-icons .icon-box:hover {
    box-shadow: 0px 8px 24px rgba(180, 93, 188, 1);
    transform: scale(1.03);
}

.curvy-icons .icon-box img {
    width: 100%;
    height: auto;
    /*max-width: 60px;*/
    margin-bottom: 10px;
}

.curvy-icons .icon-box h4 {
    font-size: 28px;
    text-align: left;
    margin-top: 0px;
}

.curvy-icons .icon-box h5 {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    color: rgba(0, 0, 0, .7);
}

.icon-box a {
    padding: 6px 8px;
}

.icon-box .day1-date {
    background-color: #2F0F38;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    border-radius: 50px;
}

.icon-box p {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
}


#attendance p {
    max-width: 720px;
    margin: 40px auto;
}

#travel {
    background-color: var(--mainThemeColor);
    color: #fff;
    padding: 50px 0;
}

#travel p a {
    color: #fff;
    text-decoration: underline;
}

#travel p a:hover {
    color: var(--mainThemeColor2);
}

#supportcon {
    margin: 50px 0;
}

#supportcon h3 {
    margin-bottom: 30px;
}

.reg-form-data .col-12 input[type=submit] {
    color: #fff;
}

#CurvyBoxes {
    /* background: rgb(164, 39, 226);
    background: linear-gradient(90deg, rgba(164, 39, 226, 1) 0%, rgba(116, 103, 216, 1) 33%, rgba(88, 138, 210, 1) 66%, rgba(17, 230, 196, 1) 100%); */
    background-color: #f3f3f3;
}

.curvy-boxes .icon-box p {
    color: var(--black);
}

#CurvyBoxes .main-title {
    color: var(--black);
    margin-bottom: 30px;
}

.curvy-boxes {
    /* display: flex;
    flex-flow: wrap;*/
    margin-top: 30px;
}

.curvy-boxes .icon-box {
    /*width: 46%;
    margin: 2%;
    min-width: 210px;*/
    background: #fff;
    padding: 30px 30px;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
}

.curvy-boxes .icon-box img {
    width: 100%;
    height: auto;
    max-width: 60px;
    margin-bottom: 10px;
}

.curvy-boxes .icon-box h4 {
    font-size: 20px;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
}

.curvy-boxes .icon-box h5 {
    font-size: 18px;
    /* background: rgb(164, 39, 226);
    background: linear-gradient(90deg, rgba(164, 39, 226, 1) 0%, rgba(116, 103, 216, 1) 33%, rgba(88, 138, 210, 1) 66%, rgba(17, 230, 196, 1) 100%); */
    background-color: var(--white);
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: var(--black);
}

.curvy-boxes .icon-box:nth-child(odd) {
    top: -40px;
    position: relative;
}

.curvy-boxes .icon-box:nth-child(1),
.curvy-boxes .icon-box:nth-child(4) {
    border-radius: 0px 20px;
    background-color: var(--white);
    color: var(--black) !important;
}

#topics ul {
    list-style-type: none;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
}

#topics ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}

#topics ul li i {
    position: absolute;
    color: var(--black);
    vertical-align: middle;
    margin-right: 5px;
    top: 6px;
    left: 0;
}

/*CEO*/
#ceo-msg {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/14894/content/files/1724149019gredient-banner-png1724149019.png') top center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 550px;
    padding: 120px 0px;
}

#ceo-msg .testimonial-item {
    text-align: left;
    color: var(--white);
}

#ceo-msg h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 60px;
    max-width: 640px;
    padding: 0px 35px 0px 0px;
}

#ceo-msg h3 {
    color: var(--white);
    margin-bottom: 30px;
}

#ceo-msg .ceo-titles {
    float: left;
    padding-right: 60px;
}

#ceo-msg .ceo-titles p {
    color: var(--white);
    font-size: 20px;
    text-align: center;
}

#ceo-msg img {
    max-width: 350px;
}

#ceo-msg .bullets {
    top: 150px !important;
}

#speakers h4.modal-title,
#speakerspage h4.modal-title {
    color: #FFF;
}

#speakers .speaker_container h4,
#speakerspage .speaker_container h4 {
    color: var(--mainThemeColor);
}

#speakers .speaker_container:hover::after,
#speakerspage .speaker_container:hover::after {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30%;
}

#speakers .modal-body h4,
#speakerspage .modal-body h4 {
    color: var(--mainThemeColor);
}

#speakers .modal-header .close,
#speakerspage .modal-header .close {
    font-size: 30px;
}

#speakers .speaker_container:after,
#speakerspage .speaker_container:after {
    border: solid 1px var(--mainThemeColor);
}

#ticket .ticket-box {
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    margin-top: 40px;
    border: 4px solid var(--mainThemeColor);
    transition: all .5s ease;
    overflow: hidden;
}

#ticket .ticket-box:hover {
    box-shadow: 0px 8px 24px rgba(180, 93, 188, 1);
    transform: scale(1.03);
}


#ticket .ticket-box h4 {
    color: #FFF;
    font-size: 24px;
    margin: 0;
}

.ticket-date {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    background-color: #B45DBC;
    color: #FFF;
}

.ticket-box .ticket-head {
    color: #FFF;
    padding: 20px;
    background: rgb(112, 110, 205);
    background: linear-gradient(90deg, rgba(112, 110, 205, 1) 0%, rgba(104, 153, 202, 1) 100%);
    min-height: 117px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.ticket-detail {
    padding: 20px;
    /* min-height: 438px;*/
}

#ticket .ticket-box .ticket-price {
    font-size: 16px;
    font-weight: 600;
}

#ticket .ticket-box a {
    padding: 6px 35px;
}

.powered-by {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 15px;
}

.powered-by img {
    max-width: 150px;
}

.powered-by span {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
}


@media screen and (max-width: 767px) {
    section#home-agenda .agenda-row .agenda-body h3 {
        font-size: 24px;
    }

    #ticket .ticket-box {
        min-height: auto;
    }

    .powered-by {

        margin-bottom: 30px;
    }

    .powered-by span {

        font-size: 14px;

    }
}


.slick-arrow {
    background-color: var(--mainThemeColor);
    color: #FFF;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    bottom: -70px;
}



button.slick-next.slick-arrow {
    right: 46%;
}

button.slick-prev.slick-arrow {
    left: 46%;
}

.reg-form-wrap h3 {
    display: none !important;
}

span#grp_fld_1432366 {
    margin-top: 20px;
    display: block;
}

section#home-agenda .modal-title {
    background: var(--mainThemeColor);
}

section#home-agenda .modal-header {
    height: 100%;
    padding: 2px 12px;
}

section#home-agenda .modal-header .close {
    color: #fff !important;

}

.agenda-rows {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    border: 4px solid var(--mainThemeColor);
    transition: all .5s ease;
}

.agenda-rows:hover {
    box-shadow: 0px 8px 24px rgba(180, 93, 188, 1);
    /* transform: scale(1.03); */
}

section#home-agenda .nav-tabs li.active a,
section#home-agenda .nav-tabs li.active a:hover,
section#home-agenda .nav-tabs li.active a:focus {
    background: var(--mainThemeColor) !important;
    color: #fff !important;
}

section#home-agend .agenda-row {

    margin-bottom: 0px !important;
}

section#home-agenda {
    /*background: #f5f7fa url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1728972047picture1-1-png1728972047.png);*/
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

section#home-agenda .agenda-style-15 {
    background: #F1F1F1;
    padding: 50px 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/* .speaker_container{
    background: var(--mainThemeColor) !important;
} */
.speaker_img-src h4 {
    font-size: 26px !important;
}

.modal-header {
    background: var(--mainThemeColor) !important;

}

#exploreSponsor {
    background: #F1F1F1;
    margin-top: 0px;

}

#exploreSponsor .main-title {
    font-size: 30px;
}

.agenda-row {
    background: #ffffff !important;
    border-radius: 8px;
    margin-bottom: 30px;
}

#speakers .speaker_container p {
    color: var(--white);
}

#speakers .modal-body img {
    object-fit: cover;
}

section#home-agenda .agenda-style-15 {
    background: #F1F0F2;
}

section#home-agenda {
    background: #F1F0F2;
}


.row.img-row .col-sm-4 {
    padding: 0;
}

#ticket .ticket-box h4.ticket-date span.mark {
    padding: 0px 8px;
    background-color: #3FBFC6;
    color: #ffffff;
    border: 2px solid #3FBFC6;
    border-radius: 4px;
}

.section.speakers-page .col-lg-12 {
    min-height: auto;
}

.participating-companies {
    text-align: center;
    margin: 20px 0;
}

.company-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.company-logo {
    max-width: 150px;
    height: auto;
    margin: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

#home-agenda .agenda-row .agenda-body .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}

.section.registration-form {
    padding: 50px 0;
}

.section.registration-form h3 {
    text-align: center;
    margin-top: 50px;
}

.reg-form-data input[type=submit] {
    background: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor) !important;
    border-radius: 50px !important;
}