@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


/* Setting of Landing page colors and Font */
:root {
    --mainThemeColor: #991350;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #a73698;
    --eventFontColor: #696969;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Roboto';
    --eventHeadingFont: 'Roboto';
    --h1FontSize: 45px;
    --h2FontSize: 42px;
    --h3FontSize: 38px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #000;
    --yellow: #ffd600;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #212121;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 18px;




}
.popup h1{
    font-size: 45px !important;
    font-weight: 800 !important;
}
p{
    margin: 0;
}



label.required::after {
    content: " *";
    color: red;
}

a {
    color: #F96302;

}

a:hover {
    color: #E25D07;
}

#login-footer .col-sm-8 {
    position: absolute;
}

.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}




/* Hero Section */
.main_top_area {
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1672321610bg-2jpg-jpg1672321610.jpg")no-repeat center;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 6%;
    position: relative;
}

.main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: -webkit-linear-gradient(left, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    background-image: linear-gradient(to right, var(--mainThemeColor) 0%, var(--mainThemeColor2) 100%);
    position: absolute;
    opacity: 0.9;
}

.popup .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

#date-info {
    margin-top: 0px;
    margin-bottom: 30px;
    color: var(--white);
    font-weight: 600;
    font-family: var(--eventFont);
}

/* .eventDate::after {
    content: "|";
    margin-left: 7px;
} */

.two-btns {
    text-align: center;
    margin: 45px 0 20px;
    padding: 2px;
    border: solid 2px var(--white);
    display: block;
    border-radius: 40px;

}


.two-btns a {
    background: #F96302;
    color: var(--white) !important;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 18px;
}


/* .two-btns a:first-child {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
} */

/* .two-btns:hover a {
    background: transparent;
    color: var(--white) !important;
    box-shadow: none;
} */

.two-btns a:hover {
    background: var(--mainThemeColor2) !important;
    color: var(--white) !important;
    box-shadow: 0px 10px 25px 0px rgb(249 71 67 / 30%);
    text-decoration: none;
}

.two-btns i {
    margin-right: 5px;
}




.row.row-content {
    padding: 0;
}

.page-heading {
    display: none;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}



.logo-left-en {
    text-align: left !important;

}



.logo-left-en img {
  max-width: 200px;
    margin: 10px 0 0 0;
}

.navbar-default .navbar-toggle {
    position: absolute;
    top: -76px;
    right: 0px;
}

.topbar {
    background-color: rgba(30, 30, 30, 0.9);
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.top-right {
    text-align: right;
}


.top-right a {
    color: #FFF;
}

.header-content {

    background-color: #FFF;
    width: 100%;
    padding: 26px 0 10px 0;

}

.header-content>.container {
    width: 100%;
    max-width: 100%;
}

.header-content.sticky {
    position: fixed;
    width: 100%;
    z-index: 25;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    box-shadow: 0px 4px 18px 4px rgb(0 0 0 / 4%);
}

/* Footer----------------------------- */
footer {
    background: var(--footerBg);
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--mainThemeColor);
}

.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;
    color: #fff !important;
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
}

/*Top to the Page button---------------*/
#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: var(--white);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    z-index: 45;
    display: none;
    background-color: var(--mainThemeColor);
    font-size: 24px;
    padding-top: 13px;
    border-radius: 5px;
}

#top:hover,
#top:focus {
    background-color: var(--darkgrey);
}



.header-content.sticky .slim-bar {
    display: none;
}

.header-content.sticky .topbar {
    display: none;
}

.navbar-header {
    position: absolute;
    top: -4px;
    right: 8px;
}

.navbar-header i {
    font-size: 40px;
}


.bottom-logos {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #7F7F7F;
}

.bottom-logos h3 {
    font-size: 22px;
    font-weight: 600;
}

.bottom-logos p {
    margin-bottom: 36px;
    font-size: 18px;

}


.two-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.two-buttons .btn {
    margin: 10px;
}

.two-buttons.lg-buttons .btn {
    min-width: 250px;
    padding: 20px 20px;
    font-size: 20px;
}



.slider {
    position: relative;
}

.hero {
    position: relative;
    background-color: #FAD50C;
}


.hero .hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
}




.hero .hero-content h2 {
    color: #FFF;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
}

.hero .hero-content .banner-img img {
    max-width: 500px;
}

.hero .hero-content .date-time {
    margin: 30px 0;
}

.hero .hero-content .date-time h3 {
    color: #272727;
    font-weight: bold;
    font-size: 48px;
    margin: 0;
}

.hero .hero-content .date-time p {
    color: #272727;
    font-size: 30px;
    font-weight: 300;
}

.hero .hero-buttons .btn {

    font-size: 22px;

}



#clockdiv {
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#clockdiv>div {
    padding: 8px;
    border-radius: 3px;
    background-color: #F96302;
    margin: 0px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

#clockdiv>div:last-child {
    margin-right: 15px;
}

#clockdiv div>span {
    padding: 7px 10px 0;
    border-radius: 3px;
    background: none;
    display: block;
    line-height: 1em;
    color: #FFF;
    font-size: 50px;
    font-weight: 900;
}

#clockdiv>div:last-child:after {
    background: none;
}

#clockdiv .smalltext {
    padding-bottom: 3px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

.top-right-section .navbar-collapse .navbar-nav {
    float: right;
    flex-direction: row;
}

.navbar-default .container-fluid {
    justify-content: flex-end !important;
}


.header-content.sticky .navbar-default .navbar-nav>li>a {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-default .navbar-nav>li>a {
    font-weight: 600;
    font-size: 17px;
    color: #10303D;
    border: none;
    padding: 6px 12px;
}


.navbar-default .navbar-nav>li.active>a {
    color: #F96302 !important;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a.btn {
    margin-left: 10px;
    color: #FFF !important;
}


.navbar-default .navbar-nav>li>a.btn:hover,
.navbar-default .navbar-nav>li>a.btn:focus {
    background-color: #10303D;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #017185;
    text-decoration: none;
}

nav.navbar.navbar-default {
    margin-top: 32px;
    margin-bottom: 0;
}


.navbar-default .navbar-nav>li>a.btn-orange {
    min-width: 106px;
}


.btn-dark {
    background: #000213;
    border-radius: 2px;
    color: #FFF;
    padding: 12px 40px;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-dark:hover {
    background-color: #030723;
    color: #FFF;
}

.btn-primary {
    background-color: #F96302 !important;
    border-radius: 4px;
    color: #FFF;
    padding: 12px 40px;
    font-size: 16px;
}

.btn-orange {
    background-color: #F96302 !important;
    border-radius: 4px;
    color: #FFF;
    padding: 12px 40px;
    font-size: 20px;

}

.btn-orange:hover {
    background-color: #F16002;
    color: #FFF;
}

.btn-outline-white {
    background: transparent;
    border-radius: 2px;
    color: #FFF;
    padding: 12px 40px;
    font-size: 16px;
    border: 1px solid #FFF;
    text-transform: uppercase;
}

.btn-outline-white:hover {
    color: #F15E2A;
    border-color: #F15E2A;
}

.icon-box {

    text-align: center;
    min-height: 210px;
}


.rec-title {
    width: 260px;
    position: relative;
}

.rec-title .info {
    position: absolute;
    top: 66px;
    left: 40px;
    color: #FFF;
}

.rec-title .info p {
    color: #FFF;
}


.icon-box p {
    font-size: 16px !important;
    margin: 0;
}

.icon-box .icon img {
    max-width: 150px;
}


.icon-box h3 {
    margin: 0;
    font-weight: bold;
    font-size: 32px;
}

.icon-boxes {
    padding: 100px 0;
    flex-shrink: 0;
    z-index: 1;
}

.icon-boxes h3 {
    text-align: center;
    color: #002060;
    line-height: 36px;
}

.bg-blue {
    background-color: #002060;
}

.icon-boxes-wrap {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.icon-boxes-wrap li {
    margin: 30px 20px;
    text-align: center;
    align-self: stretch;
    flex-basis: 25%;
    justify-content: center;
}

.icon-boxes-wrap li h2 {
    color: #000;
    margin: 0;
    font-weight: bold;
    font-size: 60px;
}

.icon-boxes-wrap li p {
    color: #000;
    font-size: 20px;
}


.why-attend-list li {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 12px;
}


.simple-section {
    padding: 60px 0;
    position: relative;
}

.simple-section p {
    font-size: 18px;
    color: rgb(39,39,39);
}

.about-section {
    background-color: rgba(0, 0, 0, .2);
    background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew/8051/uploads/vjf/content/misc/1659345378PID-2022-0176 Corporate Career Day 2022_Landing_Page_SECTION3_v1.4_BG_ISOMETRICS.png');
    background-size: cover;

}

.about-section p {
    font-size: 20px;max-width: 715px;
}



.list-white li {
    color: #FFF;
    margin-bottom: 12px;
}

.cta-green {
    background-color: #272727;
    padding: 3rem 1rem;
}

.cta-green h1 {
    color: #FFF;
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
}

.awards-row {
    text-align: center;
}

.awards-row img {
    margin: 10px;
    max-width: 200px;
}



.section-title {
    color: #272727;
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 38px;
    position: relative;
}


.section-title.white {
    color: #FFF;
}


.section-title.white::after {
    background-color: #FFF;
}

.section-title.mb-0 {
    margin-bottom: 0;
}

.title-sm {
    color: #0099b8;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;

}


.section-sub-title {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin: 30px 0;
}

.section-sub-title span {
    display: inline;
    position: relative;
}

.section-sub-title span::before {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: -100px;
    top: 16px;
}

.section-sub-title span::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: -100px;
    top: 16px;
}


.section-sub-title.white span::after {
    background-color: #FFF;
}

.section-sub-title.white span::before {
    background-color: #FFF;
}


.logos-row {
    text-align: center;
    margin: 30px 0;
}




.logos-row img {
    display: inline-block;
    margin: 10px;
    max-width: 300px;
}

.logos-row.tier2 img {
    max-width: 225px;
}

.logos-row.tier3 img {
    max-width: 160px;
}

.logos-row.items-5 img {
    height: 140px;
}

.logos-row.logos-sm img {
    height: 136px;
    margin: 10px 40px;
}

.speakers {
    padding: 0 0 50px 0;
}

.speaker-item {
    text-align: center;
    color: #000000;
    font-size: 18px;
    margin-bottom: 40px;
}

.speaker-item img {
    max-width: 200px;
}

.speaker-item h3 {
    font-size: 20px;
}

.speaker-item p {
    font-size: 18px;
}


.faq {

    padding-bottom: 100px !important;
    position: relative;
}

.faq .faq-item {
    margin-top: 30px;
    position: relative;
    padding-left: 40px;
}

.faq .faq-item:before {
    content: '';
    display: block;
    width: 20px;
    height: 22px;
    border-radius: 1px;
    background-color: #F96302;
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(341deg);
}


.faq .faq-item h3 {
    font-size: 18px;
}

.faq .faq-item p {
    text-align: left;
    font-size: 15px;
}

.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-family: "Roboto", sans-serif;
    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;
    font-family: "Roboto", sans-serif;
    line-height: 24px !important;
    color: #666 !important;
}



#go-top {
    width: 50px;
    height: 50px;
    background-color: #F15E2A;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    font-size: 30px;
    cursor: pointer;
    border-radius: 4px;
}

#go-top.show {
    display: flex !important;
}



.cta {
    background-color: #002060;
}

.bottom-cta {
    text-align: center;
    color: #7F7F7F;
}

.bottom-cta h1 {
    font-size: 28px;
    font-weight: bold;
}

.bottom-cta p {
    font-size: 22px;
}



.inline-logos img {
    display: inline-block;
    width: 207px;
    margin: -3px;
}

#sponsors {
    text-align: center;
}

#sponsors img {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#sponsors img.logo-sm {
    max-width: 300px;
}


.btn-item {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 9px rgba(0, 0, 0, 0.05);
    width: 300px;
    margin: auto;
    min-height: 120px;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-item a {
    font-size: 20px;
    color: #0099b8;

}

.sponsor-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    margin-top: 50px;
}

.agenda-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    border-bottom: none;
}

.agenda-tabs li.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0 12px;
    border-color: #D02B31 transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
}

.agenda-tabs li.active a,
.agenda-tabs li.active:hover,
.agenda-tabs li.active:focus {
    background-color: #D02B31 !important;
    color: #FFF !important;
    border: none !important;
    border-radius: 4px 4px 0 0;
}

.agenda-tabs li a {
    font-size: 17px;
    padding: 15px 34px;
    min-width: 152px;
    text-align: center;
    border: none !important;
    border-radius: 4px 4px 0 0;
    color: #707070;
    background-color: #FAFAFA;
}


.why-attend {
    background-color: #272727;
    color: #FFF;
}

.why-attend h4 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;

}

.why-attend h4 strong {
    color: #F96302;
}

.why-attend .clock>img {
    width: 100px;
    margin-bottom: 10px;
}


.wa-options {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    text-align: left;
    border-right: 2px solid rgba(255,255,255,0.2);
}

.wa-item {
    background-color: #313131;
    padding: 10px;
    border-radius: 6px;
    margin: 12px 0;
    min-height: 256px;
}

.wa-item>img {
    max-width: 120px;
}

.wa-item h5 {
    margin: 0 0 20px 0;
}

.wa-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.wa-item ul li {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin: 10px 0;
}

.cta-yellow {
    background-color: #FAD50C;
    position: relative;
}

.cta-yellow .left-img {}

.cta-yellow .content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.cta-yellow .content h2 {
    margin: 0 0 0 20px;
}




/* start of sap style agenda */
.sap-style-agenda {
    padding: 100px 0;
    background-color: #E6E7E8;
}

.sap-style-agenda .agenda-item {
    position: relative;
    padding: 24px 30px 30px 30px;
    border-left: 1px solid rgb(39,39,39);
	min-height:160px;
}

.sap-style-agenda .agenda-item:before {
    content: '';
    display: block;
    width: 18px;
    height: 16px;
    border-radius: 1px;
    background-color: #F96302;
    position: absolute;
    left: -10px;
    top: 29px;
    transform: skewX(341deg);
}


.sap-style-agenda .agenda-item h4 {
    font-weight: normal;
}

.sap-style-agenda .agenda-item p {
    margin: 0;
}

.sap-style-agenda .agenda-item .agenda-body>p {
    margin-top: 20px;
}

.sap-style-agenda .agenda-item .title {
    color: #272727;
    font-size: 17px;
    font-weight: 600;
}

.sap-style-agenda .agenda-item .title {
    margin-bottom: 10px;
}

.sap-style-agenda .agenda-item .title .session {
    color: #F96302;
    margin-left: 10px;
}


.sap-style-agenda .agenda-item .title:last-child {
    margin-bottom: 0;
}

.sap-style-agenda .agenda-item .title a {
    color: #FFF;
}

.sap-style-agenda .agenda-item .title .session-detail {
    display: none;
}

.sap-style-agenda .agenda-item .speaker {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sap-style-agenda .agenda-item .speaker .photo {
    flex-shrink: 0;
}

.sap-style-agenda .agenda-item .speaker .photo img {
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.sap-style-agenda .agenda-item .speaker .info {
    padding-left: 8px;
}


.sap-style-agenda .agenda-item .speaker .bio {
    display: none;
}


.speaker[data-target="#AgendaSpeakerBio"] {
    cursor: pointer;
}

.sap-style-agenda .agenda-item .speaker .info h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.sap-style-agenda .agenda-item .speaker .info p {
    margin: 0;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

.agenda-notes {
    margin-top: 40px;
}

.modal-header {
    background: #F96302;
}

.btn-darkgrey {
    background: #F96302 !important;
    color: #FFF !important;
}

.btn-darkgrey:hover {
    background: #F96302;
    color: #FFF;
}

.custom-modal .modal-body {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 40px;
}

.custom-modal .modal-header {
    background: transparent;
    border: none;
    padding: 0px 0px;
}

.custom-modal .modal-header button {
    color: #D02B31;
    width: 35px;
    height: 35px;
    background: #eee;
    margin: 10px;
    border-radius: 50px;
    line-height: 26px;
    z-index: 999;
    position: relative;
    opacity: 1;
    font-size: 30px;
    transition: all 0.2s ease;
}

/* end of sap style agenda */
@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    #clockdiv>div{
        padding: 2px !important;
    }
    .popup h1{
        font-size: 32px !important;
    }

    .popup {

        padding: 0 30px;
    }


.section-sub-title span::after,
.section-sub-title span::before {
    display: none;
}

.footer-right {
    padding-left: 0;
}
    #login-footer .col-sm-8 {
        position: relative;
    }

    .wa-options {
        display: block;
    }

    .wa-item {
        margin-bottom: 12px;min-height: auto;
    }

    .clock {
        text-align: center;
        margin-bottom: 10px;
    }

    .banner-content {
        position: relative;
        max-width: 100%;
        top: 0;
        text-align: center;
        color: #FFF;
        padding: 20px;
    }





    .hero .hero-content .banner-img img {
        max-width: 300px;
    }

    .hero .hero-content .date-time h3 {
        font-size: 26px;
        margin-bottom: 12px;

    }

    .hero .hero-content .date-time p {
        font-size: 18px;

    }

    .topbar {
        position: relative;
    }

    .topbar .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-bar .row {
        display: flex;
        align-items: center;
    }

    .section-title {
        font-size: 29px;
    }

    .hero .hero-content .title {
        font-size: 30px;
        line-height: 34px;
        margin: 16px 0;
        display: block;
        text-align: center;
    }

    .hero .hero-content .title .left {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #FFF;
        padding-bottom: 20px;
    }

    .hero .hero-content .title .right {
        padding-left: 0;
        padding-top: 20px
    }


    .top-right {
        font-size: 13px;
    }



    .countdown .row {
        display: block;
    }

    #clockdiv>div {
        margin: 0px 4px;
    }

    #clockdiv div>span {
        font-size: 24px;
    }

    .header-content {
        padding: 32px 0 0 0;
    }

    .header-content>.container {
        /*padding: 0*/
    }

    .cta-yellow .content {
        display: block;
        text-align: center;
        position: relative;
        margin-top: 30px;
        height: auto;
    }

    .cta-yellow .content h2 {
        margin: 20px 0;
    }

    .footer-widget {
        border-right: none;
        border-left: none;
        padding: 0;
    }

    .logo-left-en {
        padding-left: 30px
    }

    .top-right-section {
        padding-bottom: 20px;
    }

    .logo-left-en img {
       max-width: 200px;
    }

    .main_top_area {
        padding-top: 0;
    }

    .embed-container {
        min-height: auto;
    }

    .hero .hero-content .content-inner {
        padding-left: 0;
        padding-top: 20px;
    }

    .hero .hero-content h2 {
        font-size: 20px;
    }

    .hero .hero-content h1 {
        font-size: 40px;
    }

    .navbar-default .navbar-nav {
        float: none !important;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .navbar-toggle i {
        color: #F96302;
    }

    .logo-left-en span {
        display: none;
    }

    .navbar-default .navbar-nav>li>a {
        color: rgba(0, 0, 0, 0.8);
        font-size: 20px;
        padding: 20px;
    }

    .navbar-default .navbar-nav>li>a.btn {
        margin-left: 0 margin-bottom: 10px;
    }

    .hero .date {
        position: relative;
        padding: 0;
        color: #FFF;
        top: 0;
        font-size: 22px;
    }


    .hero .hero-buttons .btn {
        margin: 10px 10px;
        min-width: 200px;
    }

    .hero>img {
    }

    .hero .hero-content {
        text-align: center;
        padding: 30px;
        top: 0;

        position: relative;
        height: auto;
        display: block;

    }

    .hero .hero-logo img {
        max-width: 85%;
    }

    .event-info {
        position: relative;
    }

    .event-info h1 {
        font-size: 22px;
    }

    .event-info p {
        font-size: 18px;
    }

    .speaker-box .content {
        margin-top: 65%;
    }

    .navbar-default .navbar-nav>li>a.btn {
        margin-bottom: 10px
    }

    .navbar-default .container-fluid {
        padding: 0
    }

    .agenda-tabs {
        display: block;
    }

    .sap-style-agenda .agenda-item {
        display: block;
        border-left: 3px solid rgba(0, 0, 0, 0.2);
    }


    .sap-style-agenda .agenda-item {
        padding: 23px 0 30px 30px;
        margin-top: 0;
        margin-left: 0;
    }

    .sap-style-agenda .agenda-item .time img {
        margin: 0 10px;
    }

    .sap-style-agenda .agenda-item .time:before {
        top: 25px;
        left: -7px;
    }


    .sap-style-agenda .agenda-date {
        font-size: 16px;
    }

    .icon-boxes-wrap {
        display: block;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .agenda-section .agenda-rows .agenda-row {
        flex-wrap: wrap;
    }

    .agenda-section .agenda-rows .agenda-row .time {
        border-right: none;
        border-left: 3px solid #f46052;
        flex-basis: 100%;
        text-align: left;
        padding: 20px 41px;
    }

    .agenda-section .agenda-rows .agenda-row .time::after {
        right: unset;
        left: -9px;
    }

    .agenda-section .agenda-rows .agenda-row .description {
        flex-basis: 100%;
        border-left: 3px solid #f46052;
        padding: 14px 20px;
    }

    .agenda-section .agenda-rows .agenda-row .description::before {
        top: -37px;
    }

    .faqs-dd .icon {
        font-size: 10rem;
    }
}

/*# sourceMappingURL=main.css.map */

.page-heading {
    display: none;
}



.reg-form-data {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: auto;
    background-color: #FFF;
    box-shadow: 0px 4px 18px 4px rgb(0 0 0 / 4%);
    border-radius: 6px;
}

.section {
    background-color: #efefef;
}

.row.m-1 h3 {
    text-align: center;
    margin: 30px;
    font-weight: bold;
}

span#grp_fld_20335 {
    display: flex;
}

.row.row-content {
    padding: 0;
}

.container.full-page-container {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .reg-form-data {
        padding: 10px;
    }

    input#fld_20367 {
        width: 100%;
    }
}

.banner-btn a.btn.btn-orange {
    position: absolute;
    bottom: 21%;
    left: 45.3%;
    padding: 0;
    width: 10.6%;
  background:transparent !important;
    height: 5.7%;
}

@media screen and (max-width: 767px){
.banner-btn a.btn.btn-orange {
    min-width: auto;
    margin: 0;
}
}


@media(max-width:480px){
  .faq .faq-item p a {
    word-wrap: break-word;
}
}


section.simple-section.employer-choice {
    padding: 0;
}
section.simple-section.employer-choice .container-fluid {
    padding: 0;
}
.wa-options h4 {
    text-align: left;padding-right: 14px;
}
.talks-page section#agenda {
    background: #fff;
}
.talks-page .sap-style-agenda .agenda-item{min-height:auto;}
.talks-page .title span {
    /*margin: 10px 0 !important;*/
    display: block;
}
.talks-page .sap-style-agenda .agenda-item p {
    margin: 10px 0;
}
.talks-page span.session span {
    display: inline-block;
    color: #000;
}
.employer-choice{display:none;}
section#agenda {
    border-top: 1px solid #F96302;
}