/* Event Font -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #000000;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #C60C30;
    --eventFontColor: #696969;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Inter';
    --eventHeadingFont: 'Inter';
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #000;
    --yellow: #ffd600;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;
    --eventPink: #FF6F6E;
    --eventLightBlue: #73B2DF;
    --eventBlue: #004D73;


    --brand-dark: #254B5F;
    --brand-accent: #E87A25;
    --card-maroon: #8A1C1C;




}
.img-box {
    padding: 35px 30px;
    background: var(--white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vendorBox {
    color: var(--white);
    text-align: center;
}
#testimonials.member-spotlight h3 {
    color: var(--white);
}
#testimonials .slick-dots li button:before {

    font-size: 10px;

    opacity: .60;
    color: var(--mainThemeColor2);

}
#testimonials .slick-dots li.slick-active button:before {
opacity: 1;
    color: var(--mainThemeColor2);
}
.presentedBy img {
    max-width: 80px;
}
.presentedBy {
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    gap: 0px 15px;
    margin-bottom: 50px;
}
.row.members-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.medals {
    max-width: 380px !important;
}
.gallerySec {
    padding-bottom: 80px;
}
.gallerySec .carousel-indicators li {
    background: #000000;
    opacity: 0.5;
}
.gallerySec .carousel-indicators .active {
    background-color: #000;
  opacity:1;
}
.banner_text table td {
    text-align: left;
}
.blockquote {
    background: #f6f6f6;
    padding: 30px;
    margin-bottom: 50px;
    position: relative;
    padding-top: 50px;
    font-size: 22px;
}
.blockquote::after {
    content: "\0022";
    font-size: 80px;
    position: absolute;
    left: 20px;
    color: #999999;
    font-family: aria;
    top: 30px;
}
.blockquote .blockquote-author {
    margin-top: 30px;
    display: block;
    text-align: right;
    font-size: 18px;
    font-style: italic;
}
.aboutImg-300{
max-width: 300px !important;
}
@media(min-width:768px) {

    .col-12:has(input.form-control),
    .col-12[aria-label="Main Region"]:has(.form-control) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}



.section.media-accreditation-form {
    background: #000;
    color: #fff;
}

.section.media-accreditation-form .formbuilder-form-wrap h3 {
    color: #ffffff !important;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

/*
.section.media-accreditation-form .formbuilder-form-wrap h4,
.section.media-accreditation-form .formbuilder-form-wrap p,
.col-12.order-change div label{
  color:#fff;
}*/
.section.media-accreditation-form .formbuilder-form-wrap h4,
.section.media-accreditation-form .formbuilder-form-wrap p,
.section.media-accreditation-form .col-12.order-change div label {
    color: #fff;
}

.col-12.order-change div label a {
    color: #c60c30;
}

.reg-form-data {
    background-color: transparent !important;
}

.section.media-accreditation-form .custom-col-1 .control-label {
    color: #fff !important;
}

.section.registration-information .main-title {
    color: #fff !important;

}

/*section#about {
    background: #000;
  color:#fff;
}*/
.order-change input {
    width: 12px;
}

.col-12.order-change div label {
    width: 100%;
}

.f-wrap {
    text-align: center;
    padding: 40px 0;
}

.f-wrap ul li {
    text-align: left;
    font-size: 18px;
}

.f-wrap h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.f-wrap p {
    margin: 15px 0;
    font-size: 18px;
}

.row.wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.gray.box {
    background: #b5b5b5;
    padding: 10px 0;
}

.gray.box h3.main-title {
    font-size: 28px;
    margin-bottom: 20px;
}

h4.sub {
    background: #e31937;
    padding: 15px;
    color: #fff;
    margin-bottom: 0;
}

.row.wrap ul {
    padding: 35px;
    background: #fff;
}

.row.wrap ul li {
    text-align: left;
    color: #000 !important;
    padding: 5px 0;
    font-size: 18px;
}

.row.wrap ul li ul {
    padding: 0 25px;
}

.row.wrap ul li ul li {
    list-style: circle;
    padding: 10px 0 0;
    margin: 0;
}

.row.wrap ul.custom {
    padding: 0 35px !important;
    color: #fff !important;
    background: transparent !important;
}

.row.wrap ul.custom li {
    color: #fff !important;
}

.row.wrap h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 50px 0 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

a.c-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #e31937;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none !important;
    transition: 0.2s;
    margin: 20px 0 0;
}

a.c-btn:hover {
    opacity: 0.8;
}

.pricebtn-btn {
    background: #000 !important;
    border: 1px solid #000 !important;

}

.ticket__item {
    border: 2px solid #000 !important;
}

.ticket__desc {
    border-right: 2px solid #000 !important;
}

.coupncode button {
    background: #000 !important;

}

.backButtonRegisterUser {
    background: #000 !important;

}

.order__summary h6 {
    background: #000 !important;

}

.ticketFormCol .panel-heading {
    background: #000 !important;

}

.col-12.order-change div>input[type="radio"] {
    display: inline-block !important;
    max-width: 12px;
    width: 12px;
}

.section ul {
    list-style: disc;
    padding-left: 20px;
}

.section ul li {
    margin-bottom: 5px;
}

/* .headerBtn {
    display: none;
} */
#main-nav .mega-dropdown-menu.row>div>.container>.row {
    flex-grow: 1;
}

.dragonImg {
    max-width: 600px !important;
}

tr.row-domestic>td {
    border-top: 0px !important;
}

tr.row-international>td:first-child {
    border-bottom: 0px !important;
}

.socialIcons li a:hover svg path {
    fill: var(--mainThemeColor2);
}

#event__section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
}

#event__section .row:nth-of-type(1)>div {
    display: flex;
}

#event__section .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.conventionBox img {
    width: 100%;
}

#ConventionHighlights .row.spacer {
    display: flex;
    flex-wrap: wrap;
}

#ConventionHighlights .row.spacer>div {
    display: flex;
}

#ConventionHighlights .row.spacer>div:nth-child(4)>div {
    background: #004d73;
}

#ConventionHighlights .row.spacer>div:nth-child(3)>div {
    background: #73b2df;
}

#ConventionHighlights .row.spacer>div:nth-child(2)>div {
    background: #ff6f6e;
}

#ConventionHighlights .row.spacer>div:nth-child(1)>div {
    background: #c60c30;
}

p.text-link a {
    margin: 0px;
    padding: 0px;
    color: var(--eventFontColor) !important;
    text-decoration: none;
}

p.text-link a img {
    filter: invert(0.5);
}

.packages.table>thead>tr>th {
    background: #d9d9d9;
    text-align: center;
    vertical-align: middle;
}

.package-header {
    background: #e6e6e6;
    font-weight: bold;
}

.early-bird {
    color: red;
    font-weight: bold;
}

td,
th {
    text-align: center;
    vertical-align: middle;
}

.text-left {
    text-align: left !important;
}

tr.head_row {
    background: #f5f5f5;
}

ul.list-unstyled a {
    padding-bottom: 0px !important;
}

.mega-dropdown-menu .container .col-sm-3:nth-of-type(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-nav>.dropdown:hover>.dropdown-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.list-unstyled.largeMenu a {
    font-size: 24px !important;
    line-height: 29px;
    text-transform: uppercase;
}

.section2 h5 {
    margin-bottom: 10px;
}

.dropdown-menu .container {
    margin-top: 0px !important;
}

html {
    scroll-padding-top: 100px;
}

.navWrapper>.container,
.navWrapper>.container>.row,
.navWrapper>.container>.row>div {
    position: inherit;
}

p a, .simple-section ul a {
    color: var(--mainThemeColor2) !important;
    text-decoration: underline;
}

.footer-links li:last-child {
    margin-right: 0px;
}

.pull-right.aboutImg {
    padding-left: 25px;
    padding-bottom: 20px;
    max-width: 600px;
}
.pull-left.aboutImg {
    padding-right: 25px;
    padding-bottom: 20px;
    max-width: 600px;
}
ul.press_release_list01 li a {
    color: var(--mainThemeColor)
}

ul.press_release_list01 {
    text-align: left;
    list-style: disc;
    margin-bottom: 50px;
}

/* General-------------------------- */
.eventPink {
    background: var(--eventPink);
}

.eventLightBlue {
    background: var(--eventLightBlue);
}

.eventBlue {
    background: var(--eventBlue);
}

html,
a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--black);
    line-height: 26px;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body>.header-content {
    position: relative;
    border-bottom: 0px solid rgba(0, 0, 0, 30%);
}

.header-bar {
    border-top: 1px solid rgba(0, 0, 0, 30%);
    padding-bottom: 7px;
}

.header-bar .row {
    display: flex;
    align-items: center;
}

.header-bar #date-info {
    color: var(--black);
    font-weight: 400;
    font-size: 14px;
}

.header-bar .navbar-default {
    margin-bottom: 0;
}

.headerBtn {
    text-align: right;
}

.headerBtn .vfairsBtn {
    padding: 12px 16px;
    margin: 30px 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    background-color: var(--mainThemeColor2);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
}

.container-parent.header-content #main-nav li.active a.coloredBg1 {
    color: #fff !important;
}

.ev__ticket__wrapper .ticket__desc__text p {
    color: var(--mainThemeColor2) !important;
}

.webinarsdescription {
    padding: 20px 25px;
}

.simple-section {
    padding: 50px 0px;
}

.coloredBg1 {
    background: var(--mainThemeColor2);
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor2) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor2) 0%, var(--mainThemeColor2) 100%);
}

.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;
    display: none;
}

/* 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;
}


.section.media-credential-application {
    height: 100%;
    /* min-height: 100vh; */
    max-height: 400px;
}

.section.media-test section#about {
    background: #000;
}
.section.media-test section#about * {
    color: #fff !important;
}
.section.media-test section#about ul.bg_white.text_black * {
    color: #000 !important;
}

.section.media-test section#about a{
    color: var(--mainThemeColor2) !important;
}
.section.media-test section#about a.c-btn {
    color: #fff !important;
}

@media (min-width: 1600px) {
    .section.media-credential-application {
        height: 100%;
        /* min-height: 100vh; */
        max-height: 800px;
    }
}

@media (max-width: 767px) {
    .animation_video .slider_content {

        padding: 30px 15px 50px;
    }

    .section.registration-form .row.radio_and_checkbox_element .col-12.order-change.radio-block-all {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}

/* 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------------------------------ */
.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;
}

/* Headings--------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.popup h1 {
    font-family: var(--eventHeadingFont);
    font-weight: 700;
    margin-bottom: 20px;
}

h1,
.popup h1 {
    font-size: var(--h1FontSize);
    font-weight: 800;
    margin-bottom: 20px;
}

.caroudelDots {
    bottom: 18% !important;
    padding-left: 0;
}

.caroudelDots .active {
    background-color: var(--mainThemeColor2);
    width: 50px;
    height: 10px;
    border-radius: 0;
}

.caroudelDots li {
    background-color: #D9D9D9;
    width: 50px;
    height: 10px;
    border-radius: 0;
    border: none;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    top: 30%;
    padding-bottom: 30px;
}

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;
}

#faq #accordion1>h4:nth-of-type(1) {
    margin-top: 0px;
}

#faq #accordion1>h4 {
    margin-top: 80px;
}

/* 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;
    font-weight: 700;
    font-size: 50px;
    color: var(--black);
    margin-bottom: 40px;
}

.main-title span {
    display: block;
    color: var(--mainThemeColor);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}


.main-title .headingOverlayText {
    position: absolute;
    color: var(--overlayHeadingTextColor);
    margin: 0px 0px 0px 0px;
    font-size: 150px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -9px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 100%;
    display: inline;
    text-transform: lowercase;
}




/* Unordered list------------------------------- */
ul {
    list-style: none;
    padding: 0px;
}

ul li {
    margin-bottom: 15px;
}

ul.checklist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
}

ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
}

/* Event Logo----------------------------------- */
.event-logo img {
    margin: 8px 0px;
    width: 100%;
    max-width: 270px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}

#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: start;
    flex-grow: 1;
}

#main-nav .dropdown-toggle::after {
    display: none;
}

#main-nav a {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
    margin-top: 0px;
    text-align: left;
    display: inline-block;
}

#main-nav .navbar-nav li.active:hover a {
    background-color: transparent !important;
}

#main-nav a:focus {
    background-color: transparent;
    color: var(--white) !important;
    text-decoration: none;
}

#main-nav a:hover {
    color: var(--white) !important;
    text-decoration: none;
    background-color: var(--mainThemeColor2);
}

.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: start;
    padding-left: 0px;
    position: initial;
    padding-right: 0px;
}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}

#main-nav .navbar-nav li.dropdown {
    margin-left: 10px;
    position: initial;
}

.stickyNav {
    width: 100%;
    position: fixed;
    top: -140px;
    left: 0px;
    z-index: 55;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: var(--white);
}

#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor2) !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);
}

#LoginBtn:hover,
#LoginBtn:focus {
    color: var(--white) !important;
}

.navbar-toggle {
    /*Set to 0 if Accessibility Feature not added*/
    margin-right: 42px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--white);
}



/* Hero Section */
/* .main_top_area {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1672321610bg-2jpg-jpg1672321610.jpg")no-repeat center;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 6%;
    position: relative;
}

.main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    position: absolute;
    opacity: 0.9;
} */

.bg-indus-partners {
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/21112/content/files/1755584937trade-show-banner-jpg1755584937.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    padding: 5% 0;
}

.bg-indus-partners .main-title {
    color: var(--white);
}

.opp_margin {
    margin-bottom: 20px;
}

.trade_show .oppimg_block {
    box-shadow: none
}

.oppblock {
    background-color: #fff;
    box-shadow: 2px 1px 5px #999 !important;
    border-radius: 0px;
    border: none;
    padding: 0px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    width: 100%
}

.oppblock h3 {
    font-size: 24px;
    color: #fff;
    background-color: #c60c30;
    padding: 10px 10px 10px 20px;
    margin: 0px
}

.oppblock .caption {
    padding: 0px
}

.oppblock .caption p {
    padding: 0px 0px 15px 0px;
    color: #333;
    font-size: 14px;
    line-height: 18px
}

.oppblock .btn_black {
    margin: 0px;
    padding: 5px 35px 5px 35px;
    position: absolute;
    left: 20px;
    bottom: 20px
}

.trade_show .oppblock .caption p {
    margin-bottom: 15px
}

.page-id-55 .oppblock .caption p {
    padding: 0
}

.oppblock.uc_block {
    min-height: 135px
}

.oppimg_block {
    box-shadow: 2px 1px 5px #999;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 310px;
    overflow: hidden;
}

.oppimg_block img {
    width: 100%
}

.opp_margin {
    margin-bottom: 20px
}

.blockpad {
    padding: 20px;
    text-align: left
}

.oppblock {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 0px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    width: 100%
}

.oppblock h3 {
    font-size: 24px;
    color: #fff;
    background-color: #c60c30;
    padding: 10px 10px 10px 20px;
    margin: 0px
}

.oppblock .caption {
    padding: 0px
}

.oppblock .caption p {
    padding: 0px 0px 15px 0px;
    color: #333;
    font-size: 14px;
    line-height: 18px
}

.oppblock .btn_black {
    margin: 0px;
    padding: 5px 35px 5px 35px;
    position: absolute;
    left: 20px;
    bottom: 20px
}

.main_ttl_bg {
    padding: 25px 0px;
    text-align: center;
    background-color: var(--mainThemeColor2);
}

.main_ttl_bg h3 {
    color: var(--white);
    text-align: center;
    font-size: 24px;
    padding: 0 15%;
    max-width: 80%;
    margin: auto;
    line-height: 26px;
}

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

#date-info {
    margin-top: 0px;
    /* margin-bottom: 30px; */
    /* color: var(--white); */
    font-weight: 600;
    font-family: var(--eventFont);
}

.eventDate::after {
    content: "|";
    margin-left: 7px;
}

.two-btns {
    text-align: center;
    margin: 0;
    padding: 2px;
    border: solid 2px var(--white);
    display: inline-block;
    border-radius: 40px;
}


.two-btns a {
    background: var(--white);
    color: var(--mainThemeColor) !important;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
}


.two-btns a:first-child {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns:hover a {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
}

.two-btns a:hover {
    background: var(--mainThemeColor2) !important;
    color: var(--white) !important;
    box-shadow: 0px 10px 25px 0px rgb(249 71 67 / 30%);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}

/*Registration Form---------------------*/
input[type="file"] {
    width: 40%;
}

.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
}

.page-heading {
    height: 1px;
}

form input[type=submit] {
    background: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
    border-radius: var(--rounded) !important;
}

.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus {
    background: var(--darkgrey);
}

.reg-form-data input::file-selector-button {
    background: var(--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%;
}

.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;
}

/* .full-page-container .col-lg-12 {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

.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) {
    .logoDates {
        font-size: 14px !important;
    }

    .event-logo img {
        max-width: 180px;
    }

    #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---------------------------- */
.countdown-container {
    text-align: center;
    margin: 50px 0;
    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;
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--mainThemeColor);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
}

#clockdiv .smalltext {
    color: var(--white);
    font-size: var(--eventFontSize);
    font-weight: 400;
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 10px;
    background-color: var(--mainThemeColor2);
}

#clockdiv div>span {
    padding: 7px 10px 0;
    border-radius: 3px;
    background: none;
    display: block;
    line-height: 1em;
    min-width: 78px;
    color: var(--white);
}

/* #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: 100%;
    text-align: left;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}

#about .section {
    padding: 30px;
    background-color: #231F20;
    color: #fff;
    text-align: left;
    height: 100%;
    min-height: 469px;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
}

#about .section2 {
    padding: 20px;
    background: rgba(230, 230, 230, 1);
    color: #000;
    text-align: center;
    /* height: 100%; */
    /* min-height: 279px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border-radius: 5px; */
}

#about p.text__main {
    max-width: 38%;
    margin: 0 auto 30px auto;
    text-align: center;
}

#about .section2 .learnMoreBtn a {
    color: var(--mainThemeColor2);
    text-decoration: none;
}

#about .spacer {
    margin-bottom: 20px;
}

.small-block {
    background-color: #E6E6E6;
}

img.event__icon {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: auto;
    padding-top: 21px;
}

#about .highlight {
    font-size: 60px;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 25px;
    color: var(--mainThemeColor);
}

#about .learnMoreBtn a {
    color: var(--white);
    padding: 0;
    font-size: 14px;
}

#event__section .section {
    padding: 30px;
    background-color: #231F20;
    color: #fff;
    text-align: left;
    height: 100%;
    min-height: 469px;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
}

#event__section .section2 {
    padding: 20px;
    color: #000;
    text-align: center;
    height: 100%;
    min-height: 279px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#event__section .section2 .learnMoreBtn {
    display: none;
}

#event__section .section2 .learnMoreBtn a {
    color: var(--mainThemeColor2);
    text-decoration: none;
}

#event__section .spacer {
    /* margin-bottom: 20px; */
}

.small-block {
    background-color: #E6E6E6;
}

img.event__icon {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: auto;
    padding-top: 21px;
}

#event__section .highlight {
    font-size: 60px;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 25px;
    color: var(--mainThemeColor);
}

#event__section .learnMoreBtn a {
    color: var(--white);
    padding: 0;
    font-size: 14px;
    margin: 10px 0;
}

.img-box .content {
    padding: 30px;
}

.img-box .content .title,
.desc {
    color: var(--black);
}

.img-box .content .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.img-box .content .title h5 {
    margin: 0;
}

.blue-box {
    background-color: #00AEEF;
}

.red-box {
    background-color: var(--mainThemeColor2);
}

.pink-box {
    background-color: #EC008C;
}

.yellow-box {
    background-color: #FFF200;
}

#ConventionHighlights {
    background: rgba(230, 230, 230, 1);
}

#ConventionHighlights .section2 {
    padding: 0px 25px;
    font-size: 15px;
    background: var(--white);
    color: var(--white);
    text-align: left;
    /* height: 100%; */
    min-height: 124px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border-radius: 5px; */
}

#ConventionHighlights .section2 p {
    font-size: 14px;
    margin-bottom: 10px;
}

#CaesarsPalace .content {
    padding: 40px 80px;
    background-color: var(--mainThemeColor2);
}

#CaesarsPalace .content .main-title {
    color: var(--white);
}

#CaesarsPalace .content p {
    color: var(--white);
}

/* Why Attend section------------------------------------ */
#whyAttend {
    padding-top: 80px;
}

#whyAttend .main-title {
    margin-bottom: 60px;
}

#whyAttend .headingOverlayText {
    color: var(--overlayHeadingTextColor2)
}

#whyAttend li i {
    color: var(--yellow);
}

.whiteText .main-title span {
    color: var(--yellow);
}



/* Agenda-------------------------------------------- */
#agenda {
    background-color: #f1f1f1;
}

#agenda section .container>h3 {
    display: none;
}

#agenda section h3 {
    font-size: var(--h4FontSize);
    font-weight: 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----------------------------------------*/
#sponsors {
    background-color: #333;
}

.logos-list {
    text-align: center;
    margin-top: 50px;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 5px;
    padding: 5px;
    border: solid 1px #eee;
    transition: all 0.2s ease;
}

.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}

/* Hotel Travel Section------------------------------------------- */
.banner_block {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 25px;
    text-align: left;
    display: table
}

.parallax_banner .banner_text p {
    margin-bottom: 20px
}

.parallax_banner .banner_text p:first-child {
    margin-top: 0px
}

.img_block {
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0px
}

.img_block img {
    margin: 0 10px
}

a.button {
    display: inline-block;
    margin: 0 1px;
    font-weight: bold;
    padding: .5em 1em;
    background: #cf1631;
    color: #fff !important;
    border: none;
    text-decoration: none;
}

/* Press Section------------------------------------------- */
h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    margin-bottom: 30px;
}

p strong {
    font-weight: bold;
}

label {
    text-align: left;
    font-size: 14px;
    color: #33475b;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
}

input {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background: #f8fbff;
    font-size: 14px;
    margin-bottom: 25px;
}

label span {
    color: red;
}

/* 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: unset;
}


.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(--mainThemeColor);
    font-family: var(--eventHeadingFont);
    font-weight: 700;
    text-transform: none;
    /* padding-left: 20px; */
    padding-bottom: 10px;
}

.faq h4.panel-title a:hover {
    color: var(--mainThemeColor2);
}

.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(--mainThemeColor) !important
}

/* .faq .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
} */

/* .faq .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
} */

.faq .panel-title>a:hover,
.faq .panel-title>a:active,
.faq .panel-title>a:focus {
    text-decoration: none;
}

.num_icon {
    display: inline-block;
    /* width: 30px; */
    /* height: 30px; */
    /* border-radius: 50px; */
    line-height: 30px;
    text-align: center;
    color: var(--mainThemeColor);
    font-style: normal;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}

.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    /* padding: 12px 45px 0px 20px; */
    border-top: 1px solid var(--mainThemeColor) !important;
}

/* Contact Section------------------------------ */
.ask-cta {
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ask-cta>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ask-cta .contact-img {
    max-height: 200px;
}

#contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contactPersons {
    display: flex;
    flex-wrap: wrap;
}

.contactPersons_box {
    margin-right: 70px;
    margin-bottom: 30px;
}

.contactPersons_box p {
    margin-bottom: 0px;
}

.textSmall {
    font-size: var(--smalltext);
    font-weight: 400;
}

.contactPersons_box h5 {
    line-height: 23px;
}

.contactPersons>div:nth-child(even) {
    margin-right: 0px;
}




/* Footer----------------------------- */
footer {
    background: #000;
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--mainThemeColor);
}

.footer-links li {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

.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(--mainThemeColor2);
}

/*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 (max-width: 767px) {
  .medals {
    max-width: 100% !important;
}
  .aboutImg-300{
max-width: 100% !important;
}
    .dragonImg {
        max-width: 100% !important;
    }

    .pull-right.aboutImg {
        max-width: 100%;
        padding-left: 0px !important;
    }

    .logoDates {
        width: 100%;
        font-size: 20px !important;
        padding-bottom: 20px;
    }

    iframe {
        width: 100%;
        height: auto;
    }

    #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;
    }

    #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;
        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;
        background: var(--mainThemeColor);
    }

    #main-nav .language-dropdown.open .dropdown-menu {
        border: none;
    }

    #LoginBtn {
        margin-top: 12px;
    }

    .event-logo {
        flex-wrap: wrap;
        gap: 0px !important;
        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: 0px 10px;
    }

    .two-btns a:first-child {
        padding: 5px;
    }

    .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;
    }

    .main-title span {
        font-size: 18px;
    }

    h3.main-title {
        font-size: 30px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #date-info span {
        display: block;
        text-align: center;
    }

    .eventDate::after {
        content: "";
        margin-left: 0px;
    }

    .countdown-container {
        padding: 0px 19px 0px 5px;

    }

    #clockdiv>div>span {
        min-width: 50px;
    }

    #clockdiv {
        font-size: 40px;
    }

    #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----------------------*/

/*3rd level dropdown*/

/*.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}



.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



@media screen and (max-width: 767px) {
    .dropdown-menu {
        position: static;
        float: none;
        width: auto;
    }

    .dropdown-submenu>.dropdown-menu {
        margin-left: 0;
        margin-top: 0;
    }

    .dropdown-submenu {
        position: static;
    }
}*/


@media screen and (min-width: 993px) {
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a::after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #000;
    margin-top: 6px;
    margin-right: -10px;
}

.dropdown-submenu>ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px;
}

.section.registration-form {
    padding-bottom: 50px;
}

.section.registration-form h3 {
    text-align: center;
    margin-top: 50px;
}

.reg-form-data input[type=submit] {
    background: #c60c30 !important;
    border-color: #c60c30 !important;
    border-radius: 50px !important;
}

.fa.fa-twitter::before {
    content: "ð•";
    font-size: 1.2em;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: var(--mainThemeColor) !important;
    background-color: var(--mainThemeColor2) !important;
}

@media screen and (max-width: 767px) {
    .dropdown.mega-dropdown.open>.dropdown-toggle {
        background: var(--mainThemeColor2);
    }

    .dropdown-menu .container>.row>div {
        padding: 0px;
    }

    ul.list-unstyled li a {
        text-align: left !important;
    }

    ul.list-unstyled li {
        text-align: left;
        margin-bottom: 0px;
    }

    .mega-dropdown-menu {
        width: 96% !important;
        /*position:initial !important;*/
    }

    .headerBtn .vfairsBtn {
        padding: 12px 13px;

    }

    .main-title {
        font-size: 40px;

    }

    .mega-dropdown-menu .container .col-sm-3:nth-of-type(2) {
        border-left: 0px solid rgba(255, 255, 255, 0.3);
    }

    .list-unstyled {
        padding: 0px 0px !important;

    }

    /* show menu on hover */

    .navbar-nav>.dropdown:focus>.dropdown-menu,
    .navbar-nav>.dropdown:hover>.dropdown-menu {
        display: block !important;
    }

    .carousel-caption {
        right: 0;
        left: 0%;
        top: 0%;
        padding: 0;
    }

    .caroudelDots {
        bottom: -25% !important;
    }

    h1,
    .popup h1 {
        font-size: 24px;
    }

    #event__section .section {
        margin-bottom: 20px !important;
    }

    #event__section .section2 {

        margin-bottom: 20px !important;
    }

    #event__section .section2 p {
        font-size: 20px;
    }

    #event__section .highlight {
        font-size: 48px;
    }

    #about .highlight {
        font-size: 48px;
    }

    #about p.text__main {
        max-width: 100%;
    }

    #CaesarsPalace .content {
        padding: 40px 30px;
    }

    #clockdiv>div>span {
        font-size: 30px;
    }

    .img-box {
        margin-bottom: 30px;
    }

}

@media (min-width: 768px) {

    /* show menu on hover */
    .navbar-nav>.dropdown:hover>.dropdown-menu {
        display: block;
        position: absolute;
        background: black;
        /*margin-top: -7px;*/
    }
}

.mega-dropdown-menu {
    width: 100%;
    background: var(--black);
    top: initial;
}

.logoRightCol {
    text-align: right;
}

.event-logo {
    display: flex;
    gap: 30px;
    align-items: center;
}

.rightColWrapper img {
    max-width: 130px;
}

.logoDates {
    font-weight: normal;
    line-height: 1.4em;
    font-size: 1vw;
    padding-top: 14px;
}

.rightColWrapper>div {
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}

.rightColWrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}

.rightColWrapper .btnColored {
    padding: 10px 25px;
}

.header-content .header-content .container {
    margin-top: 16px;
}

.navWrapper {
    background: var(--black);
}

.header-content>.container>.row>div,
.header-content>.container,
.header-content>.container>.row {
    position: initial;
}

#main-nav .mega-dropdown-menu a:hover,
#main-nav .mega-dropdown-menu a:focus {
    color: var(--mainThemeColor2) !important;
    background: none;
}

.list-unstyled {
    padding: 10px 0px;
    padding-left: 10px;
}

.header-content>.container>.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.container {
    max-width: 1450px;

}

.section.registration-form .panel-body .row .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
}

.section.registration-form .row.radio_and_checkbox_element .col-12.order-change.radio-block-all {
    width: 50%;
    flex: 0 0 50%;
    max-width: 100%;
}

.custom-col-1 .control-label {
    margin-top: 14px !important;
}

span#grp_fld_1530124 .row.radio_and_checkbox_element .col-12.order-change.radio-block-all {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

span#grp_fld_1530124 .row.radio_and_checkbox_element .col-12.order-change.radio-block-all input {
    width: auto;
}

span#grp_fld_1527593 input {
    width: auto;
}

.section.registration-form .row {
    margin: 0;
    width: 100%;
}

span#grp_fld_1529377 input#bypass {
    display: none !important;
}

span#grp_fld_1529377 .required.control-label:before {
    content: unset !important;
}

span#grp_fld_1529377 .group_registration_label {
    font-size: 0;
}

span#grp_fld_1529377 .group_registration_label::after {
    content: 'Please Add Information of Additional Ticket Holder:' !important;
    font-size: 16px !important;
    display: inline-block;
    color: #000;
}

.agenda-style-6 .time-box img {
    display: none;
}

.agenda-style-6 .time-box {
    padding-top: 28px !important;
}

section.agenda-style-6 .col-md-2.col-xs-12.text-center.time-box {
    display: ruby;
    width: 24%;
}

section.agenda-style-6 .col-md-10.col-xs-12.detail-box {
    display: ruby;
    width: 76%;
}

@media (min-width: 1500px) {
    .container {
        width: 1450px;
    }
}


section.agenda-style-6 .col-md-10.col-xs-12.detail-box {
    display: flex;
    width: 76%;
    flex-wrap: wrap;
}


span#grp_fld_1555618 .row.radio_and_checkbox_element .col-12.order-change.radio-block-all {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

span#grp_fld_1555618 .row.radio_and_checkbox_element .col-12.order-change.radio-block-all input {
    width: auto;
}


/* SECTION BACKGROUND */
.member-spotlight {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/19899/content/files/1759425901image001-6-png1759425901.png') center/cover no-repeat;
    padding: 80px 0 150px;
    position: relative;
}

/* BLACK GRADIENT OVERLAY */
.member-spotlight::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.85));
    z-index: 1;
}

.member-spotlight>* {
    position: relative;
    z-index: 5;
}

/* =========================================
   TOP TITLE + BUTTON BAR
========================================= */

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    padding: 0 10px;
}

.spotlight-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 8px;
    position: relative;
}

/* WHITE UNDERLINE */
.spotlight-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
}

/* VIEW ALL BUTTON */
.view-all-btn {
    background: var(--mainThemeColor2);
    padding: 7px 26px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.2s ease;
}

.view-all-btn:hover {
    background: var(--white);
  text-decoration:none;
  color:var(--mainThemeColor2);
}

/* =========================================
   SLIDER WRAPPER
========================================= */

#vendorSpotlightCarousel .item {
    padding-top: 40px;
    min-height: 520px;
    position: relative;
}

/* =========================================
   RED CARD BLOCK (IMAGE + QUOTE)
========================================= */

.ms-card {
    width: 100%;
    background: #7a1f24;
    display: flex;
}

/* LEFT IMAGE */
.ms-left {
    width: 38%;
}

.ms-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT QUOTE PANEL */
.ms-right {
    width: 62%;
    padding: 60px 70px;
    color: #ffffff;
    position: relative;
}

.quote-marks {
    font-size: 75px;
    font-weight: 900;
    margin-bottom: 20px;
}

.quote-text {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 600;
    max-width: 420px;
}

.quote-author {
    margin-top: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.arrow {
    position: absolute;
    bottom: 30px;
    right: 40px;
    font-size: 28px;
}

/* =========================================
   META SECTION (NAME BELOW CARD)
========================================= */

.ms-meta {
    text-align: center;
    margin-top: 25px;
    color: #ffffff;
}

.ms-name {
    font-size: 34px;
    font-weight: 900;
}

.ms-role {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 6px;
    opacity: 0.85;
}

.ms-company {
    font-size: 16px;
    margin-top: 10px;
}

/* =========================================
   INDICATORS
========================================= */

.carousel-indicators {
    bottom: -50px !important;
}

.carousel-indicators li {
    background: #ffffff;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}

/* =========================================
   SLIDER CONTROLS
========================================= */

.carousel-control .glyphicon {
    top: 45%;
    font-size: 25px;
}

/* =========================================
   RESPONSIVE STYLES
========================================= */

@media(max-width: 992px) {
    .ms-card {
        flex-direction: column;
    }

    .ms-left,
    .ms-right {
        width: 100%;
    }

    .ms-right {
        padding: 40px 30px;
    }
}

@media(max-width: 600px) {

    .spotlight-title {
        font-size: 26px;
    }

    .spotlight-title::after {
        width: 80px;
        height: 3px;
    }

    .ms-name {
        font-size: 26px;
    }
}


/* .container.full-page-container { height: 100%; min-height: 100vh; } 
.section.registration-information .table-responsive table td {
  color: #fff;
}


.section.registration-information .table-responsive table .head_row td, .section.registration-information .table-responsive table .package-header td {
  color: #000; /* or #000000 
}*/



.section-title {
    font-weight: 900;
    text-transform: uppercase;
}

.hero-header {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/19899/content/files/1763973427member-spotlight-banner-jpg1763973427.jpg') center/cover no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-header h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 0 0 10px #000;
}

.profile-section {
    background: #000;
    padding: 50px 0;
    color: #fff;
}

.profile-photo {
    background: #8B1D20;
}

.profile-photo img {
    width: 100%;
}

.profile-details h2 {
    color: #C02025;
    font-size: 40px;
    font-weight: 900;
    margin: 0;
}

.profile-details small {
    font-size: 13px;
    line-height: 18px;
}

.member-profile {
    padding: 60px 0;
}

.member-profile .logo img {
    width: 250px;
}

.profile-details .table td {
    text-align: left !important;
    max-width: 240px;
}

/* --- 4. QUOTE BANNER --- */
.quote-banner {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/19899/content/files/1763973426footer-jpg1763973426.jpg') center/cover no-repeat;
    position: relative;
    padding: 60px 0;
}

/* Red tint overlay */
.quote-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(160, 20, 25, 0.6);
}

.quote-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.quote-text {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.quote-author {
    display: block;
    text-align: right;
    margin-top: 15px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.quote-box span {
    margin-top: 30px;
    display: block;
    text-align: right;
    font-size: 16px;
}

/* =========================================
       NEW GALLERY SECTION (EXACT REPLICA)
    ========================================= */
.gallery-section {
    background-color: #000;
    padding: 60px 0 80px 0;
    position: relative;
    overflow: hidden;
}

/* Top Left Spotlight Effect */
.gallery-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 600px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    transform: rotate(-15deg);
    pointer-events: none;
    z-index: 1;
}

.gallery-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.gallery-title {
    color: #fff;
    font-size: 48px;
    display: inline-block;
    border-bottom: 4px solid #C02025;
    /* Red Underline */
    padding-bottom: 5px;
    letter-spacing: 1px;
}

/* Flex Container for the 3 Images */
.gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
    /* Space between images */
}

/* Common Image Styles */
.gallery-img-wrapper {
    transition: all 0.5s ease;
    position: relative;
}

.gallery-img-wrapper img {
    display: block;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

/* CENTER IMAGE (Large, Portrait) */
.center-wrapper {
    width: 400px;
    z-index: 10;
    transform: scale(1.05);
    /* Slightly popped out */
}

.center-wrapper img {
    height: 450px;
    /* Tall portrait height */
    border: 2px solid #333;
}

/* SIDE IMAGES (Smaller, Landscape) */
.side-wrapper {
    width: 350px;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center arrow below image */
}

.side-wrapper img {
    height: 220px;
    /* Shorter landscape height */
    border: 1px solid #444;
    filter: brightness(0.7);
    /* Slightly darker like screenshot */
    transition: filter 0.3s;
}

.side-wrapper:hover img {
    filter: brightness(1);
}

/* ARROWS (Positioned below side images) */
.arrow-btn {
    margin-top: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s;
}

.arrow-btn:hover {
    color: #C02025;
}

/* Responsive for mobile */
@media (max-width: 991px) {
    .gallery-container {
        flex-direction: column;
        gap: 20px;
    }

    .center-wrapper,
    .side-wrapper {
        width: 100%;
        max-width: 300px;
    }

    .center-wrapper img {
        height: 300px;
    }

    .side-wrapper img {
        height: 200px;
    }

    .arrow-btn {
        display: none;
    }

    /* Hide arrows on mobile stack, simple scroll is better */
}

/* --- FOOTER CSS --- */
.footer-section {
    position: relative;
    background: #000;
    /* Full-width black background */
    padding: 50px 0;
    /* Creates black space above and below the box */
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    min-height: 500px;
    /* Ensures height even with padding */
}

/* New Wrapper for the Box Shape, Centered in the Bootstrap Container */
.footer-box-wrapper {
    position: relative;
    /* Fixed height for the visual box */
    height: 400px;
    margin: 0 auto;
    /* Optional: Add shadow to the box */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* 1. The Background Image (Now contained within the box wrapper) */
/* Note: We use .footer-box-wrapper as the position context */
.footer-box-wrapper .footer-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Image background is set to cover the right side */
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew/19899/content/files/1763973426adobestock-652508416-700x350-jpeg1763973426.jpeg') center right no-repeat;
    background-size: cover;
    z-index: 1;
}

/* 2. The Red Diagonal Overlay (Now contained within the box wrapper) */
.footer-box-wrapper .footer-overlay-diagonal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    /* Adjusted diagonal cut for the screenshot visual */
    background: linear-gradient(100deg, #8a1b1e 60%, transparent 60.5%);
}

/* 3. Content Wrapper - This uses the Bootstrap Container alignment, but the content floats over the layers */
.footer-content {
    position: relative;
    z-index: 3;
    height: 400px;
    /* Match height of the box wrapper */
    display: flex;
    align-items: center;
    color: #fff;
    /* Removed margin: 0 auto; because Bootstrap .container does it */
}

/* Left Column (Text) */
.footer-text-col {
    padding: 0px 70px;
}

.footer-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 5px solid #000;
    padding-bottom: 10px;
    line-height: 1;
    letter-spacing: 1px;
}

.footer-desc {
    font-size: 16px;
    line-height: 1.5;
    max-width: 550px;
    margin-top: 10px;
}

/* Right Column (Button Container) */
.footer-btn-col {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-footer {
    background-color: #981b1e;
    color: #fff;
    padding: 12px 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid #7a1b1e;
    font-size: 16px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.btn-footer:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    border-color: #000;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .footer-box-wrapper,
    .footer-content {
        height: auto !important;
    }

    .footer-section {
        min-height: auto;
    }

    .footer-box-wrapper .footer-overlay-diagonal {
        background: rgba(138, 27, 30, 0.95);
        /* Solid red overlay on mobile */
    }

    .footer-text-col {
        text-align: center;
        padding-right: 15px;
    }

    .footer-btn-col {
        margin-top: 20px;
        justify-content: center;
    }

    .footer-heading {
        font-size: 36px;
    }

    .footer-section {
        height: auto;
        padding: 40px 0;
    }
}

#galleryCarousel .item img {
    width: 100%;          /* Make image fill carousel width */
    height: 400px;        /* Set your desired fixed height */
    object-fit: cover;    /* Crop nicely without distortion */
    object-position: center; /* Keep center focus */
}

/* --- Meet Members SECTION STYLING --- */
#meet-members {
    padding: 50px 0;
    background-color: #fff;
    font-family: Arial, sans-serif;
}


.members-header {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.main-title-members {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0;
    line-height: 1;
    border-bottom: 4px solid #8a1b1e;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-red-title {
    color: #8a1b1e;
}

.sort-options {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 15px;
    padding: 10px 0;
}


.sort-label {
    font-weight: bold;
    margin-right: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}


.radio-inline {
    padding-left: 0;
    margin-left: 0;
    margin-right: 30px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}


.radio-inline input[type="radio"] {
    opacity: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1;
}


.radio-inline::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #a0a0a0;
    background-color: #fff;
    margin-right: 8px;
    transition: all 0.2s ease-in-out;
    flex-shrink: 0;
}


.radio-inline::after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: #a0a0a0;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
}


.radio-inline input[type="radio"]:checked+.radio-inline::after {
    width: 8px;
    height: 8px;
    opacity: 1;
}


.radio-inline {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.radio-inline>span {
    display: inline-block;
}


@media (max-width: 767px) {
    .sort-options {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .radio-inline {
        margin-right: 15px;
        margin-top: 5px;
    }

    .sort-label {
        margin-bottom: 5px;
        width: 100%;
    }
}



.members-grid {
    margin-top: 20px;
}

.member-card-col {

    margin-bottom: 30px;
}

.member-card {
    position: relative;

}


.member-photo-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.member-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}


.member-photo-wrapper {
    position: relative;
    z-index: 2;
    height: auto;
    padding: 35px 15px;
    border: 1px solid #ccc;
    display: block;
}


.member-details {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.member-details p {
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
}

.member-name {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 2px !important;
}

.member-company {
    color: var(--mainThemeColor2);
    font-weight: bold;
}

.member-location {
    color: #666;
}


.member-arrow-link {
    position: absolute;
    bottom: 15px;
    right: 0;
    font-size: 20px;
    color: #8a1b1e;
    transition: all 0.3s;
}
.member-arrow-link:hover {
    text-decoration: none;
}

.member-card:hover .member-arrow-link {
    transform: translateX(5px);
}



@media (max-width: 767px) {
    .main-title-members {
        font-size: 32px;
    }

    .members-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .sort-options {
        justify-content: flex-start;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .col-md-4 {
        width: 33.33333333%;
    }
}