* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}

h2,
h3,
h4 {
    font-family: "Merienda", cursive;
    font-weight: 500;
}
h2, h3{
    text-transform: capitalize !important;  
}

section {
    padding: 45px 0 25px 0;
    overflow: hidden;
}

.primary-color {
    background-color: #780303;
}

.Secondry-color {
    background-color: #a96e00;
}
.page-content {
    margin-top: 74px;
}
/*hedder-style*/
.header {
    background: #ffe9c0;
    padding: 10px 0;
}
.desktop-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.logo img {
    width: 50%;
}

.header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
}

.header-link a {
    font-size:16px;
    text-decoration: none;
    color: black;
}

.header-link a:hover {
    color: #780303;
    border-bottom: 2px solid #780303;

}
.dropdown {
    cursor: pointer;
}
.dropdown-content {
    border-radius: 5px;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    margin: 0 15px;
    padding: 10px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #770303;
    padding: 5px;
    text-decoration: none;
    display: block;
    font-size: 0.9rem;
}

.dropdown-content a:hover {
    border: none;
    color: #a96e00;
   
}

.header-btn button {
    border: none;
    float: right;
    width: 90%;
    padding: 0.2rem;
   background-color: #b38729 !important;
    color: #fff !important;
    font-size: 1.3rem;
    border-radius: 0.4rem;
}

.mweb-header {
    display: none;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #fae859;
    }

    50% {
        text-shadow: 0 0 10px #fae859;
    }

    100% {
        text-shadow: 0 0 5px #fae859;
    }
}

.header-btn button:hover {
    border: 1px solid #fae859;
    animation: glow 1s ease-in-out;
}

/*banner-style*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-img img {
    width: 100%;
    height: auto;
   
}
.mobile-banner{
    display: none;
}

/*highlights-content*/
.highlights {
    background-image: url(../media/image/banner/backgroung-image-1.jpg);
    background-repeat:repeat;
    
}

.highlights-content {
    padding: 64px 0;

}

.highlights-content h3 {
    font-size: 3.5rem;
    color: #a96e00;
}

.highlights-content p {
    font-size: 1.3rem;
}

button.main-btn {
    background: #a96e00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 5px;
}


.highlights-card img {
    width: 50%;
}

.highlights-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
}

.highlights-card span {
    font-size: 1.2rem;
    color: #e1e1e1;
}

/*upcoming-content*/
.upcoming-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}

.upcoming-jw {
    background-image: url(../media/image/banner/backgroung-image-2.png);
    
    background-repeat:repeat;
}

.upcoming-content h2 {
    color: #ffdca2;
    font-size: 3rem;
}

.upcoming-content p {
    color: #fff;
    font-size: 1.3rem;
}

.upcoming-content a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #ffdca2;
}

.upcoming-content a:hover {
    border: 1px solid #ffdca2;
    border-radius: 10px;
    padding: 0 10px;
    color: #ffdca2;
}

/* .upcoming-cards {
    position: relative;
    top: 130px;
} */
.upcoming-card {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    height: 100%;
    background: #5f02028a;
    padding-top: 20px;
    border: 1px solid #ffdc98;
    border-radius: 25px;
}
.upcoming-card h5 {
    font-family: "Merienda", cursive;
    color: #ffdca2;
}

.upcoming-card img {
    width: 70%;
}

.Partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*event-highlights-content*/
.event-highlights {
    background-image: url(../media/image/banner/backgroung-image-1.jpg);
	background-repeat:repeat;
   

}

.event-highlights-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  
}

.event-highlights-content h2 {
    font-size: 4rem;
    color: #a96e00;
}

.event-highlights-content p {
    font-size: 1.3rem;
}

.event-img img {
    margin: 0 !important;
    border-radius: 5px !important;
   
}

.event-highlights .main-btn {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 30px;
}

/*reg-card-content*/
section.visitor-reg {
    overflow: hidden;
}

.reg-card-1 {
    position: relative;
    width: 100%;
    height: 300px;
}

.reg-card-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reg-card-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d3ae72;
    opacity: 0.7;
    pointer-events: none;
}

.reg-card-content-1 {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-33%, -50%);
    text-align: center;
    z-index: 1;
}

.reg-card-content-1 h4 {
    font-size: 2.2rem;
    color: #7e0f08;
}

.reg-card-content-1 p {
    font-size: 1.3rem;

}

.reg-card-content-1 button {
    background: #7e0f08;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

.reg-card-2 {
    position: relative;
    width: 100%;
    height: 300px;
}

.reg-card-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reg-card-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7e0f08;
    opacity: 0.7;
    pointer-events: none;
}

.reg-card-content-2 {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-33%, -50%);
    text-align: center;
    z-index: 1;
}

.reg-card-content-2 h4 {
    font-size: 2.2rem;
    color: #f3cc86;
}

.reg-card-content-2 p {
    font-size: 1.3rem;
    color: #fff;

}

.reg-card-content-2 button {
    background: #c68a1d;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

.exibitor {
    background-image: url(../media/image/banner/backgroung-image-3.png);
	background-repeat:repeat;
}

.exibitor-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.exibitor-content h3 {
    font-size: 4rem;
    color: #a96e00;
}

.exibitor-content p {
    font-size: 1.3rem;
}

.exibitor-logo img {
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background: #e0b660;
    color: #fff;
    font-size: 1rem !important;
    padding: 10px;
    border-radius: 50%;
}

.query-detail {
    position: relative;
    width: 100%;
}

.query-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.query-detail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7e0f08;
    opacity: 0.7;
    pointer-events: none;
}

.query-detail-content {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 1;
    width: 100%;
    transform: translate(0, -50%);
}

.query-address h3 {
    font-size: 3rem;
}

.query-address span {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 16px;
}

.query-address span img {
    width: 6%;
}

.query-address p {
    font-size: 1.3rem;
    margin: 0;
}

.query-form {
    width: 100%;
    background: #7a0101ab;
    padding: 25px;
    border-radius: 10px;
}

.query-form input {
    margin-top: 1.4rem;
}

.query-form select {
    margin-top: 1.4rem;
}

.query-form textarea {
    margin-top: 1.4rem;
}

.query-form button {
    margin-top: 1.4rem;
}

.testimonial {
    background-image: url(../media/image/banner/backgroung-image-3.png);
}

.our-testi {
    text-align: center;
    padding: 80px;
}

.our-testi h4 {
    font-size: 4rem;
    color:  #a96e00;
}

.testimonialSwiper .swiper-slide {
    background: transparent !important;
}

.Testimonial-content img {
    width: 25%;
}

.Testimonial-content p {
    width: 90%;
    font-size: 1.3rem;
    margin: 0 auto;
}

.venue {
    position: relative;
    width: 100%;
    height: 300px;
    padding: 0 !important;
}

.venue img {
    width: 100%;
    height: 100%;
    display: block;
}

.venue::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d3ae72;
    opacity: 0.7;
    pointer-events: none;
}

.venue-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.venue-content h4 {
    font-size: 4rem;
    color: #7e0f08;
}

.venue-content p {
    font-size: 2rem;
    color: #7e0f08;
}

.venue-content button {
    color: #fff;
    background: #7e0f08;
    padding: 5px 20px;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.hall-map {
    background-image: url(../media/image/banner/backgroung-image-3.png);
    text-align: center;
    padding: 50px;
}

.hall-map img {
    width: 75%;
    padding: 80px 0;
}
.side-social-link {
    z-index: 2;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 3%;
}
.side-social-link img {
   width: 100%;
}

.main-footer {
    background-image: url(../media/image/banner/backgroung-image-2.png);
  
    background-repeat:repeat;
   
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 40%;
}

.main-footer h6 {
    color: #efbd5d;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-address p {
    color: #ffff;
    text-align: center;
}
.footer-image{
    text-align: center;
}
.footer-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.footer-img img {
    width: 30%;
}
.main-footer ul li {
    list-style: none;
    padding-bottom: 10px;
    color: #ffff;
    cursor: pointer;
}

.main-footer ul a {
    text-decoration: none;
}

.main-footer ul {
    margin: 0;
    padding: 0;
}

.footer-social-link img {
    width: 10%;
    margin-right: 10px;
}

.main-footer hr {
    color: #ffff !important;
}

.mweb-header {
    position: fixed;
    top: 0;
    z-index: 2;
}

.overlay {
    display: none;
    background: #3a3939b8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
}

.menu {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    height: 100vh;
    z-index: 3;
}

.menu-logo {
    text-align: center;
    margin: 10px 0;
}

.menu-logo img {
    width: 100px;

}

.menu hr {
    height: 1px;
    color: #800a0a !important;
    opacity: 1 !important;
}

.menu-link {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}

.menu-link a {
    text-decoration: none;
    font-size: 1.1rem;
    color: #7e0f08;
}

.menu-link .dropdown {
    color: #7e0f08;
}

.menu-link .dropdown-content {
    display: none;
    position:absolute;
    background-color: white;
    width: 200px;
    box-shadow: none;
    z-index: 1;
    margin: 0;
    padding: 20px 0;
}


/*breadcrumb -style- start*/
.breadcrumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgba(56, 52, 52, 0.94), rgba(1, 0, 8, 0.5)), url(../media/image/banner/breadcrumb-bg.png) center top no-repeat;
    background-size: cover;
    background-position-y: center;
    height: 250px;
}

.breadcrumb-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    text-align: center;
    width: 100%;
}

.breadcrumb-content ol {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
    color: rgba(238, 238, 238, 0.76);
}

.breadcrumb-content ol li a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.breadcrumb ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: rgba(238, 238, 238, 0.76);
    content: "/";
}

/*breadcrumb -style- end*/
/*venue - style start */
.venue-image {
    background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(../media/image/banner/pragtimaidan.jpg);
    background-size: cover;
}

.inner-container {
    padding: 155px 0;
}

.underlined {
    display: inline-block;
    border-bottom: 1px solid #444;
}

.btn-primary {
    background-color: #a96e00 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px !important;
    ;
}

.route-map .nav-pill.active {
    background: rgba(1, 0, 8, 0.85);
    color: #fff !important;
}

.route-map .nav-pill {
    text-decoration: none;
    border: 1px solid rgba(56, 52, 52, 0.85);
    color: #444 !important;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.route-map iframe {
    margin-top: 10px;
}

/*venue - style end */
/* exibitor Registration start  */
.section-title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px 0;
    position: relative;
    color: #b38729;
}

.bottom-bar {
    width: 50px;
    height: 3px;
    background-color: #b38729;
    display: flex;
    align-items: center;
    margin: auto !important;
    margin-top: 6px !important;
}

.form-control {
    padding: 10px 12px !important;
}

.form-group {
    margin-bottom: 15px;
}

/* exibitor Registration end  */
/*gallary style start*/
.Gallery-img {
    overflow: hidden;

}

.Gallery-img img {
    width: 100%;
    padding: 10px 0;
    transition: transform 0.3s ease;
}

.Gallery-img:hover img {
    transform: scale(1.1);
}

/*gallary style end*/
.sub-section {
    margin-top: 10px;
}

.sub-section h2 {
    font-size: 35px;
    color: #770303;
}

/*About style start*/
.organizers-about {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 15px;
}

.organizers-about img {
    width: 50%;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.organizers-about h4 {
    color: #770303;
    margin-top: 10px;
}

.organizers-about:hover img {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.about-us-detail p {
    font-size: 18px;
    line-height: 2;
}

.box-matters .blockquote-custom-icon {
    background: #7e0f08;
    font-size: 28px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: -80px auto 0px 150px;
}

.box-matters .border-bottom {
    border-bottom: 2px solid #a96e00 !important;
}

.blockquote h4 {
    color: #a96e00;
}

.blockquote p {
    font-size: 16px;
}

/*About style end*/
.why-us-detail p {
    font-size: 17px;
    line-height: 2;
}

.why-choose-us-list {
    list-style: none;
}

ul.why-choose-us-list li {
    line-height: 2;
}

ul.why-choose-us-list li i {
    margin-right: 10px;
}

/*exhibitor-guide*/
.stall-rates .section-title ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 2.5;
    letter-spacing: 2px;
    text-align: center;
}

.underlined {
    display: inline-block;
    border-bottom: 1px solid #444;
}

.pricing .box {
    padding: 30px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #daa517;
    border-radius: 5px;
    transition: all ease-in-out 0.4s;
}

.pricing .box:hover,
.price-kit:hover {
    transform: translateY(-10px);
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.4);
}

.pricing h3 {
    margin-bottom: 15px;
    font-size: 28px;
    color: #26445d;
    font-weight: bold;
    text-decoration: underline;
}

.pricing h4 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    font-family: "AbrilFatface";
    margin-bottom: 0;
}

.pricing h4 sup {
    font-size: 28px;
}

.pricing h4 span {
    padding: 10px;
    font-weight: bold;
    font-family: "AbrilFatface";
    color: #26445d;
    font-size: 18px;
    display: block;
}

.pricing p {
    line-height: 1.8;
    padding: 20px 0;
    color: #26445d;
    font-size: 18px;
}

.price-kit {
    background: #fff;
    width: 100%;
    border: 2px solid #444;
    transition: all ease-in-out 0.4s;
}

.price-kit h2 {
    color: #26445d;
    font-size: 40px;
    font-weight: bold;
}

.price-kit p {
    color: #444 !important;
    font-size: 24px;
    display: block;
}
/*gallery style*/
.gallery-page .show-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    margin: auto;
    height: 100%;
}
.gallery-page figure.snip1104 {
    font-family: "Raleway", Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 351px;
    max-height: 220px;
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.gallery-page figure.snip1104:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #ffffff;
    position: absolute;
    transition: all 0.3s ease-in-out;
    transform: rotate(110deg) translateY(-50%);
}

.gallery-page figure.snip1104 img {
    max-width: 100%;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out; /* Add opacity transition */
}

.gallery-page figure.snip1104 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.gallery-page figure.snip1104 * {
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.gallery-page figure.snip1104 h2 {
    position: absolute;
    left: 40px;
    right: 40px;
    display: inline-block;
    background: #000000;
    transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
    padding: 12px 5px;
    margin: 0;
    top: 50%;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 1; /* Initial opacity */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Transition for transform and opacity */
}

.gallery-page figure.snip1104 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.gallery-page figure.snip1104:hover:before,
.gallery-page figure.snip1104.hover:before {
    transform: rotate(110deg) translateY(-150%);
}

.gallery-page figure.snip1104:hover img {
    opacity: 0.7; /* Increase opacity on hover */
}

.gallery-page figure.snip1104:hover h2 {
    transform: skew(-10deg) rotate(-10deg) translate(0, -50%) scale(1.1); /* Scale up on hover */
    opacity: 0; /* Fade out on hover */
}

@media only screen and (max-width: 768px) {
    section {
        padding: 10px 0 25px 0;
        overflow: hidden;
    }
    .desktop-header {
        display: none;
    }

    .mweb-header {
        display: block;
        width: 100%;
    }

    .page-content {
        margin-top: 60px;
    }

    .header-left i {
        font-size: 30px;
        color: #770303;
    }

    .logo {
        text-align: center;
    }

    .logo img {
        width: 60%;
    }

    .header-btn button {
        width: 100%;
        padding: 0.2rem;
        font-size: 1rem;
        float: right;
    }
    .desktop-banner{
        display: none;
    }

    .banner-img img {
        height: auto;
    }
    .mobile-banner{
        display: block;
    }
    .highlights-content {
        padding: 10px 0;
        text-align: center;
    }

    .highlights-content h3 {
        font-size: 2.5rem;
    }

    .highlights-content p {
        font-size: 1rem;
    }

    .highlights-card span {
        font-size: 14px;
        color: #f2efef;
    }

    button.main-btn {
        font-size: 1rem;
    }

    .upcoming-jw {
        padding-bottom: 10px;
    }

    .upcoming-content {
        padding-top: 10px;
    }

    .upcoming-content h2 {
        font-size: 2.5rem;
    }

    .upcoming-content p {
        font-size: 1rem;
    }

    .upcoming-content a {
        font-size: 1rem;
    }
    
    .upcoming-card h5 {
        font-size: 16px;
    }
    .upcoming-card img {
        width: 80%;
    }

    .event-highlights-content {
        padding-top: 10px;
    }

    .event-highlights-content h2 {
        font-size: 2.5rem;

    }

    .event-highlights-content p {
        font-size: 1rem;
    }

    .reg-card-content-1 h4 {
        font-size: 1.5rem;

    }

    .reg-card-content-1 p {
        font-size: 1rem;
    }

    .reg-card-content-1 button {
        font-size: 16px;
    }

    .reg-card-content-2 h4 {
        font-size: 1.5rem;

    }

    .reg-card-content-2 p {
        font-size: 1rem;
    }

    .reg-card-content-2 button {
        font-size: 16px;
    }

    .exibitor-content {
        padding: 10px 0;
    }

    .exibitor-content h3 {
        font-size: 2rem;
    }

    .exibitor-content p {
        font-size: 1rem;
    }

    .query-detail {
        height: 600px;
    }

    .query-address h3 {
        font-size: 1rem;
        text-align: center;
    }

    .query-address p {
        font-size: 0.8rem;
    }

    .query-address span img {
        width: 5%;
    }

    .query-address span {
        margin-bottom: 5px;
    }

    .query-form {
        padding: 5px;

    }

    .query-form input {
        margin-top: 0.5rem;
    }

    .query-form select {
        margin-top: 0.5rem;
    }

    .query-form textarea {
        margin-top: 0.5rem;
    }

    .query-form button {
        margin-top: 0.5rem;
    }

    .our-testi {
        padding: 10px;
    }

    .our-testi h4 {
        font-size: 2.5rem;
    }

    .Testimonial-content p {
        font-size: 1rem;
        margin: 0 auto;
    }

    .venue-content h4 {
        font-size: 2.5rem;
    }

    .venue-content p {
        font-size: 1.2rem;
    }

    .venue-content button {
        font-size: 1rem;
    }

    .hall-map {
        padding: 15px;
    }
    .hall-map img {
        width: 90%;
        padding: 20px 0;
    }

    .main-footer {
        text-align: center;
    }

    .footer-social-link img {
        width: 5%;
    }
    .footer-image {
       margin: 30px 0;
    }

    /*breadcrumb media*/
    .breadcrumb {
        height: 150px;
    }

    /*vanue page media*/
    .inner-container {
        padding: 20px;
    }

    .route-map .nav-pill {
        padding: 5px;
        margin-top: 10px;
    }

    .route-map iframe {
        width: 100%;
    }

    .section-title h2 {
        font-size: 20px;
    }
    .organizers-about img {
        width: 100%;
    }
    .organizers-about h4 {
        font-size: 14px;
    }
    .side-social-link {
        bottom: 15px;
        width: 7%;
    }
}