@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
.ao-header .header-nav .nav-item.pe-4 {
  padding-right: 1.5rem !important;
}

:root {
  --overlay-display: block;
  --overlay-opacity: 1;
}

.intro-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
}

.intro-wrapper.overlay::before {
  display: var(--overlay-display);
  content: "";
  position: absolute;
  opacity: var(--overlay-opacity);
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  bottom: 0;
  background: rgb(255, 165, 0);
  background: linear-gradient(0deg, rgb(255, 165, 0) 10%, rgba(0, 112, 255, 0) 100%);
  transition: opacity 0.5s ease-in-out;
}

.intro {
  width: 100%;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
}

.play-button-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
}

.play-button-wrapper .play-btn {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 52px;
  background-color: #fff;
  color: rgb(0, 112, 255);
  padding: 0 35px;
  height: 52px;
  border-radius: 3px;
  border: none;
  position: absolute;
  bottom: 90px;
  cursor: pointer;
  outline: none;
  transition: opacity 0.5s ease-in-out;
}

.d-none {
  display: none;
}

.skip-btn {
  position: absolute;
  bottom: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #5c6c75;
}

.skip-btn:focus {
  outline: none;
}

.lists-page {
  margin: 130px 0 40px 0;
}

.table > :not(:first-child) {
  border-top: none;
}

.exhibitors-table ul {
  list-style: none;
  font-size: 18px;
}
.exhibitors-table .user-profile {
  background-color: #bac4ce;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.meetings-page .speakers .row {
  margin-left: 0;
  margin-right: 0;
}
.meetings-page .speakers .is-column {
  padding: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.meetings-page .speakers .is-column.is-heading {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  background-color: #FF7128;
  display: flex;
  justify-content: center;
  align-items: center;
}
.meetings-page .speakers .is-column.is-heading .is-heading-title {
  color: #fff;
}
.meetings-page .speakers .speaker-item {
  position: relative;
  overflow: hidden;
}
.meetings-page .speakers .speaker-item:hover .speaker-image {
  background-color: #FF7128;
}
.meetings-page .speakers .speaker-item:hover .speaker-image img {
  opacity: 0.4;
}
.meetings-page .speakers .speaker-item:hover .speaker-details {
  bottom: 0;
}
.meetings-page .speakers .speaker-image {
  line-height: 0;
  transition: all 0.3s ease;
}
.meetings-page .speakers .speaker-image img {
  transition: all 0.3s ease;
  width: 100%;
}
.meetings-page .speakers .speaker-details {
  position: absolute;
  bottom: -70%;
  left: 0;
  width: 100%;
  padding: 30px 35px;
  transition: all 0.3s ease;
}
.meetings-page .speakers .speaker-name {
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.meetings-page .speakers .speaker-name a {
  box-shadow: none;
  text-decoration: none;
  color: #fff;
}
.meetings-page .speakers .speaker-more {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
.meetings-page .schedule {
  background-image: linear-gradient(180deg, #333333 51%, rgba(255, 255, 255, 0) 43%);
  margin-top: 0;
  margin-bottom: 120px;
  padding: 150px 30px 0;
}
.meetings-page .schedule .is-heading-title {
  color: #fff;
}
.meetings-page .schedule .schedules-table {
  background: #fff;
  margin-top: 5px;
  box-shadow: 0 0 4px 0px rgba(161, 161, 161, 0.45);
}
.meetings-page .schedule .schedules-table .schedules-day {
  text-align: center;
  padding: 40px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.meetings-page .schedule .schedules-table .schedules-day::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  background-image: linear-gradient(to right, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
}
.meetings-page .schedule .schedules-table .schedules-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item {
  padding: 0 40px 0 50px;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .is-wrapper {
  display: flex;
  position: relative;
  padding: 40px 0;
  border-bottom: 0;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-meta {
  width: 420px;
  padding-right: 30px;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-meta .time-schedules {
  display: flex;
  font-size: 0.8125rem;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-meta .location-schedules {
  font-size: 0.8125rem;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-meta .join-schedules {
  color: #ff7128;
  border: 1px solid #ff7128;
  background: #fff;
  display: block;
  text-align: center;
  padding: 8px 20px;
  border-radius: 50px;
  margin-top: 12px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-meta .join-schedules:hover {
  color: #fff;
  background: #ff7128;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-meta .author-schedules {
  font-size: 0.8125rem;
  display: flex;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-meta i {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 10px;
  min-width: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #ff7128;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-details .title-schedules {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #000;
  margin: 0;
  padding-top: 3px;
  transition: all 0.3s ease;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-details .item-image-wrapper {
  line-height: 0;
  padding-top: 8px;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-details .item-image-wrapper .item-image {
  margin-right: 10px;
  display: inline-block;
  line-height: 0;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-details .item-image-wrapper .item-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-details .description-schedules {
  margin-top: 10px;
  font-size: 0.875rem;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item .item-details .item-image {
  margin-right: 10px;
  display: inline-block;
  line-height: 0;
}
.meetings-page .schedule .schedules-table .schedules-list .schedules-item:not(:last-of-type) .is-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(90deg, #e5e5e5, #e5e5e5 75%, transparent 75%, transparent 100%);
  background-size: 10px 3px;
  height: 1px;
  width: 100%;
}
.meetings-page .schedule .schedules-table .is-form {
  display: flex;
}
.meetings-page .schedule .schedules-table .is-form input {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2b2b2b;
  padding: 6px 10px 6px 35px;
  width: 100%;
  height: 47px;
}
.meetings-page .schedule .schedules-table .is-form input:focus {
  outline: none;
}
.meetings-page .schedule .schedules-table .is-form input[type=submit] {
  width: 150px;
  margin-left: 10px;
  background: #ff7128;
  color: #fff;
  border: none;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.meetings-page .schedule .schedules-table .is-form input[type=submit]:hover {
  background: #e7560c;
}
.meetings-page .btn-primary {
  border: solid 1px #ccc;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0px 10px 0px 0px;
  font-weight: bold;
  background-color: #fff;
  color: #555;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.meetings-page .btn-primary:hover {
  background-color: #FF9606;
  border-color: #FF9606 !important;
  color: #fff !important;
}

.files-stats {
  min-width: 260px;
  border-radius: 10px;
  margin: 0;
}
.files-stats .fls-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 20px;
}
.files-stats .fls-item {
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 15px;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
}
.files-stats .fls-item a {
  color: inherit;
}
.files-stats .fls-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.files-stats .fls-item .is-red {
  background-color: rgba(244, 67, 54, 0.2);
  color: #f44336;
}
.files-stats .fls-item .is-blue {
  background-color: rgba(0, 117, 255, 0.2);
  color: #0075ff;
}
.files-stats .fls-item .is-green {
  background-color: rgba(34, 197, 94, 0.2);
  color: #22c55e;
}
.files-stats .fls-item .fls-count {
  display: block;
  color: #888;
  margin-top: 5px;
}
.files-stats .fls-item .fls-size {
  color: #888;
  margin-left: auto;
}

.file.is-small {
  grid-row: span 1;
}
.file.is-medium {
  grid-row: span 2;
}
.file.is-larg {
  grid-row: span 3;
}
.file .file-delete {
  font-size: 14px;
  color: #f44336;
}
.file .file-name {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.file .file-prvw {
  text-align: center;
}
.file .file-owner {
  font-size: 13px;
  color: #888;
}
.file .file-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #888;
  padding-top: 10px;
  margin-top: 10px;
}

.file-prvw.is-file img {
  width: 64px;
  height: 64px;
  transition: 0.3s;
  margin-bottom: 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.file-prvw img {
  max-height: 90px;
}

.file:hover .file-prvw.is-file img {
  transform: rotate(5deg);
}

.rating-widget .star {
  margin: 5px;
}

.rating-widget .star input {
  display: none;
}

.rating-widget .star label {
  font-size: 20px;
  color: inherit;
  transition: all 0.2s ease;
  cursor: pointer !important;
}

.rating-widget .star {
  color: #444;
}

.rating-widget .star.active {
  color: #fd4;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Start Products Styles */
.store-page {
  margin: 100px 0;
}
.store-page .card-product {
  margin-bottom: 20px;
}
.store-page .card-product .book__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.store-page .card-product .book__details h3 {
  color: #333;
  font-size: 16px;
  margin: 0;
}
.store-page .card-product .book__details a {
  color: inherit;
  display: block;
}
.store-page .card-product .book__details .prdt-price {
  margin: 0;
}
.store-page .card-product .book__details .rating > span {
  color: #fcc028;
}
.store-page .card-product .book__thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.store-page .card-product .book__thumb .book__prview {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(90deg);
  transform-origin: 50%;
  perspective: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.store-page .card-product .add-to-cart {
  position: absolute;
  bottom: -45px;
  width: 100%;
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background-color: #FF9606;
  border-color: #FF9606;
  transition: all 0.3s ease;
}
.store-page .card-product .book__thumb:hover .add-to-cart {
  bottom: 0;
}
.store-page .card-product .book__thumb:hover .book__prview {
  transform: rotateY(0deg);
  opacity: 1;
}
.store-page .sidebar .widget-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-page .sidebar .widget-search input[type=text] {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2b2b2b;
  padding: 6px 10px 6px 35px;
  width: 100%;
  height: 47px;
}
.store-page .sidebar .widget-search input[type=text]:focus {
  outline: none;
}
.store-page .sidebar .widget {
  margin-bottom: 20px;
}
.store-page .sidebar .widget h2 {
  font-size: 20px;
  color: #4a4750;
  text-transform: uppercase;
  position: relative;
  padding: 0px 0px 20px 0px;
}
.store-page .sidebar .widget h2:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.store-page .sidebar .widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.store-page .sidebar .widget-categories ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.store-page .sidebar .widget-categories ul li:first-child {
  border: none;
}
.store-page .sidebar .widget-categories ul li {
  width: 100%;
  margin: 0px 0px;
  position: relative;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}
.store-page .sidebar .widget-categories ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 7px 0 9px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.store-page .sidebar .widget-categories ul li a:hover {
  background-color: #FF9606;
  color: #fff !important;
  border-color: #FF9606 !important;
  color: #fff;
  padding: 7px 10px 9px;
}
.store-page button.add-to-cart {
  color: #ff7128;
  border: 1px solid #ff7128;
  background: #fff;
  display: block;
  text-align: center;
  padding: 8px 20px;
  border-radius: 50px;
  margin-top: 12px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.store-page button.add-to-cart:hover {
  color: #fff;
  background: #ff7128;
}
.store-page .book-text {
  font-size: 16px;
  color: #889397;
}
.store-page .book-text .is-bold {
  color: #212121;
  font-weight: bold;
}
.store-page .product-review-tabs .comment-btn {
  margin-top: 15px;
  width: 150px;
  background: #ff7128;
  color: #fff;
  border: none;
  padding: 0;
  border-radius: 50px;
  height: 47px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.store-page .product-review-tabs form {
  position: relative;
}
.store-page .product-review-tabs form::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  background-image: linear-gradient(to right, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
}
.store-page .product-review {
  margin-bottom: 0.5rem;
}
.store-page .prdt-img {
  text-align: center;
}
.store-page .avatar {
  display: inline-block;
  height: 3rem;
  position: relative;
  width: 3rem;
}
.store-page .avatar-md {
  height: 2.5rem;
  width: 2.5rem;
}

/* End Products Styles */
/* Start Quick View Modal Styles */
.modal .prdt-img img {
  margin: 0 auto;
  display: block;
  border-radius: 0.5rem;
  max-width: 100%;
}

.skelton {
  opacity: 0.7;
  -webkit-animation: skelton-loading 1s linear infinite alternate;
          animation: skelton-loading 1s linear infinite alternate;
}

.skelton-img {
  width: 350px;
  height: 500px;
  border-radius: 0.5rem;
  margin: auto;
}

.skelton-text {
  width: 100%;
  height: 15px;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.skelton-text:last-of-type {
  width: 50%;
}

.skelton-sm-text {
  width: 104px;
  height: 15px;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.skelton-xm-text {
  display: inline-block;
  width: 50px;
  height: 14px;
  border-radius: 4px;
  margin-right: 5px;
}

@-webkit-keyframes skelton-loading {
  0% {
    background-color: hsl(200deg, 20%, 70%);
  }
  100% {
    background-color: hsl(200deg, 20%, 95%);
  }
}

@keyframes skelton-loading {
  0% {
    background-color: hsl(200deg, 20%, 70%);
  }
  100% {
    background-color: hsl(200deg, 20%, 95%);
  }
}
/* End Quick View Modal Styles */
header.is-transparent {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}
header.is-transparent .offcanvas {
  z-index: 9999;
}

header.sidebar-menu nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header.sidebar-menu .menu-toggle {
  cursor: pointer;
}
header.sidebar-menu .menu-toggle .is-bar {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
}
header.sidebar-menu .menu-toggle.open .is-bar {
  margin-bottom: 0;
}
header.sidebar-menu .menu-toggle.open .is-bar:nth-of-type(1) {
  transform: rotate(135deg);
}
header.sidebar-menu .menu-toggle.open .is-bar:nth-of-type(2) {
  transform: translateY(-3px) rotate(-135deg);
}
header.sidebar-menu .menu-toggle.open .is-bar:nth-of-type(3) {
  opacity: 0;
}
header.sidebar-menu .offcanvas {
  background-color: rgba(0, 0, 0, 0.39) !important;
  border-color: #000 !important;
}
header.sidebar-menu .offcanvas .offcanvas-title {
  color: #fff;
}
header.sidebar-menu .offcanvas .menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.sidebar-menu .offcanvas .menu-items li {
  padding: 5px;
  width: 100%;
}
header.sidebar-menu .offcanvas .menu-items a {
  display: block;
  color: #fff;
  transition: 0.3s ease-in-out;
}
header.sidebar-menu .offcanvas .menu-items a:hover {
  color: #ff9606;
}

.ex-sidebar-menu {
  background-color: rgba(0, 0, 0, 0.39) !important;
  border-color: #000 !important;
}
.ex-sidebar-menu .offcanvas-title {
  color: #fff;
}
.ex-sidebar-menu .menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ex-sidebar-menu .menu-items li {
  padding: 5px;
  width: 100%;
}
.ex-sidebar-menu .menu-items a {
  display: block;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.ex-sidebar-menu .menu-items a:hover {
  color: #ff9606;
}
.ex-sidebar-menu .menu-toggle {
  cursor: pointer;
}
.ex-sidebar-menu .menu-toggle .is-bar {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
}
.ex-sidebar-menu .menu-toggle.open .is-bar {
  margin-bottom: 0;
}
.ex-sidebar-menu .menu-toggle.open .is-bar:nth-of-type(1) {
  transform: rotate(135deg);
}
.ex-sidebar-menu .menu-toggle.open .is-bar:nth-of-type(2) {
  transform: translateY(-3px) rotate(-135deg);
}
.ex-sidebar-menu .menu-toggle.open .is-bar:nth-of-type(3) {
  opacity: 0;
}

.nav-wrapper {
  border: 1px solid #fff;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3882352941);
  color: #fff;
  border-radius: 50px;
}

.nav-links {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.nav-links li a {
  display: inline-block;
  font-size: 30px;
  font-weight: lighter;
  line-height: 50px;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.nav-links li a:hover {
  cursor: pointer;
  color: #f24e29;
}

.nav-links li:last-of-type a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nav-links li:first-of-type a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.reception-booth {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
}

.booth-close {
  background-color: transparent;
  border: none;
  color: #ccc;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 0;
}

.booth {
  position: absolute;
  outline: none !important;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
}

.hotspot {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hp-inner-circle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 5px solid #f0aa1d;
  background-color: #f0aa1d;
}

.hp-wave {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 5px solid #f0aa1d;
  background-color: #f0aa1d;
  z-index: 1;
  opacity: 1;
  -webkit-animation: sonar 2s infinite;
          animation: sonar 2s infinite;
}

@-webkit-keyframes sonar {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}

@keyframes sonar {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
.hotspot-video.is-reception {
  left: 25.5%;
  top: 46.2%;
}

.ao-footer {
  background-color: #ffffff;
}

.text-bold {
  font-weight: 500;
}

.ao-footer .ao-footer-sl {
  font-size: 22px;
}

.ao-footer-sl li a {
  color: var(--gray-alt-color);
}

.ao-footer-sl li a:hover {
  color: var(--green-dark-color);
}

/* Start Whatsapp Chat Button Styles */
.wa-btn-container {
  position: absolute;
  bottom: 39px;
  left: 50%;
  transform: translateX(-50%);
}

/* End Whatsapp Chat Button Styles */
.bottom-bar-links {
  width: 100%;
  background-color: #111111;
  padding: 20px 0px;
  position: absolute;
  bottom: 0;
}
.bottom-bar-links .button {
  display: block;
  border: 1px solid #dbdbdb;
  border-radius: 50px;
  width: 140px;
  padding: 5px 0;
  color: #dbdbdb;
  text-align: center;
  transition: 0.3 ease-in-out;
}
.bottom-bar-links .button:hover {
  background-color: #ff9606;
  border-color: #ff9606;
  color: #fff;
}
.bottom-bar-links .ao-footer-sl {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-bar-links .ao-footer-sl .aofsl__link a {
  display: block;
  color: #fff;
  padding: 5px;
  font-size: 18px;
}
.bottom-bar-links .ao-footer-sl .aofsl__link a:hover {
  color: #ff9606;
}

.expositions-page {
  box-sizing: border-box;
  margin-bottom: 70px;
}

.hall-container {
  position: relative;
  overflow: hidden;
}

.hall-container > img {
  width: 100vw;
}

.booth-principal {
  width: 11%;
  height: 10%;
  position: absolute;
  top: 46%;
  left: 46%;
  outline: none !important;
  overflow: hidden;
}

.booths-slide {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  bottom: 15%;
  left: 50%;
  outline: none !important;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5490196078);
  border: 1px solid #fff;
  cursor: pointer;
}

.booths-slide .booth-link i {
  color: #ff9606;
  font-size: 40px;
}

.booths-slide-title {
  width: 13%;
  height: 4%;
  position: absolute;
  bottom: 10%;
  left: 45%;
  outline: none !important;
  overflow: hidden;
  z-index: 999;
  font-weight: bold;
}

.booths-slide-title .booth-link {
  background: rgba(255, 255, 255, 0.5490196078);
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  padding: 4px;
  color: #ff9606;
  font-weight: bold;
  display: block;
  border: 1px solid #fff;
}

.current-booth {
  width: 15%;
  position: absolute;
  outline: none !important;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  font-family: Arial;
  font-weight: bold;
  border-radius: 50px;
}

.current-booth .booth-link {
  background: rgba(255, 255, 255, 0.5490196078);
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  padding: 4px;
  color: #ff9606;
  font-weight: bold;
  display: block;
  border: 1px solid #fff;
}

.cb-left {
  bottom: 5.5%;
  left: 70.5%;
}

.cb-right {
  bottom: 5.5%;
  left: 15%;
}

.booth-box {
  width: 33%;
  height: 26%;
  position: absolute;
  outline: none !important;
  overflow: hidden;
}

.booth-box img {
  max-width: 100%;
}

.hall-container > img {
  width: 100vw;
  max-width: 100vw;
}

.single-booth {
  position: absolute;
  outline: none !important;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
}

.hotspot {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hp-inner-circle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 5px solid #f0aa1d;
  background-color: #f0aa1d;
}

.hp-wave {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 5px solid #f0aa1d;
  background-color: #f0aa1d;
  z-index: 1;
  opacity: 1;
  -webkit-animation: sonar 2s infinite;
          animation: sonar 2s infinite;
}

@keyframes sonar {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
.hotspot-video {
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}

.hotspot-video.guest {
  left: 51%;
  top: 51%;
}

.hotspot-store.guest {
  left: 18%;
  top: 60%;
}

.hotspot-press-video {
  left: 49%;
  top: 35%;
}

.hotspot-files {
  left: 29%;
  top: 66%;
  transform: translateX(-80%);
}

/* Start Whatsapp Chat Button Styles */
.wa-button {
  text-decoration: none;
  display: block;
  position: absolute;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 50%;
  padding: 10px;
  bottom: 75px;
  right: 20px;
  color: #fff;
  background-color: #25d366;
  z-index: 100;
  -webkit-animation: whatsapp-animation 0.5s ease-in-out;
          animation: whatsapp-animation 0.5s ease-in-out;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  transition: all 0.3s ease-out;
}

.wa-button:hover {
  background-color: #128c7e;
  color: #fff;
}

.wa-button i {
  font-size: 30px !important;
  padding: 0 8px;
}

@-webkit-keyframes whatsapp-animation {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}

@keyframes whatsapp-animation {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
/* End Whatsapp Chat Button Styles */
.ao-header {
  background-color: #FFFFFF;
  box-shadow: 0 1px 0 rgba(22, 8, 43, 0.1);
  padding: 0 1rem;
}

@media (min-width: 1400px) {
  .ao-header .container {
    max-width: 1400px;
  }
}
.ao-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ao-header .nav-list {
  justify-content: space-between !important;
}

.ao-header .nav-item a {
  text-decoration: none;
  color: #484646;
}

.ao-header .nav-profile {
  border: 1px solid #484646;
  width: 150px;
  padding: 5px 0;
  text-align: center;
  border-radius: 50px;
}

.ao-header .is-column:first-of-type {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.ao-header .is-column:nth-of-type(2) {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.ao-header .is-column:nth-of-type(3) {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.footer-section {
  background: #151414;
  position: relative;
}
.footer-section ul {
  padding: 0!important;
  margin: 0!important;
}
.footer-cta {
  border-bottom: 1px solid #373636;
  padding-bottom: 8px !important;
}
.single-cta i {
  color: #ff5e14;
  font-size: 25px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo img {
  /* max-width: 120px; */
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 21px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-decoration: none;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
  text-decoration: none;
}
.footer-menu li {
  display: inline-block;
  margin-left: 10px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 12px;
  text-decoration: none;
  color: #878787;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #ff5e14;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  padding-left: 32px;
}
.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #14ffa7;
}
.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #ffd700;
}
.footer-social-icon .social_icon {
  text-align: left;
  display: flex;
}
.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
}
.footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}
.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}

.social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}
.social_icon li {
  display: inline-block;
  margin: 0 5px;
}
.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}
.social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}
.social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}
.social_icon li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #fff;
}
.social_icon li:nth-child(4) a {
  background: #ff0000;
  color: #fff;
}
.social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}
.social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}
.social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}
.social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #ff0000;
}
.footer-heading{
  font-size: 13px;
  display: flex;
  padding-left: 2rem;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}

footer .rows{

  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}


.single-cta{
  padding: 25px;
}
.footer-section .copyright-text {
  text-align: left;
}
