header {
  max-height: 93px;
}
.containerMenu,
.mobile_nav {
  display: none;
}

@media only screen and (max-width: 767px) {
  .containerMenu {
    cursor: pointer;
    display: flex;
    position: absolute;
    z-index: 1000;
    top: 10%;
    right: 1rem;
  }
  .containerMenu svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .containerMenu svg g path {
    stroke: #000;
  }
  .containerMenu svg .active svg {
    transform: rotate(90deg);
  }
  .containerMenu svg path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .containerMenu path:nth-child(1) {
    transform-origin: 36% 40%;
  }
  .containerMenu path:nth-child(2) {
    stroke-dasharray: 29 299;
  }
  .containerMenu path:nth-child(3) {
    transform-origin: 35% 63%;
  }
  .containerMenu path:nth-child(4) {
    stroke-dasharray: 29 299;
  }
  .containerMenu path:nth-child(5) {
    transform-origin: 61% 52%;
  }
  .containerMenu path:nth-child(6) {
    transform-origin: 62% 52%;
  }
  .containerMenu.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
  }
  .containerMenu.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
  }
  .containerMenu.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
  }
  .containerMenu.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
  }
  .containerMenu.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
  }
  .containerMenu.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
  }
  .mobile_nav {
    transform: translateY(0%);
    opacity: 1;
    transition: transform 0.5s, opacity 0.5s ease-in-out;
    display: block;
  }
  .mobile_nav ul {
    list-style: none;
  }
  .mobile_nav ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(0 0 0 / 81%);
    padding: 10px 20px 10px;
  }
  .mobile_nav ul li a {
    color: white;
  }
  .close_menu {
    transform: translateY(-500%);
    opacity: 0;
    transition: transform 1s, opacity 1s ease-in-out;
  }
  @keyframes fadeIn {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes fadeOut {
    from {
      display: block;
    }
    to {
      display: none;
    }
  }
}
h4 {
  font-size: 24px !important;
  font-weight: bold;
}
.label {
  font-size: 18px !important;
  font-weight: bold;
}
.tours__item__text .tours__text__widget {
  padding-bottom: 10px !important;
}
.tours__item__text .tours__text__widget ul li {
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .tours__item__text .tours__text__widget {
    padding-bottom: 0 !important;
  }
}
.icon_wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 15px;
}
.tours__item__text .tours__text__desc {
  padding-top: 20px;
}

.event_location h4 {
  margin-bottom: 20px;
}
.event_location iframe {
  width: 100%;
}
.tours__item__text h4 {
  margin-bottom: 20px;
}
.tours {
  padding-top: 100px;
}
/* event Details Page */
.events-hero-bg {
  width: 100%;
  height: 648px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(5px);
  opacity: 0.3;
}
.es-content-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
}
.esu-left {
  width: 55.7%;
}
.esu-left .featured-image {
  width: 100%;
  height: 640px;
  position: relative;
  /* padding-bottom: 15%; */
  border-radius: 6px 6px 0 0;
}
.esu-left .featured-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.esu-right {
  padding: 30px 30px 0;
  width: 44.3%;
}
.es-content {
  font-size: 16px;
  line-height: 19px;
}
.esc-text-box {
  color: #dd090f;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.esc-img {
  position: absolute;
  top: 0;
  left: 0;
}
.es-content h4 {
  font-size: 21px;
  line-height: 33px;
  letter-spacing: 0.4px;
  margin-bottom: 12px;
}
.es-btn-box {
  margin-top: 35px;
  display: flex;
}
.btn-orange,
.btn-orange:focus {
  color: #fff;
  background-color: #dd090f;
  border: solid 1px #dd090f;
}
.btn {
  border-radius: 3px;
  font-weight: 400;
  padding: 10px 15px;
  min-width: 116px;
  font-size: 16px;
  line-height: 18px;
  box-shadow: none;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.btn-block {
  display: block;
  width: 100%;
}
.es-content h6 {
  font-size: 16px;
  line-height: 19px;
  color: #dd090f;
  font-weight: 400;
  margin-bottom: 10px;
}
.events-single-container {
  padding: 60px 0 40px;
  position: relative;
}
.d-lg-flex {
  display: flex !important;
  flex-wrap: wrap !important;
}
.esl-left {
  /* width: 55.7%; */
  padding-right: 0px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
}
.esl-right {
  width: 44.3%;
  padding-left: 20px;
}
.esl-right h6 {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}
.speakers-list {
  width: calc(100% + 20px);
  margin-left: -10px;
  list-style: none;
}
.speakers-box {
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  position: relative;
}
.speakers-list li {
  width: 100%;
  padding: 10px;
}
.speakers-list .social-link {
  margin-bottom: 15px;
}
.speakers-list .social-link li {
  width: fit-content;
  padding: 0px;
}
.speakers-text-box {
  /* width: calc(100% - 50px); */
  width: 71%;
}
.speakers-img-box {
  width: 25%;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.speakers-text-box h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
.speakers-text-box strong {
  font-size: 14px;
  line-height: 16px;
}

.speakers-text-box p {
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.es-lower {
  padding: 40px 30px 40px 40px;
}
.social-link {
  vertical-align: top;
  width: calc(100% + 5px);
  display: flex;
  gap: 20px;
  list-style: none;
}

es-profile-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.es-profile {
  font-family: "Lato", sans-serif;
  position: relative;
  /* padding-left: 40px; */
  margin: 10px 0 10px;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.es-profile-pic {
  width: 40px;
}
.es-btn-box {
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .esu-left {
    width: 100%;
  }
  .esu-right {
    padding: 25px 25px 0;
    width: 100%;
  }
  .es-lower {
    padding: 35px 30px;
  }
  .esl-left {
    width: 100%;
    padding-right: 0;
  }
  .esl-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .social-link {
    margin-top: 0;
  }
}
@media ((max-width: 576.98px)) {
  p {
    margin-bottom: 15px;
  }
}
