/* Event Font -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #A22D40;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #A22D40;
    --eventFontColor: #696969;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: "Inter", sans-serif;
    --eventHeadingFont: "Inter", sans-serif;
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --red: #FF2110;
    --black: #000;
    --yellow: #FFB901;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;




}


a#loginBtn {
    margin-left: 10px;
}

.urbanist {
    font-family: "Urbanist", sans-serif;

}

.section.booth-rep {
    margin-bottom: 200px;
}

/* General-------------------------- */
#speakers .row .col-md-4 {
    padding: 0px 5%;
}

#speakers .row .col-md-6 .sp-box {
    display: flex;
    align-items: center;
}

#speakers .row .col-md-6 .sp-box h4,
#speakers .row .col-md-6 .sp-box p {
    text-align: left;
    color: #888888;
}

#speakers .row .col-md-6 .sp-box .photo {
    margin-right: 20px;
}

#speakers .row .col-md-6 .sp-box .photo img {
    width: 260px;
    height: 260px;
    min-width: 260px;
}

#speakers .row .col-md-6 .sp-box h4 {
    font-size: 20px;
}

#speakers .row .col-md-6 .sp-box span {
    display: block;
    text-align: left;
    color: rgba(136, 136, 136, 0.5333);
    margin-bottom: 10px;
}

body {
    font-family: var(--eventFont) !important;
    font-size: var(--eventFontSize) !important;
    color: var(--black) !important;
    line-height: 26px !important;
}

p.subtitle.text-center {
    margin-bottom: 30px;
}

body>.header-content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

body>.header-content {
    position: relative;
}


.topbar {
    background-color: var(--mainThemeColor);
    text-align: center;
    color: #FFF;
    padding: 20px;
}

.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;
}

#speakers .row {
    display: flex;
    justify-content: center;
}


.header-content.sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
}

.header-content.sticky.stickyNav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 55;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
}


.container-parent.header-content .header-content.sticky {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    top: 0;
}

/* slider with caption */

.slider_with_caption {
    position: relative;
}


.slider_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #FFF;
    font-size: 27px;
}



.slider-arrow:hover {
    transform: scale(1.3);
    color: #FFF;
}

.slider-arrow:focus {
    color: #FFF;
}

.slider-arrow.left {
    left: 5%;
}

.slider-arrow.right {
    right: 5%;
}

.banner_video {
    /*    height: 700px;*/
    overflow: hidden;
    position: relative;
}


@media screen and (min-width: 1060px) {
    .banner_video {
        height: 600px;
    }
}

/*---------------animatio nVideo BG-----------*/

.animation_video {
    width: 100%;
    height: auto;
    /*Set to 100% if need to show full video*/
    position: relative;
}

.animation_video .vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.animation_video .vid video {
    object-fit: cover;
    height: 100%;
}

.animation_video .slider_content1 {
    position: relative;
    /*    top: 50%;*/
    /*Uncomment this for full video*/
    /*    transform: translateY(-50%);*/
    /*Uncomment this for full video*/
    padding: 40px 15px 90px;
}

.animation_video::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: var(--black);
    position: absolute;
    opacity: 0.6;
}


@media (max-width: 767px) {
    .animation_video .slider_content {

        padding: 30px 15px 50px;
    }

    #speakers .row {
        display: block;

    }

    .dotd-wrapper {
        display: none !important;
    }
}

/* 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------------------------------ */

img.sectnks {
    max-width: 450px;
    padding-left: 100px;
}

.buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.button {
    padding: 8px 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid transparent;
    text-transform: uppercase;
    border-radius: 80px;
    transition: all .5s ease;
}





.button.button-yellow {
    background-image: linear-gradient(var(--mainThemeColor), #640413);
    color: #FFF;
}


.button.button-yellow:hover,
.button.button-yellow:focus {

    border-color: #ff0029;
    background-color: transparent;
    text-decoration: none;
}


.button-shadow {
    box-shadow: 1px 1px 18px -3px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 1px 1px 18px -3px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 1px 1px 18px -3px rgba(0, 0, 0, 0.64);
}

.button-large {
    padding: 16px 35px;
}

.seeu {
    margin-left: 80px !important;
}

.button.button-pink {
    background-color: #FF4070;
    color: #FFF;
}


.button.button-pink:hover,
.button.button-pink:focus {
    color: #FF4070;
    border-color: #FF4070;
    background-color: transparent;
    text-decoration: none;
}


FF4070 .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-color: var(--mainThemeColor) !important;
    border-radius: 80px !important;
}

.btnColored:hover,
.btnColored:focus {
    background-color: var(--mainThemeColor2) !important;
    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 {
    font-family: var(--eventHeadingFont) !important;
    font-weight: 700;
}


h2 {
    font-size: var(--h2FontSize);
}

h3 {
    font-size: var(--h3FontSize);
}

h4 {
    font-size: var(--h4FontSize);
}

h5 {
    font-size: var(--h5FontSize);
}

h6 {
    font-size: var(--h6FontSize);
}

/* Top black bar----------------------- */
.slim-bar {
    position: initial;
    background-color: var(--black);
    color: var(--white);

}

.slim-bar ul>li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;

}

.slim-bar .row {
    justify-content: end !important;
}

/* Set 0 padding or Margin */
.noPadding {
    padding: 0px !important;
}

.noTopPadding {
    padding-top: 0px !important;
}

.noBottomPadding {
    padding-bottom: 0px !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noRightPadding {
    padding-right: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.noTopMargin {
    margin-top: 0px !important;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.noLeftMargin {
    margin-left: 0px !important;
}

.noRightMargin {
    margin-right: 0px !important;
}


.container-box {
    padding: 42px 80px;
    border-radius: 20px;
}

.container-box.bg-red {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/12848/content/files/171817819024conn-gradient-hot-1920x1080-png1718178190.png);
    background-size: cover;
}

.container-box.bg-orange {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/12848/content/files/1718178792gradbg-1-png1718178792.png);
    background-size: cover;
}

.radius-20 {
    border-radius: 20px;
}

#numbers {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/14231/content/files/1719905639number-bg-jpg1719905639.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.num-box {
    color: #FFF;
    margin-bottom: 50px;
    text-align: center;
}

.num-box h2 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
}

.num-box p {
    color: #FFF;
    font-size: 22px;
    font-weight: normal;

}

.num-box img {
    width: 100px;
}

.num-reg-wrap {
    position: relative;
    margin-top: -33px;
    text-align: center;
}

.test-item {
    position: relative;
}

#IdeaCon {
    padding: 50px 0 200px 0;
}

.pattren {
    position: absolute;
    top: 350px;
}

.quote-wrap {
    position: absolute;
    width: 700px;
    height: 200px;
    bottom: -140px;
    right: 0;
    background-color: #FDF4F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
}

.quote-wrap>img {
    width: 180px;
}

.quote h4 {
    font-size: 20px;

}

.quote-wrap .quote-mark {
    font-size: 100px;
    font-weight: bold;
}

.quote-wrap>p {
    font-size: 16px;
}


.quote-wrap .client {
    margin-top: 20px;
}

.quote-wrap .client p {
    margin: 0;
    font-size: 14px;
}

.quote-wrap .client h5 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
}

/* Main Heading------------------------- */
.main-title {
    color: var(--mainThemeColor2);
    font-size: 56px;
    font-weight: bold;

}

.main-title span {
    display: block;
    color: var(--black);
    font-size: 30px;

}


.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;
}

.shadow-box {
    background-color: #FFF;
    padding: 40px;
    box-shadow: -1px 2px 44px -13px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: -1px 2px 44px -13px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -1px 2px 44px -13px rgba(0, 0, 0, 0.55);
    border-radius: 10px;
}

.subtitle {
    color: #848484;
    margin-top: 20px;
    font-size: larger;
}


/* Unordered list------------------------------- */


ul.checklist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.checklist li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    font-size: 13px;
    color: #888888;
    font-family: "Poppins", sans-serif;

}

ul.checklist li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 17px;
    color: var(--mainThemeColor2);
}

/*who attend*/

#who-attend p {
    color: #888888;
}

.who-list {
    color: #888888;
    margin: 0 0 0 14px;
    padding: 0;
}

/* Event Logo----------------------------------- */
.event-logo img {
    margin: 8px 0px;
    max-width: 100px;
}

/* Main Navigation------------------------------ */
#main-nav {
    padding: 0px;
    display: flex !important;
    flex-basis: auto !important;
    flex-grow: unset;
}

#main-nav .navbar-nav {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
    background-color: #A6A5A1;
    border-radius: 60px;
    align-items: center;
    display: flex;
}

#main-nav .navbar-nav li.active a.rounded {

    border-radius: 80px !important;
}

#main-nav a {
    color: #FFF;
    font-size: 15px;
    padding: 4px 15px;
    font-weight: 500;
    border-right: 1px solid #8A8A88;

}

#main-nav a.btnColored {
    padding: 15px 15px;
}

#main-nav a:hover,
#main-nav a:focus {
    color: var(--white) !important;
    text-decoration: none;
}

.fullWidthNav .container {
    max-width: 100%;
    width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
    flex-wrap: initial;

}

.header-content nav {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0px;
    padding-right: 0px;

}

#main-nav .navbar-nav li {
    margin-bottom: 0px;
}

#main-nav .navbar-nav li.dropdown {
    margin-left: 10px;
}



#main-nav .navbar-nav li.active a {
    color: var(--mainThemeColor);
    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: 10%;
    padding-bottom: 6%;
    position: relative;
    min-height: 800px;
}


.main_top_area.bg-contain {
    background-size: contain;
    background-position: top center;
}


.main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    /* background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%); */
    background-color: var(--black);
    position: absolute;
    opacity: 0.6;
}

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.popup.left {
    text-align: left;
}

.popup.left h2 {
    text-align: left;
}

.popup.left p {
    text-align: left;
}

.popup h1 {
    font-size: 84px;
}

.popup h2 {
    font-size: 60px;
    text-align: center;
}

.popup h3 {
    font-size: 28px;
    margin: 0;
    color: #FFF;
    text-align: center;
}

#date-info {
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--mainThemeColor);
    font-weight: 500;
    font-family: var(--eventFont);
    text-transform: uppercase;
    font-size: 46px;
    text-align: center;
}

.eventDate::after {
    content: "|";
    margin-left: 7px;
}

.popup p {
    text-align: center;
    color: #FFF;
    max-width: 700px;
    font-size: 20px;
    font-weight: 300;
}

.two-btns {
    text-align: center;
    margin: 35px 0 20px;
    padding: 2px;
    border: solid 2px var(--white);
    display: inline-block;
    border-radius: 40px;

}


.banner-logo {
    width: 400px;
    margin-top: 60px;
}

.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;
}

.flex-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mb-40 {
    margin-bottom: 40px;
}



/*Registration Form---------------------*/


#regModal .modal-lg {
    width: 1000px;
}

#regModal .modal-body {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/14231/content/files/1719915778reg-bg-png1719915778.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px;
}

.section.registration-form {
/*     background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/14231/content/files/1719915778reg-bg-png1719915778.png); */
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 0;
}

.section.registration-form h3 {
    text-align: center;
}

#form_31378 input[type="file"]::file-selector-button {
    color: #000000 !Important;
    background: #efefef !important;
    border-radius: 4px !important;
    padding: 0px 5px !important;
    text-transform: capitalize !important;
    width: 100px !Important;
    border: 2px solid #000 !important;
}

input[type="file"] {
    width: auto !Important;
}

.file_upload_ele .col-12 {
    flex: 0 0 100%;
    max-width: fit-content;
}


.row.file_upload_ele .control-label {
    margin-right: 14px;
    color: #020202;
    font-weight: bold;
    font-size: 18px;

}


.nw-frm-bldr .reg-form-data .row.m-1>.col-12 span {
    display: flex;
    align-items: center;
}

.nw-frm-bldr .reg-form-data .row.m-1>.col-12 span label.control-label {
    min-width: 21%;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
    color: #020202 !important;
}



.nw-frm-bldr.reg-form-wrap .col-12>h3 {
    display: none;
}


.nw-frm-bldr.reg-form-wrap {
    color: #222;
}

.row.cpn_fld_1406027>label {
    margin: 17px 10px 0 0;
    display: inline-block;
}

.btn-primary {
    color: #fff;
    background-color: var(--mainThemeColor2) !important;
    border-color: var(--mainThemeColor2) !important;
}


.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: var(--mainThemeColor2) !important;
    border-color: var(--mainThemeColor2) !important;
}


/*input[type="file"] {
    width: 40%;
}*/


span#grp_fld_1420238 {
    display: block;
}

.container-parent.header-content {
    display: none;
}

.reg-form-wrap h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: left !important;
    margin: 20px auto;
    max-width: 850px;
    color: #0f2b6c;
    margin-left: -55px;
}

.page-heading {
    height: 1px;
    display: none;
}

form input[type=submit] {
    background: var(--mainThemeColor2) !important;
    border-color: var(--mainThemeColor2) !important;
    border-radius: 80px !important;
    padding: 10px !important;
    color: #FFF !important;
    margin-left: 215px;
    margin-top: 20px;
}

.reg-form-data .col-12 input[type=submit]:hover,
.reg-form-data .col-12 input[type=submit]:focus {
    background: var(--yellow);
}

.reg-form-data input::file-selector-button {
    background: var(--mainThemeColor2) !important;
    text-transform: uppercase !important;
    color: #000 !important;
}

.nw-frm-bldr .reg-form-data {
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    padding-left: 82px;
}

.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);
    background-color: rgba(206, 206, 206, .4) !important;
    border: 0 !important;
    border-radius: 80px !important;
    box-shadow: none;

}

.reg-form-data .col-12 input[type=submit] {
    width: 300px;
    background-color: #0F2B6C !important;
    font-size: 24px;
    font-family: "Poppins", sans-serif !important;
    height: unset;
    font-weight: 400;
    padding: 3px 20px !important;
}

.iti__flag-container {
    top: -3px !important;
}

.nw-frm-bldr.reg-form-wrap>.row>.col-12,
.row.row-content>div>.container-fluid {
    padding: 0;
}


/*Thank you page-----------------------*/
.thanksWrapper {
    text-align: center;
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/14231/content/files/1719916583thankyou-bg-png1719916583.png);
    background-size: cover;
    padding: 76px 50px;
    width: 100%;
    min-height: 1107px;
    margin-top: -21px;
}

.thanksWrapper span {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.thanksWrapper p {
    margin-top: 30px;
}

.ty-icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #FFF;
    margin-bottom: 20px;
}

.ty-social {
    margin: 40px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ty-social li a {
    color: var(--mainThemeColor);
    font-size: 30px;
}

.ty-button {
    background-color: rgba(139, 135, 135, .5);
    text-align: center;
    padding: 10px;
    margin-top: 30px;
}


.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.full-page-container .col-lg-12 {
    min-height: 400px;

}

.row-content {
    padding: 0;
}

/* Login Modal----------------------- */
#LoginModal h4,
#forgot-pwd-modal h4 {
    font-size: 20px;
}

#LoginModal .modal-header,
#forgot-pwd-modal .modal-header {
    background: var(--mainThemeColor);
}

#login-footer a,
#login-footer button,
#reset-pwd-frm a,
#reset-pwd-frm button {
    background: var(--mainThemeColor);
    font-family: var(--eventFont);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    background: var(--white);
}

#login-footer .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    color: var(--white);
}

#login-footer .btn-default,
#reset-pwd-frm .btn-default {
    border-color: #ccc;
}

#login-footer .col-sm-8 .btn-darkgrey,
#reset-pwd-frm .btn-darkgrey {
    border-radius: var(--rounded) !important;
    font-family: var(--eventFont);
}

#LoginBtn {
    font-size: var(--smallText);
    padding: 6px 12px;
}

.modal .modal-dialog {
    max-width: initial;
}

#login-footer .row .col-sm-4 {
    max-width: initial;
    flex: 33%;
    order: 2;
}

#login-footer .btn,
#reset-pwd-frm .btn {
    border-radius: var(--rounded);
}

#login-footer .btn:hover,
#reset-pwd-frm .btn:hover {
    background: var(--darkgrey) !important;
    color: var(--white) !important;
}

#reset-pwd-frm label,
#LoginModal label {
    font-family: var(--eventHeadingFont);
    /*display:none;*/
}

#reset-pwd-frm input,
#LoginModal input {
    font-family: var(--eventFont);
}


/*Login Modal New UI------------------------*/
#LoginModal .modal-content,
#reset-pwd-frm .modal-content,
#forgot-pwd-modal .modal-content {
    border-radius: 23px;
}

#LoginModal .modal-header,
#reset-pwd-frm .modal-header,
#forgot-pwd-modal .modal-header {
    background: no-repeat;
    border: none;
}

#LoginModal h4,
#forgot-pwd-modal h4 {
    font-size: 34px;
    font-weight: 400;
    color: var(--mainThemeColor);
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

#LoginModal h4::after {
    content: "to access your event";
    display: block;
    font-size: 28px;
    font-weight: 300;
    color: #4f4b4a;
    line-height: 28px;
    text-transform: lowercase;
}

#LoginModal button.close span,
#forgot-pwd-modal button.close span {
    font-size: 27px;
    font-family: var(--eventFont);
}

#LoginModal .modal-content,
#forgot-pwd-modal .modal-content {
    border-radius: 8px;
    padding-left: 47px;
    padding-top: 27px;
    padding-bottom: 40px;
    background: #fff url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685015673login-img-png1685015673.png")no-repeat right bottom;
    min-height: 530px;
}

#LoginModal button.close,
#forgot-pwd-modal button.close {
    background: #ededed;
    width: 32px;
    height: 32px;
    color: #f8643c;
    opacity: 1;
    border-radius: 100%;
    margin: 0px;
    margin-top: -27px;
    padding: 0px;
}

#login-footer .row .col-sm-4 .btn-default,
#forgot-pwd-modal .btn-default {
    display: none;
}

#reset-pwd-frm input,
#LoginModal input,
#forgot-pwd-modal input {
    max-width: 366px;
    min-height: 50px;
    background: #f4f4f4;
    border-color: #dcdcdc;
    box-shadow: none;
    border-radius: 4px;
}

#login-footer,
#forgot-pwd-modal .modal-footer {
    border: none;
    padding: 0px;
    padding-left: 15px;

}

#login-footer .row .col-sm-4 {
    float: none;
    text-align: left;
}

#login-footer .col-sm-4,
#login-footer .col-sm-8 {
    float: none;
    position: relative;
    width: 100%;
    max-width: 100%;
}

#LoginModal #LoginEmail {
    background: #F4F4F4 url(" https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767user-icon-png1685016767.png")no-repeat 13px center !important;
    padding-left: 46px;
}

#LoginModal #Password {
    background: #F4F4F4 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685016767lock2-icon-png1685016767.png)no-repeat 13px center !important;
    padding-left: 46px;
}

#login-footer .row .col-sm-4 button[type="submit"],
#forgot-pwd-modal .modal-footer button[type="submit"] {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    margin-left: 0px;
}

#login-footer .col-sm-8 .forgot-btn:hover,
#login-footer .col-sm-8 .forgot-btn:focus {
    background: none !important;
    text-decoration: none;
    color: #f8633e !important;
}

#login-footer .col-sm-8 .forgot-btn {
    position: absolute;
    top: -124px;
    right: 0px;
    background: no-repeat;
    color: #f8633e;
    text-decoration: underline;
    padding: 0;
}

#login-footer .btn-modal-registration,
#reset-pwd-frm .btn-modal-registration {
    color: #797979;
    font-size: 15px;
    background: none;
    border: 2px solid #818181;
    line-height: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#login-footer .btn-modal-registration:hover,
#login-footer .btn-modal-registration:focus {
    background: #818181 !important;
    color: #fff;
}

#LoginModal .modal-body {
    margin-top: 30px;

}

#login-footer>.row {
    display: flex;
    flex-direction: column-reverse;
    min-height: 167px;
    max-width: 366px;
    margin-left: -15px;
}

#LoginModal .form-group,
#reset-pwd-frm .form-group {
    margin-bottom: 15px;
}

#forgot-pwd-modal .modal-footer {
    text-align: left;
}

#forgot-pwd-modal .modal-content {
    min-height: 340px;
    background-size: 380px;
}

#resetemail {
    background: #F4F4F4 url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1685078819envelop-icon-png1685078819.png)no-repeat 13px center !important;
    padding-left: 46px;
}

@media (min-width: 769px) {

    #LoginModal .modal-dialog,
    #forgot-pwd-modal .modal-dialog {
        width: 850px;

    }
}

@media (max-width: 768px) {

    #LoginModal .modal-dialog,
    #forgot-pwd-modal .modal-dialog {
        width: 750px;
    }
}

@media (max-width:767px) {
    .reg-form-data .col-12 input[type=submit] {
        width: unset;
    }

    .seeu {
        margin-left: 0px !important;
    }


    img.sectnks {
        max-width: 100%;
        padding-left: 0px;
    }

    #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---------------------------- */

.counter-wrap {
    position: relative;
    margin-top: -100px;
}

.countdown-container .row {
    display: flex;
    align-items: center;
}


.countdown-container {

    position: relative;

    justify-content: center;
    align-items: center;
    background: #fff;

    border-radius: 12px;
    padding: 50px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);

}

#clockdiv div>span {
    font-size: 44px;
    font-weight: bold;
}



.clock-date {
    color: var(--mainThemeColor2);
    margin: 0;
    font-size: 44px;
    font-weight: 600;
    border-left: 2px solid #EDEDED;
    text-align: center;
}

#clockdiv {
    font-family: var(--eventHeadingFont);
    color: var(--mainThemeColor);
    display: flex;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
}

#clockdiv .smalltext {
    color: #3F485D;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 6px;
    font-family: "Roboto", sans-serif;
}

#clockdiv>div {
    background: none;
    position: relative;
    margin-right: 20px;
    font-family: "Roboto", sans-serif;
}

#clockdiv>div::before {
    content: ":";
    color: #EDEDED;
    position: absolute;
    right: -2px;
    top: 38px;
    transform: translateY(-60%);
    font-weight: normal;
    font-size: 39px;
}

#clockdiv>div:last-child::before {
    content: "";

}


#clockdiv>div .days {
    color: var(--mainThemeColor2);
}

#clockdiv>div .hours {
    background: rgb(147, 121, 50);
    background: linear-gradient(280deg, var(--mainThemeColor) 0%, rgba(63, 72, 87, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#clockdiv>div .minutes {
    background: rgb(222, 161, 1);
    background: linear-gradient(280deg, var(--mainThemeColor) 0%, var(--mainThemeColor) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* About section -------------------------------------- */

.about-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
}

.welcome-title {
    position: relative;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.26);
    font-size: 44px;
}

.welcome-title>img {
    position: absolute;
    left: -29px;
    top: -16px;
}

.mov-abt {
    margin-top: 30px;
    padding-right: 30px;
}


#about .dots {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.main-intro {
    max-width: 75%;
    text-align: center;
    margin: auto;
}

.main-intro strong {
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
}


/* Why Attend section------------------------------------ */

#why-attend .row {
    display: flex;
    flex-wrap: wrap;
}

section#why-attend .row .col-md-3 {
    width: 20%;
    max-width: 20%;
}

.icon-box {
    position: relative;
    background-color: #FFF;
    box-shadow: -1px 21px 24px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: -1px 21px 24px 1px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: -1px 21px 24px 1px rgba(0, 0, 0, 0.09);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    min-height: 234px;
}

.icon-box h4 {
    color: #1C1C24;
    font-weight: 500;
    font-size: 20px;
}

.icon-box p {
    color: #5A5A5A;
    max-width: 180px;
    font-size: 14px;
    line-height: 19px;
}

.icon-box img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 60px;
}


/* 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-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/14231/content/files/1719905475sponsor-bg-jpg1719905475.jpg);
    background-size: cover;
}

.meet-sponsors {
    margin-top: -300px;
    position: relative;
}

.sp-section {
    padding-bottom: 50px;
}

.sp-section .sp-level {
    color: var(--yellow);
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
}

/* .dotd-wrapper {
    position: relative;
    height: 100%;
    display: block;
    min-height: 329px;
} */

.logos-list {
    text-align: center;
}

.logos-list img {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin: 3px 3px;
    border-radius: 6px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 20px;
}

.logos-list img:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}

.packages-wrap {
    text-align: center;
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/12848/content/files/1718180755package-bg-png1718180755.png);
    background-size: cover;
    padding: 20px;
    border-radius: 20px;

}

.package-item {
    padding: 10px 0;
    color: #FFF;
}

.package-item.package-high {
    background-color: #012D38;
    border-radius: 10px;

}

.package-item h3 {
    text-align: center !important;
    font-size: 38px !important;
    color: #FFF;
    margin-bottom: 0;

}

.package-item h5 {
    text-align: center !important;
    font-size: 20px !important;
}



/* FAQs Section------------------------------------------- */

#faq {
    margin-top: -400px;
}

.faq-bg {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/12848/content/files/1713358090background-2-png1713358090.png);
    background-size: cover;
    background-attachment: fixed;
}

.faq-box {
    cursor: pointer;
    border-radius: 12px;
    background-color: #fff;
    padding: 50px;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    width: 100%;
    min-height: 253px;
    box-shadow: 1px 0px 44px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 44px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 0px 44px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.faq-box .question a {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}



.faq-box .question {
    margin-bottom: 20px;

}

.faq-box .collapse>div {
    font-size: 20px;
    color: #222;
}

.faq-box .collapse>div a {
    color: var(--mainThemeColor2);

}

.faq.padding {
    padding: 0;
}

.faq .panel {
    background: var(--faqBgColor);
    padding: 24px 25px 24px;
    margin: 0 0 27px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.faq .panel-heading {
    padding: 0 !important;
    background: 0 0 !important;
}

.faq h4.panel-title a {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    line-height: 24px;
    color: var(--eventFontColor);
    font-family: var(--eventHeadingFont);
    font-weight: 700;
    text-transform: none;
    padding-left: 45px;
}

.faq .panel-collapse {
    text-decoration: none;
    cursor: pointer;
}

.faq .panel-collapse .panel-body {
    width: 100% !important;
    padding-bottom: 0;
    border: none !important;
    padding-top: 9px;
    font-size: var(--eventFontSize) !important;
    font-family: var(--eventFont) !important;
    line-height: 24px !important;
    color: var(--eventFontColor) !important;
}

.faq .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "068";
    padding-right: 5px;
    font-size: 19px;
    color: var(--mainThemeColor);
}

.faq .panel-title>a.collapsed:before {
    float: right !important;
    content: "067";
}

.faq .panel-title>a:hover,
.faq .panel-title>a:active,
.faq .panel-title>a:focus {
    text-decoration: none;
}

/*speakers*/

#speakers {
    position: relative;

}

.sp-box {
    text-align: center;
    margin-bottom: 30px;
}

.sp-box:hover {}

.sp-box .photo {
    position: relative;

}

.sp-box .photo img {
    min-width: 240px;
    height: 240px;
    width: 240px;
    border-radius: 50%;
}

.sp-box .photo .sp-logo {
    width: 64px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.sp-box .info {
    padding-top: 10px;
}

.sp-box .info h4 {
    color: #1C1C24;
    /* font-weight: 500; */
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}


.sp-box .info p {
    color: #5A5A5A;
    font-size: 14px;
    line-height: 20px;
}


#facts {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/14231/content/files/1719911067facts-bg-png1719911067.png);

}

.facts-title {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
}

#facts h5 {
    color: var(--mainThemeColor);
    text-align: center;
    font-size: 30px;
    font-weight: 700;

}


img.topthanks {
    max-width: 700px;
}

.fact-item {
    text-align: center;
    color: #FFF;
}

.fact-item p {
    margin-top: 40px;
    min-height: 88px;
    line-height: 20px;
    font-weight: 800;
    font-size: 20px;
}

#carousel-facts .carousel-indicators {
    bottom: -50px;
}

#carousel-facts .carousel-indicators .active {
    background-color: var(--mainThemeColor);
    border-color: var(--mainThemeColor);
}

#carousel-facts .carousel-control.right,
#carousel-facts .carousel-control.left {
    background-image: none;
}

.resource-item {
    margin: 0 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);

}


.resource-item .info h4 {
    color: #3C3664;
    padding-bottom: 30px;
    font-weight: 500;
}

.resource-item .info {
    padding: 30px 30px;
    min-height: 220px;

}

.resource-item .photo {
    padding: 14px 0;
}

.resource-item .photo img {
    width: 100%;
}

.resource-item .info a {
    color: var(--mainThemeColor);
}

#gtx {
    position: relative;
    z-index: 1;

}

.gtx-dots {
    position: absolute;
    left: 30px;
    top: 300px;
}

#gtx .shadow-box {
    padding-bottom: 116px;
    box-shadow: 0px 4px 130px rgba(42, 34, 148, 0.20);
}

.gtx-boxes {
    margin: -65px 0 0 0;
    padding: 0;
    list-style-type: none;
    gap: 70px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.gtx-boxes li {
    width: 134px;
    text-align: center;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: -20px -10px 40px 0px rgba(255, 185, 1, 0.09);
    -webkit-box-shadow: -20px -10px 40px 0px rgba(255, 185, 1, 0.09);
    -moz-box-shadow: -20px -10px 40px 0px rgba(255, 185, 1, 0.09);
}

ul.gtx-boxes li h5 {
    font-size: 32px;
    font-weight: bold;
    color: var(--mainThemeColor2);
    text-align: center;
}


ul.gtx-boxes li p {
    font-size: 13px;
    color: var(--mainThemeColor2);
    font-weight: 600;
    line-height: 17px;
}

.gtx-boxes li span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--mainThemeColor);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
}

/* Footer----------------------------- */
footer {
    background: var(--black);
    padding: 50px 0px 24px 0;
    position: relative;
    border-top-color: var(--mainThemeColor2);
}

.footer-row {
    display: flex;
    align-items: center;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-links li {
    display: inline-block;
    position: relative;
}

.footer-links li:after {
    content: "|";
    margin: 0px 5px 0px 12px;
}

.footer-links li:last-child::after {
    margin-right: 0px;
    content: "";
}

.footer-links a {
    font-size: var(--smalltext) !important;
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 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;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--white);
    width: 42px;
    height: 42px;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
}

.footer-arrow-button {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
    color: var(--mainThemeColor);
}

.footer-arrow-button svg {
    width: 20px;
}

/*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: 82px;
    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;
}


.container {
    max-width: 1055px;

}



@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 991px) {

    .navbar-toggle {
        display: inline-block;
    }

    #main-nav {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 55;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100vh !important;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: none !important;
    }

    #main-nav .navbar-nav {
        flex-direction: column;

    }

    a#loginBtn {
        margin-left: 0;
    }

    #main-nav .navbar-nav {
        flex-direction: column;
        flex-grow: initial;
        display: flex;
        background-color: transparent;
    }

    .navClose {
        position: absolute;
        top: 15px;
        right: 20px;
        color: var(--white);
        font-size: 22px;
        font-family: var(--eventFont);
        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: 2px solid var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #main-nav.in {
        display: flex !important;
    }

    #main-nav a {
        color: var(--white);
        font-size: 18px;
        padding: 18px 15px;
        text-align: center;
        border-right: none;
    }

    #main-nav li.language-dropdown a {
        color: var(--darkgrey);
    }

    #main-nav .dropdown-menu li a {
        font-size: 14px !important;
        padding: 7px !important;
    }

    #main-nav .open .dropdown-menu {
        border: 1px solid;
    }

    #main-nav .language-dropdown.open .dropdown-menu {
        border: none;
    }

}



@media (max-width: 991px) {

    .main_top_area {
        background-size: cover;
        background-position: top center;
        min-height: auto;
    }

    #clockdiv {

        justify-content: center;
    }

    footer.footer-section .container>p {
        text-align: center;
    }

    section#why-attend .row .col-md-3 {
        width: 50%;
        max-width: 50%;
    }


    .clock-date {
        margin: 20px;
        font-size: 27px;
        border-left: none;
        border-top: 2px solid #EDEDED;
        padding-top: 20px;
    }


    .container-box {
        padding: 20px 38px;
        text-align: center;

    }

    .container-box>.row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    /*

section#numbers .container-box > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}*/
    .container-box .col-md-4 {
        margin-top: 30px;
    }


    .num-box {
        margin-bottom: 30px;
    }

    .footer-row {
        flex-direction: column;
        gap: 30px;
    }


    #main-nav .navbar-nav li.dropdown {
        margin-left: 0;
        margin-top: 10px;
    }

    .slider_content {
        position: relative;
        height: auto;
    }

    .banner_video {
        height: auto;
    }

    .embed-container {
        height: auto;
    }


    #LoginBtn {
        margin-top: 12px;
    }

    .event-logo {
        flex-grow: 1;
    }

    .whyAttendImg {
        max-width: 320px !important;
        display: block;
        margin: auto;
    }

    .contactPersons {
        justify-content: space-around;
    }

    .contactPersons_box {
        margin-right: 0px;
    }

    #contact h3 {
        text-align: center;
    }

    .footer-section .row>div {
        text-align: center !important;
    }

    input[type="file"] {
        width: 100%;
    }

    .modal .modal-dialog {
        width: 95% !important;
    }

    .modal-footer .btn+.btn {
        margin-left: 2px;
    }

    #login-footer .row {
        flex-direction: column;
    }

    #login-footer .row .col-sm-4 {
        order: 1;
    }

    #login-footer .row .col-sm-8 {
        order: 2;
    }

    #login-footer .col-sm-8 {
        padding-left: 2px;
        padding-right: 2px;
    }

    form input[type=submit] {
        width: 100% !important;
    }

    .reg-form-data input::file-selector-button {
        background: var(--mainThemeColor2) !important;
        text-transform: uppercase;
    }

    .popup {

        padding: 50px 30px;
    }

    .popup h1 {
        font-size: 60px;
    }

    .popup h2 {
        font-size: 40px;
    }

    .countdown-container {

        margin-top: 50px;
    }

    .language-dropdown .dropdown-menu li a {
        color: #FFF !important;
        display: block;
        text-align: center;
        padding: 10px !important;
    }


}


@media screen and (max-width: 767px) {

    .button.button-yellow {

        display: block;
        width: 100%;
    }

    #speakers .row .col-md-4 {
        padding: 0px 15px;
    }

    .nw-frm-bldr .reg-form-data {

        padding-left: 0;
    }

    .reg-form-wrap h3 {
        font-size: 27px;

        margin-left: 0;
    }

    img.topthanks {
        max-width: 100%;
    }

    body {
        overflow-x: hidden;
    }

    form input[type=submit] {
        margin-left: 0;
    }

    .nw-frm-bldr .reg-form-data .row.m-1>.col-12 span {
        display: block;
    }

    #regModal .modal-body {

        padding: 0;
    }


    .countdown-container .row {

        flex-direction: column;
    }


    .icon-box {


        min-height: 170px;
    }

    #why-attend .row {
        display: block;

    }

    section#why-attend .row .col-md-3 {
        width: 100%;
        max-width: 100%;
    }

    .button-wrap {
        text-align: center;
        margin-bottom: 30px;
    }

    .header-content.sticky {
        top: 0;
    }

    .quote-wrap {
        position: relative;
        width: 100%;
        height: auto;
        bottom: 0;
        right: 0;
        background-color: #FDF4F7;

        padding-left: 0;
        flex-direction: column;
        margin-top: 20px;
        padding-top: 20px;
        text-align: center;
    }

    #IdeaCon {
        padding: 20px 0;
    }

    #gtx .shadow-box {
        padding-bottom: 50px;
    }

    .gtx-boxes {
        margin: 26px 0;
        padding: 0;
        flex-direction: column;
        gap: 52px;

        align-items: center;
    }

    section#IdeaCon h3.main-title {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .main-intro {
        max-width: 100%;
    }

    .headingOverlayText {
        display: none !important;
    }



    h3.main-title {
        font-size: 30px;
    }

    .two-btns {
        margin: 0px 0 50px;
    }

    .simple-section {
        padding: 20px 0px;
    }

    #whyAttend {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    :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: -5px !important;

}

span#grp_fld_1419290 .control-label {
    margin-top: -11px !important;
}

span#grp_fld_1419291 .form-control {
    margin-top: -4px !important;
}

span#grp_fld_1419291 .control-label {
    margin-top: -13px !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----------------------*/
/*span#grp_fld_1419298 .custom-col-1 .control-label {
    width: unset !important;
}

.custom-col-1 .control-label {
    width: 20%;
}*/

.row.m-1 .col-12>span {
    display: flex;
}










/*.d-flex {
    align-items: flex-end;
    flex-wrap: wrap;
}*/


.sp-box.d-flex {
    align-items: center;
    text-align: left;
}

.sp-box.d-flex h4 {
    color: #1C1C24;
    /* font-weight: 500; */
    text-align: left;
    font-weight: 700;
    font-size: 16px;
}

.sp-box.d-flex p {
    color: #5A5A5A;
    font-size: 14px;
    line-height: 20px;
}

.sp-desc {
    margin-left: 16px;
}

.sp-box.d-flex img {
    width: 160px;
}



.sp-desc h4>span {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

.reg-form-data .col-12 input[type=submit] {
    background-color: var(--mainThemeColor) !important;
}