/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
 */
 @import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

label.required::after {
    content: " *";
    color: red;
}

#login-footer .col-sm-8 {
  position: absolute;
}

.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.row.row-content {
    padding: 0;
}

.page-heading {
    display: none;
}

body {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 15px;
}



.logo-left-en {
    text-align: left !important;

}

.side-icons {
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 990;
    display: flex;
    flex-direction: column;
}

.side-icons a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
.side-icons .facebook {
    background: #3B5998;
    color: white;
}
.side-icons .twitter {
    background: #000;
    color: white;
}

.side-icons .youtube {
    background-color: #FE0000;
    color: #FFF;
}

.side-icons .linkedin {
    background-color: #007BB5;
}

.side-icons .instagram {
     background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.logo-left-en img {
    max-width: 270px;
}

.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 14px 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%);
}


.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: #f5930a;
}


.hero .hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -200px;
    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: #fff;
    font-weight: 500;
    font-size: 48px;
    margin: 0;
    margin-top: 260px;
    font-family: "Oswald", sans-serif;
}

.hero .hero-content .date-time p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
}

.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: start;
}

#clockdiv>div {
    padding: 8px;
    border-radius: 3px;
    background-color: #f5930a;
    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: #0a5796;
    border: none;
    padding: 6px 12px;
}


.navbar-default .navbar-nav>li.active>a {
    color: #f5930a !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: #0a5796;
}

.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: 16px;
    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: #f5930a !important;
    border-radius: 4px;
    color: #FFF;
    padding: 12px 40px;
    font-size: 16px;
}
.btn-orange {
    background-color: #f5930a !important;
    border-radius: 4px;
    color: #FFF;
    padding: 12px 40px;
    font-size: 16px;

}

.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: 290px;
}


.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: #707070;
}

.about-section {
    background-color: rgba(0, 0, 0, .2);
    background-image: url(https://vepimg.b8cdn.com/uploads/vjfnew/6551/content/files/1641816066dsc-9078-grayscale-jpg1641816066.jpg);
    background-size: cover;

}

.about-section p {
    color: rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 20px;
}

.about-section p strong {
    color: #FAD50C;
}

.list-white li {
    color: #FFF;
    margin-bottom: 12px;
}

.cta-green {
    background-color: #4BBC82;
    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;
    position: relative;
    font-family: "Oswald", sans-serif;
}


.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 {
    color: #f5930a;
}

.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: #f5930a;
    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;
}



footer {
    border-top-color: #333 !important;
    background: #333;
    padding: 40px 0 0 0;
    color: #FFF;
}

footer a {
    color: rgba(255, 255, 255, 0.7);
}

footer a:hover {
    color: #FFF !important;
    text-decoration: none;
}

footer .contacts {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .contacts li {
    margin-bottom: 20px;
}

footer .copyrights {
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
    margin-top: 20px;
    background-color: #202020;
    padding: 16px 0;

}


footer .copyrights p {
    margin: 0;
}

footer .copyrights strong {
    color: #FFF;
}

footer .footer-title {
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}

footer .footer-logos {
    display: flex;
    align-items: center;
}

footer .footer-logos .logo1 {
    max-width: 110px;
    margin-right: 20px;
}

footer .footer-logos .logo2 {
    max-width: 200px;
}

footer .footer-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

footer .footer-social li {
    margin: 10px;
}

footer .footer-social li a {

    width: 40px;
    height: 40px;
    border-radius: 3px;
    color: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #FAD50C;
    font-size: 30px;
}

footer .footer-social li a i {}

footer .footer-social li a:hover {
    text-decoration: none;
    background-color: #f5930a;
}


.footer-widget {
   
    border-left: 1px solid rgba(255, 255, 255, .6);
    padding: 0 30px 0 60px;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-widget ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer-widget ul li p {
    margin: 0 0 0 6px;
}

.footer-widget ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:  1px solid rgba(255, 255, 255, .2);

}

footer .cta {
    text-align: center;
}

footer .cta p {
    font-size: 24px;
    max-width: 600px;
    margin: auto;
}

footer .cta i {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.6);
}

footer .cta h4 {
    font-size: 28px;
}

footer .cta a {
    color: #FFF;
    font-size: 20px;
}

.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: #FAD50C;
}

.why-attend .clock>img {
    width: 120px;
}


.wa-options {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.wa-item {
    background-color: #313131;
    padding: 10px;
    border-radius: 6px;
    flex-basis: 20%;
    margin: 12px;
    text-align: center;
}

.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: 8px 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;

}

.sap-style-agenda .agenda-item:before {
    content: '';
    display: block;
    width: 18px;
    height: 16px;
    border-radius: 1px;
    background-color: #f5930a;
    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: #f5930a;
}


.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: #f5930a;
}

.btn-darkgrey {
    background: #272727 !important;
    color: #FFF !important;
}

.btn-darkgrey:hover {
    background: #f5930a;
    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;
}
.hero .hero-content .date-time .title {
    display: none;
}
/* end of sap style agenda */
@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .hero .hero-content .date-time .title {
        display: block;
        text-align: center;
    }
    #clockdiv{
        justify-content: center !important;
    }
	#login-footer .col-sm-8 {
  position: relative;
}
    .wa-options {
        display: block;
    }

    .wa-item {
        margin-bottom: 12px
    }

    .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 {
        width: 253px;
    }

    .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: #f5930a;
    }

    .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 {
        display: none;
    }
    .hero .hero-content .banner-img img{
        display: none;
    }
    .hero .hero-content .date-time h3{
        margin-top: 0 !important;
    }
    .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%;
    }
}
.visble-none {
    visibility: hidden;
}
.hero .hero-content .container {
    width: 100% ;
    max-width: 93vw !important;
}
a.btn-modal-registration.btn.btn-darkgrey.flt-left {
    display: none;
}