/* Event Font -------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Flawsome';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/16874/content/files/1737617244flawsomeitalic-regular-woff21737617244.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/16874/content/files/1737617244flawsomeitalic-regular-woff1737617244.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Flawsome';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/16874/content/files/1737617244flawsomeregular-regular-woff21737617244.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/16874/content/files/1737617244flawsomeregular-regular-woff1737617244.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rimba';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew/16874/content/files/1737617244rimbaregular-woff21737617244.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew/16874/content/files/1737617244rimbaregular-woff1737617244.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

img.a-logo {
    display: block;
    margin: 20px auto 40px;
    max-width: 700px;
    filter: brightness(0) invert(1);
}
span#grp_fld_1483982 input {
    margin-bottom: 5px !important;
}

.section.event-sessions .agenda-row .col-md-9 .agenda-body .row {
    display: flex;
    flex-wrap: wrap;
}

.attendeOffcanvas.show .section.registration-form {
    padding-top: 0;
}

.section.exhibitor-registration {
    padding-top: 160px;
}

span#grp_fld_471021 a {
    color: #8A60FF;
}

/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #8A60FF;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #7144EA;
    --eventFontColor: #696969;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: "Inter", serif;
    --eventHeadingFont: 'Flawsome';
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --red: #FF2110;
    --black: #000;
    --yellow: #F9D452;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;




}


/* General-------------------------- */
#agenda #Day1 .nav-tabs li.active:nth-of-type(2) a,#agenda #Day2 .nav-tabs li.active:nth-of-type(2) a {
    background: #aa90f1 !important;
}
#agenda .agenda-design4 #stage2 .agenda-row .agenda-col:last-child>h3,#agenda .agenda-design4 #stage4 .agenda-row .agenda-col:last-child>h3{
  background: #aa90f1 !important;
}
.event-sessions #agenda .agenda-row .time span{
    display: none;
}
span#grp_fld_1460117 a {
    color: var(--mainThemeColor);
}

span#grp_fld_1460117 a:hover,
span#grp_fld_1460117 a:focus {
    color: var(--mainThemeColor2);
}
body {
    font-family: var(--eventFont) !important;
    font-size: var(--eventFontSize) !important;
    color: var(--white) !important;
    line-height: 26px !important;
    background-color: #111111 !important;
}

.agenda-row .time{
    display: none !important;
}


.agenda-row .col-md-9 {
    width: 100%;
}

.agenda-row .col-md-9 .agenda-body {
    padding: 10px;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body>.header-content {
    position: relative;
}
#agenda .agenda-row .agenda-body h3 {
    font-family: serif !important;
}
#agenda .agenda-row .agenda-body p,#agenda .nav-tabs>li>a {
    font-family: sans-serif !important;
}
#agenda .agenda-row .time span {
    font-family: sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.topbar {
    background-color: var(--mainThemeColor);
    text-align: center;
    color: #FFF;
    padding: 8px 20px;
    font-size: 14px;
}

.simple-section {
    padding: 50px 0px;
}

.simple-section p {
    font-size: 15px;
}

.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;
}

.banner {
    padding: 200px 0 50px 0;
}

.header-wrap {
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px 14px;
}

.header-content.sticky {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.header-content.sticky.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);
}

.header-content.sticky.stickyNav .header-wrap {
    padding: 0;
}

div#ticketInclude .list-box {
    min-height: 300px;
}


section#ticketInclude .list-box {
    min-height: 300px;
}

.agenda-row .row1 {
    display: flex;
    flex-wrap: wrap;
margin: 0;
}
/*.agenda-row .agenda-body h3 {
    margin-top: 20px;
}
.agenda-row .time {
   background: #f2624b;
   padding: 30px 25px;
   border-bottom: 1px solid #f59a8c;
}
.agenda-row .agenda-body .row{  
display: block;
margin: 0;
}
.agenda-row .time p {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0px;
}
.agenda-row .agenda-body {
    padding: 10px 20px;
    border-bottom: dashed 1px #dadada;
}
.agenda-row .agenda-body p {
    font-size: 16px;
    line-height: 22px;
}
.agenda-row .agenda-body h2 {
    font-size: 21px;
    color: #000;
    line-height: 28px;
}
.agenda-row .agenda-body h4 {
    font-weight: 800;
    margin-bottom: 5px;
}
.agenda-row .agenda-body p.highlight {
    padding: 15px 30px;
    border-radius: 30px 30px;
    background: #f2624b;
    color: #000;
    font-weight: 800;
    margin: 0px 0px;
    text-align: left;
}
.speaker2 {
    margin-top: 20px;
    padding-left: 74px;
    margin-bottom: 10px;
    position: relative;
    min-height: 60px;
}

.speaker2 img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #ddd;
    position: absolute;
    top: -10px;
    left: 0;
    margin: 0;
}

span.designation {
    display: block;
    font-size: 13px;
    line-height:16px;
}

.speaker2 a {
    color: #f2624b;
    font-size: 18px;
}

.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 0px solid #ddd;
}

.nav-tabs>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 6px;
    padding: 15px 20px;
    background-color: #333;
    color: #fff;
  margin-bottom: 20px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #f2624b;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #f2624b;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
.nav-tabs>li.active>a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 17px solid #f2624b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}
.agenda-style-7{
padding:50px 0px;
}
h3.main-title {
    text-align: center;
    font-size: 36px;
}
.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;
}*/
/* slider with caption */

.slider_with_caption {
    position: relative;
}


.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);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #FFF;
    font-size: 27px;
}

.slider-arrow:hover {
    transform: scale(1.3);
    color: #FFF;
}

.slider-arrow:focus {
    color: #FFF;
}

.slider-arrow.left {
    left: 5%;
}

.slider-arrow.right {
    right: 5%;
}

.banner_video {
    /*    height: 700px;*/
    overflow: hidden;
    position: relative;
}


@media screen and (min-width: 1060px) {
    .banner_video {
        height: 600px;
    }
}

/*---------------animatio nVideo BG-----------*/

.animation_video {
    width: 100%;
    height: auto;
    /*Set to 100% if need to show full video*/
    position: relative;
}

.animation_video .vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.animation_video .vid video {
    object-fit: cover;
    height: 100%;
}

.animation_video .slider_content1 {
    position: relative;
    /*    top: 50%;*/
    /*Uncomment this for full video*/
    /*    transform: translateY(-50%);*/
    /*Uncomment this for full video*/
    padding: 40px 15px 90px;
}

.animation_video::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: var(--black);
    position: absolute;
    opacity: 0.6;
}


@media (max-width: 767px) {


.section.event-sessions .agenda-row .col-md-9 .agenda-body .row {
    display: block;
    
}

    section#ticketInclude .list-box{
        min-height: unset;
        margin-bottom: 15px;
    }



    div#ticketInclude .list-box {
        min-height: unset;
        margin-bottom: 15px;
    }



    .animation_video .slider_content {

        padding: 30px 15px 50px;
    }
}

/* end of animation video  */


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}


.banner_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Buttons------------------------------ */


.buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.button {
    padding: 12px 35px;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    border: 1px solid transparent;
    text-transform: uppercase;
    border-radius: 20px;
    transition: all .5s ease;
    font-family: var(--eventFont);
}


.button.button-red {
    background-color: var(--mainThemeColor);
    color: #FFF;
}

.button.button-red:hover,
.button.button-red:focus {
    color: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor);
    background-color: transparent;
    text-decoration: none;
}



.button.button-yellow {
    background-color: var(--yellow);
    color: #012D38;
}


.button.button-yellow:hover,
.button.button-yellow:focus {
    color: var(--yellow);
    border-color: var(--yellow);
    background-color: transparent;
    text-decoration: none;
}

.vFairsBtn {
    padding: 12px 35px;
    margin: 30px 5px;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 600;
    border: 2px solid transparent;
}

.coloredShadow {
    box-shadow: 0px 15px 25px 0px rgb(249 71 67 / 30%);
}

.grayShadow {
    box-shadow: 0px 15px 25px 0px rgba(67, 67, 67, 0.2);
}

.curved {
    border-radius: var(--curved);
}

.rounded {
    border-radius: var(--rounded) !important;
}

.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;
}


/* ------------------------- FLIP CARDS -------------------------*/

.flip-card {
    margin: 15px auto;
    background-color: transparent;
    /* width: 300px; */
    height: 300px;
    perspective: 1000px;
}

.flip-card h4 {}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
}

.flip-card-front {
    background-color: #FFF;
}

.flip-card-back {
    display: flex;
    padding: 15px;
    flex-direction: column;
    color: white;
    transform: rotateY(180deg);
    justify-content: flex-end;
    font-size: 22px;
    line-height: 29px;

    background: rgb(215, 43, 39);
    background: linear-gradient(90deg, rgba(215, 43, 39, 1) 0%, rgba(251, 54, 86, 1) 50%, rgba(238, 72, 148, 1) 100%);
}

.flip-card-back>div {
    padding: 20px;
}

.flip-card-back p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}

.flip-card-back p strong {
    font-weight: normal;
}


.wa-box {
    padding: 32px;
    border-radius: 6px;
    margin-bottom: 22px;
}

.wa-box h6 {
    max-width: 254px;
    font-size: 28px;
    color: #004F5F;
    font-weight: 800;
}

.wa-box img {
    height: 70px;
    margin-top: 66px;
}

.flip-card.small {
    height: 230px;
}

.flip-card.small .flip-card-back {
    font-size: 14px;
    line-height: 18px;
}

.flip-card.small .wa-box img {
    margin-top: 0;
}


.flip-card.small .wa-box h6 {
    font-size: 20px;
}

/* Headings--------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--eventHeadingFont) !important;
    font-weight: 700;
}


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;
}


.container-box {
    padding: 42px 80px;
    border-radius: 20px;
}

.container-box.bg-red {
    background-color: var(--mainThemeColor);
}

.container-box.bg-white {
    background-color: #FFF;
}

.container-box.bg-gray {
    background-color: #1E1E1E;
}

.container-box.bg-orange {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/12848/content/files/1718178792gradbg-1-png1718178792.png);
    background-size: cover;
}

.radius-20 {
    border-radius: 20px;
}

.num-box {
    background-color: #FFF;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
}

.num-box h2 {
    font-size: 70px;
    font-weight: bold;
}

.num-box p {
    color: #004F5F;
    font-size: 22px;
    font-weight: bold;
    max-width: 184px;
    margin: 20px auto 0 auto;
}

.test-item {
    position: relative;
}

.quote-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 44px 30px 44px;
}

.quote-wrap .quote-mark {
    font-size: 100px;
    font-weight: bold;
}

.quote-wrap>p {
    font-size: 16px;
}


.quote-wrap .client {
    margin-top: 20px;
}

.quote-wrap .client p {
    margin: 0;
    font-size: 14px;
}

.quote-wrap .client h5 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
}

/* Main Heading------------------------- */
.main-title {
    color: #FFF;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 4px;

}

.main-title span {

    color: var(--mainThemeColor2);

}

.main-title.black {
    color: #000;
}

.main-title.black span {

    color: var(--mainThemeColor);

}


.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;
}


.wsa {
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: none;
}


.wsa li {
    margin-bottom: 40px;
}

.wsa li h4 {
    font-size: 30px;
    color: var(--mainThemeColor);
    letter-spacing: 4px;
}

/* Unordered list------------------------------- */


ul.checklist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;

}

ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
}

.topics-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topics-list li {
    width: 31%;
    background-color: #1E1E1E;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: all .5s ease;
}

.topics-list li:hover {
    border-color: var(--mainThemeColor);
}

/* Event Logo----------------------------------- */
.event-logo img {
    margin: 8px 0 8px 10px;
    width: 200px;
}

/* 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: #000;
    font-size: 16px;
    padding: 8px 15px;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;

}

.header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0px;
    padding-right: 0px;
}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}

#main-nav .navbar-nav li.dropdown {
    margin-left: 10px;
}



#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor) !important;
    text-decoration: none;
}

#main-nav .navbar-nav li.active a.button-red {
    border-color: var(--mainThemeColor) !important;
}

.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/12848/content/files/1718176565homeherobackground-med-jpg1718176565.jpg")no-repeat center;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 6%;
    position: relative;
    min-height: 800px;
}


.main_top_area.bg-contain {
    background-size: contain;
    background-position: top center;
}


/*.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;
}

.popup.left {
    text-align: left;
}

.popup.left h2 {
    text-align: left;
}

.popup.left p {
    text-align: left;
}

.popup h1 {
    font-size: 84px;
}

.popup h2 {
    font-size: 60px;
    text-align: center;
}

#date-info {
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--yellow);
    font-weight: 500;
    font-family: var(--eventFont);
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
}

.eventDate::after {
    content: "|";
    margin-left: 7px;
}

.popup p {
    text-align: center;
    color: #FFF;
    max-width: 700px;
    font-size: 20px;
    font-weight: 300;
}

.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 10px 25px 0px rgb(249 71 67 / 30%);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/


#form_46455 label {
    color: #FFF;
}

#form_46455 .Show-inveted label {
    color: inherit;
}

.row>.col-md-6:nth-child(11) {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

.section.registration-form {
    padding-top: 232px;
}

.nw-frm-bldr.reg-form-wrap .col-12>h3 {
    display: none;
}

.formbuilder-form-wrap {
    margin-top: -500px;
}

.nw-frm-bldr.reg-form-wrap {
    color: #222;
}

.row.cpn_fld_1406027>label {
    margin: 17px 10px 0 0;
    display: inline-block;
}

.btn-primary {
    color: #fff;
    background-color: var(--mainThemeColor2) !important;
    border-color: var(--mainThemeColor2) !important;
}


.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: var(--mainThemeColor2) !important;
    border-color: var(--mainThemeColor2) !important;
}


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;
    display: none;
}

form input[type=submit] {
    background: var(--yellow);
    border-color: var(--yellow) !important;
    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(--yellow);
}

.reg-form-data input::file-selector-button {
    background: var(--mainThemeColor2) !important;
    text-transform: uppercase !important;
    color: #000 !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%;
    margin-top: 180px;
}

.thanksWrapper span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.thanksWrapper p {
    margin-top: 30px;
}

.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 100px;
}

.full-page-container .col-lg-12 {
    min-height: 400px;

}

.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);
    /*display:none;*/
}

#reset-pwd-frm input,
#LoginModal input {
    font-family: var(--eventFont);
}


/*Login Modal New UI------------------------*/
#LoginModal .modal-content,
#reset-pwd-frm .modal-content,
#forgot-pwd-modal .modal-content {
    border-radius: 23px;
}

#LoginModal .modal-header,
#reset-pwd-frm .modal-header,
#forgot-pwd-modal .modal-header {
    background: no-repeat;
    border: none;
}

#LoginModal h4,
#forgot-pwd-modal h4 {
    font-size: 34px;
    font-weight: 400;
    color: var(--mainThemeColor);
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

#LoginModal h4::after {
    content: "to access your event";
    display: block;
    font-size: 28px;
    font-weight: 300;
    color: #4f4b4a;
    line-height: 28px;
    text-transform: lowercase;
}

#LoginModal button.close span,
#forgot-pwd-modal button.close span {
    font-size: 27px;
    font-family: var(--eventFont);
}

#LoginModal .modal-content,
#forgot-pwd-modal .modal-content {
    border-radius: 8px;
    padding-left: 47px;
    padding-top: 27px;
    padding-bottom: 40px;
    background: #fff url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685015673login-img-png1685015673.png")no-repeat right bottom;
    min-height: 530px;
}

#LoginModal button.close,
#forgot-pwd-modal button.close {
    background: #ededed;
    width: 32px;
    height: 32px;
    color: #f8643c;
    opacity: 1;
    border-radius: 100%;
    margin: 0px;
    margin-top: -27px;
    padding: 0px;
}

#login-footer .row .col-sm-4 .btn-default,
#forgot-pwd-modal .btn-default {
    display: none;
}

#reset-pwd-frm input,
#LoginModal input,
#forgot-pwd-modal input {
    max-width: 366px;
    min-height: 50px;
    background: #f4f4f4;
    border-color: #dcdcdc;
    box-shadow: none;
    border-radius: 4px;
}

#login-footer,
#forgot-pwd-modal .modal-footer {
    border: none;
    padding: 0px;
    padding-left: 15px;

}

#login-footer .row .col-sm-4 {
    float: none;
    text-align: left;
}

#login-footer .col-sm-4,
#login-footer .col-sm-8 {
    float: none;
    position: relative;
    width: 100%;
    max-width: 100%;
}

#LoginModal #LoginEmail {
    background: #F4F4F4 url(" https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png")no-repeat 13px center !important;
    padding-left: 46px;
}

#LoginModal #Password {
    background: #F4F4F4 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767lock2-icon-png1685016767.png)no-repeat 13px center !important;
    padding-left: 46px;
}

#login-footer .row .col-sm-4 button[type="submit"],
#forgot-pwd-modal .modal-footer button[type="submit"] {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    margin-left: 0px;
}

#login-footer .col-sm-8 .forgot-btn:hover,
#login-footer .col-sm-8 .forgot-btn:focus {
    background: none !important;
    text-decoration: none;
    color: #f8633e !important;
}

#login-footer .col-sm-8 .forgot-btn {
    position: absolute;
    top: -124px;
    right: 0px;
    background: no-repeat;
    color: #f8633e;
    text-decoration: underline;
    padding: 0;
}

#login-footer .btn-modal-registration,
#reset-pwd-frm .btn-modal-registration {
    color: #797979;
    font-size: 15px;
    background: none;
    border: 2px solid #818181;
    line-height: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#login-footer .btn-modal-registration:hover,
#login-footer .btn-modal-registration:focus {
    background: #818181 !important;
    color: #fff;
}

#LoginModal .modal-body {
    margin-top: 30px;

}

#login-footer>.row {
    display: flex;
    flex-direction: column-reverse;
    min-height: 167px;
    max-width: 366px;
    margin-left: -15px;
}

#LoginModal .form-group,
#reset-pwd-frm .form-group {
    margin-bottom: 15px;
}

#forgot-pwd-modal .modal-footer {
    text-align: left;
}

#forgot-pwd-modal .modal-content {
    min-height: 340px;
    background-size: 380px;
}

#resetemail {
    background: #F4F4F4 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685078819envelop-icon-png1685078819.png)no-repeat 13px center !important;
    padding-left: 46px;
}

@media (min-width: 769px) {

    #LoginModal .modal-dialog,
    #forgot-pwd-modal .modal-dialog {
        width: 850px;

    }
}

@media (max-width: 768px) {

    #LoginModal .modal-dialog,
    #forgot-pwd-modal .modal-dialog {
        width: 750px;
    }
}

@media (max-width:767px) {

    #LoginModal h4,
    #forgot-pwd-modal h4 {
        font-size: 24px;

    }

    #LoginModal h4::after {
        font-size: 22px;

    }

    #reset-pwd-frm input,
    #LoginModal input,
    #forgot-pwd-modal input {
        max-width: 100%;

    }

    #login-footer .row {
        max-width: 98%;
    }

    #LoginModal .modal-content,
    #forgot-pwd-modal .modal-content {

        padding-left: 15px;
        padding-top: 27px;
        padding-bottom: 40px;
        background: #fff;

        padding-right: 15px;

    }

    #login-footer .col-sm-8 .forgot-btn {

        top: -74px;
        right: 0px;

    }

    #login-footer .col-sm-8 {
        text-align: left;
        margin-top: 0px;
        border-top: 0px solid #ddd;
        margin-left: 15px;
    }

    #login-footer>.row {
        display: flex;
        flex-direction: column-reverse;
        min-height: 135px;
    }

    #LoginModal button.close,
    #forgot-pwd-modal button.close {
        margin-top: -24px;
        margin-right: -15px;
    }

    #forgot-pwd-modal .modal-content {
        min-height: 280px;

    }
}

/*End Login Modal New UI------------------------*/







/* Countdown Timer---------------------------- */

.date {
    text-align: center;
    font-size: 45px;
    color: var(--mainThemeColor);
    font-family: var(--eventHeadingFont);
    letter-spacing: 4px;
}


.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);
    z-index: 1;
}

.clockwrap {
    text-align: center;
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--mainThemeColor);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
}

#clockdiv .smalltext {
    color: #FFF;
    font-size: var(--eventFontSize);
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 40px;
}

#clockdiv>div::before {
    content: ":";
    color: var(--lightGrey);
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-60%);
}

#clockdiv>div:last-child::before {
    content: "";

}

/* About section -------------------------------------- */
.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}


/* Why Attend section------------------------------------ */


.wte {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.wte li {
    margin-bottom: 40px;
}

.wte li h4 {
    color: #FFF;
    font-size: 30px;
}

.wte li p {
    color: #D4D4D4;
}

#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 {
    padding-top:204px;
}

.agenda-row .agenda-body {
    min-height: 139px;
}

.agenda-row .time {
    background: var(--mainThemeColor) !important;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

p.webinar_time {
    margin-right: 4px;
}

#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: #0f0740 !important;

}

div.speaker2[data-toggle="modal"] {
    cursor: pointer;
      min-height: 90px;
}

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----------------------------------------*/
#sponsors .main-title {
    text-align: center;
    margin-top: 180px;
}

.meet-sponsors {
    margin-top: -300px;
    position: relative;
}

.sp-section {
    padding-bottom: 50px;
}

.sp-section .sp-level {
    color: var(--yellow);
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
}

.logos-list {
    text-align: center;
    margin-bottom: 25px;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    height: 120px;
    max-width: 250px;
    margin: 10px;
    border-radius: 8px;
    cursor: pointer;
      object-fit: contain;
    
}

.logos-list img:hover {
    box-shadow: 0px 0px 10px 0px #8a60ff6b !important;
    transition: 0.5s ease;
}

.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}

#sponsors .row {
    display: flex;
    justify-content: center;
}

.modal-content {
    max-width: 800px;
    margin: auto;
}

.modal-header {
    background-color: var(--mainThemeColor2);
    color: white;
    padding: 9px 15px;
}

.modal-content .bio p {
    padding: 20px;
}

.modal-content .bio p a {
    color: var(--mainThemeColor);
}



h4.sponsor-title {
    max-width: 150px;
    text-align: center;
    margin: auto;
    font-size: 18px;
}

.pillar-box img {
    max-width: 80px !important;

    margin-bottom: 10px;
}

.pillar-box {
    text-align: center;
    /* background: #000; */
    padding: 30px;
    /* border-radius: 20px; */
    /* min-height: 166px; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* border: 2px solid var(--mainThemeColor); */
    background: transparent;
    margin: 20px 0;
}

.pillar-box h4 {
    letter-spacing: 3px;
}

.packages-wrap {
    text-align: center;
    background-color: #1E1E1E;
    padding: 20px;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.package-item {
    padding: 30px 0;
    color: #FFF;
}

.package-item .type {
    font-size: 30px;
    margin-bottom: 6px;
    line-height: 45px;
    letter-spacing: 3px;
    font-family: var(--eventHeadingFont);
}

.package-item>p {
    max-width: 250px;
    margin: auto;
    min-height: 70px;
}

.package-item.package-high {
    background-color: #000;
    border-radius: 10px;

}

.package-item h3 {
    text-align: center !important;
    font-size: 38px;
    color: #FFF;
    margin-top: 0;

}


.package-item h3.early {
    font-size: 58px;
}


.package-item .divider {
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
    margin: 30px 0;
}

.package-item h5 {
    text-align: center !important;
    font-size: 20px !important;
}



/* FAQs Section------------------------------------------- */

#faq {
    margin-top: -400px;
}

.faq-bg {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/12848/content/files/1713358090background-2-png1713358090.png);
    background-size: cover;
    background-attachment: fixed;
}

.faq-box {
    cursor: pointer;
    border-radius: 12px;
    background-color: #fff;
    padding: 50px;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    width: 100%;
    min-height: 253px;
    box-shadow: 1px 0px 44px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 44px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 0px 44px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.faq-box .question a {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}



.faq-box .question {
    margin-bottom: 20px;

}

.faq-box .collapse>div {
    font-size: 20px;
    color: #222;
}

.faq-box .collapse>div a {
    color: var(--mainThemeColor2);

}

.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;
}

/*speakers*/

#speakers {
    position: relative;
    margin-top: -100px;
}

.speaker_img-src img {
    -webkit-filter: grayscale(100%) !important;
    filter: unset !important;
}

.speaker_container {
    border: 2px solid var(--mainThemeColor) !important;
    border-radius: 12px;
}

.speaker_img-src img {
    object-fit: cover;
}

.sp-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 20px;
}

.speaker_img-src {
    border: none !important;
}

.speaker_img-src h5 {
    font-weight: normal;
    font-size: 15px;
}

.speaker_container:hover .speaker_bio {
    background: var(--mainThemeColor) !important;
    opacity: 0.9 !important;
}


.speaker_img-src h4 {
    font-family: serif !important;
}

.speaker_img-src h5 {
    font-family: sans-serif !important;
    font-weight: bold;
}

.modal-content {
    background-color: var(--black) !important;
}

.modal-header {
    background-color: var(--mainThemeColor) !important;
}

.modal-header h4 {
    color: #fff;
    background-color: var(--mainThemeColor);
}

.sp-box:hover {
    background: rgb(215, 43, 39);
    background: linear-gradient(90deg, rgba(215, 43, 39, 1) 0%, rgba(251, 54, 86, 1) 50%, rgba(238, 72, 148, 1) 100%);
}

.sp-box:hover .info h4 {
    color: var(--yellow);
}

.sp-box .photo {
    position: relative;

}

.sp-box .photo .sp-photo {
    width: 250px;
    border-radius: 50%;
}

.sp-box .photo .sp-logo {
    width: 64px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.sp-box .info {
    padding-top: 10px;
}

.sp-box .info h4 {}


.sp-box .info p {}


.page-head {
    text-align: center;
    padding-top: 261px;
}

/* Footer----------------------------- */


.footer-box {
    border: 2px solid var(--mainThemeColor);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    min-height: 162px;
}

.footer-box h4 {
    color: rgba(255, 255, 255, .7);
}

.footer-box h3 {
    font-size: 20px;
}

.footer-box .mail {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-box svg {
    width: 24px;
    color: var(--mainThemeColor);
}

.footer-box .mail i {
    font-size: 24px;
    margin-right: 8px;
    color: var(--mainThemeColor);
}

.footer-box a {
    color: #FFF;
    margin-top: 1px;
    font-size: 16px;
}

.footer-box a:hover,
.footer-box a:focus {
    color: var(--mainThemeColor);
}

footer {
    background: #FFF;
    padding: 28px 0px 24px 0;
    position: relative;
    border-top-color: var(--mainThemeColor);
}

footer a {
    color: var(--mainThemeColor);
}

.footer-right {
    text-align: right;
}

.footer-row {
    display: flex;
    align-items: center;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.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: 10px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 30px;
    color: var(--mainThemeColor);
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: #000;
}

/*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: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}


@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 991px) {

    .navbar-toggle {
        display: inline-block;
    }

    #main-nav {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 55;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100% !important;
        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;
        display: flex;
    }

    .navClose {
        position: absolute;
        top: 15px;
        right: 20px;
        color: var(--white);
        font-size: 22px;
        font-family: var(--eventFont);
        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;
        text-align: center;
    }

    #main-nav li.language-dropdown a {
        color: var(--darkgrey);
    }

    #main-nav .dropdown-menu li a {
        font-size: 14px !important;
        padding: 7px !important;
    }

    #main-nav .open .dropdown-menu {
        border: 1px solid;
    }

    #main-nav .language-dropdown.open .dropdown-menu {
        border: none;
    }

}



@media (max-width: 991px) {

    .topics-list li {
        width: 100%;
    }

    .main_top_area {
        background-size: contain;
        background-position: top center;
        min-height: auto;
    }



    .container-box {
        padding: 20px 38px;
        text-align: center;

    }

    .container-box>.row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    /*

section#numbers .container-box > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}*/
    .container-box .col-md-4 {
        margin-top: 30px;
    }


    .num-box {
        margin-bottom: 30px;
    }

    .footer-row {
        flex-direction: column;
        gap: 30px;
    }


    #main-nav .navbar-nav li.dropdown {
        margin-left: 0;
        margin-top: 10px;
    }

    .slider_content {
        position: relative;
        height: auto;
    }

    .banner_video {
        height: auto;
    }

    .embed-container {
        height: auto;
    }


    #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(--mainThemeColor2) !important;
        text-transform: uppercase;
    }

    .popup {

        padding: 50px 30px;
    }

    .popup h1 {
        font-size: 60px;
    }

    .popup h2 {
        font-size: 40px;
    }

    .countdown-container {

        margin-top: 50px;
    }

    .language-dropdown .dropdown-menu li a {
        color: #FFF !important;
        display: block;
        text-align: center;
        padding: 10px !important;
    }
}

@media (max-width: 575px) {
    .main-intro {
        max-width: 100%;
    }

    .headingOverlayText {
        display: none !important;
    }



    h3.main-title {
        font-size: 30px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .pillar-box {
        padding: 5px !important;
    }

    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #date-info span {
        display: block;
        text-align: center;
    }

    .eventDate::after {
        content: "";
        margin-left: 0px;
    }

    .countdown-container {
        padding: 0px 19px 0px 5px;

    }

    #clockdiv>div>span {
        min-width: 50px;
    }

    #clockdiv {
        font-size: 40px;
    }

    #clockdiv .smalltext {
        font-size: 12px;
    }

    #clockdiv>div {

        margin-right: 13px;
    }

    #clockdiv>div::before {

        right: -11px;

    }

    .two-btns {
        border-radius: 29px;
        width: 100%;
        border: none;
    }

    .two-btns a {
        display: block;
    }

    .two-btns a:first-child {
        border: 2px solid var(--white);
        margin-bottom: 10px;
    }

}



/*Code copy button styles------------------*/
pre {
    position: relative;
    overflow: auto;

    /* make space  */
    margin: 5px 0;
    padding: 1.75rem 0 1.75rem 1rem;
    border-radius: 10px;
}

pre button {
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
    color: var(--white);
    font-size: var(--smalltext);
    padding: 5px 10px;
    background-color: var(--mainThemeColor);
    border-radius: 5px;
}

pre button:hover {
    cursor: pointer;
    background-color: var(--footerBg);
}

.content-page {
    padding: 50px 0;
}

.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.privacy-policy h4 {
    margin-top: 22px;
}

.section.terms-of-service li {
    margin-bottom: 20px;
}


/*New login UI updates-----------------*/

#LoginModal .modal-content,
#forgot-pwd-modal .modal-content {
    background: var(--white);
    padding-left: 25px;
    padding-right: 25px;
    min-height: initial;
    padding-bottom: 20px;
}

#LoginModal button.close,
#forgot-pwd-modal button.close {
    background: #fff;
    width: 32px;
    height: 32px;
}

#LoginModal #LoginEmail {
    padding-left: 40px;
    background-size: 18px !important;
}

#LoginModal #Password {
    padding-left: 40px;
    background-size: 15px !important;
}

#LoginModal .modal-dialog,
#forgot-pwd-modal .modal-dialog {
    width: max-content;

}

#LoginModal h4::after {
    content: "";
}

#reset-pwd-frm input,
#LoginModal input,
#forgot-pwd-modal input {
    width: 100%;

    min-width: 320px;
}

#login-footer .col-sm-8 .forgot-btn {
    position: initial;
    background: no-repeat;
    color: var(--eventFontColor);
    text-decoration: underline;
    padding: 6px 12px;
    margin: 0px;
    display: block;
    float: none !important;
    margin-top: 12px;
}

#login-footer .btn-modal-registration,
#reset-pwd-frm .btn-modal-registration {
    color: var(--mainThemeColor);
}

#LoginModal .modal-content,
#forgot-pwd-modal .modal-content {

    padding-top: 8px;
    border-radius: 8px;

}

#LoginModal .modal-header,
#reset-pwd-frm .modal-header,
#forgot-pwd-modal .modal-header {

    padding: 9px 15px 0px;
}

#login-footer .row .col-sm-4 button[type="submit"],
#forgot-pwd-modal .modal-footer button[type="submit"] {
    min-width: 320px;
}

#login-footer>.row {
    display: flex;
    flex-direction: column-reverse;
    min-height: initial;
}

#login-footer .col-sm-8 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

#login-footer .btn-modal-registration,
#reset-pwd-frm .btn-modal-registration {
    border: 0px solid #818181;
    margin-top: 50px;
    text-decoration: underline;
}

#LoginModal .modal-body {
    margin-top: 10px;
}

#LoginModal button.close,
#forgot-pwd-modal button.close {
    position: relative;
    right: -30px;
    margin-top: -10px;
}

#login-footer .btn-modal-registration:hover,
#login-footer .btn-modal-registration:focus {
    background: var(--white) !important;
    color: var(--darkgrey) !important;
    text-decoration: underline;
}

#reset-pwd-frm label,
#LoginModal label {
    display: block;
}

#forgot-pwd-modal .modal-footer button[type="submit"] {
    width: 94%;
    min-width: 94%;
}

.control-label {

    padding-top: 0px !important;
    margin-top: 0px !important;

}

#login-footer .col-sm-8 .btn:active {
    box-shadow: none;
}

#LoginModal button:focus,
#LoginModal a:focus {
    outline: none;
}

@media(max-width:767px) {
    #login-footer .row .col-sm-8 {
        order: initial;
    }

    #login-footer .row .col-sm-4 {

        padding-left: 20px;
        padding-right: 0px;
    }

    #login-footer .row .col-sm-4 button[type="submit"],
    #forgot-pwd-modal .modal-footer button[type="submit"] {
        min-width: 100%;
    }

    #login-footer .col-sm-8 a {
        margin-top: 30px;
    }

    #LoginModal button.close,
    #forgot-pwd-modal button.close {
        right: -14px;
    }

    #reset-pwd-frm input,
    #LoginModal input,
    #forgot-pwd-modal input {
        width: 100%;
        min-width: 100%;
    }

}

/*New login UI updates end-----------------*/

/*New Accessibility Features layout----------------------*/
.accessibility-actions {
    position: absolute;
    top: 4px;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0px;
}

.accessibility-actions>a:nth-child(1) {
    height: 33px;
    width: 35px;
}

.accessibility-actions>a:nth-child(1) *,
.accessibility-actions>a:nth-child(2) * {
    display: none;
}

.accessibility-actions>span:nth-of-type(1) span,
.accessibility-actions>span:nth-of-type(1) span a,
.accessibility-actions>span:nth-of-type(2) span,
.accessibility-actions>span:nth-of-type(2) a {
    display: block;
    width: 33px;
    height: 33px;
    margin: 0px;
}

.accessibility-actions>span:nth-of-type(1) a img,
.accessibility-actions>span:nth-of-type(2) a img {
    display: none;
}

.accessibility-actions>a:nth-child(2) {
    min-width: 80px;
    font-size: 0px;
    margin-left: 5px;
    height: 33px;
}

.accessibility-actions>span:nth-of-type(1) {
    min-width: 33px;
    display: inline-block;
    margin: 0px;
    height: 33px;
    margin-left: 5px;
    order: 5;
}

.accessibility-actions>h3 {
    font-size: 0px;
    width: 21px;
    height: 33px;
    margin-left: 4px;
    order: 4;
}

.accessibility-actions>span:nth-of-type(2) {
    margin-left: 5px;
    margin-right: 0px;
    width: 32px;
    height: 33px;
    order: 3;
}

/*End New Accessibility Features layout----------------------*/


/* ------------------------- AGENDA -------------------------*/

.session-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.session-item h4 {
    letter-spacing: 1px;
    font-size: 24px;
    color: var(--mainThemeColor);
    letter-spacing: 3px;
}

/***end****/

.ticketItems button {
    background: var(--mainThemeColor) !important;
}

.coupncode button {
    background: var(--mainThemeColor) !important;
}

.pricebtn-btn {
    background: var(--mainThemeColor) !important;
    border: 1px solid var(--mainThemeColor) !important;
}

.ticket__item.hasAddon {
    background: #ea5b0c0d !important;
}


.selectCounter {
    border: 1px solid var(--mainThemeColor) !important;
}

.backButtonRegisterUser {
    background: var(--mainThemeColor) !important;
    border: 2px solid var(--mainThemeColor) !important;
}

.order__summary h6 {
    background: var(--mainThemeColor) !important;
}

.ticketFormCol .panel-heading {
    background: var(--mainThemeColor) !important;
    border-radius: 8px 8px 0px 0px !important;
}

.both-block {
    padding: 30px;
}

.address-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.address-wrap .icon {
    padding-right: 20px;
}

.address-wrap .icon svg {
    color: var(--mainThemeColor);
    width: 50px;
}

.address-wrap .location .item {
    font-size: 18px;
    margin-bottom: 4px;
}

.address-wrap .location .item span {
    color: var(--mainThemeColor);
    display: inline-block;
    margin-right: 6px;
}

@media screen and (max-width: 767px) {
    .address-wrap {
        flex-direction: column;
        text-align: center;
    }
}

.packageContainer .theme-light-btn {
    background: #4b0df633 !important;
    color: var(--black) !important;
}

.reg-form-data input[type=submit] {
    background: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor) !important;
}



/*reg package design*/


form#form_46455 {
    background-color: #1E1E1E;
    padding: 38px;
    border-radius: 20px;
    max-width: 1140px;
}


form#form_46455 .ev__ticket__wrapper {
    max-width: 100%;
}

div[style="clear:both"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ticket__item {
    width: 32% !important;
    display: block !important;
    background-color: transparent !important;
    padding: 13px 30px !important;
}



.ticket-form h3 {
    text-align: center;
    color: #FFF !important;
    font-size: 32px !important;
    letter-spacing: 4px;
}

.ticket__item {
    border: 1px solid var(--mainThemeColor) !important;
}

.ticket__desc {
    border-right: none !important;
}

.ticket__desc__text h5 {
    color: #FFF !important;
    font-size: 28px !important;
    letter-spacing: 3px;
    line-height: 36px !important;
    margin-top: 12px !important;
    margin-bottom: 17px !important;
}

.pricing span {
    color: #FFF !important;
    font-family: var(--eventHeadingFont) !important;
    font-size: 25px !important;
    letter-spacing: 3px;
}

.total__price span {
    color: #FFF !important;
    font-size: 30px !important;
    font-family: var(--eventHeadingFont) !important;
    letter-spacing: 3px;
}

.total__price {
    padding: 13px 0;
}


.total__price p {
    color: #FFF !important;
}

.ticket__desc__text p {
    color: #FFF !important;
}

.pricing p {
    color: #FFF !important;
}


.pricing span {
    color: #FFF !important;
    font-family: var(--eventHeadingFont) !important;
}

.ticket__totalBox.small-discout-box {
    width: 100%;
    background: #000;
    border: none !important;
}

.totalcountT p {
    color: #FFF !important;
}

.totalcountT span {
    color: #FFF !important;
}


.coupncode {
    background-color: #1e1e1e !important;
}

.coupncode .form-control {
    background: #1e1e1e;
    color: #FFF;
}

.coupncode .form-control:focus {
    background: #1e1e1e;
    color: #FFF;
}

.attendeOffcanvas {
    z-index: 99 !important;
}

.packageContainer h3 {
    color: #000 !important;
}


iframe#iframe-id-new {
    height: 100%;
    overflow: scroll;

}

.ticket__avail {
    color: rgba(255, 255, 255, .6) !important;
    font-family: var(--eventFont) !important;
}

.packageContainer h3 {
    font-size: 21px !important;
}


@media screen and (max-width: 767px) {

    div[style="clear:both"] {
        display: block !important;
    }

    .ticket__item {
        width: 100% !important;
    }

}

.ticket__desc,
.ticket__desc h5 {
    text-align: center !important;
}

.ticket__item .ticket__desc {
    min-height: 258px;
}

.modal-body h4,
h5 {
    font-family: sans-serif !important;
}

section#Partners .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    justify-content: center;
}

.section.sponsors-page section#Partners .logos-list img {
    background-color: #222222;
      height: auto;
}

span.webinar_time {
    color: #fff;
}

.agenda-design4 .agenda-row .agenda-col:last-child>h3 {
    background: #8a60ff !important;
}

.agenda-design4 .nav-tabs li.active::after {
    border-color: #8a60ff transparent transparent transparent !important;
}

.agenda-design4 .agenda-row .agenda-col:last-child {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1739562031dot-img-png1739562031.png  ) no-repeat left top 24px / 10px, url(http://vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 3px top !important;
}

.agenda-design4 .agenda-row .agenda-col:first-child {
    min-width: 200px !important;
}

.section.speakers-page .modal-body h4 {
    font-family: serif !important;
}

.section.speakers-page .modal-body h5 {
    font-family: sans-serif !important;
    font-size: 15px;
    font-weight: 500;
}

/* .col-md-3:has(.speaker_bio[data-target="#1235611104"]) {
    order: 1;
}
.col-md-3:has(.speaker_bio[data-target="#1235424340"]) {
    order: 2;
}
.col-md-3:has(.speaker_bio[data-target="#1235446371"]) {
    order: 3;
}
.col-md-3:has(.speaker_bio[data-target="#1235177752"]) {
    order: 4;
}
.col-md-3:has(.speaker_bio[data-target="#1235611111"]) {
    order: 5;
}
.col-md-3:has(.speaker_bio[data-target="#1235177767"]) {
    order: 6;
}
.col-md-3:has(.speaker_bio[data-target="#1235611363"]) {
    order: 7;
}
.col-md-3:has(.speaker_bio[data-target="#1235424349"]) {
    order: 8;
}
.col-md-3:has(.speaker_bio[data-target="#1235611372"]) {
    order: 9;
}
.col-md-3:has(.speaker_bio[data-target="#1235446378"]) {
    order: 10;
}
.col-md-3:has(.speaker_bio[data-target="#1235177783"]) {
    order: 11;
}
.col-md-3:has(.speaker_bio[data-target="#1235647472"]) {
    order: 12;
}
.col-md-3:has(.speaker_bio[data-target="#1235611390"]) {
    order: 13;
}
.col-md-3:has(.speaker_bio[data-target="#1235424357"]) {
    order: 14;
}
.col-md-3:has(.speaker_bio[data-target="#1235424363"]) {
    order: 15;
}
.col-md-3:has(.speaker_bio[data-target="#1235424368"]) {
    order: 16;
}
.col-md-3:has(.speaker_bio[data-target="#1235611397"]) {
    order: 17;
}
.col-md-3:has(.speaker_bio[data-target="#1235208169"]) {
    order: 18;
}
.col-md-3:has(.speaker_bio[data-target="#1235424386"]) {
    order: 19;
}
.col-md-3:has(.speaker_bio[data-target="#1235208171"]) {
    order: 20;
}
.col-md-3:has(.speaker_bio[data-target="#1235611403"]) {
    order: 21;
}
.col-md-3:has(.speaker_bio[data-target="#1235177804"]) {
    order: 22;
}
.col-md-3:has(.speaker_bio[data-target="#1235424399"]) {
    order: 23;
}
.col-md-3:has(.speaker_bio[data-target="#1235177812"]) {
    order: 24;
}
.col-md-3:has(.speaker_bio[data-target="#1235177820"]) {
    order: 25;
}
  */

section.simple-section.packages ul {
    list-style-type: none;
    margin-top: 30px;
}

section.simple-section.packages ul li {
    margin-bottom: 10px;
    position: relative;
}

section.simple-section.packages ul li i {
    font-size: 20px;
    margin-right: 5px;
    color: var(--mainThemeColor);
    position: absolute;
    left: -25px;
    top: 4px;
}

.list-row .list-box {
    border-radius: 16px;
    min-height: 256px;
    background-color: #1e1e1e;
    padding: 20px;
}

/*****/
#sign__ups {
  
 padding-top:210px;

  
}
#sign__ups h1{
  font-family: "Inter", serif; !important;
    font-size: 40px;
    text-align: left;
    font-weight: bold;
}

#sign__ups p{
  font-family: "Inter", serif; !important;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
}
h2.sub__heading{
    font-family: "Inter", serif; !important;
    font-size: 25px;
    font-weight: bold;
}
h3.sub__bottom{
    font-family: "Inter", serif; !important;
      font-size: 22px;
    font-weight: bold;
}
    #sign__ups .experience-section {
      margin-bottom: 50px;
    }
 #sign__ups .experience-box {
      background: #161616;
      border-radius: 15px;
      padding: 20px;
      margin-bottom: 30px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.6);
      color: #ffffff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 390px;
      margin-bottom: 25px;
    }

    #sign__ups .experience-box2 {
      background: #161616;
      border-radius: 15px;
      padding: 20px;
      margin-bottom: 30px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.6);
      color: #ffffff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 425px;
      margin-bottom: 25px;
    }
    #sign__ups .btn-purple {
      background-color: #8e5eff;
      border-color: #8e5eff;
      color: white;
      border-radius: 25px;
      font-weight: bold;
      padding: 10px 20px;
      text-align: center;
      display: inline-block;
      width: 100%;
      max-width: 200px;
    }
    #sign__ups .btn-purple:hover {
      background-color: #7a4fe2;
      border-color: #7a4fe2;
      color: #fff;
    }
    #sign__ups .check-icon {
      color: #8e5eff;
      margin-right: 10px;
    }

.experience-box {
  position: relative;
  overflow: hidden; /* Optional: hides anything outside the box */
}

.experience-box2 {
  position: relative;
  overflow: hidden; /* Optional: hides anything outside the box */
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  /* adjust size as needed */
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* adjust transparency */
  pointer-events: none; /* ensures the image doesn't interfere with clicks */
  z-index: 1;
}

.experience-box > div,
.experience-box > a {
  position: relative;
  z-index: 2;
}

.experience-box2 > div,
.experience-box2 > a {
  position: relative;
  z-index: 2;
}

hr {

    border-top: 1px solid #3a3535 !important;
}

.sponsor__section img.overlay-image {
    position: relative;
    opacity: 1;
}