@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
label.required::after {
    content: " *";
    color: red;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.logo-left-en {
    text-align: left !important;
}

.logo-left-en img {}



.navbar-default .navbar-toggle {
    position: absolute;
    top: -76px;
    right: 0px;
}

.header-content {
    background-color: #FFF;
    padding: 20px 0 0 0;
}

.navbar-header {
    position: absolute;
    top: -66px;
    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;
    text-transform: uppercase;
    color: #000;
}


.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #C4203B;
}

.navbar-default .navbar-nav>li.active a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline;
}

.navbar-default .navbar-nav>li>a.btn-yellow {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a.btn-yellow:hover,
.navbar-default .navbar-nav>li>a.btn-yellow:focus {
    background-color: #383278;
    color: #FFF;
    text-decoration: none;
}


.banner-content {
    text-align: center;
    background-color: #FFF;

}

.banner-content h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    color: #C4203B;
}

.banner-content h4 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 30px;
}

.banner-content p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.button {
    margin: 20px 0;
    text-align: center;
}

.button .btn-yellow {
    padding: 16px 40px;
    font-size: 24px;
    font-weight: 600;
    margin: 0 10px;
}


.simple-section {
    padding: 60px 0;
}

.simple-section p {
    font-size: 20px;
    font-weight: normal;
}

.reg-free {
    background: rgb(153,223,73);
    background: linear-gradient(180deg, rgba(153,223,73,1) 0%, rgba(108,167,41,1) 100%);
    color: #FFF;
}
.questions {
    font-size: 22px;
}

.success {
    background-color: #383278;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    margin-top: 30px;
    font-size: 34px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    max-width: 94%;
    margin-left: auto;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 91px;
    border-color: transparent transparent #383278 transparent;
    position: absolute;
    left: -91px;
    top: 0px;
}

.btn-yellow {
    background-color: #383278;
    color: #FFF;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #C4203B;
    color: #FFF;
}

.bg-gray {
    background-color: #f1f1f1;
}

.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-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 {
    display: flex;
    align-items: center;
}

.icon-box .info {
    padding-left: 10px;
}

.icon-box .info h4 {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.icon-box .info p {
    font-size: 15px;
    margin: 0;
}

.d-block {
    display: block;
}

.section-title {
    color: #003349;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}

.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%;
}

.buttons {
    text-align: center;
}

.buttons .btn {
    padding: 16px 26px;
    font-size: 18px;
}

.faq {
    background-color: #FFF;
    padding-bottom: 100px;
    position: relative;

}

.faq .panel {
    background: rgba(0, 0, 0, .04);
    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: 18px;
    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: 18px !important;
    line-height: 28px !important;
    color: #666 !important;
}

.faq h3 {
    margin-bottom: 25px;
}

footer {
    border-top-color: #C4203B;
    background: #FFF;
    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;
}

footer a:hover {
    color: #FFF;
}

footer .footer-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

footer .footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFF;
    background-color: #1DA2DC;
    margin-right: 10px;
}

footer .footer-social li a:hover {
    text-decoration: none;
    background-color: #383278;
    color: #FFF;
}

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;
}

.v-logo {
    text-align: right;
}

.copyright {
    text-align: center;
    margin-top: 80px;
}

.modal-header {
    background-color: #C4203B;
}

.btn-darkgrey {
    color: #FFF;
    background-color: #383278;
}

.btn-darkgrey:hover,
.btn-darkgrey:focus {
    background-color: #1DA2DC;
    color: #FFF;
}

@media screen and (max-width: 767px) {

    .success {
        max-width: 100%;
        font-size: 24px;
    }
    .success::before {
        display: none;
    }

    .xs-center {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .icon-box {
        margin-bottom: 20px;
    }

    /* 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;
    }

    /* nav responsive */


    nav.navbar.navbar-default {
        background-color: #FFF;

    }

    .logo-left-en img {
        width: 200px;
    }

    .banner-content .button .btn-yellow {
        margin-bottom: 12px;
        min-width: 280px;
    }

    .banner-content p {
        font-size: 19px;
    }

    .navbar-toggle i {
        color: #383278;
    }

    .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-bottom: 10px;
    }

    .main_top_area {
        min-height: auto;
        padding-bottom: 60px;
        padding-top: 100px;
    }



    .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-social {
        margin-bottom: 50px;
    }

    .agenda-section .agenda-rows .agenda-row {
        flex-wrap: wrap;
    }

    .agenda-section .agenda-rows .agenda-row .time {
        border-right: none;
        flex-basis: 100%;
        text-align: left;
        padding: 20px 41px;
    }

    .agenda-section .agenda-rows .agenda-row .description {
        flex-basis: 100%;
        padding: 14px 20px;
    }

    .faqs-dd .icon {
        font-size: 10rem;
    }
}

.navbar-nav {
    display: inline-block !important;
    flex-direction: none !important;
}

/*# sourceMappingURL=main.css.map */


.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;
}

/* start of sap style agenda */

.sap-style-agenda {
    padding: 40px 5px;
}


.sap-style-agenda>h1 {
    font-size: 40px;
    font-weight: 700;
    color: #2c2c2c;
}

.sap-style-agenda .agenda-date {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 12px;
}

.sap-style-agenda .agenda-item {
    display: flex;
    margin-bottom: 35px;
}

.sap-style-agenda .agenda-item .time {
    flex-basis: 8%;
    border-right: 6px solid #325C77;
    font-size: 16px;
    font-weight: 600;
    padding-top: 14px;
}

.sap-style-agenda .agenda-item .agenda-body {
    flex-basis: 92%;
    padding-left: 30px;
}

.sap-style-agenda .agenda-item .agenda-body .title {
    background: #069EDB;
    background: linear-gradient(70deg, #069EDB 0%, #325C77 100%);
    padding: 14px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

.sap-style-agenda .agenda-item .agenda-body p {
    margin-top: 10px;
}

.sap-style-agenda .agenda-item .agenda-body .title a {
    color: #FFF;
}

.sap-style-agenda .agenda-item .agenda-body .title .session-detail {
    display: none;
}

.sap-style-agenda .agenda-item .agenda-body .speaker {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.sap-style-agenda .agenda-item .agenda-body .speaker .photo img {
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.sap-style-agenda .agenda-item .agenda-body .speaker .info {
    padding-left: 8px;
}

.sap-style-agenda .agenda-item .agenda-body .speaker .info h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.sap-style-agenda .agenda-item .agenda-body .speaker .info p {
    margin: 0;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

.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: #2CB8DD;
    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;
}




.video-modal .modal-body {
    padding: 0;
}

.video-modal .modal-header {
    background: transparent;
    border: none;
    padding: 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
}

.video-modal .modal-header button {
    color: #86288f;
    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;
}

.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: #4C4C4C 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: #4C4C4C !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;
    font-weight: bold;
    background-color: #FAFAFA;
}

@media screen and (max-width: 767px) {
    .sap-style-agenda .agenda-item {
        display: block;
    }

    .sap-style-agenda .agenda-item .time {
        border-right: none;
    }

    .sap-style-agenda .agenda-item .agenda-body {
        padding-left: 0;
        margin-top: 20px;
    }

    .sap-style-agenda .agenda-date {
        font-size: 16px;
    }
}

/* end of sap style agenda */

.page-heading {
    display: none;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 992px) {
    .modal-xl {
        width: 1200px;
    }
}