.nm,
.nmpr,
.pr-content h2,
.subject-outer h4,
.text-primary {
  color: #007ac2 !important;
}
.wrap-programme .container {
  max-width: 1526px;
}

#content {
  margin-left: 0;
}

#options .topic-block {
  width: 100%;
  margin: 0 0 25px;
}

#options .option-combo ul {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0;
}

#options .topic-block li a {
  padding: 7px 29px;
  border: 0;
  border-radius: 3px;
  color: #00305A;
  background: 0 0;
  box-shadow: inherit;
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 17px;
  font-weight: bold;
}

#options .topic-block li a.selected {
  color: #fff;
  background-color: #00305A;
}

#options .topic-block li {
  display: inline-block;
  margin: 0 5px 5px 0;
  list-style: none;
  @media (max-width: 767px) {
    width: 100%;
    text-align: center;
  }
}

#options .topic-block li a:hover {
  color: #fff;
  background-color: #00305A;
}

#options li a {
  display: inline-block;
}

#options {
  padding-bottom: 0;
}

.filter .slick-disabled {
  display: none !important;
}

.date-filter-block {
    padding: 20px 50px;
  
}
.date-filter-block .filter-block-logo {
    display: none;
  }
#options .date-filter-block ul li {
  padding: 0 30px 0 0;
  margin-bottom: 0;
  outline: 0 !important;
  list-style: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

#options .date-filter-block ul li a {
  width: auto;
  min-height: 48px;
  line-height: 34px;
  padding: 6px 11px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background-color: transparent;
  background-image: inherit;
  box-shadow: inherit;
  transition: all 0.4s ease;
  font-size: 18px;
 
}

#options .date-filter-block ul li a .b-filter {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

#options .date-filter-block ul li a.selected {
  color: rgba(255, 255, 255, 0.8);
  background-color: #00305A;
}

#options .date-filter-block ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: #00305A;
}

#options .date-filter-block ul li a.selected .b-filter {
  color: #fff;
}

.date-filter-block .slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  outline: 0 !important;
  background: 0 0;
  cursor: pointer;
  transition: all 0.4s ease;
  transform: translateY(-50%);
  font-size: 0;
}

.date-filter-block .slick-arrow:hover {
  opacity: 0.8;
}

.date-filter-block .slick-next {
  right: -25px;
  background: url(/media/8941/arrow_right-white.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.date-filter-block .slick-prev {
  left: -30px;
  background: url(/media/8942/arrow_left-white.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.shedule-outer {
  height: 100% !important;
  padding: 0 !important;
  margin: 0;
  margin-bottom: 0 !important;
  border: 0 !important;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subject-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 65px 0 231px;
  padding-right: 0;
  @media (max-width: 991px) {
    padding-left: 0px;
  }
}

.time-shedule {
  position: absolute !important;
  left: 0;
  width: 225px !important;
  padding: 23px 23px 0 23px !important;
  margin-bottom: 0 !important;
  background-color: rgba(0, 48, 90, 0.83);
}

.filter-shape {
  position: relative !important;
  flex-basis: 25%;
  flex-grow: 1;
  padding: 7px 7px 0;
  margin-bottom: 7px;
  transform: inherit !important;
  @media (max-width: 1199px) {
    flex-basis: 50%;
  }
  @media (max-width: 992px) {
    flex-basis: 100%;
  }
}

.isotope-hidden {
  display: none !important;
}

.time-shedule ul li {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  .alarm-time {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
        background: url(../images/alarm-white.png) no-repeat;
    background-position: center center;
    vertical-align: middle;
  }
}

.time-shedule ul {
  width: 100%;
  margin: 0;
}

.time-shedule ul li img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}

.subject-block {
  height: 100%;
  padding: 15px 15px 0;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


.subject-outer  a {
    cursor: pointer;
  }
 .subject-outer h4 {
    margin-bottom: 0;
    color: #00305A;
    transition: all 0.4s ease;
    font-size: 18px;
    font-weight: 700;
  }


.subject-outer h4:hover {
  color: #00305A;
}

.tag {
  margin: 12px 0 12px;
}

.sub-tag {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 73px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #e5e5e5;
  font-size: 12px;
  font-weight: 700;
}
.pr-tg {
  margin-bottom: 13px;
}
.subject-outer p {
  line-height: 21px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.sub-loc {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  padding: 4px 15px 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sub-loc ul {
  display: block;
  padding: 0px;
  margin: 0;
}

.sub-loc ul li {
  display: inline-flex;
  align-items: center;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.sub-loc ul li img {
  display: inline-block;
  margin-right: 9px;
  vertical-align: text-bottom;
}

.sub-speaker {
  padding: 10px 0 0;
}

.sub-speaker h5 {
  margin-bottom: 16px;
  color: #00305A;
  font-size: 20px;
  font-weight: 700;
}

.sub-speaker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.sub-sp-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 15px;
	width: 100%;
}

.sub-sp-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: transparent;
  transition: all 0.4s ease;
}

.sp-img {
  display: inline-block;
  width: 37px;
}
.sp-img img {
  display: block;
  width: 37px;
  height: 37px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.4s ease;
  object-fit: cover;
}
.sp-text {
  display: inline-block;
  width: calc(100% - 37px);
  padding-left: 10px;
}

.nm {
  color: #00305A;
  transition: all 0.4s ease;
  font-size: 16px;
  font-weight: 700;
}

span.des {
  margin: 4px 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
}

.sp-text span {
  display: block;
}

.sub-sp-block a:hover img {
  border-color: #00305A;
}

.sub-sp-block a:hover .sp-text span.nm {
  color: #00305A;
}

.cm {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 700;
}
.sub-sp-block .cm,
.sub-sp-block span.des {
  line-height: 19px;
  font-size: 15px;
}
.sub-sp-block span.des {
  color: rgba(0, 0, 0, 0.85);
}

ul.filter-slider {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 200px);
  padding-left: 20px;
}
.date-filter-block {
  background-color: #00305A;
    background-image: linear-gradient(91deg, rgba(86, 138, 187, 1) 0%, rgb(21 70 114) 53%);
}
.tc-agenda-day-active {
  background-color: #00305A !important;
}

.subject-list .time-shedule {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  height: 100%;
  min-height: 48px;
  text-align: center;
  @media (max-width: 991px) {
    position: static !important;
    width: 100% !important;
    height: auto;
    min-height: auto;
    padding: 23px 23px 23px 23px !important;
  }
}
.subject-list-fullwidth .subject-block {
  background: #00305A;
  box-shadow:none;
}
.subject-list.subject-list-fullwidth .filter-shape {
  width: 100%;
}

.subject-list-fullwidth {
  background: #00305A;
  .time-shedule {
    background: #00305A !important;
  }
}
.subject-list-fullwidth .subject-block h4 {
  color: #fff !important;
  @media (max-width: 991px) {
    text-align: center;
  }
}

.row.sponser-row .despr {
  margin-bottom: 20px;
  font-size: 18px;
}
.sp-textpr span {
  display: block;
}
.despr {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.description-wrap {
  /* white-space: nowrap; */
  display: -webkit-box;
  overflow: hidden;
  overflow: hidden;
  padding-bottom: 0px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pop-up-overlay {
  position: fixed;
  z-index: 99999999;
  top: 0px;
  left: 0;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 6, 6, 0.7) !important;
}
.pop-up-overlay.active {
  display: flex;
}
.exhibit-list-popup {
  position: relative;
  overflow: auto;
  width: 100%;
  max-width: 1200px;
  min-height: 600px;
  max-height: 600px;
  background: #fff;
}
.exhibit-list-popup h2{
    font-size: 2rem;
    font-weight: 700;
}
span.close-btn {
  position: absolute;
    top: 25px;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: url(../images/grayclose.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.pr-outer {
  padding: 60px 166px 25px;
  @media (max-width: 767px) {
    padding-right: 36px;
    padding-left: 36px;
  }
}
.pr-calender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.pr-date {
  margin-right: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.pr-bold {
  font-size: 24px;
  font-weight: 700;
}
.pop-up-overlay .pr-add-cal {
  margin-left: 0;
}
.yellow-bttn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #00305A;
  border-radius: 6px;
  color: #fff;
  background-color: #00305A;
  transition: all 0.4s ease;
  font-size: 17px;
  font-weight: 700;
}
.yellow-bttn:hover{
  color: #fff;
}
.pr-sp {
  padding: 28px 166px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  @media (max-width: 991px) {
    padding-right: 60px;
    padding-left: 60px;
  }
  @media (max-width: 767px) {
    padding-right: 36px;
    padding-left: 36px;
  }
}

.sub-speakerpr h5 {
  margin-bottom: 18px;
  color: #00305A;
  font-size: 20px;
  font-weight: 700;
}

.sub-speaker-listpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.sub-sp-blockpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  @media (max-width: 767px) {
    width: 100%;
    margin-bottom: 15px;
  }
}

.sp-imgpr {
  width: 72px;
  height: 72px;
  margin-top: 10px;
  margin-right: 10px;
}

.sp-imgpr img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sp-textpr span {
  display: block;
}

.sp-textpr {
  padding-left: 8px;
}

.nmpr {
  margin-bottom: 5px;
  color: #00305A;
  font-size: 17px;
  font-weight: 700;
}

.despr {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 400;
}

.cmpr {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 700;
}

.pr-location ul li {
  display: inline-block;
  margin-right: 30px;
  color: #000;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
}

.pr-location ul {
  padding: 0;
  margin: 0px 0px 20px;
}

.pr-location ul li img {
  display: inline-block;
  margin-right: 17px;
  vertical-align: middle;
}

.wrap-programme {
    padding: 50px 0px;
   
}
.sub-loc ul li:last-child {
    border: 0;
}

.pr-tg {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.tag {
    margin: 12px 0 12px;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}
.type-2-tag {
    color: #00305a;
    background: #007ac247;
}


/* speaker */
.speakers {
  padding: 60px 0;
  background: #f8f9fb;
}

/* Flex Layout */
.speakers__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;  
	justify-content: center;
}

/* Card Wrapper (controls columns) */
.speaker-card {
  display: flex;
  flex-direction: column;
    width: calc(25% - 30px);
  padding: 15px;
    margin: 0 15px 30px;
}

/* Inner Card */
.speaker-card {
  box-sizing: border-box;
}

.speaker-card > * {
  width: 100%;
}

.speaker-card {
  justify-content: space-between;
  padding: 25px 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
  transition: all 0.3s ease;
  text-align: center;
	box-shadow: -1px 1px 20px -5px rgba(0, 0, 0, .1);
}

.speaker-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  /* transform: translateY(-6px); */
}

/* Image */
.speaker-card__image {
  width: 160px;
  height: 160px;
  margin: 0 auto 15px;
}

.speaker-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

/* Content */
.speaker-card__content {
  flex-grow: 1;
}

.speaker-card__name {
  margin-bottom: 6px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.speaker-card__role {
  margin-bottom: 4px;
  color: #666;
  font-size: 14px;
}

.speaker-card__company {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

/* Button */
.speaker-card__actions {
  margin-top: 15px;
}

.speaker-card__btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 4px;
  color: #fff;
  background: #114549;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.speaker-card__btn:hover {
  background: #114549;
  transform: translateY(-2px);
	color: #fff;
}

/* Responsive */
@media (max-width: 1200px) {
  .speaker-card {
    width: calc(25% - 30px);
  }
}

@media (max-width: 992px) {
  .speaker-card {
    width: calc(100% / 3 - 30px);
  }
}

@media (max-width: 768px) {
  .speaker-card {
   width: calc(100% / 2 - 30px);
  }
}

@media (max-width: 480px) {
  .speaker-card {
    width: 100%; /* 1 per row */
  }
}