@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff') format('woff'),
        url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal; 
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff') format('woff'),
        url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff') format('woff'),
        url('../fonts/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


/* Header Css Add Here */
header .navbar-light .navbar-nav li {
  margin: 0 6px;
}

.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 999;
} 

header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav a {
  color: #000;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
}

.login-btn ul.user-box {
  list-style: none;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  border-radius: 4px;
  display: flex;
  font-weight: 500;
  background: #ed4a43;
  padding: 0;
}
.login-btn ul.user-box li:last-child {
  border-right: 0;
}
.navbar-light .navbar-brand img {
  width: 100%;
  max-width: 250px;
}
.login-btn ul.user-box li {
  list-style: none;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}
.login-btn ul.user-box li a {
  color: #FFFFFF;
  display: block;
  padding: 10px 18px 12px;
  line-height: 20px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Poppins';
font-weight: normal;
}
.navbar.navbar-light {
  padding: 10px 0;
}
header #navbarSupportedContent ul.navbar-nav {
  align-items: center;
}
header .navbar-light .navbar-nav a.menu-btn {
  background: #ed4a43;
  padding: 6px 25px;
  border-radius: 30px;
  color: #fff; border: 1px solid #ed4a43;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
header .navbar-light .navbar-nav a.menu-btn:hover {
  background: #fff;
  color: #ed4a43;
}
header .navbar-light .navbar-nav a.nav-link:hover, header .navbar-light .navbar-nav a:hover {
  color: #ed4a43;
}
.right-two-btns ul li.cart-items a {
  color: #ed4a43;
  font-size: 24px;
}
.right-two-btns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.right-two-btns ul li {
  display: inline-block;
}
.right-two-btns ul li a.menu-btn {
  background: #ed4a43;
  padding: 6px 25px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #ed4a43;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
}

.top-banner-section {
  background: #ed4a43;
  padding: 8px 0;
}
.top-banner-section a.title_link, .top-banner-section .slide-text marquee {
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.top-banner-section .email-link {
  text-align: right;
}

.menu-and-icons {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.menu-and-icons .right-div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-and-icons .right-div ul li a {
  color: #ed4a43;
  font-size: 24px;
}
.footer-section .contact-info .footer-logo img {
  width: 100%;
  max-width: 250px;
}

/* Banner Css Add Here */

.banner-section {
  background: #0d1d31;
  padding: 90px 0;
}
.banner-section .carousel-item h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 1.1; margin: 0 0 25px;
}
p.banner-description {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 1.2;
  margin: 0 0 35px;
}
.banner-section .carousel-item a.banner-btn {
  border-radius: 50px;
  background-color: #ed4a43;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  text-decoration: none;
  width: 100%;
  display: block;
  max-width: 200px;
  text-align: center;
  padding: 10px 0;
  line-height: 24px;
}
.banner-section .carousel-indicators button {
  width: 20px;
  height: 20px;
  border-radius: 60px !important;
  background-color: #ffffff;
  border: 0;
}
.banner-section .carousel-item a.banner-btn:hover {
  background: #fff;
  color: #ed4a43;
}
.banner-section .carousel-indicators {
  bottom: -60px;
  margin-bottom: 0;
}


/* Upcoming Event Css */

.events-section {
  padding: 80px 0;
}
h2.Section-Heading {
  text-align: center;
  font-size: 40px;
  color: #000000;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 1;
  position: relative;
  padding: 0 0 35px;
  margin: 0 0 60px;
}
h2.Section-Heading span {
  font-weight: bold;
}
h2.Section-Heading::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 2px;
  background: #ed4a43;
  content: "";
  bottom: 0;
}

.event-thumbnail {
  position: relative;
}

.event-thumbnail img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
}
.events-section .event-item {
  margin: 0 0 30px;
}
.event-thumbnail .time {
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background-color: #ed4a43;
  bottom: -35px;
  z-index: 1;
  position: absolute;
  left: 0; right:0;  margin: 0 auto;
  word-wrap: break-word;
  padding-top: 22px;
}
.event-thumbnail .time .month {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  line-height: 7px;
  font-family: 'Poppins';
  font-size: 14px;
}
.event-thumbnail .time .date {
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
}
.events-section .event-content {
  padding: 60px 20px 30px ;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #dfdfdf;
  background: #fff;
}
.events-section .event-content h2.title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins';
  margin: 0 0 15px;
  line-height: 1;   text-align: center;
}
.events-section .event-content h2.title a {
  color: #000;
  text-decoration: none;
}
.events-section .except {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  color: #242b46;
  padding-top: 10px;
  font-weight: normal;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Poppins';
}
.events-section .venue {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Poppins';
  color: #242b46;
}
.events-section .venue span i {
  font-size: 20px;
  padding: 0 8px 0 0;
  color: #ed4a43;
  line-height: 20px;
  position: relative;
  top: 2px;
}
.events-section .bottom {
  border-top: 1px solid #dfdfdf;
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
}
.events-section .bottom .more-detail a.btn-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  text-decoration: none;
  background: #ed4a43;
  border-radius: 3px;
  padding: 6px 18px;
  display: inline-block;
  border: 1px solid #ed4a43;
}
.events-section .bottom .more-detail a.btn-link:hover {
  background: #fff;
  color: #ed4a43;
}
.events-section .bottom .price {
  font-family: "Poppins";
  font-weight: 600;
  color: #ed4a43;
  font-size: 16px;
}
.events-section .event-item:hover .event-content {
  background: #f2f2f2;
}
.events-section .event-content h2.title a:hover {
  color: #ed4a43;
}

.events-section .event-btn a {
font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  background-color: #ed4a43;
  width: 100%;
  display: block;
  max-width: 190px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  padding: 10px;
  border: 2px solid #ed4a43;
  border-radius: 50px;
}
.events-section .event-btn a:hover {
  background: #fff;
  color: #ed4a43;
}
.events-section .event-btn {
  justify-content: center;
  display: flex;
  margin: 35px 0 0;
}

.prices-div .price {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins';
  margin: 0 0 20px;
  line-height: 1;
  color: #ed4a43;
  text-align: center;
  width: 100%;
  display: block;
}
.more-detail a.btn-link {
  background: #ed4a43;
  padding: 6px 25px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #ed4a43;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}
.events-section .event-item .more-detail {
  text-align: center;
}

/* Form Section Css */
.form-section {
  background-image: url("../images/form-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.form-section .price-colm {
  padding: 30px 0 0;
}

.form-section .price-colm h2 {
  font-size: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 1;
  margin: 0 0 35px;
}
.prices-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.prices-list li.price-list-item {
  margin: 0px 0px 35px 0px;
  position: relative; overflow: hidden;
}
.prices-list li.price-list-item .price-grid-middle {
  border: 2px solid #E8ECF8;
  background: #fff;
  padding: 30px;
  display: flex; align-items: center;
  flex-wrap: wrap;
}
.prices-list li.price-list-item .price-list-text {
  flex: 1;
  min-width: 1px;
}
.prices-list .price-list-header {
  font-size: 18px;
}
.prices-list .price-list-header .price-list-title {
  color: #000;
  font-family: "Poppins";
  font-weight: 600;
  display: block;
  max-width: 80%;
}
.prices-list li.price-list-item p.price-list-des {
  color: #605E5E;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  margin: 0 0 2px;
  line-height: 1.7;
}
.prices-list li.price-list-item .event-date {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Poppins";
}
.prices-list li.price-list-item .width-auto {
  border-left: 1px solid #E8ECF8;
  padding: 9px 0 9px 30px;
}
.prices-list li.price-list-item .price-btn {
  margin-left: 40px;
  border-left: 1px solid #E8ECF8;
  padding: 6px 0 6px 30px;
}
.prices-list li.price-list-item .price-btn a.button {
  padding: 6px 25px 6px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: "Poppins";
  background: #ed4a43;
  color: #fff;
  text-decoration: none;
  display: block;
  border: 2px solid #ed4a43;
}
.prices-list li.price-list-item .price-btn a.button:hover {
  background: #fff;
  color: #ed4a43;
}

.prices-list li.price-list-item .price-list-price {
  font-family: "Poppins";
  color: #151748;
  background-color: #14ABF400;
  border-radius: 38px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.form-section .form-bg {
  background: #ed4a43;
  padding: 30px;
  border-radius: 4px;
}
.form-section .form-bg .form-div {
  display: flex;
  flex-wrap: wrap;
}
.form-section .form-div .form-group {
  margin-bottom: 20px;
}
.form-bg h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.2;
}
.form-section .form-div .form-group input[type="text"], .form-section .form-div .form-group input[type="email"] {
  height: 44px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  outline: 0;
  box-shadow: 0 0 0 transparent;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 300;
  color: #000;
  width: 100%;
}
.form-section .form-div .form-group.left-colm {
  margin-right: 10px; width: calc(50% - 10px);
}
.form-section .form-div .form-group.right-colm {
  margin-left: 10px; width: calc(50% - 10px);
}
.form-section .form-div .form-group label {
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
  font-size: 15px;
  line-height: 20px;
}
.form-group.full-width {
  width: 100%;
}
.form-section .form-div .form-group textarea {
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  outline: 0;
  box-shadow: 0 0 0 transparent;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 300;
  color: #000;
  width: 100%;
}
.form-section .form-div .form-group.submit-btn {
  margin: 10px 0 0;
  text-align: center;
  width: 100%;
}
.form-group.submit-btn button.btn.btn__secondary {
  border-radius: 50px;
  background-color: #ffffff;
  width: 100%;
  max-width: 200px;
  padding: 9px 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: #ed4a43;
  font-weight: 600;
  font-family: "Poppins";
}
.form-group.submit-btn button.btn.btn__secondary:hover {
  background: #000;
  color: #fff;
}

/* Why Choose Section Css */
.why-choose-us-sec {
  padding: 80px 0;
}
.why-choose-us-sec .choose-box {
  padding: 45px 45px 45px 90px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  display: inline-block;
  position: relative; margin: 0 0 35px;
}
.why-choose-us-sec .choose-box .number {
  position: absolute;
  width: 35px;
  height: 35px;
  color: #fff;
  font-weight: 500;
  float: left;
  background: #ed4a43;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  left: 30px;
  top: 45px;
  font-family: "Poppins";
}
.why-choose-us-sec .choose-box h3.title {
  margin-top: 10px;
  margin-bottom: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Poppins";
  color: #000;
}
.why-choose-us-sec .choose-box .desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #242b46;
  font-family: "Poppins";
}


.heading-text-div h2.Section-Heading {
margin: 0 0 20px;
  padding: 0;
}

.why-choose-us-sec .heading-text-div p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Poppins";
  text-align: center;
}
.why-choose-us-sec .heading-text-div {
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 40px;
}
.why-choose-us-sec .heading-text-div::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 2px;
  background: #ed4a43;
  content: "";
  bottom: 0;
}
.heading-text-div h2.Section-Heading::before {
  display: none;
}
.three-box-container .boxs-gaps {
  row-gap: 40px;
}

.why-choose-us-sec .ticks-boxs {
  width: 100%;
  text-align: center;
/*   padding: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 4px; */
}

.why-choose-us-sec .ticks-boxs .icon-box i {
  font-size: 45px;
  color: #ed4a43;
  -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

.why-choose-us-sec .ticks-boxs .icon-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border: 1px solid #ed4a43;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}

.why-choose-us-sec .ticks-boxs .icon-box:hover {
  background: #ed4a43;
  transform: translateY(-15px);
-moz-transform: translateY(-15px);
-webkit-transform: translateY(-15px);
}
.why-choose-us-sec .ticks-boxs .icon-box:hover i {
  color: #fff;
}
.why-choose-us-sec .ticks-boxs h5 {
  font-size: 45px;
  color: #ed4a43;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 1;
  margin: 0 0 10px;
}
.why-choose-us-sec .ticks-boxs h3 {
  margin: 0 0 10px;
  color: #ed4a43;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.why-choose-us-sec .ticks-boxs p {
  font-size: 14px;
  line-height: 26px;
  color: #242b46;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
}
.why-choose-us-sec h2.Section-Heading{ font-size: 36px; font-weight: 600; line-height: 1.3;}
.try-event-btns {
  text-align: center;
  margin: 50px 0 0;
}
.try-event-btns a.read-more-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  background-color: #ed4a43;
  width: 100%;
  display: block;
  max-width: 270px;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #ed4a43;
  margin: 0 auto;
  border-radius: 50px;
}



/* Join Us Section Css */

.join-us-sec {
  background: #f8fcfd;
  padding: 80px 0;
}

.join-us-sec .join-dec-div p {
  font-size: 16px;
  line-height: 28px;
  color: #242b46;
  font-weight: 400;
  font-family: "Poppins"; margin: 0 0 30px;
}
.join-us-sec .join-title-div h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #a3a3a3;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 20px;
  margin: 0 0 15px;
}
.join-us-sec .join-title-div h2 {
  font-size: 36px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 1.2;
  position: relative; padding: 0 0 30px;
}
.join-us-sec .join-title-div h2::before {
  position: absolute;
  left: 0;
  width: 80px;
  height: 2px;
  background: #ed4a43;
  content: "";
  bottom: 0;
}
.join-us-sec .join-dec-div a.read-more-btn {
font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  border-radius: 50px;
  background-color: #ed4a43;
  width: 100%;
  display: block;
  max-width: 150px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  padding: 10px;
  border: 2px solid #ed4a43;
}
.join-us-sec .join-dec-div a.read-more-btn:hover {
  background: #fff;
  color: #ed4a43;
}


/* Trending */

.trending-now-sec {
  padding: 80px 0;   background: #f8fcfd;
}

.trending-now-sec h2.Section-Heading::before {
  display: none;
}
.trending-now-sec h2.Section-Heading {
  font-weight: 600;
  margin: 0;
  padding: 0 20px 20px;
  font-size: 36px;
  line-height: 42px;
}
.discover-feature-item .images-div img {
  border-radius: 5px;
}
.discover-feature-item .images-div {
  margin: 0 0 20px;
}
.discover-feature-item .bnr-des .title-div h3 {
  color: #000000;
  font-weight: 600;
  font-family: "Poppins";
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 15px;
}

.discover-feature-item .bnr-des .title-div h3 a { text-decoration: none; color: #000;}
.discover-feature-item .bnr-des .button-items a {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  background-color: #ed4a43;
  width: 100%;
  display: block;
  max-width: 130px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  padding: 8px 10px;
  border: 1px solid #ed4a43;
  border-radius: 50px;
}
.trending-now-sec .discover-slider-section .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.trending-now-sec .discover-slider-section .owl-dots {
  text-align: center;
  margin: 50px 0 0;
}
.trending-now-sec .discover-slider-section .owl-dots .owl-dot.active span {
  background: #ed4a43;
}

.trending-event-sec {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
margin: 0 0 45px; align-items: center;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
}
.trending-event-sec .event-thumbnail {
  width: 35%;
}
.trending-event-sec .event-details {
  padding: 40px;
  width: 65%;
}
.trending-event-sec .event-thumbnail .time-div {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(237,74,67,0.75);
  display: flex; flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.trending-event-sec .event-thumbnail .time-div .date, .trending-event-sec .event-thumbnail .time-div .month {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
}
.trending-event-sec .event-thumbnail img {
  border-radius: 6px;
}
.event-details .event-title h2 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 1.2;
}

.event-details .event-title H2 a {
  color: #ed4a43;
  text-decoration: none;
}
.event-details .except {
font-size: 14px;
line-height: 24px;
color: #242b46;
font-weight: normal;
font-family: "Poppins";
margin: 0 0 20px
}
.event-details .event-btns a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins";
  text-decoration: none;
  border: 2px solid #ed4a43;
  border-radius: 3px;
  padding: 7px 23px;
  display: inline-block;
}
.event-details .event-btns a.buy-now-btn {
  background-color: #ed4a43;
  color: #fff;
}
.event-details .event-btns a.read-more-btn {
  color: #ed4a43;
  margin: 0 0px 0 30px;
}
.event-details .location-div {
font-size: 14px;
line-height: 24px;
color: #242b46;
font-weight: normal;
font-family: "Poppins";
margin: 0 0 15px;
padding: 0 0 0 20px;
position: relative;
}
.event-details .location-div::before {
  content: "\f041";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
  color: #ed4a43;
}
.event-details .price-div {
  margin: 15px 0 15px;
  font-size: 16px;
line-height: 24px;
color: #242b46;
font-weight: 500;
font-family: "Poppins";
}
.event-details .price-div .date-time {
  font-weight: 300;
  font-style: italic;
  font-family: "Poppins";
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
}
.event-details .price-div .date-time::before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0px;
  color: #ed4a43;
}
.event-details .event-btns a.buy-now-btn:hover {
  background: #fff;
  color: #ed4a43;
}
.event-details .event-btns a.read-more-btn:hover {
  background: #ed4a43;
  color: #fff;
}


/* Our Partner Section */


.our-partner-section {
  padding: 80px 0;
}
.our-partner-section .logos-div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
margin: 0;
}
.our-partner-section .logos-div ul li {
  padding: 0 15px;
  width: 16.66666667%;
    list-style: none;
}
.our-partner-section .logos-div ul img {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}



/* New Section Add Here */
.flexible-pricing-section {
  padding: 80px 0;
}
.flexible-pricing-section h2, .complex-event-section h3{
  font-size: 36px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 1.2;
  position: relative;
  margin: 0 0 15px;
}
.flexible-pricing-section p {
  font-size: 16px;
  line-height: 28px;
  color: #242b46;
  font-weight: 400;
  font-family: "Poppins";   margin: 0;
}
.flexible-pricing-section .button-div {
  text-align: right;   width: 100%;
}
.flexible-pricing-section .hr-div hr {
  background: #ddd;
}

.flexible-pricing-section .button-div a {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  background-color: #ed4a43;
  width: 100%;
  display: inline-block;
  max-width: 230px;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  padding: 9px;
  border: 1px solid #ed4a43;
  border-radius: 50px;
}
.flexible-pricing-section .hr-div {
  margin: 40px 0;
}

.flexible-pricing-section .toolkit-div h4, .flexible-pricing-section .attendee-content-div h4 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 1.2;
  position: relative;
  margin: 0 0 15px;
}
.flexible-pricing-section .toolkit-div ul li::before, .flexible-pricing-section .attendee-content-div ul li::before {
  content: "\f14a";
  font-family: FontAwesome;
  color: #ed4a43;
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 16px;
}

.flexible-pricing-section .toolkit-div ul li. .flexible-pricing-section .attendee-content-div ul li {
  font-size: 14px;
  line-height: 28px;
  color: #242b46;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0 0 5px 35px;
}

.flexible-pricing-section .toolkit-div ul, .flexible-pricing-section .attendee-content-div ul {
  padding: 0 0 0 15px;
  margin: 0;
}

.flexible-pricing-section .attendee-content-div ul {
  margin: 0 0 10px;
}

.flexible-pricing-section .attendee-content-div p {
  font-size: 16px;
  line-height: 28px;
  color: #242b46;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
}
.flexible-pricing-section .attendee-content-div a.links-text {
  color: #08c2bf;
  text-decoration: none;
}





/* New Section Css Add Here */

.complex-event-section {
  padding: 80px 0;
  background: #f8fcfd;
}
.complex-event-section p{ 
font-size: 16px;
  line-height: 28px;
  color: #242b46;
  font-weight: 400;
  font-family: "Poppins";
  }
  
 .complex-event-section .images-div {
  text-align: center;
}
.complex-event-section .complex-event-btns a {
  color: #08c2bf;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: uppercase;
}
.complex-event-section .complex-event-btns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: center;
  margin: 30px 0 0;
}
.complex-event-section .complex-event-btns a.contact-sales-btns {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  background-color: #ed4a43;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  padding: 9px 20px 7px;
  border: 1px solid #ed4a43;
  border-radius: 50px;
}


/* Testimonial Section Css */


.testimonial-section {
  padding: 80px 0;
}
.testimonial-section h2.Section-Heading {
  line-height: 2;
}
.testimonial-section h2.Section-Heading {
  line-height: 2;
  padding: 0;
  margin: 0 0 40px;
}
.testimonial-section h2.Section-Heading::before {
  opacity: .15;
  font-size: 110px;
  line-height: 1;
  text-transform: uppercase;
  color: #ed4a43;
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  bottom: auto;
}
.testimonial-section p.text {
  font-size: 20px;
  color: #242b46;
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins";
  text-align: center;
  margin: 0;
}
.testimonial-section .client-image {
  text-align: center;
  display: table;
  margin: 65px auto 30px;
  position: relative;
}
.testimonial-section .testimonial-item {
  max-width: 900px;
  margin: auto;
}
.testimonial-section .client-image img {
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 10px rgba(52,61,71,.45);
  -moz-box-shadow: 1px 2px 10px rgba(52,61,71,.45);
  box-shadow: 1px 2px 10px rgba(52,61,71,.45);
  border: 4px solid #ed4a43;
}
.testimonial-section .client-image .zoom-icon {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  color: #dc4e41;
  background-color: #fff;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
}
.testimonial-section .client-image .zoom-icon i {
  font-size: 26px;
  line-height: 46px;
  color: #ed4a43;
}
.testimonial-section .testi-info-area p.review {
font-size: 16px;
line-height: 26px;
color: #242b46;
font-weight: 400;
font-family: "Poppins";
text-align: center;
margin: 0 0 30px;

}

.testimonial-section .testi-info-area h4.client-name {
  font-size: 20px;
  line-height: 24px;
  color: #ed4a43;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
}
.testimonial-section .testi-info-area h4.client-name span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.testimonial-section .owl-dots {
  text-align: center;
  margin: 15px 0 0;
}
.testimonial-section .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  border: 2px solid #ed4a43;
  margin: 0 5px;
  border-radius: 50px;
}
.testimonial-section .owl-dots .owl-dot.active, .testimonial-section .owl-dots .owl-dot:hover {
  background: #ed4a43;
}

/* Footer Css Add Here */

.footer-section {
  background-image: url("../images/footer-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 50px 5px 40px; 
}
.footer-bottom-text {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 25px 0 0; margin: 30px 0 0;
}

.footer-section ul.social-icons li a {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #525164;
  text-align: center;
  color: #525164;
  font-size: 16px;
  padding: 7px 0;
}
.footer-section .footer-social-div {
  margin: 30px 0 0;
}
.footer-section .contact-info .footer-logo {
  margin: 0 0 25px;
}
.footer-section .contact-info p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins";
}
.footer-section ul.social-icons.social-icons {
  display: flex;
  column-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-section .footer-item h3 {
  color: #fff;
  font-weight: 500;
  font-family: "Poppins"; line-height: 24px;
  font-size: 20px; margin: 0 0 15px;
}
.footer-section .footer-item .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section ul.social-icons li a:hover {
  background: #ed4a43;
  border-color: #ed4a43;
  color: #fff;
}

.newsletter-div {
  max-width: 1170px;
  margin: -115px auto 0;
  padding: 80px 80px 80px 80px;
  border-radius: 6px;
  background-color: #ed4a43;
}

.newsletter-div h5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins";
  margin: 0 0 10px; line-height: 20px;
}
.newsletter-div h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  font-family: "Poppins";
  text-align: center;
  margin: 0 0 30px;
}
.newsletter-div form {
  max-width: 630px;
  margin: auto;
  position: relative;
}
.newsletter-div form input[type="email"] {
  height: 65px;
  width: 100%;
  max-width: 100%;
  border: none;
  -webkit-box-shadow: 0px 17px 30px 0px rgba(15, 15, 18, 0.08);
  box-shadow: 0px 17px 30px 0px rgba(15, 15, 18, 0.08);
  border-radius: 100px;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
}
.newsletter-div form button.subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 20.5px 35px;
  line-height: 1;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
  background: #ed4a43;
  border: 6px solid #fff;
  color: #fff;
  border-radius: 50px;
}
.newsletter-div form button.subscribe-btn i.fa {
  display: none;
}
.bottom-footer-sec ul.social-icons {
  padding: 0;
  margin: 60px 0 0;
  text-align: center;
}
.footer-section .recent-event-div {
  margin: 20px 0 0;
}
.bottom-footer-sec ul.social-icons li {
  display: inline-block;
}
.bottom-footer-sec ul.social-icons li a {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #525164;
  text-align: center;
  color: #525164;
  font-size: 16px;
  padding: 7px 0;
  margin: 0 10px;
}

.bottom-footer-sec .footer-menu {
  margin: 25px 0;
}

.bottom-footer-sec .footer-menu ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.bottom-footer-sec .footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #a8a8ad;
  font-weight: 400; line-height: 20px;
  font-family: "Poppins";
}
.footer-section .footer-item .footer-menu ul li {
  margin: 0 0 5px;
}
/* .footer-menu ul li a::before {
  position: absolute;
  left: -24px;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  background: #5f5e6f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
} */
.copyright-text p {
  font-size: 14px;
  color: #a8a8ad;
  font-weight: normal;
  font-family: "Poppins";
  margin:0;
}
.bottom-footer-sec ul.social-icons li a:hover {
  background: #ed4a43;
  border-color: #ed4a43;
  color: #fff;
}

.footer-menu ul li a:hover {
  color: #ed4a43;
}


.recent-event-div {
}
.recent-event-div ul.recent-event {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent-event-div ul.recent-event li.event-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.recent-event-div ul.recent-event li.event-item .event-img {
  width: 50px;
}
.recent-event-div ul.recent-event li.event-item .event-img .event-content {
}
.recent-event-div ul.recent-event li.event-item .event-content {
  width: calc(100% - 80px);
  padding: 0 0 0 15px;
}
.recent-event-div ul.recent-event li.event-item .event-img img {
  border: 1px solid rgba(255,255,255,0.5);
}
.recent-event-div ul.recent-event li.event-item .event-content h3 {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  font-weight: normal;
}
.recent-event-div ul.recent-event li.event-item .event-content h3 a {
  color: #a8a8ad;
  text-decoration: none;
}
.recent-event-div ul.recent-event li.event-item .event-content .event-date {
  font-size: 12px;
  font-family: "Poppins";
  line-height: 16px;
  color: #a8a8ad;
  font-weight: 300;
}
.recent-event-div ul.recent-event li.event-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Inner Pages Css Add Here */
.inner-page-banner {
  background-image: url("../images/inner-page-banner-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 136px 0;
}
.inner-page-banner.contact-page-banner {
  padding: 100px 0 172px;
}

.inner-page-banner h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
  line-height: 1.1; 
}

.inner-page-banner p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: normal;
  font-family: "Poppins";
  text-align: center; margin: 0;
}

.contact-us-section {
  background: #f2f2f2;
  padding: 0 0 210px;
}

.contact-us-section .contact-map-div {
  max-width: 1170px;
  margin: -80px auto 0;
  background: #fff;
  padding:30px;
}
.contact-us-section .event-google-map {
  padding-bottom: 30px;
}
.contact-us-section .event-google-map iframe {
  vertical-align: top;
}
.footer-section .contact-info {
  padding: 0 40px 0 0;
}
.contact-info .icon {
  width: 75px;
  height: 75px;
  background-color: #ed4a43;
  border-radius: 100%;
  text-align: center;
  line-height: 75px;
  float: left;
  margin-right: 30px;
  display: flex;
justify-content: center;
align-items: center;
}
.contact-info .title {
  color: #242b46;
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  padding-left: 85px;
}
.contact-info .desc {
  padding-left: 85px;
  color: #242b46;
  opacity: 0.7;
  font-family: "Poppins";
  font-weight:normal;
  font-size: 14px;
line-height: 24px;
}
.contact-info .desc span {
  display: block;
}
.contact-row {
  display: flex;
  flex-wrap: wrap;
}

.contact-row .contact-box {
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}
.contact-info .icon i {
  font-size: 30px;
  color: #fff;
}
.contact-info .icon i.fa.fa-mobile {
  font-size: 36px;
}
.contact-spacer {
  padding: 1px 0px;
}
.contact-spacer hr {
  opacity: 1;
  background: #f2f2f2;
  margin: 60px 0;
}
.practical-div {
  max-width: 710px;
  margin: auto;
}
.practical-div h2 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Poppins";
}
.practical-div p {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #242b46;
  margin: 0 0 15px;
}

.form-last-div {
  max-width: 710px;
  margin: auto; text-align: center;
  padding: 40px 0 0;
}
.form-last-div h2 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Poppins";
}
.form-last-div input[type="text"], .form-last-div input[type="email"] {
  width: 100%;
  height: 45px;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  color: #242b46;
  opacity: 0.7;
  padding-left: 15px;
  margin: 0 0 20px;
  outline: 0;
  box-shadow: 0 0 0 transparent !important;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.form-last-div textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  color: #242b46;
  opacity: 0.7;
  padding-left: 15px;
  margin: 0 0 20px;
  outline: 0;
  box-shadow: 0 0 0 transparent !important;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.form-last-div button.btn.btn__secondary {
  color: #fff;
  opacity: 1;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  width: auto;
  padding: 0px 30px;
  background: #ed4a43;
  height: 45px;
  border-radius: 0;
  font-family: "Poppins";
  border: 1px solid #ed4a43;
}
.form-last-div button.btn.btn__secondary:hover {
  background: #fff;
  color: #ed4a43;
}


/* About Us Css Add Here */

.about-us-section {
  padding: 80px 0;
}
.about-us-section .about-event-div {
  margin: 0 0 50px;
}

.about-us-section h2 {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  font-family: "Poppins";
  line-height: 1;
  position: relative;
  padding: 0 0 35px;
  margin: 0 0 30px;
}
.about-us-section h2::before {
  position: absolute;
  left: 0;
  width: 80px;
  height: 3px;
  background: #ed4a43;
  content: "";
  bottom: 0;
}
.about-us-section p {
  color: #242b46;
  font-weight: normal;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Poppins';
  margin: 0 0 20px;
}


.event-text-div .event-content {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 20px;
}
.event-text-div .event-icon {
  display: table-cell;
  vertical-align: top;
}
.event-text-div .event-content h4.title {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0 0 10px;
}
.about-us-section .event-text-div {
  padding: 0 20px 0 0;
}

.visitor-section {
  display: flex;
  flex-wrap: wrap;
}
.visitor-section .about-content-div {
  display: flex;
  flex-wrap: wrap;
 align-content: center;
 background: #ed4a43;
padding: 1% 4%;
}
.visitor-section .about-content-div h2::before {
  position: absolute;
  left: 0;
  width: 80px;
  height: 3px;
  background: #fff;
  content: "";
  bottom: 0;
}
.visitor-section .about-content-div h2 {
  color: #fff;
  font-size: 36px;
  font-family: "Poppins";
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.visitor-section .about-content-div h5 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: "Poppins";
  font-weight: normal;
  margin: 0 0 20px;
}
.visitor-section .about-content-div p {
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Poppins';
}
.digital-solutions-div .about-image-div {
  order: 2;
}
.digital-solutions-div .about-content-div {
  background: #fafafa;
  order: 1;
}
.digital-solutions-div .about-content-div h2, .digital-solutions-div .about-content-div h5, .digital-solutions-div .about-content-div p {
  color: #000;
}
.digital-solutions-div .about-content-div h2:before{ background:#ed4a43;}


/* Events Page Css Add Here */

.event-fr-section {
  padding: 80px 0;
}

.event-fr-section .venue {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  width: 100%;
  line-height: 24px;
  color: #fff;
  visibility: hidden;
  z-index: 1;
  text-align: center;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
}

.event-fr-section .venue span {
  display: block;
  font-size: 24px;
}
.event-fr-section .event-thumbnail .time {
  left: 50%;
  margin-left: -35px;
  z-index: 1;
}
.event-fr-section .event-thumbnail .time .price {
  visibility: hidden;
  line-height: 24px;
  display: block;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
}
.event-fr-section .event-item {
  position: relative; margin: 0 0 35px;
}
.event-fr-section .event-thumbnail::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: transparent;
}
.event-fr-section .wrap-content {
  border-style: solid;
  border-color: #dfdfdf;
  border-width: 0 1px 1px 1px;
  padding: 0 15px 30px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; text-align: center;
}
.event-fr-section .wrap-content h2.title {
  padding-top: 60px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
  font-family: 'Poppins';
}
.event-fr-section .wrap-content h2.title a {
  color: #000;
  text-decoration: none;
}
.event-fr-section .wrap-content .status {
  color: #ed4a43;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins';
}
.event-fr-section .wrap-content .except {
  color: #242b46;
  padding-top: 10px;
  font-weight: normal;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Poppins';
}
/* .event-fr-section .wrap-content .more-detail {
  margin-top: 50px;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
} */
.event-fr-section .wrap-content .more-detail { margin-top: 30px;}
.event-fr-section .wrap-content .more-detail a.get-ticket-btn {
background-color: #fff;
  border: 1px solid #ed4a43;
  color: #ed4a43;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 9px 35px;
  position: relative;
  text-decoration: none;
  font-family: 'Poppins';
  border-radius: 30px;
  display: inline-block;
}

.event-fr-section .event-item:hover .event-thumbnail::before {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
}


/* .event-fr-section .event-item:hover .time .month, .event-fr-section .event-item:hover .time .date {
  visibility: hidden;
  display: none;
}
 */

.event-fr-section .event-item:hover .venue {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  visibility: visible;
}

.event-fr-section .event-item:hover .event-thumbnail .time .price {
  visibility: visible;
}

.event-fr-section .event-item:hover .wrap-content {
  background-color: #f2f2f2;
}


.event-fr-section .event-item:hover .wrap-content .more-detail a.get-ticket-btn {
  background: #ed4a43;
  color: #fff;
}
.event-fr-section .wrap-content h2.title a:hover{ color: #ed4a43;}


/* Pagination Css Add Here */

.events-pagination .pagination-div {
  text-align: center;
}
.events-pagination .pagination-div ul {
  display: inline-block;
  padding: 0;
  margin: 20px 0;
}
.events-pagination .pagination-div ul li {
  display: inline-block;
}
.events-pagination .pagination-div ul li a {
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  margin: 0px 5px;
  min-width: 50px;
  height: 50px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  position: relative;
  float: left;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}
.events-pagination .pagination-div ul li.active a, .events-pagination .pagination-div ul li a:hover {
  background: #ed4a43;
  border-color: #ed4a43;
  color: #fff;
}


/* Event Single Page Css */
.inner-page-banner.event-detail-banner {
  padding: 110px 0 170px;   background: #000;
}

.single-event-section {
  background: #f2f2f2;
  padding: 0px 0 80px;
}
.related-events-slider .event-item {
  padding: 0 15px;
}
.related-events-slider .owl-dots {
  text-align: center;
  margin: 15px 0 0;
}
.event-fr-section.related-events-slider .owl-nav {
  display: none;
}
.related-events-slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  border: 2px solid #ed4a43;
  margin: 0 5px;
  border-radius: 50px;
}
.related-events-slider .owl-dots .owl-dot.active, .related-events-slider .owl-dots .owl-dot:hover {
  background: #ed4a43;
}

.single-event-section .content {
  background: #000;
  padding: 30px; 
  margin: -100px 0 0 0;
}
.single-event-section #eventslider button {
  opacity: 0.8;
}
.single-event-section #eventslider button i {
  font-size: 24px;
}

.single-event-section #eventslider .carousel-control-next, .single-event-section #eventslider .carousel-control-prev{
width: 10%;
}
.single-event-section #eventslider button:hover {
  opacity: 1;
}
.single-event-section #eventslider .carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 60px !important;
  background-color: #ffffff;
  border: 0;
}
.single-event-section #eventslider .carousel-indicators button.active{opacity:1;}


.single-event-section .content .venue-image {
  margin: 0 0 20px;
}
.single-event-section .content .desc p, .single-event-section .content .desc li, .single-event-section .content .desc {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 20px;
}

.single-event-section .ticket-section {
  padding: 30px;
  background: #fff;
  margin: 60px 0 50px;
}

.single-event-section .ticket-section ul.prices-list li:last-child {
  margin: 0;
}
.single-event-section .ticket-section ul.prices-list li {
  margin: 0 0 30px;
}
.single-event-section .ticket-section ul.prices-list li .price-grid-middle {
  padding: 20px 30px;
}
.single-event-section .ticket-section h2 {
  color: #242b46;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins";
  margin: 0 0 30px;
}


ul.prices-list li .top-shape, ul.prices-list li .bottom-shape {
  position: absolute;
  top: -22px;
  right: 29%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #E8ECF8;
  background: #FFF;
}
ul.prices-list li .bottom-shape {
  bottom: -22px;
  top: auto;
}

.single-event-right .register-btn {
  margin-left: 30px;
}

.single-event-right .register-btn a.book_now_btn {
    border-radius: 4px;
    margin-bottom: 90px;
    padding: 25px;
    background-color: #ed4a43;
    border: 2px solid #ed4a43;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-family: "Poppins";
}
.single-event-section .single-event-right {
  margin: -100px 0 0;
}
.single-event-section .single-event-right .event-info-div.sidebar-map {
  margin-bottom: 0;
  margin-top: 60px;
}
.single-event-section .single-event-right .organizer-div {
  margin-top: 60px;
  margin-bottom: 60px;
}
.single-event-right .register-btn a.book_now_btn:hover{ background:#fff; color:#ed4a43; border-color:#fff;}

/* Venues Page Css */

.venues-section {
  padding: 80px 0 200px;
}
.venues-section .venue-item {
  background-color: #fff;
  margin-bottom: 30px;
}
.venues-section .venue-item .content {
  border-style: solid;
  border-color: #dfdfdf;
  border-width: 0 1px 1px 1px;
  padding: 23px 0 0;
}
.venues-section .venue-item .content .title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
  margin: 0px 0 20px;
  padding: 0 20px;
}
.venues-section .venue-item .content .title a {
  font-size: 16px;
  color: #242b46;
  text-decoration: none;
}
.venues-section .venue-item .content .desc {
  opacity: 0.7;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.venues-section .venue-item .content .desc p {
  color: #242b46;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins';
  font-weight: normal;
  margin: 0 0 10px;
}
.venues-section .venue-item .content .address {
  border-top: 1px solid #dfdfdf;
  background-color: #f6f6f6;
  padding: 20px 20px;
  font-weight: 500;
  color: #242b46;
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 22px;
}
.venues-section .venue-item .content .address i {
  padding-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}


/* Venue Single Page Css */
.single-venue-section {
  background: #f2f2f2;
  padding: 80px 0 200px;
}
.single-venue-section .content {
  background-color: #fff;
  padding: 30px;
  margin: 0 0 50px;
}
.single-venue-section .desc {
  margin-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.single-venue-section .desc p, .single-venue-section .desc li {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #242b46;
  margin: 0 0 20px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
.single-venue-section .desc blockquote p, blockquote p {
  margin: 0;
}

.event-info-div {
  background-color: #fff;
  padding: 25px;
}
.event-info-div h3.title {
  text-transform: uppercase;
  color: #242b46;
  font-size: 18px;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 50px;
  position: relative;
  line-height: 1.1;
  font-family: "Poppins";
}
.event-info-div h3.title span {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ed4a43;
  left: 0;
  bottom: -7px;
}
.event-info-div h3.title span.two {
  left: 7px;
}
.event-info-div h3.title span.three {
  left: 14px;
}
.event-info-div h3.title span.four {
  left: 21px;
}
.event-info-div h3.title span.five {
  left: 28px;
}
.event-info-div h3.title i {
  position: absolute;
  right: 0;
  top: 2px;
  color: #dbdbdb;
}
.event-info-div .event-widget {
  font-size: 12px;
  color: #242b46;
  font-family: "Poppins";
  line-height: 24px;
  font-weight: normal;
}
.event-info-div .event-widget .event-row {
  display: flex;
  margin: 0 0 10px;
}
.event-info-div .event-widget .event-row label {
  font-size: 14px;
  font-weight: 500;
  padding-right: 30px;
  min-width: 110px;
  margin: 0 0 5px;
}
.event-info-div .event-widget .event-row span {
  opacity: 0.7;
  word-break: break-word;
}
.event-info-div .event-widget .event-row span a {
  color: #ed4a43;
  text-decoration: none;
}
.event-info-div.sidebar-map {
  margin-bottom: 60px;
  margin-top: 60px;
}
.get-direction-map {
  text-align: center;
  margin: 30px 0 0;
}

.get-direction-map a.direction-btn {
cursor: pointer;
border: 1px solid #ed4a43;
background-color: #ffffff;
color: #ed4a43;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
font-weight: 500;
padding: 11.5px 40px 11.5px 50px;
text-decoration: none;
font-family: "Poppins";
border-radius: 4px;
position: relative;
display: inline-block;
}
.get-direction-map a.direction-btn:hover{ 
background:#ed4a43; color:#fff;
}
.get-direction-map a.direction-btn i {
  background: transparent;
  padding: 5px;
  font-size: 14px;
  position: absolute;
  left: 25px;
  top: 11px;
}
.single-venue-section .social {
  text-align: left;
}
.single-venue-section .social span {
  display: inline-block;
  font-weight: 600;
  color: #242b46;
  font-family: "Poppins";
font-size: 14px;
}
.single-venue-section .social i {
  font-size: 16px;
  padding-right: 10px;
}
.single-venue-section .social ul.share-social-icon {
  list-style-type: none;
  display: inline-block;
  padding: 0 0 0 15px;
}
.single-venue-section .social ul.share-social-icon li {
  display: inline-block;
}
.single-venue-section .social ul.share-social-icon li a {
  color: #242b46;
  padding: 0px 5px;
  opacity: 0.3;
}
.single-venue-section .social ul.share-social-icon li a:hover{
	color:#ed4a43; opacity:1;
}

/* Cart Page Css Add Here */

.inner-page-banner.cart-page-banner h1 { text-transform: uppercase;}
.cart-total-sec { padding: 80px 0 200px; background: #f2f2f2;}
.cart-total-sec .event-cart-table {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
.cart-total-sec table.event-table {
  border: none;
  border-radius: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
.cart-total-sec table.event-table tr th {
  color: #242b46;
  font-weight: 600;
  padding: 10px 12px;
  text-align: left;
  font-family: 'Poppins';
}
.cart-total-sec table.event-table tr td a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'Poppins'; 
}
.cart-total-sec table.event-table tr td a:hover {
  color: #ed4a43;
}
.cart-total-sec table.event-table tr td {
  padding: 10px 12px;
}
.cart-total-sec table.event-table tr td .price, .cart-total-sec table.event-table tr td .total {
  font-weight: bold;
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 24px;
}
.cart-total-sec table.event-table tr td .qty {
  width: 3.2em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
  outline: 0;
}
.cart-total-sec table.event-table tr td a.remove {
  color: #242b46;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  height: 30px;
  width: 30px;
  line-height: 28px;
  display: block;
  text-align: center;
}
.cart-total-sec table.event-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-total-sec table.event-table thead tr {
  border: 0;
}
.cart-total-sec table.event-table tr td .update-cart {
  margin-top: 15px;
  text-align: right;
}
.cart-total-sec table.event-table tr td .update-cart .submit-btn, .cart-total-sec .cart-collateral .coupon-btn {
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 40px;
  position: relative;
  font-family: 'Poppins';
  background-color: #ed4a43;
  box-shadow: 0 0 0 transparent;
  color: #fff;
  border: 2px solid #ed4a43;
}
.cart-total-sec table.event-table tr td .update-cart .submit-btn:hover, .cart-total-sec .cart-collateral .coupon-btn:hover, .cart-total-sec .cart-collateral a.event-checkout:hover {
  background: #fff;
  color: #ed4a43;
}

.cart-total-sec .cart-collateral {
  background-color: #fff;
  padding: 30px;
}
.cart-total-sec .cart-collateral label {
  text-transform: uppercase;
  color: #242b46;
  font-size: 18px;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 40px;
  position: relative;
  display: block;
  font-family: 'Poppins';
}
.cart-total-sec .cart-collateral label span {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ed4a43;
  left: 0;
  bottom: -7px;
}
.cart-total-sec .cart-collateral label span.two {
  left: 7px;
}
.cart-total-sec .cart-collateral label span.three {
  left: 14px;
}
.cart-total-sec .cart-collateral label span.four {
  left: 21px;
}
.cart-total-sec .cart-collateral label span.five {
  left: 28px;
}
.cart-total-sec .cart-collateral .coupon-code {
  height: 45px;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 5px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'Poppins';
  box-shadow: 0 0 0 transparent;
outline: 0;
}
.cart-total-sec .cart-collateral .coupon-btn{ margin-bottom: 30px;}
.cart-total-sec .cart-collateral .cart_total table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
.cart-total-sec .cart-collateral .cart_total table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-total-sec .cart-collateral .cart_total table tr td, .cart-total-sec .cart-collateral .cart_total table tr th {
  padding: 9px 12px; font-size: 14px; line-height: 24px;
}
.cart-total-sec .cart-collateral .cart_total table tr th{ padding-left:0;}
.cart-collateral .cart_total table tr th {
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
font-family: 'Poppins';
}
.cart-total-sec .cart-collateral .cart_total table tr td {
  font-family: 'Poppins';
  font-weight: normal;
  color: #333;
}

.cart-total-sec .cart-collateral a.event-checkout {
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 40px;
  position: relative;
  font-family: 'Poppins';
  background-color: #ed4a43;
  box-shadow: 0 0 0 transparent;
  color: #fff;
  border: 2px solid #ed4a43;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}

/* Login Page Css */

.login-section {
  background: #f2f2f2;
  padding: 80px 0 200px;
}
.login-section .login-form {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 50px;
}
.login-section .login-form h3.title, .register-section #register-event h3.name-event {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Poppins';
  color: #242b46;
}

.login-section .login-form label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #242b46;
  margin: 0 0 5px;
  font-family: 'Poppins';
  display: block;
}

.login-section .login-form input[type="text"], .login-section .login-form input[type="password"], .login-section .login-form input[type="email"], .login-section .login-form input[type="tel"], .login-section .login-form select {
  height: 50px;
  border: 1px solid #e0e0e0;
  color: #242b46;
  opacity: 1;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'Poppins';
  outline: 0;
box-shadow: 0 0 0 transparent;
}
.login-section .login-form textarea {
  height: 150px;
  border: 1px solid #e0e0e0;
  color: #242b46;
  opacity: 1;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'Poppins';
  outline: 0;
  box-shadow: 0 0 0 transparent;
}
#loginform {
  max-width: 550px;
  margin: auto;
}
.login-section .login-form .login-remember #remember-me {
  margin: 0 10px 0 0;
}
.login-section .login-form .login-remember label {
  font-weight: normal;
}
.login-section .login-form .login-submit {
  text-align: center;
}
.login-section .login-form .login-submit input[type="submit"], .register-section #register-event .register-btn input[type="submit"] {
  cursor: pointer;
  border: 1px solid #ed4a43;
  background-color: #ed4a43;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 50px;
  text-decoration: none;
  font-family: "Poppins";
  border-radius: 4px;
}
.login-section .login-form .login-submit input[type="submit"]:hover, .register-section #register-event .register-btn input[type="submit"]:hover{ background: #fff; color:#ed4a43;}

/* Resigter Page Css */


.register-section .login-form {
  max-width: 850px;
  padding: 50px;
}
.register-section #register-event .field {
  margin-bottom: 20px;
}

.register-section #register-event .terms-conditions span {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #242b46;
  font-family: 'Poppins';
}
.register-section #register-event .terms-conditions a {
  color: #ed4a43;
  text-decoration: none;
}
.register-section #register-event .register-btn {
  text-align: center;
}

/* Submit Evenet Page Css Add Here */

.tiket-featured-section { padding: 80px 0; background: #f8fcfd;}
.tiket-featured-section .ticket-box-bg { background: #fff; padding: 30px; border-radius: 10px; width: 100%; text-align: center; border: 1px solid #ddd;}
.tiket-featured-section .ticket-box-bg h3 { font-weight: 500; font-family: "Poppins"; color: #000; font-size: 18px; line-height: 24px;}

.ticket-box-bg .image-div .icon-box { width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; margin: 0 auto 20px; border: 2px solid #ed4a43; border-radius: 50px; background: #ed4a43;}
.ticket-box-bg .image-div .icon-box i { font-size: 50px; color: #fff; line-height: 1;}
.tiket-featured-section .boxs-rows { row-gap: 25px;}
.ticket-box-bg .image-div .icon-box img { max-width: 50px;}




.request-form-bg { padding: 30px; background-color: #FFFFFF; border-radius: 10px 10px 10px 10px; box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); max-width: 1100px; margin: 0 auto; width: 100%;}

.submit-form-bg { padding: 80px 0;}
.submit-form-bg .request-form-bg .form-group label { font-family: "Poppins"; display: block; width: 100%; font-size: 13px; color: #000; font-weight: 500; line-height: normal; margin: 0 0 5px; text-transform: capitalize;}
.submit-form-bg .request-form-bg .form-group { margin: 0 0 25px;}
.submit-form-bg .request-form-bg .form-group input[type="text"], .submit-form-bg .request-form-bg .form-group input[type="email"], .submit-form-bg .request-form-bg .form-group input[type="tel"] { width: 100%; height: 48px; border-radius: 0; border: 1px solid #e2e2e2; color: #242b46; outline: 0; box-shadow: 0 0 0 transparent !important; font-family: "Poppins"; font-size: 14px; line-height: 24px; font-weight: normal; background: #fff; padding: 5px 15px;}
.submit-form-bg .request-form-bg .form-group textarea{ width: 100%; border-radius: 0; border: 1px solid #e2e2e2; color: #242b46; outline: 0; box-shadow: 0 0 0 transparent !important; font-family: "Poppins"; font-size: 14px; line-height: 24px; font-weight: normal;}
.submit-form-bg .request-form-bg .form-group input[type="file"] { height: 48px; font-family: "Poppins"; font-size: 14px; line-height: 24px; font-weight: normal;}
.submit-form-bg .request-form-bg .form-group .form-control::file-selector-button{padding: .7rem .75rem;}


.submit-form-bg .request-form-bg .form-group button.btn.btn__secondary:hover { background: #fff; color: #ed4a43;}
.submit-form-bg .request-form-bg .form-group button.btn.btn__secondary { color: #fff; opacity: 1; font-size: 14px; line-height: 24px; text-transform: uppercase; font-weight: 500; width: auto; padding: 0px 30px; background: #ed4a43; height: 45px; border-radius: 0; font-family: "Poppins"; border: 1px solid #ed4a43; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; box-shadow: 0 0 0 transparent;}

.submit-form-bg .request-form-bg .submit-btns .form-group {text-align: center;}
.submit-form-bg .request-form-bg .form-group span{ font-family: "Poppins"; font-size: 14px; line-height: 24px; font-weight: normal; color: #242b46;}

.submit-form-bg .submit-form-title::before { position: absolute; left: 0; right: 0; margin: auto; width: 80px; height: 2px; background: #ed4a43; content: ""; bottom: 0;}
.submit-form-bg .submit-form-title { position: relative; padding: 0 0 35px; margin: 0 0 60px;}
.submit-form-bg .submit-form-title h2{ text-align: center; font-size: 40px; color: #000000; font-weight: 400; font-family: "Poppins"; line-height: 1; position: relative; margin: 0 0 10px;}
.submit-form-bg .submit-form-title p{font-family: "Poppins"; font-size: 16px; line-height: 24px; font-weight: normal; color: #242b46; text-align: center; margin: 0px;}





.checkout-form-section {
  padding: 80px 0;
  background: #f8fcfd;
}

.checkout-form-section h3 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 15px;
  font-family: 'Poppins';
}
.checkout-form-section .billing-details .form-group, .checkout-form-section .order_review .payment-form .form-group {
  margin: 0 0 25px;
}

.checkout-form-section .billing-details .form-group label, .checkout-form-section .order_review .payment-form .form-group label{
  font-family: "Poppins";
  display: block;
  width: 100%;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
  text-transform: capitalize;
}

.checkout-form-section .billing-details .form-group input[type="text"], .checkout-form-section .order_review .payment-form .form-group input[type="text"], .checkout-form-section .order_review .payment-form .form-group select{
  width: 100%;
  height: 44px;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  color: #242b46;
  outline: 0;
  box-shadow: 0 0 0 transparent !important;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  background: #fff;
  padding: 5px 15px;
}

.checkout-form-section .order_review, .checkout-form-section .checkout-form-left-div {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

.checkout-form-section .order_review table {
  width: 100%; margin: 0 0 35px;
}

.checkout-form-section .order_review table tr td, .checkout-form-section .order_review table tr th {
  border: 1px solid #ddd;
  padding: 8px 15px;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
}
.checkout-form-section .order_review table tr.order-total td {
  font-size: 20px;
}
.checkout-form-section .order_review table tr strong, .checkout-form-section .order_review table tr th {
  font-weight: 600;
}

.checkout-form-section .order_review .payment-form h4 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 20px;
  font-family: 'Poppins';
}
.checkout-form-section .payment-form {
  border: 1px solid #ed4a43;
  padding: 20px; margin: 0 0 30px;
  border-radius: 10px;
  background: rgba(255,207,204,0.2);
}
.checkout-form-section .woocommerce-validated {
  margin: 0 0 25px;
}
.checkout-form-section .checkout-btn{ text-align: center;}
.checkout-form-section .checkout-btn #place_order {
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 40px;
  position: relative;
  font-family: 'Poppins';
  background-color: #ed4a43;
  box-shadow: 0 0 0 transparent;
  color: #fff;
  border: 2px solid #ed4a43;
  text-decoration: none;
  width: 100%;
  display: block; margin: 0 0 15px;
  text-align: center;
}
.checkout-form-section .checkout-btn #place_order:hover{ background: #fff; color:#ed4a43;}
.checkout-form-section .woocommerce-validated a{ color:#ed4a43; text-decoration:none;}
.checkout-form-section .checkout-btn a.woo-cart-link {
  text-decoration: none;
  color: rgba(0,0,0,0.3);
  font-size: 16px;
}
.checkout-form-section .checkout-btn a.woo-cart-link:hover{ color:#ed4a43;}
.checkout-form-section .order_review .card-div {
  position: relative;
}
.checkout-form-section .order_review .payment-form .form-group .card-div input[type="text"] {
  padding-right: 135px;
}
.checkout-form-section .order_review .card-div .payment-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.checkout-form-section .order_review .card-div .payment-icons {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.disabled {
  pointer-events: none;
}


.body_invocie {
  height: 100vh;
}

.ticket-invoice-section {
  background: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  height: 100%;   padding: 40px;
}
.invoice-bg-section {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}


.invoice-top-header {
  display: flex;
  padding: 30px 30px 30px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  row-gap: 15px;
}

.invoice-top-header .invoice-logo img {
  width: 100%;
  max-width: 200px;
}
.invoice-top-header .invoice-title h3 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}

.invoice-text {
  background: #08c3c0; padding: 0 100px 0 0px;
}
.invoice-text h2 {
  text-align: right;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}
.invoice-text h2 span {
  background: #fff;
  padding: 0 15px;
}

.invoice-content-div {
  padding: 30px;
}
.ticket-details { 
  display: flex;   margin: 0 0 30px; 
  justify-content: space-between;  flex-wrap: nowrap;
}
.ticket-details .Qr-code img {
  width: 100%;
  max-width: 100px;
}
.ticket-details .left_div {
  max-width: 340px; 
}

.ticket-details .event_name {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  color: #08c3c0;
    font-family: 'Poppins';
  font-weight: 400;
}
.ticket-details .event_name h3 {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 26px;
  color: #08c3c0;
  font-family: 'Poppins';
  font-weight: 500;
  margin: 0 0 15px;
}
.ticket-details .event_text.bottom-space {
  margin: 0 0 15px;
}

.ticket-details .print-btns input[type="button"] {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Poppins';
  font-weight: 500;
  background: #f95f44;
  color: #fff;
  border: 1px solid #f95f44;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
  padding: 6px 35px;
  border-radius: 4px;
}
.ticket-details .print-btns {
  margin: 5px 0 25px;
}
.invoice-title h2 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}
.ticket-details .event_text {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins';
  font-weight: 400;
}
.ticket-details .event_text strong {
  font-weight: 600;
}

.ticket-details .date_text p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins';
  font-weight: 400;
  text-align: right;
  margin: 0;
}
.ticket-details .date_text strong {
  font-weight: 600;
}
.ticket-details .Qr-code {
  margin: 0 0 10px;
}

.ticket-invocie-table .table tr th {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins';
  line-height: 20px;
  background: #08c3c0;
  color: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px;
}

.ticket-invocie-table .table tr td {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Poppins';
  line-height: 20px;
  padding: 15px 20px;
  border: 1px solid #ddd;
}

.subtotal-section {
  display: flex;   margin: 0 0 30px;
  justify-content: flex-end; flex-wrap: nowrap;

}



.subtotal-section .account-details p {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 10px;
}
.subtotal-section .account-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.subtotal-section .account-details ul li {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.subtotal-section .account-details ul li strong {
  font-weight: 600;
}

.subtotal-section .account-details h4 {
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
}
.subtotal-section .event-subtotal {
  width: 100%;
  max-width: 350px;
}
.subtotal-section .event-subtotal .table {
  margin: 0;
}
.subtotal-section .event-subtotal .table tr td {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  border-color: #ddd;   padding: 10px 15px;
}
.subtotal-section .event-subtotal .table tr.order-total td {
  background: #08c3c0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-color: #08c3c0;
}



.underconstruction-bg {
  display: table;
  min-height: 100%;
  margin: 0;
  text-align: center;
  width: 100%;
   background-image: url("../images/coming-soon-bg.png");
  background-size: cover;
  background-position: center;
}
.underconstruction-section {
  padding-top: 70px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
 
}

.underconstruction-section h1{ font-size: 60px; color: #fff; font-family: 'Poppins'; font-weight: bold;}

.underconstruction-section h2{ font-size:20px; font-family: 'Poppins'; font-weight: 600; color: #fff;}

.event-info-div.event-ticket-sec { margin-bottom: 50px;}

.event-info-div.event-ticket-sec .event-widget table tr {
  border: 1px solid #ddd;
}
.event-info-div.event-ticket-sec .event-widget table tr td {
  padding: 10px 8px;
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 12px;
  color: #242b46;
  font-family: "Poppins";
  line-height: 18px;
  font-weight: normal;
}
.event-info-div.event-ticket-sec .event-widget table tr td span.ticket-name {
  font-size: 14px;
  font-weight: 500;
}
.event-info-div.event-ticket-sec .event-widget table tr td a.button {
  padding: 4px 9px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-family: "Poppins";
  background: #ed4a43;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ed4a43;
}
.event-info-div.event-ticket-sec .event-widget table tr td a.button:hover{ background: #fff; color: #ed4a43;} 
.event-widget table tr td:last-child {text-align: center; width: 90px;}


.event-border-div {
  background: #000;
  padding: 30px;
  border-radius: 0;
  border: 2px solid #000;
  text-align: center;
}
.event-border-div h5 a{color: #f95f44; text-decoration: none;}
.event-full-details {
  margin: 40px 0 0;
}
.event-border-div h2 {
  font-size: 26px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 15px;
  color: #f95f44;
}
.event-border-div h3 {
  font-size: 26px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 15px;
  color: #fff;
}
.event-border-div h4 {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 10px;
  color: #fff;
}
.event-border-div h4 .event-user-icon {
  width: 20px;
}
.event-border-div h4 i {
  color: #f95f44;
}
.event-border-div h5 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 15px;
  color: #fff;
}




/* Media Query */





/* Media Query */

@media(min-width:992px){
.trending-now-sec .container {
  max-width: 970px;
}
.why-choose-us-sec .three-box-container {
  max-width: 970px;
  margin: 0 auto;
}
header #navbarSupportedContent {
  flex-basis: inherit;
  flex-grow: inherit;
}
.discover-feature-item .images-div img.image-small {
  display: none;
}
}

@media(max-width:1399px){
.why-choose-us-sec .choose-box {padding: 40px 40px 40px 90px;}
.why-choose-us-sec .choose-box .number{ top: 42px;}
.prices-list .price-list-header { font-size: 16px;}	
.prices-list li.price-list-item .event-date{ font-size: 14px;}
.prices-list li.price-list-item .price-list-price{ font-size: 20px;}
.prices-list li.price-list-item .price-btn a.button{ padding: 6px 20px 6px 20px; font-size: 14px; line-height: 24px;}
.prices-list li.price-list-item .price-btn{ padding: 4px 0 4px 30px;}
.about-us-section h2{ padding: 0 0 25px; margin: 0 0 25px;}
.visitor-section .about-content-div h2{ padding: 0 0 15px; margin: 0 0 15px;}
.visitor-section .about-content-div h5{ font-size: 16px; line-height: 26px;}
.event-info-div{ padding: 20px;}

}



@media(max-width:1199px){
header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav a{ font-size: 16px;}	
header .navbar-light .navbar-nav li { margin: 0;}	
.login-btn ul.user-box li a{ padding: 8px 11px 10px;}	
.login-btn ul.user-box{ margin: 0 0 0 15px;}
.prices-list li.price-list-item .price-grid-middle{ padding: 25px;}
.form-section .price-colm h2, h2.Section-Heading {font-size: 30px;}	

.form-section .form-bg{ padding: 25px;}
.form-bg h3{ font-size: 18px; margin: 0 0 20px;}
.form-section .form-div .form-group label{ font-size: 13px; margin: 0 0 5px;}
.form-section .form-div .form-group input[type="text"], .form-section .form-div .form-group input[type="email"]{ height: 40px;}
.form-group.submit-btn button.btn.btn__secondary{ font-size: 18px; padding: 10px; max-width: 180px;}
.form-section .price-colm { padding: 0;}
.prices-list li.price-list-item .price-grid-middle { padding: 25px 20px;}	
.prices-list li.price-list-item .price-list-price { font-size: 19px;}
.prices-list li.price-list-item .width-auto{ padding: 9px 0 9px 20px;}
.prices-list li.price-list-item .price-btn { padding: 4px 0 4px 20px; margin-left: 30px;}
.why-choose-us-sec .choose-box .number { top: 34px; font-size: 14px; width: 30px; height: 30px; line-height: 30px; left: 15px;}
.why-choose-us-sec .choose-box h3.title{ margin-bottom: 20px;}
.why-choose-us-sec .choose-box { padding: 30px 10px 30px 60px;}
.our-partner-section .logos-div ul li{ padding: 0 8px;}
.testimonial-section h2.Section-Heading::before { font-size: 70px; top: -10px;}
.inner-page-banner{ padding: 80px 0;}
.inner-page-banner h1 { font-size: 36px;}
.inner-page-banner p { font-size: 16px; line-height: 26px;}
.about-us-section h2, .visitor-section .about-content-div h2{ font-size: 30px;}
.visitor-section .about-image-div img { height: 350px; object-fit: cover; width: 100%;}
.practical-div h2, .form-last-div h2{ font-size: 30px; margin-bottom: 30px;}
.contact-info .icon { width: 60px; height: 60px; margin-right: 20px;} 
.contact-info .desc, .contact-info .title { padding-left: 80px;}
.inner-page-banner.contact-page-banner { padding: 60px 0 140px;}
.event-info-div{ margin-left: 0px;}
.single-venue-section .content{ padding: 20px;}
.event-info-div.sidebar-map { margin-bottom: 50px; margin-top: 50px;}
.single-event-right .register-btn { margin-left: 0;}
.body_invocie { height: 100%;}


}

@media(max-width:991px){
.navbar-sticky-top .container {
  position: relative;
}	
 .right-two-btns ul li.mb-hide-li{ display:none;}   
  .right-two-btns {
  margin: 15px 0;
  padding: 0 30px;
}
 #navbarSupportedContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  background: whitesmoke;
  z-index: 99;
}  
.navbar-light .navbar-toggler-icon { background-image: url("../images/menu-icon.svg");}
.navbar ul.navbar-nav { background: #f5f5f5; padding: 0px 0 0; margin: 0px 0 0; border-top: 2px solid #ed4a43;}	
.login-btn { background: #f5f5f5; padding: 15px 30px;}
.navbar-light .navbar-toggler { border-color: rgb(237, 74, 67); box-shadow: 0 0 0 transparent; background: rgb(237, 74, 67);  margin: 0 45px 0 0;}	
.login-btn ul.user-box { margin: 0; background: #ed4a43; display: inline-block;}
.login-btn ul.user-box li { display: inline-block;}	
.login-btn ul.user-box li a { padding: 8px 15px 10px; text-transform: capitalize; font-weight: 500;}
header .navbar-light .navbar-nav li { padding: 0 30px; border-bottom: 1px solid #ddd; width: 100%;}
.navbar.navbar-light { padding: 15px 0 15px 0px; position: relative;}
/*.navbar.navbar-light .container {
  position: relative;
}*/
.mb-cart-icon i.fa.fa-shopping-cart::after{ background: #ed4a43 !important; font-weight:normal; font-family: "Poppins";   color: #fff !important;}

.mb-cart-icon { position: absolute; right: 5px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.mb-cart-icon ul {padding: 0; margin: 0; list-style: none;}
.mb-cart-icon ul li a { font-size: 24px;color: #000;}
.banner-section .carousel-item h2 { font-size: 30px;}	
p.banner-description { font-size: 18px;}	
.banner-section .carousel-item a.banner-btn { font-size: 16px; padding: 11px 0; max-width: 170px;}
.banner-section{ padding: 60px 0 80px;}
.banner-section .carousel-indicators button { width: 15px; height: 15px;}
.banner-section .carousel-indicators { bottom: -40px;}
.prices-list li.price-list-item .price-grid-middle { padding: 30px;}
.prices-list .price-list-header {font-size: 18px;}
.prices-list li.price-list-item { margin: 0 0 25px;}
.form-section .form-bg { padding: 30px; margin: 20px 0 0;}
.form-bg h3 { font-size: 20px;}
.join-dec-div { margin: 20px 0 0;}
.our-partner-section .logos-div ul li { width: 33.33333%; padding: 0 10px 25px;}

.trending-event-sec .event-details { padding: 20px 25px;}
.event-details .event-title h2 { font-size: 18px;}
.event-details .price-div { margin: 10px 0 10px;}
.event-details .event-btns a{ font-size: 14px; padding: 5px 15px;}
.newsletter-div { padding: 50px 80px;}
.newsletter-div h2 { font-size: 36px;}
.footer-menu ul li a::before {left: -15px;}
.about-us-section .about-event-div { margin: 0 0 30px;}
.event-text-div .event-icon { width: 68px; text-align: center;}
.about-us-section .event-text-div { padding: 0 0 20px;}
.about-us-section { padding: 80px 0 40px;}
.visitor-section .about-image-div { order: 2;}
.visitor-section .about-content-div{ padding: 4%;}
.visitor-section .about-content-div h2 { padding: 0 0 20px; margin: 0 0 25px;}
.visitor-section .about-image-div img { height: auto;}
.contact-row .contact-box { width: 100%; padding:0 10px;}
.contact-us-section .contact-map-div{ margin: -50px auto 0; padding: 20px;}
.inner-page-banner.contact-page-banner { padding: 60px 0 100px;}
.contact-us-section { padding: 0 5px 200px;}
.cart-total-sec .event-cart-table { margin: 0 0 35px;}
.inner-page-banner.cart-page-banner h1 { font-size: 30px;}
.single-event-section .content{ padding: 20px; margin: -50px 0 0 0;}
.inner-page-banner.event-detail-banner { padding: 60px 0 100px;}
.single-event-section .single-event-right { margin: 0;}
.single-event-right .register-btn a.book_now_btn { margin: 0 0 50px; padding: 15px;}
.footer-section .contact-info { padding: 0; margin: 0 0 40px;}
.checkout-form-section .checkout-form-left-div { margin: 0 0 40px;}


}

@media(min-width:768px){
 #print .desktop-none { display: none;}    
    
}

@media(max-width:767px){
  #print .md-none { display: none;}   
.discover-feature-item .images-div img.image-large { display: none;}
 .top-banner-section .phone-link, .top-banner-section .email-link {
  text-align: center;
}  
.why-choose-us-sec .three-box-container .boxs-gaps { row-gap: 40px;} 
.footer-section .footer-item { margin: 0 0 40px;}
.footer-section .footer-item.recent-event-ft { margin: 0 0 10px;}	
.banner-section .carousel-item h2 { text-align: center; font-size: 26px; margin: 0 0 15px;}
p.banner-description { font-size: 16px; text-align: center; line-height: 26px; margin: 0 0 20px;}
.banner-section .carousel-item a.banner-btn { font-size: 14px; max-width: 150px; display: table; margin: auto;}	
.banner-section .carousel-item .banner-right-img { margin: 40px 0 0;}	
.prices-list li.price-list-item .price-grid-middle { display: block;}	
.prices-list li.price-list-item .width-auto { padding: 14px 0 0; border: 0;}	
/*.prices-list li.price-list-item .price-btn { margin: 14px 0 0; padding: 0; border: 0;}	*/
  .prices-list li.price-list-item .price-btn {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .single-event-section .ticket-section ul.prices-list li .price-grid-middle {
  padding: 20px 120px 20px 20px;
}
.single-event-section .ticket-section ul.prices-list li {
  position: relative;
}
.prices-list li.price-list-item .price-btn a.button { display: inline-block;}
.prices-list li.price-list-item .price-list-price { font-size: 22px;}
.prices-list .price-list-header { font-size: 20px;}
.trending-event-sec .event-thumbnail { width: 100%;}
.trending-event-sec .event-details { padding: 25px; width: 100%;}
.newsletter-div { padding: 40px;}
.newsletter-div h2 { font-size: 30px;}
.newsletter-div form input[type="email"] {height: 55px;}
.newsletter-div form button.subscribe-btn{ min-width: 130px; border: 4px solid #fff; padding: 14px 25px;}
.bottom-footer-sec ul.social-icons li a{ margin: 0 5px;}
.bottom-footer-sec .footer-menu ul li { margin: 0 0 5px;}
.events-section { padding: 50px 5px;}
.events-section .event-btn{ margin: 15px 0 0;}
.events-section .event-btn a{ padding: 8px; font-size: 16px; max-width: 150px;}
.form-section { padding: 50px 5px;}
.why-choose-us-sec { padding: 50px 5px;}
.why-choose-us-sec h2.Section-Heading, .trending-now-sec h2.Section-Heading { font-size: 30px;}
.join-us-sec{ padding: 50px 5px;}
.join-us-sec .join-dec-div a.read-more-btn{ max-width: 140px; font-size: 14px; padding: 8px; border: 1px solid #ed4a43;}
.trending-now-sec { padding: 50px 5px 30px;}
.our-partner-section { padding: 50px 0;}
.testimonial-section { padding: 50px 5px;}
.testimonial-section p.text {font-size: 18px;}
.join-us-sec .join-title-div h2 { font-size: 30px;}
.form-section .form-bg { padding: 30px 20px;}
.event-details .event-btns a.read-more-btn{ margin: 0 0px 0 20px;}
h2.Section-Heading{ padding: 0 0 25px; margin: 0 0 40px;}
.inner-page-banner h1 { font-size: 30px;}
.inner-page-banner{ padding: 50px 5px;}
.about-us-section { padding: 50px 5px 20px;}
.contact-us-section .event-google-map iframe { height: 250px;}
.event-fr-section, .venues-section { padding: 50px 5px 200px;}
.inner-page-banner.cart-page-banner h1 { font-size: 28px;}
.cart-total-sec { padding: 50px 5px 200px;}
.cart-total-sec table.event-table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  float: right;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.cart-total-sec table.event-table tbody tr td.mobile-remove::before, .cart-total-sec table.event-table tbody tr td.mobile-cart::before{ content: "";}
.cart-total-sec table.event-table thead {
  display: none;
}
.cart-total-sec table.event-table tbody tr {
  border: none;
}

.cart-total-sec table.event-table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  float: right;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
.cart-total-sec table.event-table tbody tr td::before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: left;
  text-align: left;
  font-size: 14px;
  font-family: 'Poppins';
}
.cart-total-sec table.event-table tbody tr td.mobile-cart {
  border: 0;
}
.login-section, .login-section, .single-venue-section{ padding: 50px 5px 200px;}
.login-section .login-form { padding: 30px;}
.related-events-slider .event-item { padding: 0;}
.single-event-section { padding: 0 5px 60px;}
.discover-feature-item .bnr-des .title-div h3{   font-size: 18px;}
.discover-feature-item .bnr-des .button-items a{ padding: 7px 10px; font-size: 13px;}
.submit-form-bg .submit-form-title h2{   font-size: 30px;}
.submit-form-bg, .tiket-featured-section, .checkout-form-section { padding: 50px 5px;}
.checkout-form-section .order_review .card-div .payment-icons ul { max-width: 90px;}
.checkout-form-section .order_review .card-div .payment-icons ul li img { max-width: 100%;}
.checkout-form-section .order_review .card-div .payment-icons{ right: 10px;}
.checkout-form-section .order_review .payment-form .form-group .card-div input[type="text"] { padding-right: 100px;}
.underconstruction-section h1 { font-size: 36px;}
.underconstruction-section {
  padding: 60px 20px 0;
}

.ticket-details { flex-direction: column; row-gap: 20px;}
.ticket-details .date_text p { text-align: left;}
.ticket-invoice-section { padding: 0;}
.invoice-text { padding: 0 20px 0 0px;}
.invoice-text h2{   font-size: 20px;   letter-spacing: 0;}
.subtotal-section .event-subtotal .table tr td{ font-size: 14px;   padding: 10px;}
.subtotal-section .event-subtotal .table tr.order-total td{ font-size: 16px;}
.ticket-invocie-table .table tr td, .ticket-invocie-table .table tr th { font-size: 12px; padding: 10px;}
.invoice-content-div { padding: 30px 20px;}
.invoice-top-header{   padding: 30px 20px 30px;}
.event-border-div { padding: 30px 20px;}
.event-border-div h2{font-size: 20px; line-height: 26px;}
.event-border-div h3{ font-size: 18px; line-height: 24px;}
.event-border-div h4{ font-size: 16px; line-height: 22px;}
.event-border-div h5{ font-size: 14px; line-height: 20px;}
.event-border-div h5 span.mb-span {
  display: block;
}
.event-border-div h5 span.mb-span span.hide-line { display: none;}
.event-border-div h5 br.hide-br { display: none;}


}

@media(max-width:480px){
.newsletter-div form button.subscribe-btn i.fa {display: block; font-size: 18px;}	
/* .footer-section { padding: 0 5px 50px;}	 */
.newsletter-div form button.subscribe-btn { font-size: 0; min-width: inherit; padding: 0; width: 55px; height: 55px;}	
.newsletter-div { padding: 30px 20px;}
.newsletter-div h2 {font-size: 24px;}
.newsletter-div h5{ font-size: 14px; margin: 0 0 5px;}
.form-section .form-div .form-group.left-colm { margin-right: 0px; width: 100%;}
.form-section .form-div .form-group.right-colm { margin-left: 0px; width: 100%;}
.cart-total-sec .event-cart-table, .cart-total-sec .cart-collateral{ padding: 20px;}
.checkout-form-section .order_review, .checkout-form-section .checkout-form-left-div { padding: 30px 20px;}
.navbar-light .navbar-brand img {
  width: 100%;
  max-width: 200px;
}
.navbar-light .navbar-toggler{   padding: 2px 6px;}
  .navbar.navbar-light {  padding: 15px 40px 15px 0px;}
.navbar-light .navbar-toggler { margin:  0;} 
 .navbar-sticky-top .container {
    position: unset;
  }
 
}
