.event__item {
  margin: 15px 0;
}
.header__logo a img {
  height: 55px;
}
.header.header--normal .header__menu ul li a {
  color: black;
}
.header.header--normal .header__menu ul li a:after {
  background: black;
}
.event-category span {
  position: absolute;
  background: #dd090f;
  border-radius: 4px;
  padding: 7px 9px;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  left: 10px;
  top: 10px;
  box-shadow: 1px 1px 4px 0px #00000057;
}
.date_card_text {
  font-size: 13px !important;
  color: #dc0807 !important;
}
.icon-location {
  margin-right: 2px;
}
.booking-link {
  text-align: right;
  margin-right: 20px;
  transition-duration: 0.4s ease;
  cursor: pointer;
  margin-top: 10px;
  color: #dc0807;
}
.booking-link:hover {
  color: black !important;
}
.icon-arrow {
  position: relative;
  right: 0;
  margin-left: 5px;
}
.size-6 .event__item__pic {
  height: 180px;
}
.event__item__pic {
  height: 180px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.size-6 .event__item__text h4 {
  font-size: 20px !important;
}
.size-6 .event__item__text p {
  font-size: 13px !important;
}
/* Properities Section */

.nav-tabs .nav-link {
  width: 25%;
  text-align: center;
}
.custom-tabs {
  margin-bottom: 15px;
  padding-bottom: 0px;
  position: relative;
  border: 0;
  display: flex;
  background: #f7f7f7;
}
.custom-tabs a {
  display: block;
  color: #de0816;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  background: transparent;
  padding: 33px;
  border-radius: 0;
  border: 0;
}
.accordion .nav-tabs .nav-item.show .nav-link,
.accordion .nav-tabs .nav-link.active {
  background: #de0816;
  color: #fff;
}
.accordion .nav-tabs .nav-link.active::after {
  position: absolute;
  height: 15px;
  width: 15px;
  background: #de0816;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pad60 {
  padding-bottom: 60px;
}
.pointer {
  cursor: pointer;
}
.capitalize {
  text-transform: capitalize;
}
.speakers-list {
  transition: 0.4s linear;
}
.speakers-list:hover .speakers-box {
  box-shadow: 1px 2px 15px -1px #0000001f;
}
.social-link .svg-inline--fa {
  height: 20px;
}
.social-link .svg-inline--fa {
  color: #dd090f;
}
.social-link .svg-inline--fa:hover {
  color: black;
}
.speakers-list-1 .speakers-box {
  box-shadow: none;
  border: none;
}
.speakers-list-1:hover .speakers-box {
  box-shadow: none;
}
.videos__item__text {
  margin-bottom: 40px;
}
.speakers-img-box {
  height: 100%;
  border-radius: 5px;
}
.speakers-box h4 {
  width: 100%;
}
.speakers-text-box p {
  margin-bottom: 0;
}

.header__menu ul li::after {
  content: "";
  position: absolute;
  bottom: 4px;
  height: 2px;
  background: #111111;
  width: 0px;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.header__menu ul li:hover::after {
  content: "";
  width: 100%;
  transition: 0.5s;
}
.blog__item__text h5 {
  color: #111111;
  font-weight: 700;
  line-height: 26px;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 12px;
  transition: 0.5s;
  z-index: 2;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 117px;
  -webkit-line-clamp: 2;
}
.blog__item {
  height: 283px;
  background: #fff;
}
.blog__item__pic img {
  min-width: 100%;
  height: 140px;
  object-fit: contain;
}
.footer {
  position: relative;
  z-index: 2;
}
.title_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* MODAL  */
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

/* ----- v CAN BE DELETED v ----- */
.demo {
  padding-top: 60px;
  padding-bottom: 110px;
}

.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #ffffff;
}

.btn-demo:focus {
  outline: 0;
}

.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center;
}

.demo-footer > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.filters_btn {
  color: black;
  background: transparent;
  border: none;
  display: flex;
  justify-self: center;
  border: 1px solid black !important;
  align-items: center;
  gap: 10px;
}
.filters_btn:hover,
.filters_btn:focus,
.filters_btn:focus-visible,
.filters_btn:focus-within {
  background: transparent !important;
  border: 1px solid black !important;
  border: 1px solid black !important;
  color: black;
}
button:focus:not(:focus-visible) {
  outline: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: transparent !important;
  border: none !important;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}
.select_category {
  padding-top: 50px;
  margin-bottom: 50px;
}
.modal-header {
  align-items: center;
}
.checkboxes_section h4 {
  margin-bottom: 20px;
}
.select_category label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.input_container {
  width: 50%;
  position: relative;
}
.input_container input {
  padding: 10px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.input_container svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.input_container input:focus-visible {
  outline: none;
}
.clear_all {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.date_time > div {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .booking-link {
    text-align: left;
  }
  .speakers-box {
    display: block;
  }
  .speakers-text-box {
    width: 100%;
  }
  .speakers-img-box {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .speakers-img-box img {
    width: 100%;
    height: 100%;
  }
  .custom-tabs a {
    padding: 10px;
    font-size: 14px;
  }
  .responsive-margin {
    margin-bottom: 1rem !important;
  }
}
.empty-data img {
  height: 130px;
  margin-bottom: 30px;
}
.empty-data h2 {
  font-weight: 700;
  color: #111111;
  font-size: 40px;
}
.footer__social h6 {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.about-pic img {
  object-fit: cover;
}
.footer__newslatter p {
  margin-top: 12px;
}
.error {
  color: #dc0807;
}
.success {
  color: green;
}
.spad-2 {
  padding-top: 50px;
}
