/* Event Font -------------------------*/
@font-face {
    font-family: 'Inter';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1753248881inter-light-woff21753248881.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1753248881inter-light-woff1753248881.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1753248881inter-semibold-woff21753248881.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1753248881inter-semibold-woff1753248881.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1753248881inter-regular-woff21753248881.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1753248881inter-regular-woff1753248881.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Swiss 721';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1753248881swiss721bt-boldextended-woff21753248881.woff2') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1753248881swiss721bt-boldextended-woff1753248881.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #EA3323;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #21211F;
    --eventFontColor: #696969;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Inter';
    --eventHeadingFont: 'Swiss 721';
    --h1FontSize: 58px;
    --h2FontSize: 48px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #000;
    --yellow: #F9DB4A;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;
    --eventPink: #F4B6D4;
    --eventBlue: #3376F6;
    --eventRed: #EA3323;
    --eventGreen: #60D169;




}
div#speakers .speaker_img-src img {
    width: 270px;
    height: 270px;
}
.ticket__item.package-block-774655 .pricebtn-btn {
    pointer-events: none;
}
#venue,
#partner {
    min-height: 900px;
}
.speaker_container h4 {
    color: #fff;
}
.ticket__item.package-block-774652 .pricebtn-btn,
.ticket__item.package-block-774653 .pricebtn-btn {
    background: #fff !important;
    color: #000;
}

.ticket__item.package-block-774652,
.ticket__item.package-block-774653 {
    border: 2px solid #696969 !important;
}

.ticket__item.package-block-774652,
.ticket__item.package-block-774653 {
    background: #696969 !important;
}

.ticket__item.package-block-774652 .ticket__desc__text h5,
.ticket__item.package-block-774653 .ticket__desc__text h5 {
    color: #fff !important;
}

.ticket__item.package-block-774652 .ticket__avail,
.ticket__item.package-block-774653 .ticket__avail,
.ticket__item.package-block-774652 .total__price span,
.ticket__item.package-block-774653 .total__price span {
    color: #fff !important;
}

.agenda-design4 .agenda-row .agenda-col:last-child {
    padding: 0 0 0 30px;
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1756131904dot-png1756131904.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;
}

#agenda2,
#partner,
#venue {
    background: var(--black) url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1755779865mim-patterns-bw-png1755779865.png)no-repeat center top;
    background-size: 80%;
}

.agenda-design4 {
    color: var(--white) !important;

}

.agenda-design4 .agenda-row p {
    color: var(--white) !important;
}

.agenda-design4 .nav-tabs li.active a {
    background-color: var(--mainThemeColor) !important;
}

.agenda-design4 .nav-tabs li.active::after {
    border-color: var(--mainThemeColor) transparent transparent transparent !important;
}

.agenda-design4 .agenda-row h3 {
    background: var(--mainThemeColor) !important;

}

#partner p,
#partner ul,
#partner h3,
#partner h4,
#venue p,
#venue ul,
#venue h3,
#venue h4 {
    color: var(--white);
}

#skills ul li {
    margin-bottom: 30px;
}

#skills ul {
    list-style: disc;
    color: var(--white);
}

.popup h5 {
    color: #FFF;
    font-weight: 300;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: var(--eventFont);
}

#date-info {
    margin-top: 0px;
    margin-bottom: 8px;
    color: var(--white);
    font-weight: normal;
    font-family: var(--eventHeadingFont);
    font-size: 24px;
}

.popup .sub-title {
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 0px;
}

.signup-text {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    padding: 12px 26px;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
}

.main_top_area {
    background: var(--black);
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 6%;
    position: relative;
}

.footer1 h3 {
    font-size: 80px;
    color: var(--yellow);
    max-width: 40%;
    line-height: 100px;
    display: inline-block;
    margin-bottom: 30px;
}

.footer1 img {
    max-width: 300px;
    margin-top: 30px;
}

#skills .sub-title {
    color: var(--eventGreen);
    font-size: var(--h1FontSize);
}

.video-wrap-new {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1755780929mim-patterns-color-png1755780929.png)no-repeat center;
    background-size: cover;
    padding: 3%;
}

.socialIcons li a:hover svg path {
    fill: var(--mainThemeColor);
}

#hotel .row:nth-of-type(2)>div {
    display: flex;
}

#hotel .row:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
}

#hot .ticker-wrap .slick-track {
    display: flex;
}

#faq>.container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.ticket__item.package-block-773857 .pack773857::after,
.ticket__item.package-block-773859 .pack773859::after {
    content: "COMING SOON";
    font-size: 16px;
}

.ev__ticket .form-control:focus {
    border-color: var(--mainThemeColor2) !important;
}

button.button.small.btnColored.btnSmall {
    border: 1px solid var(--mainThemeColor);
}

button.button.small.btnColored.btnSmall:hover,
button.button.small.btnColored.btnSmall:focus {
    border: 1px solid var(--mainThemeColor) !important;
}

#speakers h3 {
    text-align: center;
}

#hotel h3 {
    line-height: 60px;
}

#faqs h3 {
    max-width: 100% !important;
    text-align: center;
}

#faqs h3>span:last-child {

    color: var(--white);
    display: block;
    text-transform: uppercase;
    font-size: 60px;
    text-align: center;
}

.ticket__item.package-block-773857 .pack773857,
.ticket__item.package-block-773859 .pack773859 {
    pointer-events: none;
    background: grey !important;
    border: grey !important;
    opacity: 0.3;
    cursor: not-allowed;
    font-size: 0;
}

#top svg:hover {
    fill: none;
}

#hotel h3,
#faq h3,
#faqs h3,
#speakers h3,
.speakersHead {
    color: var(--mainThemeColor);

    font-size: 60px;
}

.speakersHead {
    text-align: center;
}

#speakers h3>span:first-child,
.speakersHead>span:first-child {
    display: block;
    color: var(--white);

    font-size: 60px;
}


.form-control:focus {
    border-color: #fff !important;
    box-shadow: none !important;
}

.ticket__totalBox .totalcountT p {
    text-transform: initial !important;

    font-weight: 800 !important;
}

#faq .button {
    position: relative;
    z-index: 5;
}

.menu-items li a:hover,
.menu-items li a:focus {
    color: var(--mainThemeColor);
}

svg:hover rect:nth-of-type(n+2) {
    fill: var(--white);
}

svg:hover {
    fill: var(--mainThemeColor);
}

.footer-right p:first-child {
    text-transform: uppercase;
}

#openMenu svg:hover rect:nth-of-type(n+2),
#openMenu svg:focus rect:nth-of-type(n+2) {
    fill: var(--white);
}

#loginBtn2 {
    margin-left: 15px;
}

.about-title span.font-94 {

    font-weight: 900;
    font-size: inherit;
    color: var(--mainThemeColor);
}

.about-title span.font-54 {

    display: inline;
    color: inherit;
    font-size: inherit;
}

.package-block-773854 .total__price::before,
.package-block-773855 .total__price::before {
    content: "$299";
    text-decoration: line-through;
    font-size: 45px;
    line-height: 45px;
    margin-top: -10px;
    color: var(--eventFontColor);
    font-weight: 800;

}

.addons span.font-54:nth-of-type(2) {}

.addons span.font-54:nth-of-type(1) {

    font-weight: 600;
}

.package-block-773855 {
    order: -1;
}

.ticket__desc__text ul {
    list-style: disc;
    font-size: 16px;
    margin-left: 25px;

    font-weight: 400;
}

.ticket__desc__text ul li {
    margin-bottom: 8px;
    line-height: 1.2em;
}

.ticket__desc__text p {
    font-size: 16px !important;

    font-weight: 400 !important;
}

.ticker-content::after {
    content: "";
    width: 13px;
    height: 13px;
    background: #f94141;
    position: absolute;
    right: -2%;
    border-radius: 50%;
}

#loginBtn2,
#regbutton {
    border: 2px solid var(--mainThemeColor);
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
}

.navbar-default .navbar-nav>li>a {
    padding-top: 9px;
    padding-bottom: 9px;
}

.countdown-container h4 {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    /* background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1748499949timer-bg-jpg1748499949.jpg) top center;*/
    background-size: cover;
    position: relative;
}

#hotel p {}

.event-logo a:hover {
    text-decoration: none;
}

.ticket__item.hasAddon .ticket__desc *,
.package-block-773854.hasAddon .total__price::before,
.package-block-773855.hasAddon .total__price::before,
.ticket__item.hasAddon .total__price>span {
    color: var(--white) !important;
}

.ticket__item.hasAddon .selectCounter,
.ticket__item.hasAddon .selectCounter input {
    background: var(--mainThemeColor);
    color: var(--white);
}

.ticket__item.hasAddon {
    background: #282828 !important;
}

#contact .row>div:first-child img {
    position: absolute;
    left: -13%;
    top: 50%;
    max-width: 55%;
    transform: translateY(-50%);
}

#contact .row>div:first-child,
#contact .container {
    position: initial;
}

#contact.bg-black {
    position: relative;
    min-height: 700px;
    display: flex;
}

/* General-------------------------- */

a {
    color: var(--mainThemeColor);
}

a:hover,
a:focus {
    color: var(--mainThemeColor2);
    text-decoration: none;
    outline: none;
}

body {
    font-family: var(--eventFont);
    font-size: var(--eventFontSize);
    color: var(--eventFontColor);
    line-height: 26px;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body>.header-content {
    position: relative;
}

.simple-section {
    padding: 50px 0px;
}

.coloredBg {
    background: var(--mainThemeColor);
    background-image: -webkit-linear-gradient(left,
        var(--mainThemeColor) 0%,
        var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right,
        var(--mainThemeColor) 0%,
        var(--mainThemeColor2) 100%);
}

.whiteText * {
    color: var(--white);
}

.whiteText a:hover,
.whiteText a:focus {
    color: var(--yellow);
}

h4.form-heading {
    font-size: 0px;
}

body>p:first-of-type {
    margin: 0px;
}

.top-bar {
    background-color: var(--mainThemeColor);
    padding: 10px 0;
}

.top-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-content p {
    margin: 0;
    color: #fff;
}

.video-wrap {
    position: relative;
}

.video-wrap .video-graphic-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.video-wrap .video-graphic-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 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, 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) {
    #skills .sub-title {
        font-size: 42px;
    }

    .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------------------------------ */
.button {
    padding: 12px 35px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid transparent;
}

.button.small {
    padding: 8px 20px;
}

.button-white {
    border-color: var(--mainThemeColor);
    background-color: #fff;
    color: var(--mainThemeColor);
}

.button-white:hover,
.button-white:focus {
    background-color: var(--mainThemeColor);
    color: #fff;
    text-decoration: none;
}

.button.button-outline-white {
    border-color: #fff;
    color: #fff;
}

.button.button-outline-white:hover,
.button.button-outline-white:focus {
    background-color: var(--mainThemeColor);
    color: #fff;
    text-decoration: none;
}

.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);
}

.btnIcon {
    display: inline-flex;
    align-items: center;
    gap: 30px;

}

.btnColored {
    background-color: var(--mainThemeColor);
    color: var(--white) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: var(--eventFontSize);
}

.btnColored:hover,
.btnColored:focus {
    background-color: var(--mainThemeColor2);
    color: var(--white) !important;
    text-decoration: none !important;
    border: 2px solid var(--mainThemeColor);
}

.btnWhite:hover,
.btnWhite:focus,
.btnBlack:hover,
.btnBlack:focus {
    background: var(--mainThemeColor);
    color: var(--white);
    text-decoration: none !important;
}

/*side bar menu*/
#sidebarMenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 500px;
    height: 100%;
    background-color: #282828;
    color: white;
    transition: right 0.3s ease;
    z-index: 9999;
    padding: 33px 40px;
    display: flex;
    flex-direction: column;
}

#sidebarMenu.active {
    right: 0;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-weight: bold;
    font-size: 20px;
    max-width: 150px;
}

.close-btn {
    font-size: 28px;
    cursor: pointer;
}

.menu-items {
    list-style: none;
    padding: 0;
    margin: 40px 0 0px;
}

.sideSecureBtn {
    display: flex;
    justify-content: end;
    border-top: 1px solid var(--mainThemeColor);
    padding-top: 25px;
}

.menu-items li {
    margin-bottom: 18px;
    cursor: pointer;
}

.menu-items li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 28px;
}

.menu-items li a.small {

    font-size: 22px;
    letter-spacing: 1px;
}

.menu-items li a:hover {
    text-decoration: none;
}

.cta-button {
    background-color: #f94141;
    color: white;
    padding: 12px 20px;
    border: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

.btnSmall {
    font-size: 12px !important;

    letter-spacing: 2px;
    padding: 5px 12px !important;
}

.btnSmall:hover,
.btnSmall:focus {
    border-color: var(--mainThemeColor2) !important;
}

.btnSmall.withBorder:hover {
    border: 2px solid var(--mainThemeColor) !important;
}

/*cards*/

.border-card {
    background-color: #fff;
    border: 2px solid var(--mainThemeColor);
    padding: 50px;
    position: relative;
    margin-bottom: 30px;
}

.border-card:hover {
    background-color: var(--mainThemeColor2);
    color: #fff;
}

.border-card:hover .card-heading h4 {
    color: #fff;
}

.border-card:hover svg path {
    fill: #fff;
}

.border-card>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.border-card .card-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.border-card .card-heading h4 {
    font-size: 48px;
    text-transform: uppercase;
    color: #282828;
    font-family: var(--eventSubHeadingFont);
}

.border-card .card-content {
    padding-top: 60px;
}

/* Headings--------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.popup h1 {
    font-family: var(--eventHeadingFont);
    font-weight: 700;
}

h1,
.popup h1 {
    font-size: var(--h1FontSize);
    font-weight: 800;
}

h2 {
    font-size: var(--h2FontSize);
}

h3 {
    font-size: var(--h3FontSize);
}

h4 {
    font-size: var(--h4FontSize);
}

h5 {
    font-size: var(--h5FontSize) !important;
}

h6 {
    font-size: var(--h6FontSize);
}

/* Top black bar----------------------- */
.slim-bar {
    position: initial;
    background-color: var(--black);
    color: var(--white);
}

.slim-bar ul>li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

.slim-bar .row {
    justify-content: end !important;
}

/* Set 0 padding or Margin */
.noPadding {
    padding: 0px !important;
}

.noTopPadding {
    padding-top: 0px !important;
}

.noBottomPadding {
    padding-bottom: 0px !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noRightPadding {
    padding-right: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.noTopMargin {
    margin-top: 0px !important;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.noLeftMargin {
    margin-left: 0px !important;
}

.noRightMargin {
    margin-right: 0px !important;
}

/* Main Heading------------------------- */
.main-title {
    text-align: center;
    position: relative;
    font-size: 50px;

    color: var(--mainThemeColor);
    text-transform: uppercase;
}

.formbuilder-form-wrap h3.main-title {
    display: block !important;
    color: var(--mainThemeColor) !important;
}

.main-title.style2 {

    font-size: 70px;
}

.main-title span {
    display: block;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;

}

.main-title.left {
    text-align: left;
}

.sub-title {
    color: #fff;
    text-align: center;
    font-size: 38px;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-family: var(--eventHeadingFont);
}

.sub-title.black {
    color: var(--mainThemeColor2);
}

.footer1 {
    position: relative;
    background: var(--black) url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1755779865mim-patterns-bw-png1755779865.png)no-repeat center;
    position: relative;
    z-index: 0;
    background-size: 80%;
    padding: 140px 0px;
    text-align: center;
}

.footer1 .button {
    /*position: absolute;*/
    bottom: 10%;
    right: 8%;
}

/*activities section*/
.activity-card {
    padding: 40px;
    border: 2px solid var(--mainThemeColor);
    background-color: rgba(40, 40, 40, 0.8);
    color: #fff;
    min-height: 528px;
}

.activity-head {
    margin-bottom: 30px;
}

.activity-head h3 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

.activity-head .date {
    font-size: 14px;
    font-weight: 300;
}

.activity-card>p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
    line-height: 1.4;
}

/* 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: 23px 0px 6px;
    /* max-height: 48px; */
    max-width: 438px;
    width: 100%;
}

.event-logo a span {
    display: block;
    margin-bottom: 16px;
    color: var(--white);
    font-size: 14px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
}

#main-nav .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
}

.navbar-nav>li {
    margin-bottom: 2px;
}

#main-nav a {
    color: var(--eventFontColor);
    font-size: var(--eventFontSize);
    padding: 12px 15px;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: var(--mainThemeColor) !important;
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content {
    background-color: var(--mainThemeColor2);
}

.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;
}

.stickyNav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 55;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: rgba(40, 40, 40, 1);
}

ul.nav.navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.navClose {
    display: none;
}

.navbar-toggle {
    margin-right: 0px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}

#LoginBtn {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn:hover,
#LoginBtn:focus {
    color: var(--white) !important;
}

.navbar-toggle {
    /*Set to 0 if Accessibility Feature not added*/
    margin-right: 42px;
    background: var(--mainThemeColor);
    border-radius: 6px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--white);
}

/* Hero Section */
.main_top_area {
    background: var(--black) url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1755779865mim-patterns-bw-png1755779865.png) no-repeat center;
    background-size: 80%;
    padding-top: 2%;
    padding-bottom: 4%;
    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;
}

.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: 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;
}

.ticker-wrap {
    background-color: white;
    padding: 10px 0;
    max-height: 43px;
    overflow: hidden;
}

/*.ticker {
      display: flex;
  }
  */
.ticker-content {
    display: flex !important;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    min-width: 450px;
}

.top-bg .container>.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.separator {
    width: 13px;
    height: 13px;
    background-color: #f94141;
    margin-left: 40px;
    display: none;
}

.top-bg,
#skills {
    background: var(--black) url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1755779865mim-patterns-bw-png1755779865.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#skills {
    margin-top: 100px;
}

#skills>.row>div {
    display: flex;
}

#skills>.row {
    display: flex;
    flex-wrap: wrap;
}

.skill-item {
    border: 1px solid var(--eventGreen);
    padding: 40px 20px;
    text-align: center;
    background-color: rgba(40, 40, 40, 1);
    margin: 0 auto 30px auto;
    width: 100%;
}

#skills .container>.row .row>div {
    /*  display: flex;*/
}

#skills .container>.row .row {
    display: flex;
    flex-wrap: wrap;
}

.skill-item h4 {
    color: var(--eventGreen);
}

.icon>img {
    max-height: 78px;
}

.skill-item .icon {
    margin-bottom: 20px;
}

.skill-item p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    max-width: 170px;
    margin: auto;
    line-height: 1.4;
}

#skills .container>.row .row h3 {
    color: var(--white);
    margin-bottom: 33px;
}

.sub-page {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/19261/content/files/1747650398cta-bg-png1747650398.png);
    min-height: 400px;
}

.sub-page-head {
    padding: 15px 0 50px;
}

.sub-page-head h1 {

    font-size: 80px;
    line-height: 75px;
    text-transform: uppercase;
    color: var(--mainThemeColor);
    text-align: left;
    margin-bottom: 20px;
}

.sub-page-head h4 {

    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}

.sub-page-head p {
    font-weight: 300;
    margin-top: 20px;
}

.cta-bg {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1755780929mim-patterns-color-png1755780929.png)no-repeat center;
    text-align: center;
    min-height: 750px;
    background-size: 100% 100%;
}

.cta-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-bg h3 {
    color: var(--yellow);

    font-size: 60px;
}

/* .cta-bg .button {
    background: var(--yellow);
    color: #000 !important;
}
*/
.cta-bg .button:hover {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid var(--mainThemeColor) !important;
}

.cta-bg h5 {
    color: var(--mainThemeColor2);
    font-size: 60px !important;
    text-transform: uppercase;

}

.cta-action {
    margin-top: 40px;
}


span.font-dharma {}

span.font-54 {

    display: inline;
    color: inherit;
}

/*Registration Form---------------------*/

.section.registration-form {
    /* background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/19261/content/files/1747650398cta-bg-png1747650398.png); */
    background: var(--black) url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1755779865mim-patterns-bw-png1755779865.png) no-repeat center;
    background-size: contain;
}

.section.registration-form .ticket-form {
    max-width: 885px !important;
}

.ticket__content.pb-0>h3 {
    display: none;
}

.reg-form-data {
    background-color: transparent !important;
    max-width: 1200px !important;
}

.reg-page-head {
    max-width: 1230px;
    margin: auto;
    padding-top: 85px;
}

.reg-page-head h1 {

    font-size: 80px;
    line-height: 75px;
    text-transform: uppercase;
    color: var(--mainThemeColor);
    text-align: left;
    margin-bottom: 20px;
}

.ticket__desc {
    border-right: none !important;
    padding: 0 !important;
    flex: 100% !important;
}

.pricebtn-btn {
    background: var(--mainThemeColor) !important;
    border: 1px solid var(--mainThemeColor) !important;
    text-transform: uppercase;
    min-height: 45px;
    border-radius: 0 !important;

    letter-spacing: 2px;
}

.ticket__item {
    border-radius: 0 !important;
    padding: 30px !important;
    border: 2px solid var(--mainThemeColor) !important;
}

.ticket__desc__text h5 {
    color: rgba(40, 40, 40, 1) !important;
    text-transform: uppercase;

    font-weight: 800 !important;
    font-size: 42px !important;
    margin-bottom: 0px !important;
    line-height: 1.2em !important;
}

.order__summary .price__item {
    padding-top: 0 !important;
}

.ev__ticket {
    min-height: 100vh;
}

.order__summary .pricing {
    margin-top: 20px;
    padding: 10px;
}

.order__summary .total__price {
    padding: 10px;

}

.order__summary .price__item {
    padding-right: 0;
    padding-left: 0;
}

.order__summary .total__price {
    margin-bottom: 0;
}

.ticket__price .pricing {
    display: none;
}

.order__summary .price__item {
    background: #fff;
    border-radius: 8px 8px 0px 0px;
}

.ticketFormCol .panel-heading {
    border-radius: 8px 8px 0px 0px;

}

.section.registration-form .ticket-form .row {
    margin: 0;
}

.order__summary h6 {
    margin: 0 !important;
}

.ticket__price hr {
    display: none;
}

.total__price p {
    visibility: hidden;
}

.total__price span {
    font-size: 45px !important;
    color: var(--eventFontColor) !important;

    display: block;
    margin-bottom: 18px;
    font-weight: 800 !important;
}

.ticket__desc__text {
    padding-right: 100px;
}

.ticket__content.pb-0>div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.ticket__item.package-block-773857,
.ticket__item.package-block-773858,
.ticket__item.package-block-773856 {
    flex-basis: 31.5%;
    flex-direction: column;
    padding-top: 60px !important;
}

.ticket__item.package-block-773857::before,
.ticket__item.package-block-773858::before,
.ticket__item.package-block-773856::before {
    content: "";
    width: 80px;
    height: 11px;
    background: var(--mainThemeColor);
    border-radius: 20px;
    margin: auto;
    margin-bottom: 25px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.ticket__item.package-block-773857 .ticket__desc__text,
.ticket__item.package-block-773858 .ticket__desc__text,
.ticket__item.package-block-773856 .ticket__desc__text {
    padding-right: 0;
}

.ticket__item.package-block-773857 .ticket__price .price__item .total__price p,
.ticket__item.package-block-773858 .ticket__price .price__item .total__price p,
.ticket__item.package-block-773856 .ticket__price .price__item .total__price p {
    display: none;
}

.ticket__item.package-block-773857 .ticket__price .price__item,
.ticket__item.package-block-773858 .ticket__price .price__item,
.ticket__item.package-block-773856 .ticket__price .price__item {
    border-top: 1px solid var(--mainThemeColor);
    padding-top: 40px;
    margin-top: 15px;
}

.ev__ticket__wrapper {
    max-width: 100% !important;
}

.ticket__desc__text p span {
    display: inline !important;
}

a.ticketmore__text {
    display: none !important;
}



.formbuilder-form-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
}

/*
  
  a.pricebtn-btn.ticketSelbtn.pack773859 {
    background-color: #D3D3D3 !important;
    border-color: #D3D3D3 !important;
    pointer-events: none;
  }*/

input[type="file"] {
    width: 40%;
}

.reg-form-wrap h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    max-width: 850px;
    color: var(--eventFontColor);
}

.ticket__totalBox.small-discout-box {
    width: 100%;
    border-radius: 0;
    border: 2px solid var(--mainThemeColor);
    padding: 40px;
}

.totalcountT p {
    font-size: 38px !important;
    color: #282828 !important;

    font-weight: bold !important;
    text-transform: uppercase;
}

.manageAccountBlock {
    margin-bottom: 100px;
}

.page-heading {
    height: 1px;
    display: none;
}

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;
}

/*.coupncode*/

.coupncode {
    width: auto !important;
}

.reg-form-data .coupn-code-sec input {
    margin: 0px 0px;
    border: none;
    border-bottom: 2px solid var(--mainThemeColor);
    border-radius: 0;
    font-size: 16px;
}

.coupncode button {
    background: #fff !important;
    color: var(--mainThemeColor) !important;
    border: 2px solid var(--mainThemeColor) !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    position: relative !important;
    white-space: nowrap !important;

    font-weight: bold !important;
}

.ticketItems {
    align-items: flex-end !important;
    flex-direction: column;
    justify-content: flex-end;
}

.ticketItems button[disabled] {
    background-color: #d3d3d3 !important;
}

.ticketItems button {
    background: var(--mainThemeColor) !important;
    border-radius: 0 !important;

    text-transform: uppercase;
    min-width: 320px;
}

.selectCounter {
    border: 1px solid var(--mainThemeColor) !important;
    padding: 8px !important;
    border-radius: 0 !important;
}

.reg-form-data .coupn-code-sec {
    gap: 29px !important;
}

.totalcountT span {
    display: none !important;
}

/*addons*/

section.addons {
    padding-top: 50px;
}

section.addons h2 {

    font-size: 80px;
    line-height: 75px;
    text-transform: uppercase;
    color: var(--mainThemeColor);
    text-align: left;
    margin-bottom: 20px;
}

section.addons h4 {

    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 18px;
    letter-spacing: 1px;
}

section.addons p {

    font-weight: 300;
    font-size: 16px;
    color: var(--eventFontColor);
}

section.addons p em {
    display: block;
    font-size: 12px;
    margin-top: 12px;
}

/*Testimonials*/
#testimonials {
    background: var(--black) url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1755779865mim-patterns-bw-png1755779865.png)no-repeat top;
    background-size: 80%;
    min-height: 1200px;
    padding: 100px 0;
    position: relative;
}


.testi-title {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 50px;
    font-weight: bold;
}

#testimonials .testi-title {
    color: var(--mainThemeColor);
    font-family: var(--eventHeadingFont);
    text-align: center;
}

.testi-card {
    padding: 40px;
    border: 2px solid var(--mainThemeColor);
    background-color: rgba(40, 40, 40, 0.85);
    color: #fff;
    margin-bottom: 30px;
}

.testi-card .name {
    padding-top: 20px;
}

.testi-card .name h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;

}

.testi-card .name p {
    font-size: 13px;
    text-transform: uppercase;
}

.testi-card .content p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
}

.testi-card .content {
    /*min-height: 143px;*/
}

#testimonials .photo img {
    width: 100px;
    max-height: 100px;
    border-radius: 100%;
}

#testimonials>.container>.row:nth-of-type(2)>div {
    display: flex;
}

#testimonials>.container>.row:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*Thank you page-----------------------*/
.thanksWrapper {
    text-align: center;
    max-width: var(--halfWidth);
    margin: 20px auto;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 30px 50px 50px;
    width: 100%;
    max-width: 90%;
}

.thanksWrapper span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.thanksWrapper p {
    margin-top: 30px;
}

.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.full-page-container .col-lg-12 {
    min-height: 400px;
    padding: 0;
}

.row-content {
    padding: 0;
}

/* Login Modal----------------------- */
#LoginModal h4,
#forgot-pwd-modal h4 {
    font-size: 20px;
}

#LoginModal .modal-header,
#forgot-pwd-modal .modal-header {
    background: var(--mainThemeColor);
}

#login-footer a,
#login-footer button,
#reset-pwd-frm a,
#reset-pwd-frm button {
    background: var(--mainThemeColor);
    font-family: var(--eventFont);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    background: var(--white);
}

#login-footer .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    color: var(--white);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    border-color: #ccc;
}

#login-footer .col-sm-8 .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn {
    font-size: var(--smallText);
    padding: 6px 12px;
}

.modal .modal-dialog {
    max-width: initial;
}

#login-footer .row .col-sm-4 {
    max-width: initial;
    flex: 33%;
    order: 2;
}

#login-footer .btn,
#reset-pwd-frm .btn {
    border-radius: var(--rounded);
}

#login-footer .btn:hover,
#reset-pwd-frm .btn:hover {
    background: var(--darkgrey) !important;
    color: var(--white) !important;
}

#reset-pwd-frm label,
#LoginModal label {
    font-family: var(--eventHeadingFont);
    /*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;
    background: var(--mainThemeColor);
    border-radius: 0px;

    font-weight: 800;
}

#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 (max-width: 1180px) and (orientation:landscape) {
    .container.full-page-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1024px) {
    footer.footer-section .row>div {
        width: 100%;
        max-width: 100%;
    }

    .footer-title h5 {
        text-align: center;
    }

    footer.footer-section .row {
        display: block;
    }

    .footer-menu {

        justify-content: center !important;

    }

    .footer-right {
        padding-top: 30px !important;
        text-align: center !important;
    }

    .footer-logo,
    .footer-title,
    .footer-logo2 {
        text-align: center;
    }

    .copyright p {

        text-align: center;
    }

    .footer-menu {

        justify-content: center;

    }

    .footer-right {

        text-align: center;
    }

    .footer-about {

        text-align: center;
    }

    .hotel-and-travel .container.full-page-container,
    .speakers-page .container.full-page-container,
    .event-agenda .container.full-page-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .faqSec {
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .container.full-page-container {

        padding-left: 15px;
        padding-right: 15px;
    }

    #faq {

        padding-top: 180px !important;

    }

    .cta-bg {

        min-height: 660px;
    }
}

@media (min-width: 769px) {

    #LoginModal .modal-dialog,
    #forgot-pwd-modal .modal-dialog {
        width: 850px;
    }
}

@media (max-width: 1440px) {
    #testimonials {

        min-height: 800px;

    }
}

@media (max-width: 920px) {
    .event-logo a span {

        font-size: 10px;
    }

    #clockdiv>div {
        /* width: 135px!important; */
        width: 55px !important;
        padding: 0px;
        padding-bottom: 10px;
        margin-right: 30px !important;
    }

    #clockdiv>div:first-child::before {
        right: -19% !important;
    }

    #clockdiv>div::before {
        height: 25px;
        width: 25px;
    }

    .top-bg {
        background-position: center right;

    }

    #faq {

        padding-top: 300px !important;

    }


}

@media (max-width: 768px) {

    #LoginModal .modal-dialog,
    #forgot-pwd-modal .modal-dialog {
        width: 750px;
    }
}

@media (max-width: 768px) {
    .signup-text {
        font-size: 30px;
        line-height: 1.2em;
    }

    #skills .circleImg {
        max-width: 100% !important;

    }

    .footer1 h3 {
        font-size: 40px;
        max-width: 100%;
        line-height: 50px;

    }

    .border-card .card-heading h4 {
        font-size: 32px;

    }

    .footer-menu {
        justify-content: center;

    }

    #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;
}

.countdown-container h4 {
    text-align: center;
    color: var(--yellow);
    font-size: 45px;
    font-weight: 900;
}

#skills {
    margin-top: 0px;
    background-size: 80%;
    background-position: center 50px;
}

.circleImg {
    max-width: 800px !important;
    margin-top: 50px;
    margin-bottom: 50px;
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    border: 1px solid var(--mainThemeColor);
    padding: 20px;
    /*margin-top: -32px;*/
}

#clockdiv .smalltext {
    color: #d3d3d3;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#clockdiv div>span {
    font-size: 48px;
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 40px;
    width: 146px;
}


/* #clockdiv > div::before {
      content: ":";
      color: var(--white);
      position: absolute;
      right: -17%;
      top: 50%;
      transform: translateY(-60%);
      font-size: 70px;
  } */
#clockdiv>div::before {
    content: "";
    color: var(--white);
    position: absolute;
    right: -17%;
    top: 50%;
    transform: translateY(-60%);
    font-size: 70px;
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1756405068musical-sign-of-two-dots-png1756405068.png);
    background-size: cover;
    display: block;
    height: 40px;
    width: 40px;
}

#clockdiv div:last-child::before {
    display: none;
}

#clockdiv>div:first-child::before {
    right: -24%;
}

#clockdiv>div:last-child::before {
    content: "";
}

@media (min-width: 1200px) {
    .container {
        width: 1340px;
    }
}

/* About section -------------------------------------- */

.about-content-wrap {
    margin-top: 130px;
}

.about-title {
    font-weight: 700;
    font-size: 28px;
    color: var(--mainThemeColor);
    line-height: 38px;
    text-transform: uppercase;
}

.about-title span {
    color: #fff;
    font-size: 20px;

}

.about-content {
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}

.about-content strong {
    display: block;
    text-transform: uppercase;
    margin-bottom: 14px;
    margin-top: 14px;
}

/* 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-row {
    display: flex;
    flex-wrap: wrap;
}

.agenda-item {
    background-color: #fff;
    display: flex;
    border: 2px solid var(--mainThemeColor);
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.agenda-item.blur:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
}

.agenda-item .time {
    width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: bold;
    background-color: var(--mainThemeColor2);
    color: #fff;
    min-height: 120px;

    text-transform: uppercase;
    align-self: stretch;
    flex-shrink: 0;
}

.agenda-item .session {
    padding: 20px;
}

.agenda-item .session .title {
    text-transform: uppercase;

    font-size: 38px;
    color: var(--mainThemeColor2);
    line-height: 1.1;
}

.agenda-item .session p {
    margin-bottom: 0;
    margin-top: 5px;
}

.agenda-item .session .speaker {
    display: flex;
    align-items: center;
}

.agenda-item .session .speaker .info {
    padding-left: 10px;
}

.agenda-item .session .speaker .info h4 {
    margin: 0;
    text-transform: uppercase;

}

.agenda-item .session .speaker .info p {
    margin: 0;
    text-transform: uppercase;
}

/*Sponsors Section----------------------------------------*/
.logos-list {
    text-align: center;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    height: 130;
  object-fit:cover;
    max-width: 250px;
    margin: 5px;
    padding: 5px;
    border: solid 1px #eee;
    transition: all 0.2s ease;
    background: #fff;
}

.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}

#speakers {
    background: var(--black) url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1755779865mim-patterns-bw-png1755779865.png)no-repeat center;
    background-size: 80%;
    /* margin-top: -200px; */
    padding-top: 170px;
    padding-bottom: 100px;
}

.bg-black {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1750320363new-bg-jpg1750320363.jpg);
    background-size: contain;
    background-position: top;
    background-repeat: repeat;
}

.speaker-item {
    margin-top: 30px;
}

.speaker-item .info h4 {
    text-transform: uppercase;
    color: #fff;
    margin-top: 12px;

    font-size: 18px;
}

.speaker-item .info p {
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;

}

.sp-button-wrap {
    text-align: right;
}

.flex-row {
    display: flex;
    align-items: center;
}

.photo img {
    max-height: 295px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/*hotel and travel*/

#hotel {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/19261/content/files/1747650398cta-bg-png1747650398.png);
}

.hotel-card {
    margin-top: 40px;
}

.hotel-card .thumb {
    position: relative;
}

.hotel-card .thumb a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.hotel-card .info {
    padding-top: 16px;
    min-height: 115px;
}

.hotel-card .info h4 {
    font-size: 20px;
    color: #000;

    font-weight: 900;
    text-transform: uppercase;
}

.hotel-card .info p {
    font-weight: 400;
    max-width: 300px;
}

.hotel-card ul {
    margin: 0 0 0 16px;
    padding: 0;
    list-style-type: disc;
}

.hotel-card ul li {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.hotel-card ul li a {
    color: inherit;
}

.hotel-card ul li a:hover {
    color: var(--mainThemeColor);
}

/* FAQs Section------------------------------------------- */

#faq {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew/19261/content/files/1747650398cta-bg-png1747650398.png);
    text-align: center;
    min-height: 750px;
    padding-top: 0px;
    position: relative;
    background-size: contain, cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq.padding {
    padding: 0;
}

.faq .panel {
    background: transparent;
    padding: 28px 0 30px 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid var(--mainThemeColor);
}

.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: #fff;

    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}

.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;

    line-height: 24px !important;
    color: #fff !important;
}

.faq .panel-title>a:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 13px;
    float: right;
    background-image: url("data:image/svg+xml;utf8,<svg width='29' height='17' viewBox='0 0 29 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.900637 15L14.4502 1.4503L27.9999 15' stroke='%23ED0707' stroke-width='2'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}

.faq .panel-title>a.collapsed:before {
    background-image: url("data:image/svg+xml;utf8,<svg width='29' height='17' viewBox='0 0 29 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.900637 1.4503L14.4502 15L27.9999 1.4503' stroke='%23ED0707' stroke-width='2'/></svg>");
}

/*.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;
    background-image: -webkit-linear-gradient(left,
        var(--mainThemeColor) 0%,
        var(--mainThemeColor2) 100%) !important;
    background-image: linear-gradient(to right,
        var(--mainThemeColor) 0%,
        var(--mainThemeColor2) 100%) !important;
    color: var(--white);
    font-style: normal;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}

.cus-accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 30px 0 10px;
}

/* Contact Section------------------------------ */

.contact-form-title {
    color: #fff;
    font-size: 20px;
    font-family: var(--eventFont);
    font-weight: 300;
    margin-bottom: 40px;
}

.form-wrap .form-group {
    margin-bottom: 30px;
}

.form-wrap .form-group label {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.form-wrap .form-group .form-control {
    background-color: transparent;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0;
    font-size: 16px;
    color: #fff;
}

.form-wrap .form-group input::placeholder {
    color: #fff;
    font-weight: 200;
}

.collapse.in {
    display: block !important;
}

/* Footer----------------------------- */
footer {
    /* background: url(https://vepimg.b8cdn.com/uploads/vjfnew/19261/content/files/1747659337footer-bg-png1747659337.png); */
    padding: 20px 0px;
    position: relative;
    border-top-color: transparent;
    background-position: bottom;
    background-size: cover;
    background: rgba(40, 40, 40, 1);
}

.footer-title {
    padding-top: 20px;
}

.footer-title h5 {

    font-weight: 300;
}

.footer-title p {
    font-weight: 300;
    font-size: 14px !important;

}

.footer-logo2 {
    margin-top: 30px;
}

.footer-menu {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-top: 30px;
}

.footer-menu a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--eventFontSize) !important;
}

.footer-right {
    padding-top: 80px;
    text-align: right;
}

.footer-right p {
    font-weight: 300;
    font-size: 14px !important;

}

.footer-right a {
    color: var(--mainThemeColor);
}

.footer-right a:hover,
.footer-right a:focus {
    color: var(--white);
}

.footer-about {
    font-weight: 300;
    font-size: 12px !important;
    line-height: 1.3;

}

.copyright {
    padding: 20px 0 0px 0;
    border-top: 0px solid #fff;
    margin-top: 0px;
}

.copyright p {
    font-weight: 300;
    font-size: 14px;

}

.footer-menu a:hover,
.footer-menu a:focus {
    color: var(--mainThemeColor);
    text-decoration: none;
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
}

/*Top to the Page button---------------*/
#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: var(--white);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    z-index: 45;
    display: none;
    background-color: var(--mainThemeColor);
    font-size: 24px;
    padding-top: 0px;
    border-radius: 0px;
    padding-top: 16px;
}

#top>svg path {
    stroke: var(--white);
}

#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;
}

#faq>.container {

    /* margin-top: -20px; */
}

.sub-page-head {
    margin-top: 40px;
}


@media screen and (min-width: 1800px) {

    #faq {

        /*    z-index: 1;*/
    }

    /*section.cta-bg > .container {
    margin-top: -110px;
}*/
}

@media screen and (max-width: 2600px) {
    #faq>.container {
        /*  margin-top: 6%;*/
    }

    /*#faq {
  
    min-height: 810px;
   
}*/
}

@media screen and (max-width: 1800px) {
    #faq>.container {
        margin-top: 4%;
    }
}

@media screen and (max-width: 991px) {

    .footer-title h5 {

        text-align: center;
    }

    .sub-page-head {
        margin-top: 0px;
    }

    .faq h4.panel-title a {
        line-height: 20px;
        font-size: 20px;
    }

    .ticket__desc__text h5 {

        line-height: 1em !important;
    }


    .footer-right {
        padding-top: 50px;
        text-align: center;
    }

    #faq>.container {
        margin-top: -150px;
    }

    .flex-row {
        display: block;
    }

    .testi-card .content {
        min-height: auto;
    }

    .testi-card {
        margin-bottom: 30px;
    }

    .testi-title {
        margin-bottom: 18px;
    }

    .agenda-row {
        display: block;
    }
}

@media (max-width: 767px) {
    .price__item {
        padding: 24px 0px !important;
    }

    .sideSecureBtn a {
        display: flex !important;
        font-size: 16px;
        padding: 12px 24px;
        gap: 15px;
    }

    .sideSecureBtn svg {
        width: 27px;
    }

    section.cta-bg>.container {
        margin-top: 10px;
    }

    #faq>.container {

        margin-top: 0;
    }

    .footer-about {

        text-align: center;

    }

    #faq {

        min-height: 500px;
        padding-top: 90px !important;

    }

    .activity-card {

        min-height: 508px;
    }


    .ticket__item .ticket__desc {

        border-bottom: 0px dashed #55595E !important;

    }

    .reg-page-head {

        padding-top: 35px;
    }

    .top-bg {
        background-position: center right;

    }

    .menu-items li {
        margin-bottom: 20px;

    }

    .menu-items li a.small {

        font-size: 17px;

    }

    .event-logo img {
        margin: 18px 0px 6px;

    }

    .slick-dots li button:before {
        font-size: 24px !important;
        content: '□' !important;
        opacity: 1 !important;
        color: var(--mainThemeColor) !important;

    }

    #speakers {
        padding-bottom: 0px;
    }

    #speakers .container {
        background: url(https://vepimg.b8cdn.com/uploads/vjfnew/19261/content/files/1747659337footer-bg-png1747659337.png)no-repeat center;
        background-size: cover;
        background-position: bottom;
        padding-bottom: 70px;
    }

    #speakers h3,
    .speakersHead {

        font-size: 40px !important;
    }

    .agenda-item .time {
        width: 120px;
        font-size: 40px;

    }



    .reg-form-data .coupn-code-sec {
        flex-wrap: wrap;
    }

    .ticketItems button {
        min-width: 100%;
    }

    .totalcountT p {
        font-size: 28px !important;
        line-height: 28px !important;
    }

    section.addons h2 {
        font-size: 60px;
        line-height: 62px;

    }

    .ticket__desc__text h5 {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    ul.nav.navbar-nav {
        flex-wrap: nowrap;
    }


    .event-logo a span {
        font-size: 7px;
    }

    #contact .row>div:first-child img {
        position: initial;
        max-width: 130%;
        transform: translateY(0%);
        margin-left: -25%;
        width: 130% !important;
    }

    section#contact {
        overflow: hidden;
    }

    .ticket__item.package-block-773857,
    .ticket__item.package-block-773858,
    .ticket__item.package-block-773856 {
        flex-basis: 100%;

    }

    .total__price span {
        font-size: 33px !important;

    }

    .package-block-773854 .total__price::before,
    .package-block-773855 .total__price::before {

        font-size: 33px;

    }

    .reg-page-head h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #clockdiv>div {
        width: 55px;
    }

    .countdown-container h4 {

        font-size: 38px;

    }

    .footer1 .button {
        position: initial;
    }

    #sidebarMenu {
        width: 100%;
    }

    .sub-page-head h1 {
        font-size: 56px;
    }


    #speakers {
        /*margin-top: -172px;*/
        padding-top: 0px;
        padding-bottom: 0px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #skills {
        margin-top: 0;
    }

    .sub-page-head h1 {
        font-size: 56px;
        line-height: 50px;
    }

    .testi-card {
        margin-bottom: 30px;
    }

    .testi-card .content {
        min-height: auto;
    }

    .navbar-nav #regbutton {
        display: none;
    }

    .sp-button-wrap {
        text-align: left;
    }

    .about-content-wrap {
        margin-top: 0;
    }

    /* .footer1 {
      margin-top: -151px;
    } */

    .footer-menu {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-right {
        padding-top: 50px;
        text-align: center;
    }

    .testi-title {
        margin-bottom: 25px;
        font-size: 32px;
    }

    .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;

        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;
    }

    #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: left !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: 0 30px;
    }

    .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) {
    .ticket__desc__text {
        padding-right: 0px;
    }

    .main-intro {
        max-width: 100%;
    }

    .headingOverlayText {
        display: none !important;
    }

    .main-title span {
        font-size: 40px;
    }

    h3.main-title {
        font-size: 30px;
        line-height: 65px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }

    .about-title {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {

    #hotel h3,
    #faq h3 {
        font-size: 34px;
        line-height: 1;
    }

    .sub-title {
        font-size: 45px;
    }

    .cta-bg h3 {
        font-size: 45px;
        line-height: 1em;
    }

    .cta-bg {
        min-height: initial;
    }

    .cta-bg h3 {
        font-size: 20px;
        line-height: 1.4em;
        max-width: 90%;
        margin: auto;
        padding: 40px 0px;
    }

    :root {
        --h1FontSize: 35px;
        --h4FontSize: 18px;
    }

    #clockdiv>div::before {

        top: 34%;

    }

    #clockdiv>div:first-child::before {
        right: -19%;
    }

    #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;
        font-size: 34px;
    }

    #clockdiv>div::before,
    #clockdiv>div:first-child::before {
        right: -36px !important;
        height: 25px !important;
        width: 25px !important;
    }

    #clockdiv {
        padding: 10px;
    }

    #clockdiv .smalltext {
        font-size: 9px;
    }

    #clockdiv>div {
        margin-right: 13px;
    }

    #clockdiv>div::before {
        right: -11px;
        font-size: 30px;
    }

    .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----------------------*/

/*slick slider*/

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev img,
.slick-next img {
    width: 50px;
    height: 50px;
}

.slick-prev,
.slick-next {
    width: auto !important;
    height: auto !important;
    z-index: 1;
}

.testi-slider .slick-prev {
    bottom: -27px;
    left: -108px;
    top: unset;
}

.testi-slider .slick-next {
    bottom: -27px;
    left: -48px;
    top: unset;
    right: unset;
}

.slick-slide {
    height: auto !important;
}

@media (max-width: 767px) {
    .header-content .row {

        align-items: start;

    }

    .slick-dots li.slick-active button:before {
        color: var(--mainThemeColor) !important;
    }

    .slick-dots li.slick-active button:before {

        font-size: 24px !important;
        content: '■' !important;

    }

    button.slick-prev.slick-arrow,
    button.slick-next.slick-arrow {
        display: none !important;
    }

    .testi-slider .slick-prev {
        bottom: -127px;
        left: 35%;

    }

    .testi-slider .slick-next {
        bottom: -127px;
        left: unset;
        right: 35%;

    }

    .speaker-slider .slick-prev {
        bottom: -100px;
        left: 35%;
        top: unset;
    }

    .speaker-slider .slick-next {
        bottom: -100px;
        left: unset;
        right: 35%;
        top: unset;
    }

    #speakers .button {
        margin-top: 30px;
    }
}

.backButtonRegisterUser {
    background: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor) !important;
}

.order__summary {
    border: 1px solid var(--mainThemeColor) !important;
}

.order__summary h6 {
    background: var(--mainThemeColor) !important;
}

.ticketFormCol .panel-heading {
    background: var(--mainThemeColor) !important;
}

.ticketFormCol .panel {
    border: 1px solid var(--mainThemeColor) !important;
}

.reg-form-data input[type="submit"] {
    background: var(--mainThemeColor) !important;
    border-color: var(--mainThemeColor) !important;
    border-radius: 0px !important;
}

#openMenu svg:hover,
#openMenu svg:focus {
    background-color: var(--mainThemeColor);
    stroke: var(--white);
}

.reg-form-data .coupn-code-sec {}


.bubble {
    position: relative;
    background: #000000;
    padding: 25px 30px;
    border: 2px solid var(--mainThemeColor);
    margin-top: 20px;
    border-radius: 8px;
    text-align: left;
    color: var(--white);
    margin-bottom: 30px;
}

.bubble::before,
.bubble::after {
    content: '';
    position: absolute;
    border: 13px solid transparent;
}

.bubble::after {
    border: 10px solid transparent;
}

.bubble.top::before,
.bubble.top::after {
    bottom: 100%;
    left: 19px;
    border-bottom-color: #ccc;
}

.bubble.top::after {
    left: 20px;
    border-bottom-color: #ffffff;
}

.bubble.bottom::before,
.bubble.bottom::after {
    top: 100%;
    left: 17px;
    border-top-color: var(--mainThemeColor);
}

.bubble.bottom::after {
    left: 20px;
    border-top-color: #000000;
}

.webinarsdescription {
    max-height: 0px;
    /* show limited preview */
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.webinarsdescription.expanded {
    max-height: 2000px;
    /* large enough to show all */
}

.read-more-btn {
    display: inline-block;
    margin-top: 8px;
    background: var(--yellow);
    color: #000 !important;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.agenda-design4 .agenda-col .modal p {
    color: #000 !important;
}

.agenda-design4 .agenda-row h3[aria-label="Break"],
.agenda-design4 .agenda-row h3[aria-label="Networking Lunch"],
.agenda-design4 .agenda-row h3[aria-label="Networking Coffee Break"] {
    background: #f9db4a !important;
    color: #000;
}

.agenda-design4 h3.main-title {
    font-size: var(--h1FontSize);
    color: var(--white);
}

section#partner p,
section#partner ul,
section#partner h4 {
    text-align: center;
}

section#venue p {
    text-align: center;
}