body {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
html {
  width: 100%;
  height: 100%;
}
.main_banner_sec {
  position: relative;
  height: 480px;
}
.mb_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.mbc_info {
  display: flex;
  height: 480px;
}
.mbc_info_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.mbc_info_inner img {
  width: 150px;
}
.mbc_info_inner h1 {
  color: #FFF;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: calc(2.3rem + 1.0vw);
  font-weight: 800;
  line-height: 70px;
}
.mbc_info_inner h4 {
  color: #FFF;
  margin-bottom: 16px;
}
.mbc_info_inner ul.venue {
  margin: 0 0 32px 0;
  padding: 0;
  list-style-type: none;
}
.mbc_info_inner ul.venue li {
  display: flex;
  align-items: center;
}
.mbc_info_inner ul.venue li h6 {
  color: rgba(255, 255, 255, 1);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
}
.mbc_info_inner ul.venue li h6 img {
  width: 20px;
  height: 20px;
}
.mbc_info_inner ul.venue li span {
  display: block;
  width: 1px;
  height: 23px;
  background: #FFF;
  margin: 0 22px;
}
.mbc_info_inner h5 {
  color: #FFF;
  margin-bottom: 14px;
}
.qr_scan {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(12, 48, 61, 0.80) 100%);
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 40%;
}
.qrs_img img {
  width: 85px;
}
.qrs_info h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}
.home_sticky_btn {
  background: #F7F9FB;
}
.home_sticky_btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 32px 0;
  padding: 0;
  list-style-type: none;
}
.home_sticky_btn ul li a {
  padding: 10px 24px;
  background: #EDEDED;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.home_sticky_btn ul li a:hover, .home_sticky_btn ul li a:focus, .home_sticky_btn ul li a.active {
  background: #E45F3A;
  color: #FFF;
  text-decoration: none;
}
.sticky_top.sticky_panel {
  position: fixed;
  overflow: visible;
  max-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.event_overview_sec {
  padding: 80px 0;
}
.event_overview_sec h2 {
  color: #333;
  text-align: center;
  font-size: calc(2rem + 0.9vw);
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.event_overview_sec p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.2px;
}
.event_overview_sec ul {
  margin: 32px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.event_overview_sec ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  padding-left: 38px;
  position: relative;
}
.event_overview_sec ul li::before {
  content: "";
  position: relative;
  top: 26px;
  left: -38px;
  background: url("../images/icon-select.svg") no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.who_attending_sec {
  padding: 80px 0;
  background-image: linear-gradient(0deg, rgba(34, 100, 131, 0.82) 0%, rgba(34, 100, 131, 0.82) 100%), url("../images/wa-sec-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.who_attending_sec h2 {
  color: #FFF;
  font-size: calc(2rem + 0.9vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.who_attending_sec p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 128%;
  margin-bottom: 16px;
}
.who_attending_sec ul {
  margin: 0 0 0 16px;
  padding: 0;
}
.who_attending_sec ul li {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 128%;
  margin-bottom: 8px;
}
.agenda_sec {
  padding: 80px 0;
}
.agenda_sec h2 {
  color: #333;
  text-align: center;
  font-size: calc(2rem + 0.9vw);
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.agenda_info_sec {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  margin-top: 40px;
  padding: 10px 30px 70px 30px;
  background: url("../images/agenda-sec-bg-img.png") no-repeat bottom center;
  background-size: cover;
}
.agenda_info_sec .nav-tabs {
  border-bottom: 1px solid #C9C9C9;
}
.agenda_info_sec .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.agenda_info_sec .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  color: rgba(51, 51, 51, 0.6);
  font-size: 20px;
  font-weight: 400;
}
.agenda_info_sec .nav-tabs li {
  padding: 0 40px 0 0;
}
/* .agenda_info_sec .nav-tabs li:first-child {
  padding-left: 0;
} */
.agenda_info_sec .nav-tabs > li > a:hover {
  border-color: transparent;
  color: #E45F3A;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #E45F3A;
}
.agenda_info_sec .nav-tabs > li.active > a, .agenda_info_sec .nav-tabs > li.active > a:hover, .agenda_info_sec .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
  color: #E45F3A;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #E45F3A;
}
.agenda_info_sec .nav > li > a:focus, .agenda_info_sec .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.agenda_info_sec .nav > li > a {
  padding: 10px 0;
}
@media (min-width: 991px) {
  .agenda_info_sec .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.agenda-container {
  margin-top: 30px;
}
.agenda-title {
  color: #333;
  font-size: 34px;
  font-weight: 300;
  line-height: normal;
  margin: 30px 0;
}
.timeline {
  list-style: none;
  position: relative;
  padding: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #2893AA;
  border-radius: 2px;
}
.timeline-item {
  position: relative;
  padding: 0 0 32px 90px;
  margin-bottom: 0;
}
.timeline-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/* Dot on the line */
.timeline-item::before {
  content: "";
  position: absolute;
  left: 54.5px;
  top: 10px;
  width: 14px;
  height: 14px;
  background: #009CA6;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  z-index: 1;
}
.time-badge {
  position: absolute;
  left: 12px;
  top: 0;
  display: inline-block;
  background: #2893AA;
  color: #F1F7FA;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 8px 15px;
  border-radius: 25px;
  white-space: nowrap;
  z-index: 2;
  width: 110px;
}
.time-badge.badge-accent {
  background: #C74E10;
}
.timeline-content {
  padding-top: 0;
  padding-left: 58px;
}
.event-title {
  color: #144F61;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
  margin-bottom: 10px;
}
.event-meta {
  font-size: 0.82rem;
  color: #718096;
  margin-bottom: 10px;
}
.event-meta a {
  font-size: 0.82rem;
  margin-right: 4px;
}
.event-meta .separator {
  margin: 0 8px;
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}
.optional-text {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.event-description {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 166.4%; /* 33.28px */
  margin-bottom: 16px;
}
.read-more {
  font-weight: 600;
  color: #00656D;
}
.speakers-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin-top: 30px;
}
.speaker-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1 1 220px;
  max-width: 280px;
}
.speaker-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  /* border: 2px solid #E2E8F0; */
}
.speaker-info {
  min-width: 0;
}
.speaker-name {
  display: block;
  color: #144F61;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
  margin-bottom: 2px;
}
.speaker-name.text-teal {
  color: #00656D;
}
.speaker-title {
  color: #757575;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.tc_one {
  padding-bottom: 20px;
  border-bottom: 2px solid #BDBDBD;
  padding-left: 0;
  margin-left: 58px;
}
.side_event_sec {
  background: #4F86A5;
  padding: 80px 0;
}
.side_event_sec h2 {
  color: #FFF;
  text-align: center;
  font-size: calc(2rem + 0.9vw);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
.side_event_box_sec {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.side_event_box {
  background: #FFF;
  width: 31%;
}
.seb_img {
  height: 220px;
  overflow: hidden;
}
.seb_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.seb_info {
  padding: 40px 30px 30px 30px;
}
.seb_info h6 {
  color: #002345;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.56px;
  text-transform: uppercase;
}
.seb_info h3 {
  color: #002345;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
}
.seb_info p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.seb_info p a {
  color: #0071BC;
}
.btn_download {
  display: inline-flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #0071BC;
  background: #FFF;
  text-decoration: none;
  margin-top: 16px;
}
.btn_download span {
  color: #0071BC;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn_download:hover {
  text-decoration: none;
  background: #eefafd;
}
.highlight_sec {
  padding: 80px 0;
}
.highlight_sec h2 {
  color: #333;
  text-align: center;
  font-size: calc(2rem + 0.9vw);
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.highlight_tabs_sec .nav-tabs {
  border-bottom: 1px solid transparent;
}
.highlight_tabs_sec .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.highlight_tabs_sec .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  color: rgba(51, 51, 51, 0.6);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.highlight_tabs_sec .nav-tabs li {
  padding: 0 20px;
}
.highlight_tabs_sec .nav-tabs li:first-child {
  padding-left: 0;
}
.highlight_tabs_sec .nav-tabs > li > a:hover {
  border-color: transparent;
  color: #E45F3A;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #E45F3A;
}
.highlight_tabs_sec .nav-tabs > li.active > a, .highlight_tabs_sec .nav-tabs > li.active > a:hover, .highlight_tabs_sec .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
  color: #E45F3A;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #E45F3A;
}
.highlight_tabs_sec .nav > li > a:focus, .highlight_tabs_sec .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.highlight_tabs_sec .nav > li > a {
  padding: 10px 0;
}
.video_slider, .photo_slider {
  margin: 40px 0;
  padding-bottom: 42px;
}
.sb_video {
  position: relative;
  overflow: hidden;
  height: 200px;
  border-radius: 6px 6px 0 0;
}
.sb_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none !important;
  outline: none !important;
}
.play_btn:hover, .play_btn:focus {
  text-decoration: none !important;
  outline: none !important;
  opacity: 0.8;
}
.sb_info h5 {
  color: rgba(51, 51, 51, 0.87);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sb_info p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video_slider.slick-initialized .slick-slide {
  padding: 0 8px;
}
.video_slider .slick-arrow {
  position: absolute;
  bottom: 9px;
  z-index: 10;
  font-size: 0;
  border: none;
  width: 12px;
  height: 12px;
  outline: none;
  box-shadow: none;
}
.video_slider .slick-arrow.slick-prev {
  right: 32px;
  bottom: 9px;
  background: url("../images/ri-slider-arrow-left.svg") 0 0 / 100% no-repeat;
  width: 12px;
  height: 12px;
  padding: 12px;
  margin-right: 0;
}
.video_slider .slick-arrow.slick-next {
  right: 0;
  bottom: 9px;
  background: url("../images/ri-slider-arrow-right.svg") 0 0 / 100% no-repeat;
  width: 12px;
  height: 12px;
  padding: 12px;
}
.video_slider .slick-arrow.slick-prev:hover, .video_slider .slick-arrow.slick-prev:focus, .video_slider .slick-arrow.slick-prev:active, .video_slider .slick-arrow.slick-prev.active {
  right: 32px;
  bottom: 9px;
  background: url("../images/ri-slider-arrow-left-h.svg") 0 0 / 100% no-repeat;
  width: 12px;
  height: 12px;
  padding: 12px;
  margin-right: 0;
}
.video_slider .slick-arrow.slick-next:hover, .video_slider .slick-arrow.slick-next:focus, .video_slider .slick-arrow.slick-next:active, .video_slider .slick-arrow.slick-next.active {
  right: 0;
  bottom: 9px;
  background: url("../images/ri-slider-arrow-right-h.svg") 0 0 / 100% no-repeat;
  width: 12px;
  height: 12px;
  padding: 12px;
}
.video_modal .modal-body {
  padding: 0;
}
.video_modal .modal-body button.close {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 999;
  color: #FFF;
  opacity: 0.8;
}
.more_text {
  display: none;
}
span.more_btn {
  cursor: pointer;
  color: #0B4DD1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
}
span.more_btn::after {
  content: "";
  background: url("../images/more-arrow.svg") no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: 4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: .4s all;
}
span.more_btn.show_more::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.partner_sec {
  background: #4F86A5;
  padding: 80px 0;
}
.partner_sec h2 {
  color: #FFF;
  text-align: center;
  font-size: calc(2rem + 0.9vw);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
.partner_logo_sec {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.partner_logo_sec img {
  width: 200px;
}
/* //////// MEDIA QURIES //////// */
@media (min-width: 1900px) {}
@media (min-width: 1400px) {
  .mbc_info_inner h1 {
    font-size: 50px;
  }
  .event_overview_sec h2, .who_attending_sec h2, .agenda_sec h2, .side_event_sec h2, .highlight_sec h2, .partner_sec h2 {
    font-size: 40px;
  }
  .event_overview_sec p, .event_overview_sec ul li, .who_attending_sec p, .who_attending_sec ul li {
    font-size: 20px;
    line-height: 160%;
  }
}
@media (min-width: 1280px) {}
@media (min-width: 992px) {}
@media (min-width: 1024px) and (max-device-width : 1180px) {}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
@media only screen and (min-device-width : 820px) and (max-device-width : 1180px) and (orientation : landscape) {}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {}
@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation : landscape) {}
/* //////// MOBILE VIEW //////// */
@media (max-width: 991px) {
  .nav-tabs-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nav-tabs-scroll .nav-item {
    flex-shrink: 0;
    display: inline-block;
  }
  .agenda_info_sec .nav-tabs, .highlight_tabs_sec .nav-tabs {
    display: flex;
  }
  .side_event_box_sec {
    flex-direction: column;
  }
  .side_event_box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home_sticky_btn ul {
    justify-content: flex-start !important;
  }
  .agenda-container {
    padding: 0 16px;
    margin: 24px auto;
  }
  .timeline::before {
    left: 50px;
  }
  .timeline-item {
    padding-left: 76px;
  }
  .timeline-item::before {
    left: 44.5px;
  }
  .time-badge {
    font-size: 0.66rem;
    padding: 4px 10px;
  }
  .speakers-list {
    gap: 16px;
  }
  .speaker-card {
    flex: 1 1 45%;
    max-width: 100%;
  }
  .timeline::before {
    left: 12px;
  }
  .timeline-item {
    padding-left: 32px;
    padding-bottom: 24px;
  }
  .timeline-item::before {
    left: 6.5px;
    top: 8px;
  }
  .time-badge {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .event-title {
    font-size: 18px;
  }
  .event-description {
    font-size: 16px;
  }
  .speakers-list {
    flex-direction: column;
    gap: 14px;
  }
  .speaker-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .speaker-photo {
    width: 40px;
    height: 40px;
  }
  .speaker-name {
    font-size: 18px;
    line-height: normal;
  }
  .timeline-content {
    padding-left: 6px;
  }
  .agenda-container {
    padding: 0;
  }
  .tc_one {
    margin-left: 0;
  }
}
@media all and (max-width: 600px) {
  .main_banner_sec {
    height: 600px;
  }
  .mbc_info {
    height: 600px;
  }
  .mbc_info_inner h1 {
    font-size: 36px;
  }
  .qr_scan {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}