@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');
label.required::after {
  content: " *";
  color: red;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}


.about-section p {
    text-align: justify;
}

.about-section ul li {
    text-align: justify;
}
.logo-item {
    text-align: center;
}
.logos-row img {
    max-width: 220px;
}

.logo-left-en {
  text-align: left !important;
}
.logo-left-en img {
    max-width: 110px;
}



.navbar-default .navbar-toggle {
  position: absolute;
  top: -76px;
  right: 0px;
}

.header-content {
 background-color: #FFF;
  padding: 20px 0 10px 0;
}

nav.navbar.navbar-default {
    margin-top: 33px;
}

.navbar-header {
  position: absolute;
  top: -92px;
  right: 6px;
  z-index: 5;
}
.navbar-header i {
  font-size: 40px;
}


.top-right-section .navbar-collapse .navbar-nav {
  float: right;
}

h1 .welsh {
    font-size: 32px;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #4C4C4C;
  padding: 10px 26px;
  
}

.navbar-default .navbar-nav > li > a span {
  display: block;
  font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
}

.navbar-default .navbar-nav > li > a.btn-yellow:hover,
.navbar-default .navbar-nav > li > a.btn-yellow:focus {
  background-color: #009EE3 !important;
  color: #FFF;
}


.banner-content {
  text-align: center;
  color: #222;
  background-color: #efefef;
  padding: 50px 0;
}
.banner-content > h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 0;
  color: #009EE3;
}

.banner-content > h4 {
  font-size: 30px;
  margin: 0;
}
.banner-content > h2 strong {
  color: #fdaf17;
}
.banner-content p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

.banner-content .button {
  margin: 40px 0;
}
.banner-content .button .btn-yellow {
  padding: 16px 40px;
  font-size: 24px;
  font-weight: 600;
  margin:  0 10px;
}


.list-icon {
  list-style-type: none;
}

.list-icon li {
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
}

.list-icon li:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f560";
  font-size: 16px;
  color: #009EE3;
  position: absolute;
  left: -25px;
  top: 2px;
}

.simple-section {
  padding: 60px 0;
}
.simple-section p {
  font-size: 20px;
  font-weight: normal;
}

.about-section h4 {
  font-weight: bold;
  margin-top: 30px;
}
.btn-yellow {
  background-color: #009EE3;
  color: #FFF !important;
}

.btn-gradient {
  background: linear-gradient(41.01deg, #F2662E 13.44%, #EF4177 86.54%);
  border-radius: 30px;
  color: #FFF;
  padding: 12px 40px;
  font-size: 16px;
}



.section-title {
  text-align: center;
  color: #009EE3;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 50px;
}
.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%;
}

.faq-logo {
  position: absolute;
  right: 17px;
    top: -41px;
    width: 120px;
}

.faq {
  margin-top: 20px;
  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-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;
}


footer {
  border-top: none !important;
  background: #009EE3;
  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 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: #009EE3;
}

.btn-darkgrey {
  color: #FFF;
  background-color: #222;
}

.btn-darkgrey:hover,
.btn-darkgrey:focus {
  background-color: #000;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  nav.navbar.navbar-default {
    background-color: #FFF;
   
  }

  .banner-content .button .btn-yellow {
    margin-bottom: 12px;
    min-width: 280px;
  }
  .navbar-toggle i {
    color: #009EE3;
  }

  .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: 10px;
    padding-bottom: 10px;
  }

  .main_top_area {
    min-height: auto;
    padding-bottom: 60px;
    padding-top: 100px;
  }

  .navbar-default .navbar-nav {
    float: none;
    width: 100%;
    text-align: center;
  }

  .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: 23%;
  border-right: 6px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 600;
  padding-top: 14px;
}
.sap-style-agenda .agenda-item .agenda-body {
  flex-basis: 77%;
  padding-left: 30px;
}
.sap-style-agenda .agenda-item .agenda-body .title {
  background: #009EE3;
  padding: 14px 10px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.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;
}


.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;
}
