:root {
    --primary: #00AE81 !important;
    --secondary: #5125DE !important;
}
.counter-div {
    display: none!important;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

label.required::after {
    content: " *";
    color: red;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Montserrat', sans-serif;
    /*line-height: 44px;*/
}

.logo-left-en {
    text-align: left !important;
}

.logo-left-en img {
    max-width: 300px;
}



.navbar-default .navbar-toggle {
    position: absolute;
    top: -76px;
    right: 0px;
}

.header-content {
    background-color: #FFF;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.header-content .container {
    width: 100%;
    max-width: 100%;
}

.header-content .row {
    display: flex;
    align-items: center;
}


nav.navbar.navbar-default {
    margin: 0;
}

.navbar-header {
    position: absolute;
    top: -59px;
    right: 6px;
    z-index: 5;
}

.navbar-header i {
    font-size: 40px;
}



.top-right-section .navbar-collapse .navbar-nav {
    float: right;
}

.navbar-default .navbar-nav>li>a {
    font-weight: 500;
    font-size: 17px;
    padding: 12px 16px;
    color: #4C4C4C;
}


.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #000;
}

.navbar-default .navbar-nav>li.active a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline;
}

.navbar-default .navbar-nav>li>a.primary-button {
    color: #FFF;
    margin-left: 12px;
}

.navbar-default .navbar-nav>li>a.primary-button:hover,
.navbar-default .navbar-nav>li>a.primary-button:focus {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
}

.slider {
    position: relative;
}


.banner-content {
    background: #282839;
    
    padding: 20px 0;
    color: #FFF;
}


.event-title {
    display: flex;
    align-items: center;

}

.event-title .title-logo {
    width: 200px;
    padding-right: 20px;
}

.title-logo img {
    width: 100%;
}

.event-title .dates {
    border-left: 3px solid #FFF;
    padding-left: 20px;
    margin-top: 33px;
}

.event-title .dates h2 {
    font-size: 52px;
    margin: 0 0 16px 0;
    color: #FFF;
    font-weight: bold;
}


.event-title .dates h4 {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    display: flex;
    align-items: center;
}

.event-title .dates h4 i {
    width: 20px;
    margin-right: 20px;
    margin-top: -4px;
    position: relative;
}

.event-title .dates h4 span {
    color: #CDD7E0;
    font-weight: normal;
    padding-left: 10px;
}

.banner-content p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.button {
    text-align: right;
}

.button .btn-yellow {
    padding: 16px 35px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px;
}

.counter-div {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.counter-div>p {
    flex-basis: 20%;
    margin: 0;
}

.counter-div #clockdiv {
    flex-basis: 80%;
}


#clockdiv {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
}

#clockdiv>div {
    background: transparent;
    color: #FFF;
    flex: 1;
    margin-right: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
}

#clockdiv>div:last-child {
    border-right: none;
}

#clockdiv div>span {
    font-weight: bold;
    font-size: 60px;
}

#clockdiv .smalltext {
    padding-bottom: 3px;
    font-size: 20px;
    font-weight: 500;
}


.overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.simple-section {
    padding: 60px 0;
}

.simple-section p {
    font-size: 17px;
    font-weight: 300;
}

.why-attend {
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/8671/content/files/1669204841bg-jpg1669204841.jpg);
    background-size: cover;
    min-height: 200px;
    color: #FFF;
    text-align: center;
}

.title-bg {
    font-size: 60px;
    font-weight: bold;
    color: var(--primary);
    line-height: 56px;
    margin-bottom: 30px;
}

.bg-yellow {
    overflow: hidden;
    position: relative;
    background: linear-gradient(255.45deg, #F4B34D 8.08%, #F8C06C 91.24%);
}

.shape1 {
    position: absolute;
    top: -79px;
    right: -57px;
    width: 392px;
}

.primary-button {
    background-color: var(--primary) !important;
    color: #FFF;
    padding: 12px 40px;
    font-size: 20px;
    font-weight: 600;

}

.primary-button:hover,
.primary-button:focus {
    opacity: .8;
    color: #FFF !important;
}



.secondary-button {
    background-color: var(--secondary) !important;
    color: #FFF;
    padding: 12px 40px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid transparent;

}

.secondary-button:hover,
.secondary-button:focus {
    background-color: transparent !important;
    color: #FFF;
    border-color: #FFF;
}



.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #FFF !important;
    padding: 12px 40px !important;
    font-size: 20px !important;
    font-weight: 600px !important;

}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--secondary) !important;
    color: #FFF !important;
}


/* start of registration page */

.section {
    background:#12b483;
}


.nw-frm-bldr .reg-form-data {
    background-color: rgba(255,255,255,0.5);
}

.reg-form-data .col-12 input[type=submit] {
    height: auto;
}

.nw-frm-bldr.reg-form-wrap h3 {
    font-size: 38px;
    font-weight: bold;
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.navbar-collapse .navbar-nav {
    flex-direction: row;
}

.navbar-default .container-fluid {
    justify-content: flex-end !important;
}


/* end of registration page */

.btn-gradient {
    background: linear-gradient(41.01deg, #F2662E 13.44%, #EF4177 86.54%);
    border-radius: 30px;
    color: #FFF;
    padding: 12px 40px;
    font-size: 16px;
}

.icon-boxes {
    background: #f1f1f1;
    padding: 30px 0px;
}


.icon-box-h {
    display: flex;
    align-items: center;
}

.icon-box-h .icon {
    width: 50px;
    flex-shrink: 0;
}

.icon-box-h .info {
    padding-left: 10px;
}

.icon-box-h .info h4 {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

.icon-box-h .info p {
    margin: 6px 0 0 0;
}

.icon-box img {
    border-radius: 10px 10px 0 0;
}

.icon-box span {
    width: 60px;
    height: 60px;
    background-color: #069EDB;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: bold;
    font-size: 25px;
}


.icon-box {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
    margin-bottom: 37px;
    min-height: 284px;
    border: 1px solid rgba(0, 0, 0, .08);
    background-color: #FFF;
}

.icon-box h4 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 18px;
}

.icon-box p {
    margin-top: 20px;
    font-size: 15px;
}

.d-block {
    display: block;
}

.section-title {
    text-align: center;
    color: var(--primary);

    font-weight: bold;
    font-size: 34px;
    margin-bottom: 50px;
    font-family: 'Oswald', sans-serif !important;
}

.section-title.white {
    color: #FFF;
}

.section-title.mb-0 {
    margin-bottom: 0;
}

.section-title-2 {
    font-size: 60px;
    color: #5c3e98;
    text-align: center;
    font-weight: 600;
}

.section-title-2 span {
    color: #fdaf17;
}

.section-title-2 small {
    display: block;
    color: #2a2a2a;
    font-size: 24px;
    margin-top: 20px;
}





.price-box {
    text-align: center;
    background-color: #FFF;
    border-radius: 30px;
    padding: 30px;
    margin-top: 30px;
}

.price-box h3 {
    font-weight: bold;
    color: var(--primary);
}


.price-box h5 {
    font-size: 30px;
    margin-top: 20px;
    
}

.price-box .price {
    margin:  18px 0;
}

.price-box .price .regular {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    display: none;
}

.price-box .price .regular span {
    font-size: 15px;
}

.price-box .price .regular s {
    font-weight: bold;

}

.price-box .price .discount {
    margin-top: 22px;
    font-size: 21px;
    background-color: #F9F5F4;
    padding: 20px;
    border-radius: 30px;
}

.price-box .price .discount p {
    margin: 0;
    font-size: 20px;
}

.price-box .price .discount h5 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
}

.video-sec {
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 640px;
    height: 710px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.checklist {
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    min-height: 136px;

}


.checklist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
}

.checklist li::before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f058";
    position: absolute;
    left: 0;
    color: var(--primary);
}

.logos-wrap .col-md-3 {
    margin-bottom: 60px;
}


.logos-row {
    text-align: center;
}

.logos-row .logo-item {
    display: inline-block;
    margin: 10px;
    max-width: 280px;
    cursor: pointer;
}

.logo-item .bio {
    display: none;
}

.logos-row img {

    max-width: 100%;
}

#sponsors img {
    margin-bottom: 20px;
}

.buttons {
    text-align: center;
}

.buttons .btn {
    padding: 16px 26px;
    font-size: 18px;
}

.faq {
    background-color: #FFF;
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/1545/uploads/vjf/content/misc/1639393657iconbg.png);
    background-position: 123px -400px;
    padding-bottom: 100px;
    position: relative;

}

.faq .panel {
    background: #FFF;
    padding: 15px 25px;
    margin: 0 0 27px;
    border: none;
    border-radius: 8px;
}

.faq .panel-heading {
    padding: 0 !important;
    background: 0 0 !important;
}

.faq h4.panel-title a {
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    line-height: 24px;
    color: #333;
    font-weight: 700;
}

.faq .panel-collapse {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.faq .panel-collapse .panel-body {
    width: 100% !important;
    padding-bottom: 0;
    border: none !important;
    padding-top: 9px;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #666 !important;
}

.faq h3 {
    margin-bottom: 25px;
}


footer {
   
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--primary);
    background-color: var(--primary);
}

footer .row > div:last-child .row div:last-child {
    text-align: right;
}

.poweredby {
    width: 100%;
    height: auto;
    max-width: 150px !important;
}

.smedia {
    text-align: right;
    margin-bottom: 10px;
}

.smedia a {
    font-size: 21px;
    color: #fff !important;
    display: inline-block;
    margin-left: 10px;
}



footer h3 {
    color: #fdaf17;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}

footer .footer-logo {
    width: 200px;
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: #FFF;
}

footer .footer-social ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

footer .footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFF;
    background-color: #fdaf17;
    margin-right: 10px;
}

footer .footer-social ul li a:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #fdaf17;
}

footer .footer-form .form-group {
    margin-bottom: 20px;
}

footer .footer-form .form-group label {
    font-weight: normal;
}

footer .footer-form .form-control {
    background-color: transparent;
    border-radius: 0;
    min-height: 50px;
    color: #FFF;
}

footer .footer-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

footer .footer-form .form-control option {
    color: #000;
}

.copyright {
    text-align: center;
    margin-top: 80px;
}

.modal-header {
    background-color: var(--primary);
}

.btn-darkgrey {
    color: #FFF !important;
    background-color: var(--primary) !important;
}

.btn-darkgrey:hover,
.btn-darkgrey:focus {
    background-color: var(--secondary) !important;
    color: #FFF !important;
}

@media screen and (max-width: 767px) {


    .video-sec {
   
    min-height: 218px;
    height: 220px;
}

#clockdiv .smalltext {
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a.primary-button {
    margin-left: 0;
    margin-bottom: 12px;
}

    .header-content .row {
        display: block;

    }

    .title-bg {
    font-size: 38px;
    
    line-height: 46px;
    margin-bottom: 19px;
}

    .event-title {
        margin-bottom: 40px
    }

    .banner-content {
        position: relative;
    }

    .event-title .dates h2 {
        font-size: 21px;
        line-height: 36px;
    }

    .event-title .dates h4 {
        display: block;
        font-size: 18px;
    }

    .event-title .dates h4 i {
        margin-right: 0
    }

    .event-title .dates h4 span {
        display: block;
    }

    .icon-box-h {

        margin-bottom: 26px;
    }

    .event-title .dates {
        margin-top: 0
    }

    .counter-div {
        display: block;
        text-align: center;
        margin-top: 0
    }

    #about {
        background-image: none !important;
    }

    .shape1 {
        display: none;
    }

    /* nav responsive */
    .navbar-collapse {
        padding: 0;
    }

    .navbar-default .container-fluid {
        padding: 0;
    }

    .navbar-default .navbar-nav {
        float: none !important;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }


    /* nav responsive */


    nav.navbar.navbar-default {
        background-color: #FFF;

    }

    .logo-left-en img {
        width: 200px;
    }

    /* registration responsive fixes */

    .reg-form-data .col-12 input[type=submit] {
        width: 100%;
    }

    #LoginModal .modal-dialog {
        width: 93%;
    }

    #clockdiv div>span {
    font-size: 32px;
}


    /* end registration responsive fixes */

    .banner-content .button .primary-button {
        margin-bottom: 12px;
        min-width: 280px;
    }

    .banner-content p {
        font-size: 19px;
    }

    .navbar-toggle i {
        color: var(--primary);
    }

    .banner-content .logo img {
        width: 200px;
    }

    .banner-content .venue span {
        display: block;
    }

    .banner-content h2 {
        font-size: 34px;
        margin-bottom: 46px;
    }

    .banner-content .power-by {
        display: block;
    }

    .icon-boxes {
        top: -12px;
    }

    .header-content {
        padding-top: 6px;
        padding-bottom: 14px;
    }

    .main_top_area {
        min-height: auto;
        padding-bottom: 60px;
        padding-top: 100px;
    }


    #login-footer .col-sm-8 {

        display: flex;
        justify-content: center;
        padding-top: 14px;
    }


    .navbar-default .navbar-nav>li>a {
        color: rgba(0, 0, 0, 0.8);
        font-size: 20px;
        padding: 20px;
    }

    .icon-boxes-wrap {
        display: block;
    }

    .icon-boxes-wrap .icon-boxes {
        top: -10px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .p-by {
        display: block;
        text-align: center;
    }

    footer {
        text-align: center;
        border-radius: 0;
    }

    .poweredby {
        display: block;
        margin:  auto;
    }

    .smedia {
        text-align: center;
    }

    footer img {
        margin-bottom: 20px
    }

    .footer-social {
        margin-bottom: 50px;
    }



    .faqs-dd .icon {
        font-size: 10rem;
    }
}

.navbar-nav {
    display: inline-block !important;
    flex-direction: none !important;
}


.speaker-item {
    text-align: center;
    min-height: 350px;
}

.speaker-item .photo img {
    max-width: 220px;
    border-radius: 50%;
}

.speaker-item .info {
    padding-top: 24px;
}
.speaker-item .info h4 {
    font-weight: bold;
    margin: 0 0 6px 0;
    font-size: 22px;
}

.speaker-item .info p {
    font-size: 14px;
    margin: 0;
}






#login-footer a.btn-modal-registration.btn.btn-darkgrey.flt-left {
    display: none;
}


/* agenda  */

h3.main-title {
    display: none;
}

.agenda-style-15 {
    background-color: transparent !important;
    padding: 0 !important;
}

.agenda-time span {
    background-color: #A32958 !important;
    background: linear-gradient(269.93deg, #FEAD01 -11.52%, #ED521D 44.56%, #A0275A 99.94%) !important;
}

.nw-frm-bldr .reg-form-data {
    max-width: 850px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    background-color: #12b483;
    box-shadow: -8px 3px 5px 0 rgb(0 0 0 / 70%), -2px 11px 10px 0 rgb(0 0 0 / 77%);
    border-radius: 0.45rem;
}

button.btn.btn-primary.btn-xs.cacl-disc.pull-right {
    line-height: 0.5;
}

.order__summary {
    background: white!important;
}

form#form_21196 {
    background: white;
}

h3[aria-label="Presenting Company Registration"] {
    display: none!important;
}

h3[aria-label="Presenting Company Intake Form"] {
    display: none;
}

form#form_21024 {
    background: white;
}

.ticket__item.package-block-771471 {
    display: none;
}

form#form_40501 {
    background: white;
}

div[aria-label="Your registration confirmation email and invoice will be sent from "]{
  max-width:100%;
  flex:100%;
}

span#grp_fld_388619 {
    visibility: hidden;
}

.formbuilder-form-wrap {
    width: 100%;
    max-width: 900px!important;
    margin: 0 auto;
}

.ticket__avail {
    display: none!important;
}

#collapseOne123 > div > div > div:nth-child(17) {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}