@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900);
/*Color Variables*/
/*font Variables*/
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

section {
  min-height: 480px;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: "Dancing Script", cursive;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}
.heading_container h2 span {
  color: #ffbe33;
}
.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}
.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222831;
  color: #ffffff;
}
.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 20px 0;
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: "Dancing Script", cursive;
}
.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  padding-left: 18%;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 14px;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffbe33;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}
.custom_nav-container .nav_search-btn:hover {
  color: #ffbe33;
}

.user_option {
  display: flex;
  align-items: center;
}
.user_option a {
  margin: 0 10px;
}
.user_option .user_link {
  color: #ffffff;
  border-radius: 50%;
  border: 1.5px solid #ffbe33;
}
.user_option .cart_link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}
.user_option .cart_link:hover svg {
  fill: #ffbe33;
}

.create_event {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}
.create_event:hover {
  background-color: #e69c00;
}

.navbar-nav {
  align-items: center;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
}
.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.slider_section .detail-box p {
  font-size: 14px;
}
.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}
.slider_section .detail-box a:hover {
  background-color: #e69c00;
}
.slider_section .img-box img {
  width: 100%;
}
.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: flex-start;
  align-items: center;
}
.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}
.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
}

.offer_section {
  position: relative;
  padding-top: 45px;
}
.offer_section .box {
  display: flex;
  align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831;
  color: #ffffff;
}
.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #ffbe33;
  overflow: hidden;
}
.offer_section .box .img-box img {
  width: 100%;
  transition: all 0.2s;
}
.offer_section .box .detail-box h5 {
  font-family: "Dancing Script", cursive;
  font-size: 24px;
  margin: 0;
}
.offer_section .box .detail-box h6 {
  font-family: "Dancing Script", cursive;
  margin: 10px 0;
}
.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}
.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}
.offer_section .box .detail-box a:hover {
  background-color: #e69c00;
}
.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}
.offer_section .box:hover .img-box img {
  transform: scale(1.1);
}

.empty_event {
  height: 70vh;
}

.event_section .filters_menu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}
.event_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}
.event_section .filters_menu li.active {
  background-color: #222831;
  color: #ffffff;
}
.event_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}
.event_section .box .img-box {
  background: #f1f2f3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  border-radius: 0 0 0 45px;
  margin: -1px;
}
.event_section .box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.event_section .box .detail-box {
  padding: 20px;
  height: 240px;
}
.event_section .box .detail-box span {
  font-weight: 600;
}
.event_section .box .detail-box span.price {
  font: 400 14px/25px "Roboto", sans-serif;
}
.event_section .box .detail-box h5 {
  font-weight: 600;
  color: white !important;
}
.event_section .box .detail-box p {
  font-size: 15px;
}
.event_section .box .detail-box h6 {
  margin-top: 10px;
}
.event_section .box .options {
  display: flex;
  justify-content: space-between;
}
.event_section .box .options p {
  font-size: 0.9em;
}
.event_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffbe33;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black !important;
}
.event_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}
.event_section .box:hover .img-box img {
  transform: scale(1.1);
}
.event_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.event_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}
.event_section .btn-box a:hover {
  background-color: #e69c00;
}

.about_section {
  background: #222831;
  color: #ffffff;
}
.about_section .row {
  align-items: center;
}
.about_section .img-box {
  position: relative;
  display: flex;
  justify-content: center;
}
.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}
.about_section .detail-box p {
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  background-color: #e69c00;
}

.book_section {
  position: relative;
}
.book_section .heading_container {
  margin-bottom: 25px;
}
.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
}
.book_section .form_container .form-control::-moz-placeholder {
  color: #222222;
}
.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}
.book_section .form_container .form-control::placeholder {
  color: #222222;
}
.book_section .form_container .nice-select .current {
  font-size: 16px;
}
.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}
.book_section .form_container button:hover {
  background-color: #e69c00;
}
.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}
.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}
.client_section .box {
  display: flex;
  flex-direction: column;
  margin: 15px;
}
.client_section .box .img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}
.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #ffbe33;
  position: relative;
}
.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
  transform: rotate(45deg) translateX(-50%);
}
.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}
.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}
.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}
.client_section .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}
.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}
.contact_section .form_container .form-group {
  margin-bottom: 25px;
}
.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}
.contact_section .form_container input::-moz-placeholder {
  color: #222222;
}
.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}
.contact_section .form_container input::placeholder {
  color: #222222;
}
.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}
.contact_section .form_container .btn-box {
  display: flex;
  justify-content: center;
}
.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s;
  border: none;
}
.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}
.footer_section h4 {
  font-size: 28px;
}
.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Dancing Script", cursive;
}
.footer_section p {
  color: #dbdbdb;
}
.footer_section .footer-col {
  margin-bottom: 30px;
}
.footer_section .footer_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}
.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}
.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}
.footer_section .footer_contact .contact_link_box a:hover {
  color: #ffbe33;
}
.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}
.footer_section .footer_social {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer_section .footer_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}
.footer_section .footer_social a:hover {
  color: #ffbe33;
}
.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}
.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}
.footer_section .footer-info p a {
  color: inherit;
}

.multi_step_form {
  background: #fafafbf1;
  display: block;
  overflow: hidden;
}
.multi_step_form #msform {
  text-align: center;
  position: relative;
  padding-top: 60px;
  min-height: 820px;
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  z-index: 1;
}
.multi_step_form #msform .tittle {
  text-align: center;
  padding-bottom: 55px;
}
.multi_step_form #msform .tittle h2 {
  font: 500 24px/35px "Roboto", sans-serif;
  color: #3f4553;
  padding-bottom: 5px;
}
.multi_step_form #msform .tittle p {
  font: 400 16px/28px "Roboto", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform fieldset {
  display: flex;
  border: 0;
  padding: 60px !important;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}
.multi_step_form #msform fieldset.publish {
  padding: 20px 25px 0;
}
.multi_step_form #msform fieldset:not(:first-of-type) {
  display: none;
}
.multi_step_form #msform fieldset h3 {
  font: 500 18px/35px "Roboto", sans-serif;
  color: #3f4553;
}
.multi_step_form #msform fieldset h6 {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
  padding-bottom: 30px;
}
.multi_step_form #msform fieldset .h6 {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform fieldset .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 65px;
}
.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
  border: 0;
}
.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 24px/7px Ionicons;
  color: #5f6771;
}
.multi_step_form #msform fieldset #phone {
  padding-left: 80px;
}
.multi_step_form #msform fieldset .form-group {
  padding: 0 10px;
}
.multi_step_form #msform fieldset .fg_2, .multi_step_form #msform fieldset .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden;
}
.multi_step_form #msform fieldset .fg_3 {
  padding-bottom: 70px;
}
.multi_step_form #msform fieldset .form-control, .multi_step_form #msform fieldset .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  padding: 0 20px;
  height: auto;
  font: 400 15px/48px "Roboto", sans-serif;
  color: #5f6771;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.multi_step_form #msform fieldset .form-control.placeholder, .multi_step_form #msform fieldset .product_select.placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control:-moz-placeholder, .multi_step_form #msform fieldset .product_select:-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control::-moz-placeholder, .multi_step_form #msform fieldset .product_select::-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control:hover, .multi_step_form #msform fieldset .form-control:focus, .multi_step_form #msform fieldset .product_select:hover, .multi_step_form #msform fieldset .product_select:focus {
  border-color: #ffbe33;
}
.multi_step_form #msform fieldset .form-control:focus.placeholder, .multi_step_form #msform fieldset .product_select:focus.placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus:-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus::-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select:focus::-webkit-input-placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .product_select:after {
  display: none;
}
.multi_step_form #msform fieldset .product_select:before {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 24px/48px Ionicons;
  color: #5f6771;
}
.multi_step_form #msform fieldset .product_select .list {
  width: 100%;
}
.multi_step_form #msform fieldset .done_text {
  padding-top: 40px;
}
.multi_step_form #msform fieldset .done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 10px;
  background: #ffbe33;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.multi_step_form #msform fieldset .done_text h6 {
  line-height: 23px;
}
.multi_step_form #msform fieldset .code_group {
  margin-bottom: 60px;
}
.multi_step_form #msform fieldset .code_group .form-control {
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  font-size: 30px;
  color: #5f6771;
  padding: 0;
  margin-right: 7px;
  text-align: center;
  line-height: 1;
}
.multi_step_form #msform fieldset .passport {
  margin-top: -10px;
  padding-bottom: 30px;
  position: relative;
}
.multi_step_form #msform fieldset .passport .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  background: #ffbe33;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.multi_step_form #msform fieldset .passport h4 {
  font: 500 15px/23px "Roboto", sans-serif;
  color: #5f6771;
  padding: 0;
}
.multi_step_form #msform fieldset .input-group {
  padding-bottom: 40px;
}
.multi_step_form #msform fieldset .input-group .custom-file {
  width: 100%;
  height: auto;
}
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #99a2a8;
  text-align: center;
  transition: all 300ms linear 0s;
  color: #5f6771;
}
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label i {
  font-size: 20px;
  padding-right: 10px;
}
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:hover, .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:focus {
  background: #ffbe33;
  border-color: #ffbe33;
  color: #fff;
}
.multi_step_form #msform fieldset .input-group .custom-file input {
  display: none;
}
.multi_step_form #msform fieldset .file_added {
  text-align: left;
  padding-left: 190px;
  padding-bottom: 60px;
}
.multi_step_form #msform fieldset .file_added li {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform fieldset .file_added li a {
  color: #ffbe33;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.multi_step_form #msform fieldset .file_added li a i {
  font-size: 22px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  transform: rotate(20deg);
}
.multi_step_form #msform #progressbar {
  /*margin-bottom: 30px;*/
  overflow: hidden;
}
.multi_step_form #msform #progressbar li {
  cursor: pointer;
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
  font: 500 13px/1 "Roboto", sans-serif;
}
.multi_step_form #msform #progressbar li:nth-child(1):before {
  content: "1";
}
.multi_step_form #msform #progressbar li:nth-child(2):before {
  content: "2";
}
.multi_step_form #msform #progressbar li:nth-child(3):before {
  content: "3";
}
.multi_step_form #msform #progressbar li:nth-child(4):before {
  content: "4";
}
.multi_step_form #msform #progressbar li:before {
  font: normal normal normal 30px/50px Ionicons;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #fafafbf1;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
.multi_step_form #msform #progressbar li:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #fafafbf1;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1;
}
.multi_step_form #msform #progressbar li:last-child:after {
  width: 150%;
}
.multi_step_form #msform #progressbar li.active {
  color: #ffbe33;
}
.multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
  background: #ffbe33;
  color: white;
}
.multi_step_form #msform .action-button {
  background: #ffbe33;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #ffbe33;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
}
.multi_step_form #msform .action-button:hover, .multi_step_form #msform .action-button:focus {
  background: #405867;
  border-color: #405867;
}
.multi_step_form #msform .previous_button {
  background: transparent;
  color: #99a2a8;
  border-color: #99a2a8;
}
.multi_step_form #msform .previous_button:hover, .multi_step_form #msform .previous_button:focus {
  background: #405867;
  border-color: #405867;
  color: #fff;
}

.bg-transparent {
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #99a2a8;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  color: #99a2a8;
}
.bg-transparent:hover, .bg-transparent:focus {
  background-color: #405867 !important;
  border-color: #405867;
  color: #fff;
}

.bg-transparent-radio {
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  width: 120px;
  font: 466 14px/35px "Roboto", sans-serif;
  border: 1px solid #99a2a8;
  margin: 0 20px;
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  color: #99a2a8;
}
.bg-transparent-radio:hover, .bg-transparent-radio:focus {
  background-color: #405867 !important;
  border-color: #405867;
  color: #fff;
}

label.active.bg-transparent-radio {
  background-color: #405867 !important;
  border-color: #405867;
  color: #fff;
}

.bg-orange {
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #ffbe33;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
  background: #ffbe33;
  color: #fff;
}
.bg-orange:hover, .bg-orange:focus {
  background-color: #405867 !important;
  border-color: #405867;
  color: #fff;
}

.bg-outline-orange {
  border: 1px solid #ffbe33;
  color: #ffbe33;
}
.bg-outline-orange:hover {
  color: #fff;
  background-color: #ffbe33;
  border-color: #ffbe33;
}

.bold {
  font-weight: 600;
}

.modal {
  font-size: 14px;
}
.modal input::-webkit-input-placeholder, .modal input {
  font-size: 14px;
}

small {
  font: 400 14px/25px "Roboto", sans-serif;
  color: #5f6771;
}

.event-publish-card {
  position: relative;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 35px 0px;
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  /* On mouse-over, add a deeper shadow */
}
.event-publish-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.event-publish-card section {
  text-align: left;
}
.event-publish-card .preview {
  border: 0px;
  border-top: 1px solid #999;
  border-radius: 0px;
  overflow: visible;
  margin-left: auto;
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  color: #99a2a8;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
}
.event-publish-card .preview:hover {
  background-color: #ffffff !important;
  color: #405867 !important;
  border-color: #405867 !important;
}
.event-publish-card span, .event-publish-card small {
  position: relative;
  width: 100%;
}

.event_preview {
  font: 400 16px/24px "Roboto", sans-serif;
  background-color: #f3f3f3;
  display: block;
}
.event_preview #event_section {
  position: relative;
  min-height: 820px;
  max-width: 1020px;
  margin: 0 auto;
  background: #ffffff;
  z-index: 1;
}
.event_preview #event_section .event_banner img {
  width: 100%;
  height: 480px;
  border: 3px solid #1f1f1f;
  border-radius: 2px;
}
.event_preview #event_section .navbar {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  border-bottom: 1.5px solid #C8C8C8;
  padding: 10px 30px;
}
.event_preview #event_section .navbar i {
  font-size: 1.5em;
  padding: 1px 10px;
  cursor: pointer;
}
.event_preview #event_section .navbar i:hover {
  background-color: #f3f3f3;
  border-radius: 50px;
}
.event_preview #other_events {
  position: relative;
  padding: 20px 0px;
  margin: 0 80px;
  z-index: 1;
}

.organizer-icon {
    width: 80px;
    height: auto;
    border-radius: 100%;
}

.user-icon {
  font-size: 0.4em;
  /* change font size should change size of icon */
}

.user-icon {
  border-radius: 4em;
  border: 1px solid transparent;
  height: 6em;
  width: 6em;
  background: none;
  padding: 0.1em;
}
.user-icon:hover {
  background: #222831;
  border-color: #222831;
}

.user-icon::before {
  content: " ";
  display: block;
  height: 1.8em;
  width: 1.8em;
  background: #ffbe33;
  position: relative;
  left: 1.9em;
  top: 0.8em;
  border-radius: 2em;
}
.user-icon::before:hover {
  background: #ffffff;
}

.user-icon::after {
  content: " ";
  display: block;
  height: 1.6em;
  width: 3.5em;
  background: #ffbe33;
  position: relative;
  left: 1em;
  top: 0.9em;
  border-radius: 2em 2em 0 0;
}

.dropdown-toggle::after {
  border: none !important;
  margin-left: 0px !important;
}

.dropdown-menu {
  left: initial !important;
  right: 0;
  background-color: #222831;
  width: 12rem !important;
  font-size: 14px;
}
.dropdown-menu a {
  color: #ffbe33;
  margin: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #5f6771;
  color: #ffbe33;
  font-weight: 600;
}

.user_link:hover {
  background-color: #222831;
  border-color: #222831;
  border-radius: 50%;
}

section.user_events {
  min-height: 70vh;
}

.form-group label {
  text-align: left !important;
}

.tag {
  background-color: #f8f7fa;
  border-radius: 18px;
  color: #4b4d63;
  height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 12px;
  font-size: 0.8em;
  margin: 10px 5px;
}
.tag label {
  font-weight: 600;
  margin: 0;
  padding: 0 10px;
}
.tag .close-tag {
  cursor: pointer;
}

.dollar {
  color: green !important;
  padding: 0px 3px;
  font-weight: 800;
}

.ticket_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #C8C8C8;
}
.ticket_list p {
  display: flex;
  align-items: center;
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
.ticket_list:hover {
  border: 1px solid #C8C8C8;
  border-radius: 5px;
}
.ticket_list small {
  display: flex;
  align-items: flex-start;
}
.ticket_list .dash {
  position: absolute;
  display: flex;
  background: #6b69d3;
  width: 10px;
  height: 25px;
  border-radius: 10px;
}
.ticket_list .sale {
  background: #ff4d4f;
  color: #ffffff;
  border-radius: 10px;
  padding: 0px 10px;
  margin-left: 10px;
  font-size: 0.8em;
}
.ticket_list i {
  cursor: pointer;
  padding: 0px 5px;
}
.ticket_list .dots {
  color: #99a2a8;
  cursor: pointer;
}

.form-item {
  position: relative;
  margin-bottom: 15px;
}

.form-item input {
  display: block;
  height: 40px;
  background: transparent;
  border: solid 1px #ccc;
  transition: all 0.3s ease;
  padding: 20px 15px;
}

.form-item input:focus {
  border-color: blue;
}

.form-item label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 13px;
  left: 10px;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  padding: 0 12px;
  color: #999;
  transition: all 0.3s ease;
}

.form-item input:focus + label,
.form-item input:valid + label {
  font-size: 12px;
  top: -5px;
}

.form-item input[readonly] + label {
  font-size: 12px;
  top: -9px;
  background-color: transparent;
}

.form-item input:focus + label {
  color: blue;
}

#personal_info_form div.row {
  margin: 10px 0px;
}

.flash_message {
  position: fixed;
  bottom: 0px;
  right: 200px;
  z-index: 10000;
}
.flash_message .container {
  width: 400px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flash_message .flash-success {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 2px 1px 5px rgba(202, 202, 202, 0.6);
  transition: all 0.6s ease;
  background-color: #f4f5f9;
}
.flash_message .flash-success > .icon {
  background-color: #88dba3;
  border: 1px solid #88dba3;
  color: #3ac569;
}
.flash_message .flash-success > .message {
  color: #3ac569;
}
.flash_message .flash-error {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 5px 5px 15px rgba(202, 202, 202, 0.6);
  transition: all 0.6s ease;
  background-color: #f4f5f9;
}
.flash_message .flash-error > .icon {
  background-color: #ff7473;
  border: 1px solid #ff7473;
  color: #f1404b;
}
.flash_message .flash-error > .message {
  color: #f1404b;
}
.flash_message .icon {
  width: 80px;
  min-width: 80px;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.12);
  font-weight: 800;
  position: relative;
  float: left;
}
.flash_message .message {
  font-size: 12px;
  top: 0px;
  left: 100px;
}
.flash_message .message > span {
  font-weight: 800;
}
.flash_message a {
  text-decoration: none;
}
.flash_message .button {
  font-size: 18px;
  line-height: 28px;
  padding: 0 8px;
  float: right;
  margin: 26px 15px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}

.close:focus {
  outline: none;
}

main.container {
  margin: 0px;
  max-width: unset !important;
  width: auto !important;
  min-width: auto !important;
}

.nav-list {
  position: fixed;
  padding: 60px 30px;
  background-color: #F8F7FA;
  z-index: 3;
  left: 0px;
  height: 100vh;
  transform: translateX(-250px);
  transition: transform 0.5s;
}
.nav-list li {
  font-family: "Open Sans", sans-serif;
  list-style-type: none;
  padding: 20px 35px;
  border-bottom: 1px solid rgba(64, 88, 103, 0.1);
  margin: 0px 0px;
  font-size: 0.9em;
}
.nav-list li.list-brand {
  margin: 0px;
  padding: 20px 20px;
  border: none;
  color: #405867 !important;
  font-size: 1em;
  font-weight: 800;
}
.nav-list li a {
  color: #405867 !important;
}
.nav-list li a.active {
  font-weight: 600;
}
.nav-list li:hover {
  font-weight: 600;
}
.nav-list li:last-child {
  border-bottom: none;
}

label {
  color: #99a2a8;
  font-weight: 600;
}

aside .content_aside {
  padding: 20px;
}
aside .content_aside h6, aside .content_aside h5, aside .content_aside h4, aside .content_aside h3 {
  font-weight: 600;
  color: #405867;
}

.register_tickets_area {
  padding: 20px 60px;
  text-align: center;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.register_tickets_area header {
  margin: 40px 0px;
}
.register_tickets_area h4 {
  color: #405867;
  padding: 10px 10px;
  margin: 0px;
}

.tickets_checkout {
  /* display: flex; */
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #99a2a8;
}
.tickets_checkout h5 {
  color: #405867;
}
.tickets_checkout p {
  margin: 0;
}

#ticket-orders {
  padding: 5px 10px;
}
#ticket-orders .t-order {
  display: flex;
  justify-content: space-between;
}

.edit_information {
  padding: 60px 60px;
  min-height: 76vh;
  /*z-index: -2;*/
}

.edit_information h2 {
  margin-bottom: 50px !important;
}

tbody td {
  padding: 15px 18px !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.note-btn i {
  color: #ffbe33;
}

.note-modal .modal-header {
  background-color: #222831;
  color: #ffffff;
  border-bottom: none;
  flex-direction: row-reverse;
}

.note-btn-primary {
  background-color: #ffbe33 !important;
  border: #ffbe33 !important;
}

.header {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #f3f3f3;
  z-index: 999;
  display: flex;
}
.header button {
  padding: 0px 25px;
  border: none;
}

.nav-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.sidebar {
  padding: 0px;
}

.nav-open .nav-list {
  transform: translateX(0px);
  transition: transform 0.5s;
}

.nav-open .nav-overlay {
  visibility: visible;
  opacity: 1;
}

.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.search-box {
  position: absolute;
  left: 160px;
  height: 40px;
  background-color: #353b48;
  border-radius: 40px;
  padding: 0px 10px;
  transition: left 0.8s ease-in-out;
  z-index: 1;
}

.search-txt {
  background: none;
  border: none;
  outline: none;
  float: left;
  color: #ffbe33;
  line-height: 40px;
  width: 0px;
  font-size: 14px;
  padding: 0px;
  transition: width 0.8s ease-in-out;
}
.search-txt:focus {
  width: 180px;
}

.search-btn {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffbe33;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #353b48;
  border: none;
  outline: none;
}

.search-btn:hover {
  border: none;
  outline: none;
}

.search-box:hover > .search-txt {
  width: 180px;
}

@media (max-width: 460px) {
  .btn-group {
    flex-direction: column;
  }
  .btn-group label {
    border-radius: 0px;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }

  .search-box:hover {
    left: 0;
  }
}
@media (max-width: 502px) {
  .ticket_list .sale {
    display: none;
  }
  .ticket_list p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .ticket_list small {
    display: none;
  }
  .ticket_list .dash {
    margin-top: 0px !important;
  }
}
@media (max-width: 576px) {
  .box {
    margin: 0px 0%;
  }
  .box .img-box {
    height: 200px !important;
  }
  .box .detail-box {
    height: 220px !important;
  }
}
@media (min-width: 992px) {
  .nav-list {
    position: relative;
    transform: translateX(0px);
  }

  .header {
    display: none;
  }

  .table-responsive {
    display: table !important;
  }
}


h1,h2,h3,h4,h5,h6,p,small,span,strong {
  word-wrap: break-word !important;
  }
  .flex-table-rounded{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }