:root {
    --primary: #FF403A !important;
    --secondary: #919195 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;1,300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');


label.required::after {
    content: " *";
    color: red;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Open Sans', sans-serif;
}

.logo-left-en {
    text-align: left !important;
    padding-top: 7px;
}

.logo-left-en img {
    max-width: 200px;
}





.navbar-default .navbar-toggle {
    position: absolute;
    top: -76px;
    right: 0px;
}

.header-content {
    background-color: #FFF;
    padding: 22px 0 0 0;
}


nav.navbar.navbar-default {
    margin-top: 10px;
}

.navbar-header {
    position: absolute;
    top: -62px;
    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;
}

.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 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.banner-content h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    color: #FFF;
}

.banner-content h4 {
    font-size: 26px;
    margin-top: 30px;
    color: #FFF;
}

.banner-content p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
}

.banner-content .button {
    margin: 40px 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.simple-section {
    padding: 60px 0;
}

.simple-section p {
    font-size: 20px;
    font-weight: normal;
}

.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 {
    background-color: var(--secondary) !important;
    color: #FFF !important;
}


.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-color: #efefef;
    padding-top: 10px;
}


.reg-form-data .col-12 input[type=submit] {
    /* height: auto; */
    background: var(--primary);
    color: #fff;
}

.nw-frm-bldr.reg-form-wrap h3 {
    text-align: center;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 24px;

}

.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(--secondary);
    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;
}



.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;
    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 {
    border-top-color: var(--secondary);
    background: var(--secondary);
    padding: 24px 0 12px 0;
}

footer h3 {
    color: #fdaf17;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}

footer .footer-logo {
    width: 200px;
}

footer a {
    color: #FFF;
    font-size: 16px;
}

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) {

    .logo-left-en {
        padding-top: 0;
    }

    .slider>img {
        display: none;
    }

    .banner-content {
        position: relative;
        text-align: center;
        padding: 50px 0;

        background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/8547/content/files/1666850242bg-mobile-png1666850242.png);
        background-size: cover;
    }

    .icon-box-h {

        margin-bottom: 26px;
    }

    #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: 150px;
    }

    /* registration responsive fixes */

    .reg-form-data .col-12 input[type=submit] {
        width: 100%;
    }

    #LoginModal .modal-dialog {
        width: 93%;
    }


    /* 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: 30px;
        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;
    }

    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: 324px;
}

.speaker-item .photo img {
    max-width: 220px;
    border-radius: 50%;
}

.speaker-item .info h4 {
    font-weight: bold;
}

.speaker-item .info p {
    font-size: 14px;
}




.page-heading {
    display: none;
}

#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;
}

/* registration  */

div[aria-label="Email"] {
    margin-top: -10px;
}

span#grp_fld_1347279 h4 {
    margin: 16px 0 0 0;
}



.agenda-design4 .nav-tabs>li>a {
    color: #000;
    background: #ffffff;
}

.agenda-design4 .nav-tabs>li.active>a {
    background: #000000;
    color: #ffff;
}

.agenda-design4 {
    color: #000;
    text-align: left;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    padding: 0px;
}

.agenda-design4 h1 {
    font-size: 40px;
    text-align: left;
    margin: 0 0 20px;
    font-weight: 400;
    color: #ffffff
}

.agenda-design4 .agenda-row h3 {
    font-size: 20px;
    line-height: 24px;
    display: block;
    text-align: left;
    color: #fff;
    margin: 20px 0 16px;
    background: var(--primary);
    padding: 10px;
}

.agenda-design4 ol {
    padding-left: 16px;
    padding-top: 6px
}

.agenda-design4 ol li {
    padding-bottom: 10px;
    padding-left: 8px
}

.agenda-design4 p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.agenda-design4 h4 {
    margin-bottom: 0;
    border: none
}

.agenda-design4 h4 span {
    display: inline-block;
    padding-bottom: 0;
    background: #000000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    margin-left: 35px
}

.agenda-design4.agenda-design4 h4 span.green {
    background: green
}

.agenda-design4.agenda-design4 h4 span.red {
    background: #ffffff
}

.agenda-design4 .agenda-rows .agenda-row:last-child .agenda-col:last-child {
    padding-bottom: 40px
}

.agenda-design4 .agenda-row .agenda-col:first-child span {
    display: block
}

.agenda-design4 .agenda-rows .agenda-row:last-child p,
.agenda-rows .agenda-row:last-child h3 {
    border-bottom: none
}

.agenda-design4 .agenda-row {
    display: table;
    width: 100%
}

.agenda-design4 .agenda-col {
    display: table-cell;
    vertical-align: middle
}

.agenda-design4 .agenda-row .agenda-col:first-child {
    vertical-align: top;
    padding-top: 18px;
    width: 150px;
    text-align: center;
}

.agenda-design4 .agenda-row .agenda-col:last-child {
    padding: 0 0 0 30px;
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew/8547/content/files/1667207519circle-png1667207519.png) no-repeat left top 50px / 10px, url(http://vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 3px top
}

.agenda-design4 .agenda-row.no-speaker h3 {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee
}

.agenda-row .speaker {
    cursor: pointer;
    padding-left: 60px;
    position: relative
}

.agenda-design4 .agenda-row .speaker-name {
    font-size: 14px;
    font-weight: 700;
    padding-top: 3px
}

.agenda-design4 .agenda-row .speaker img {
    height: 50px;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

.agenda-design4 .agenda-row .speaker.no-spk-img {
    padding-left: 0
}

.agenda-design4 .agenda-row span.designation {
    display: block;
    font-size: 13px
}

.agenda-design4 .agenda-row label {
    display: block;
    font-size: 11px;
    color: #666
}

.agenda-design4 .agenda-row p {
    font-size: 16px;
    margin: 10px 0 0;
    padding-bottom: 0px;
    color: #393938;
}

.agenda-design4 .agenda-row p:last-child {
    padding-bottom: 20px;
}

.agenda-design4 .time-display {
    width: 120px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    color: #777;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px
}

.agenda-design4 .time-display img {
    margin-bottom: 0
}

.mh-60 {
    min-height: 60px
}

.agenda-design4 .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    border-bottom: none;
}

.agenda-design4 .nav-tabs li.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0 12px;
    border-color: var(--primary) transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
}

.agenda-design4 .nav-tabs li.active a,
.agenda-design4 .nav-tabs li.active:hover,
.agenda-design4 .nav-tabs li.active:focus {
    background-color: var(--primary);
    color: #FFF !important;
    border: none !important;
    border-radius: 4px 4px 0 0;
}

.agenda-design4 .nav-tabs li a {
    font-size: 15px;
    padding: 15px 20px;
    min-width: 140px;
    text-align: center;
    border: none !important;
    border-radius: 4px 4px 0 0;
    color: #707070;
    background-color: #FAFAFA;
}

h3.main-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}

.speaker.mh-60 img {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1637318330dummy-png1637318330.png);
    background-size: 100% 100%;
    padding: 1px;
}

.modal-dialog .modal-body p {
    padding: 0 !important;
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    .agenda-design4 .agenda-row .agenda-col:first-child {
        text-align: left;
        width: 100%;
    }

    .agenda-design4 .agenda-col,
    .agenda-design4 .agenda-row {
        display: block;
    }
}

ul.socialIcons {
    list-style: none;
}

span#grp_fld_1427414 h6 {
    font-size: 14px;
}