.demo-icon.customBgColor {
    background: #de302f;
}
.gallery .carousel-item {
    height: 500px;
}
.gallery .carousel-item img {
    height: 500px;
}
.gallery .carousel-item:before {
    position: absolute;
    content: '';
    width: 100%;
    background: #00000085;
    height: 500px;
}
input.btn {
    width: 100%;
}
.owl-pagination {
    display: block;
}
#banner .owl-controls.clickable {
    display: none !important;
}
.carousel-indicators.spons {
    bottom: -52px;
}
.carousel.slide.sponsor {
    overflow: unset;
}
.carousel-indicators.spons [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
	opacity: 1;
	background-color: #adadad;
}
.carousel-indicators.spons .active {
    opacity: 1;
    background-color: #de302f;
}
.testimonial .item {
    width: 47%;
    float: left;
    border: 1px solid #b5b5b5;
    margin: 0 12px;
    padding: 3% 3%;
}
.sponsors_logo {
    border: 1px solid #c7c7c7;
    padding: 20% 0;
    height: 150px;
    text-align: center;
}
.carousel-item.west {
    height: 600px;
}
.banner-content.banner-tagline {
    width: 50%;
    text-align: left;
}

.btn-book-event {
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}

.btn-plan-event {
    /* font-size: 16px;
    text-transform: uppercase; */
}

.btn-book-event.primary {
    background: #3fa9f5;
    color: #fff;
    border: 2px solid #3fa9f5;
}

.btn-book-event.primary:hover {
    background: #ff0000;
    color: #fff;
    border: 2px solid #ff0000;
}

.btn-plan-event.primary {
    background: #ff0000;
    color: #fff;
    border: 2px solid #ff0000;
}

.btn-plan-event.primary:hover {
    background: #3fa9f5;
    color: #fff;
    border: 2px solid #3fa9f5;
}

.banner-content h1 {
    font-size: 80px;
}

.banner-text{
    margin-top: 50px;
}

.p-10{
    padding: 10px 18px  !important;
}

.w-100{
    width: 100%;
}

.font-14{
    font-size: 14px !important;
}

.btn-details{
    padding: 11px  !important;
    font-size: 14px !important;
}

.p-6{
    padding: 6px 10px 6px 10px  !important;
}

.mtn-6{
    margin-top: -6px !important;
}

video.video {
    top: unset;
    bottom: 1px;
}

.logo {
    text-align: left;
}

.w-70{
    width: 70%;
}

.w-60{
    width: 60%;
}

.w-55{
    width: 55%;
}

.mb-0{
    margin-bottom: 0px;
}

.p-1{
    padding: 1px 10px  !important;
}

.ml-20{
    margin-left: 20px;
}

.mr-20{
    margin-right: 20px;
}

.mt-20{
    margin-top: 20px;
}

.p-0-30{
    padding: 0px 30px 0px 30px;
}

.header-links{
  font-weight: bolder;
}

#blog .blog-thumb {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Make logo responsive and keep aspect ratio */
.logo img {
    max-width: 200px;
    /* width: 100%; */
    height: auto;
}

/* Tweak for smaller screens: smaller logo and right-aligned toggler */
@media (max-width: 768px) {
    .logo img {
        max-width: 100px;
    }

    .banner-content h1{
        font-size: 34px;
    }

    .banner-text{
        margin-top: 2px;
    }

    .navbar .navbar-toggler {
        margin-left: auto;
    }
    .navbar-nav {
        margin-right: 0;
    }

    .footer-logo{
        font-size: 24px;
    }
}

.btn-banner{
    padding: 50px 100px !important;
}

.event_priceing:hover {
    border-color: #de2f2f;
}
textarea.form-control {
    height: auto;
}
button.btn.btn-block {
    width: 100%;
}
nav.navbar.navbar-expand-lg {
    float: right;
}
#menu-footer-menu li {
    position: relative;
}
#menu-footer-menu li a::after {
    left: 0px;
}
.event_inner {
    position: relative;
}
.fav {
    position: relative;
}
a.btn.btn-lg.btn-danger.btn-block {
    width: 100%;
}
li.event_status {
    position: relative;
}
.event_status::after {
    top: 21px;
    left: 12px;
}
#banner .owl-pagination {
    display: none;
}



@media only screen and (max-width: 479px) {
nav.navbar.navbar-expand-lg {
    float: unset;
}
.navbar-nav {
    margin-right: 0;
}
.copyright-text {
    text-align: center;
}
.newslette-iframe, .subscribe-newsletter {
    height: auto;
}
.pagination-lg .page-link {
    padding: 5px 20px;
}
.modal-dialog {
    width: 90%;
    margin: 15px auto;
}
html {
    overflow-x: hidden;
}
.form-group label {
    background: transparent !important;
}
.gallery_style3 img {
    width: 100%;
    height: auto !important;
}

}


.article_tag {
    padding: 25px 8px;
}