 /* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Code:wght@300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sniglet:wght@400;800&display=swap');
 */

 @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caveat:wght@400..700&family=Fira+Code:wght@300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sniglet:wght@400;800&display=swap');

 @font-face {
     font-family: 'BunchOfFlowers';
     src: url('Bunch_of_Flowers.ttf') format('truetype');
 }

 .humbless {
     margin-top: 0px;
     font-family: 'BunchOfFlowers', cursive;
     font-size: 38px;
     color: #101010;
     text-align: justify;
 }

 * {
     margin: 0;
     padding: 0;
     outline: none;
     border: none;
     box-sizing: border-box;
     text-decoration: none !important;
     list-style: none;
     /* font-family: "Bebas Neue", sans-serif; */
     /* font-family: "Bebas Neue", sans-serif; */
 }

 html {
     overflow-x: hidden;
 }

 body {
     margin: 0;
     background-color: white;
     color: black;
     overflow-x: hidden !important;
 }





     #navbar {
            background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 10;
            padding: 0px 175px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: all 0.3s linear;
        }

        .navbar-brand img {
            width: 90%;
        }

        .menu-toggle {
            display: none;
            font-size: 26px;
            color: white;
            background: none;
            border: none;
        }

        .nav-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0px;
            margin-bottom: 0px;
            justify-content: end;
            width: 80%;
        }

        .nav-item {
            position: relative;
            padding-left: 25px;
        }

        .nav-link {
            color: rgba(255, 255, 255, 0.893);
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            border-bottom: 3px solid transparent;
            padding: 6px 0;
            display: block;
        }

        .nav-link:focus {
            color: #f26522;
            border-bottom: 3px solid #f26522;

        }

        .nav-link:hover {
            border-bottom: 3px solid #f26522;
            color: #fff;
        }

        .dropdown-menu {
            display: none;
            position: absolute;
            top: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            flex-direction: row;
            gap: 15px;
            padding: 7px;
            white-space: nowrap;
            z-index: 1000;
            right: -50%;
        }

        .dropdown-menu22 {
            display: flex;
            flex-direction: row;
            gap: 5px;
            padding: 5px;
            background: white;
            border-radius: 10px;
        }

        .dropdown_card {
            width: 200px;
        }

        .image-wrapper {
            position: relative;
            width: 100%;
            height: 200px;
            border-radius: 10px;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .image-wrapper:hover img {
            transform: scale(1.05);
        }

        .overlay-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-weight: bold;
            font-size: 18px;
            text-align: center;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
            pointer-events: none;
        }



        .nav-item:hover .dropdown-menu {
            display: flex;
        }

        .dropdown_card {
            width: 200px;
            text-align: center;
        }

        .dropdown-item {
            color: white;
            text-decoration: none;
            padding: 0px;
            border-radius: 8px;
            /* background-color: rgba(0, 0, 0, 0.9); */


        }

        .dropdown-item img {
            width: 100%;
            border-radius: 10px;
            transition: transform 0.3s;
            margin-bottom: 8px;
            filter: brightness(65%);
        }

        .dropdown-item:hover img {
            transform: scale(2.05);
            filter: brightness(90%);

        }

        .dropdown-item span {
            font-size: 14px;
        }

        .dropdown-item:hover {
            color: #f26522;

        }


        /* Responsive */
        @media(max-width:1200px) {
            #navbar {
                background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
                padding: 20px 16px;
                justify-content: space-between;
                display: flex;
                text-align: center;
            }

            .menu-toggle {
                display: block;
            }


            .nav-links {
                display: none;
                flex-direction: column;
                background: rgba(0, 0, 0, 0.9);
                width: 100%;
                position: absolute;
                top: 108px;
                left: 0;
                right: 0;
                padding: 20px 17px;
            }

            .nav-links.open {
                display: flex;
            }
        }

        @media (max-width: 991px) {
            #navbar {
                background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
                padding: 20px 16px;
                justify-content: space-between;
                display: flex;
                text-align: center;
            }

            .menu-toggle {
                display: block;
            }


            .nav-links {
                display: none;
                flex-direction: column;
                background: rgba(0, 0, 0, 0.9);
                width: 100%;
                position: absolute;
                top: 108px;
                left: 0;
                right: 0;
                padding: 20px 17px;
            }

            .nav-links.open {
                display: flex;
            }

            .dropdown-menu {
                position: static;
                flex-direction: column;
                padding: 10px 0;
            }

            .nav-item:hover .dropdown-menu {
                display: none;
            }

            .nav-item.open .dropdown-menu {
                display: inline-block;
                width: 200px;
            }

            .dropdown-menu22 {
                display: block;
            }

            .dropdown_card {
                width: 100%;
                text-align: center;
            }

            .image-wrapper {
                width: 100%;
                height: auto;
                border-radius: 0px;
            }

            #navLinks2 {
                display: hidden;
            }


            .navbar-brand {
                position: relative;
                top: 0px;
                display: contents;
            }


            .navbar-brand img {
                width: 27%;
            }


        }
        
        










 .gallery_section {
     background-image: url("../images/runmg/bg3.jpg");
     width: 100%;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .gallery-header {
     padding: 30px 90px;
     font-size: 3rem;
     font-weight: 800;
     text-transform: uppercase;
 }



 .cop img {
     width: 27%;
 }

 .cop p {
     color: rgb(196, 196, 196);
     font-size: 20px;
 }





 .highlight-box {
     border-radius: 20px;
     /* border: 5px solid #f26522; */
     overflow: hidden;
     max-width: 100%;
 }

 .section-bg {
     background: url('../images/runmg/bg2.jpg');
     /* Optional background pattern */
     background-color: #fff;
     padding: 60px 20px;
 }

 .section-title {
     font-weight: 900;
     color: black;
     font-size: 45px;
     /* font-family: 'BunchOfFlowers', cursive; */
 }

 .section-title_p {
     color: black;
     font-size: 18px;
 }







 /* < !-- Race categories --> */
 .gallery-section {
     padding-inline: 7.2rem;
     padding-block: 5rem;
 }

 .slick-slide {
     margin: 20px;
 }

 .slick-list {
     overflow: visible;
 }

 .responsive {
     position: relative;
 }

 .custom-card {
     background: linear-gradient(to bottom, #1e1e1e, #000);
     border-radius: 20px;
     padding-top: 70px;
     text-align: center;
     color: white;
     position: relative;
     min-height: 250px;
 }

 .profile-img {
     width: 168px;
     height: 168px;
     border-radius: 50%;
     object-fit: cover;
     border: 1px solid white;
     position: absolute;
     top: -79px;
     left: 50%;
     transform: translateX(-50%);
     background-color: white;
 }

 .card-title {
     font-size: 35px;
     font-weight: bold;
     line-height: 1.3;
 }

 .card-subtitle {
     font-size: 14px;
     color: #f26522;
     margin-top: 10px;
     font-weight: 500;
 }

 .top_card {
     margin-top: 100px;
 }

 @media (max-width: 768px) {
     .custom-card {
         margin-bottom: 40px;
     }

     .gallery-section {
         padding-inline: 1rem;
         padding-block: 0rem;
     }

     .slick-slide {
         margin: 0px;
     }

     .slick-list {
         overflow: hidden;
     }

     .profile-img {
         width: 150px;
         height: 150px;
         border-radius: 50%;
         object-fit: cover;
         border: 1px solid white;
         position: absolute;
         top: 9px;
         left: 50%;
         transform: translateX(-50%);
         background-color: white;
     }

     .top_card {
         position: absolute;
         bottom: 0;
         left: 0px;
         right: 0px;
     }

     .card-title {
         font-size: 22px;
         font-weight: bold;
         line-height: 18px;
     }

     .card-subtitle {
         font-size: 14px;
         color: #f26522;
         margin-top: 10px;
         font-weight: 500;
     }


 }











 /* < !-- RBR Story Section --> */

 .section-bg2 {
     background: url('../images/runmg/bg2.jpg');
     background-color: #fff;
     padding: 60px 20px;
     text-align: center;
     justify-content: center;
     align-items: center;
     display: flex;
 }

 .rbr-story {
     position: relative;
     background-image: url('../images/runmg/rbr-story.jpg');
     /* Replace with your image path */
     background-size: cover;
     background-position: center;
     height: 500px;
     width: 1125px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .rbr-overlay {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     background-color: rgba(0, 0, 0, 0.2);
     /* dark overlay */
 }

 .rbr-content {
     position: relative;
     color: #fff;
     text-align: center;
     z-index: 1;
     max-width: 800px;
     padding: 20px;
 }

 .rbr-title {
     font-size: 60px;
     font-weight: 900;
 }

 .rbr-description {
     font-size: 25px;
     margin-top: 20px;
 }

 .rbr-btn {
     margin-top: 25px;
     padding: 10px 10px;
     background-color: #ff7e00;
     color: #fff;
     border: none;
     font-size: 20px;
     font-weight: bold;
     border-radius: 10px;
     transition: 0.3s;
 }

 .rbr-btn:hover {
     background-color: #e76f00;
     color: #fff;
 }

 @media (max-width: 768px) {
     .rbr-title {
         font-size: 36px;
     }

     .rbr-description {
         font-size: 16px;
     }
 }






#myVideo1 {
     width: 100%;
     /* height: 100%; */
     height: auto;
 }

 .video-container {
     position: relative;
     width: 100%;
     max-width: 800px;
     margin: auto;
     border: 5px solid #2b2b2b;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
 }

 .video-container img {
     width: 100%;
     display: block;
 }

 .play-button {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background-color: rgba(255, 255, 255, 0.8);
     border-radius: 50%;
     width: 80px;
     height: 80px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
 }

 .play-button::before {
     content: '';
     border-style: solid;
     border-width: 15px 0 15px 25px;
     border-color: transparent transparent transparent #333;
     margin-left: 5px;
 }

 .video-caption {
     position: absolute;
     bottom: 10px;
     left: 20px;
     color: #ccc;
     font-size: 1.25rem;
     font-weight: 600;
     text-shadow: 1px 1px 2px #000;
 }




 .media-gallery {
     max-height: 332px;
     overflow-y: auto;
     overflow-x: hidden;
     padding-right: 10px;
     /* border: 5px solid #2b2b2b; */
     background-color: #000;
     margin: 38px 0px;
 }

 .media-gallery img {
     width: 100%;
     height: 157px;
     border: 2px solid #111;
     filter: brightness(100%);
     transition: all 0.9s linear;
 }

 .media-gallery img:hover {
     filter: brightness(30%);
 }

 .media-row {
     margin-bottom: 10px;
 }

 ::-webkit-scrollbar {
     width: 8px;
 }

 ::-webkit-scrollbar-thumb {
     background: #f60;
     border-radius: 5px;
 }

 ::-webkit-scrollbar-track {
     background: #222;
 }

 .section-bg3 {
     /* background: url('./images/runmg/bg2.jpg');
            background-color: #fff;
            padding: 60px 20px;
            text-align: center;
            justify-content: center;
            align-items: center;
            display: flex; */

     background-color: #000;
     width: 100%;

 }

















 .INITIATIVES_bg {
     width: 100%;
     /* height: 100vh; */
     background-color: white;
     background-image: url('../images/runmg/bg2.jpg');
 }


 .carousel-item {
     margin-right: -100%;

 }

 .carousel {
     display: flex;
     justify-content: center;
 }

 .carousel-inner_race {
     width: 87%;
 }

 .carousel-control-next {
     right: -52px;
 }

 .carousel-control-prev {
     left: -52px;
 }

 /* .carousel-control-next-icon {
            margin-right: -50px;
            height: 30px !important;
            width: 30px !important;
        } */


 @media(max-width:992px) {
     .carousel-control-next {
         right: 0px;
     }

     .carousel-control-prev {
         left: 0px;
     }

     .carousel-inner_race {
         width: 100%;
     }


     /* .gallery-header {
                font-size: 27px;
            } */

     .gallery-header {
         font-size: 27px;
         padding-left: 27px;
     }

     .gmap_contact {
         height: auto;
         padding-top: 65px;
         align-items: center;
         padding-inline: 14px;
         width: auto;
     }

     .section-title {
         font-weight: 900;
         color: black;
         font-size: 28px;
     }

     .section-title_p {
         color: black;
         font-size: 18px;
         text-align: justify;
     }
 }





















 .gallery-header_center {
     /* text-align: center; */
     /* padding: 30px 90px; */
     font-size: 25px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .brand_main {
     background: #fafaf0;
     display: flex;
     flex-direction: column;
     height: 20vh;
     justify-content: center;
     align-items: center;
 }

 .brandsCarousel {
     max-width: 960px;
     max-height: 100px;
     margin: auto;
     overflow: hidden;
     position: relative;
 }

 .brandsCarousel::before,
 .brandsCarousel::after {
     content: "";
     width: 100px;
     height: 100px;
     background: linear-gradient(to right, rgba(250, 250, 240, 1) 0%, rgba(250, 250, 240, 0) 100%);
     position: absolute;
     z-index: 2;
 }

 .brandsCarousel::before {
     top: 0;
     left: 0;
 }

 .brandsCarousel::after {
     top: 0;
     right: 0;
     transform: rotateZ(180deg);
 }

 .carouselTrack {
     width: calc(100px * 25);
     animation: infiniteLoop 10s linear infinite;
     animation-fill-mode: forwards;
     will-change: transform;
 }

 @keyframes infiniteLoop {
     0% {
         transform: translate3d(0, 0, 0);
     }

     100% {
         transform: translate3d(calc(-100px * 10), 0, 0);
     }
 }

 .brandLogo {
     width: 100px;
     height: 50px;
     align-items: center;
     margin: auto;
     overflow: hidden;
 }

 .brandLogo img {
     width: 100px;
     height: 50px;
 }


















 .contact {
     background-position: center;
     background-size: cover;
     text-align: center;
     position: relative;
 }

 .gmap_contact {
     /* height: 50%; */
     padding-top: 65px;
     /* align-items: center; */
     padding-inline: 97px;
 }

 .contactcentre {
     background-color: #f8feea;
     padding-right: 15px !important;
     padding-left: 15px !important;
 }

 .contactcentre {
     background-color: #f8feea;
     padding-right: 15px !important;
     padding-left: 15px !important;
 }

 .contactbox {

     /* background: #627e21 !important; */
     /* background-image: url('./images/runmg/bg3.jpg'); */
     /* width: auto; */

     background: #FC5B0B;
     background: linear-gradient(157deg, rgba(252, 91, 11, 1) 0%, rgba(245, 144, 29, 1) 100%);
     padding-top: 49px;
     padding-right: 0px !important;
     padding-left: 0px !important;
     height: 400px;
 }

 .contactboxright {

     padding-right: 0px !important;
     padding-left: 0px !important;
 }

 .tab-two {}

 .google-pin {
     display: flex;
     align-items: center;
     color: #fff;
     font-size: 18px;
     font-weight: 600;

 }

 .copyright-div {
     font-size: 16px;
     color: #fff;
     font-weight: 300;
     line-height: 18px;
     padding: 15px 0px;
 }

 .download_app {
     color: #ef7a2d !important;
     margin: 20px !important;
 }

 .contactboxright {
     padding-right: 0px !important;
     padding-left: 0px !important;
 }

 .contactboxxs {
     display: block;
     padding-inline: 85px;
 }

 .footerheadingfont {
     color: black;
     text-align: left;
     font-family: itc-avant-garde-gothic-pro, sans-serif;
     font-size: 42px;
     line-height: 56px;
     font-weight: 800;
     letter-spacing: 0rem !important;
 }

 .fooaddress {
     text-align: left !important;
     color: black;
 }

 .fooicons .fa {
     padding-top: 5%;
     font-size: 42px !important;
     color: black !important;
 }

 .fooicons {
     display: flex;
     gap: 8px;
     justify-content: center;
 }

 .fooaddress .fft {
     padding-left: 21px;
     font-size: 18px;
     font-weight: 600;
 }









 @media(max-width:992px) {
     .carousel-control-next {
         right: 0px;
     }

     /* .gmap_contact {
                height: auto;
                padding-top: 65px;
                align-items: center;
                padding-inline: 14px;
                width: auto;
            } */

     .contactboxxs {
         display: block;
         padding-inline: 12px;
     }

     .contactbox {
         padding-top: 17px;
         height: auto;
     }

     .footerheadingfont {
         font-size: 34px;
         line-height: 20px;
     }


     .fooaddress .fft {
         padding-left: 11px;
         font-size: 15px;
         font-weight: 600;
     }


     .fooicons .fa {
         padding-top: 5%;
         font-size: 30px !important;
         color: black !important;
     }

     .gmap_contact {
         height: auto;
         padding-top: 65px;
         padding-inline: 14px;

     }
 }

















 .footer2 {
     background-color: #020201;
     display: flex;
     justify-content: center;
     text-align: center;
     padding: 20px;
 }

 .footer2 p {
     font-size: 13px;
 }






 /* ==========slider============ */

 .swiper {
     width: 100%;
     height: 100vh;
 }


 .swiper-slide::after {
     content: "";
     width: 450px;
     height: 450px;
     position: absolute;
     background-image: url('../images/desktop-hero-pattern.svg');
     background-position: right;
     background-size: cover;
     background-repeat: no-repeat;
     z-index: 2222;
     right: 0;
     opacity: 70%;
 }

 .swiper-slide::before {
     content: "";
     width: 200px;
     height: 100%;
     background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(250, 250, 240, 0) 100%);
     position: absolute;
     z-index: 2;
     left: 0;
     opacity: 50%;
 }

 /* .swiper-slide::before {
    content: "";
    width: 200px;
    height: 100%;
    background: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(250, 250, 240, 0) 100%);
    position: absolute;
    z-index: 2;
    right: 0;
    opacity: 80%;
} */


 .swiper-slide {
     position: relative;
 }

 .swiper-slide video {
     width: 100%;
     height: 100%;
     object-fit: cover;
     filter: brightness(90%);
     box-shadow: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(250, 250, 240, 0) 100%);
 }



 .overlay {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     background: rgba(0, 0, 0, 0.4);
     z-index: 1;
 }

 .slide-text {
     position: absolute;
     z-index: 2;
     top: 50%;
     left: 186px;
     transform: translateY(-50%);
     color: white;
     max-width: 600px;
 }

 .slide-text h2 {
     font-size: 4rem;
     font-weight: bold;
     font-family: "Bebas Neue", sans-serif;
     letter-spacing: 3px;

 }

 .slide-text p {
     font-size: 1.2rem;
     margin: 10px 0;
 }

 .slide-text .btn {
     padding: 10px 20px;
     background-color: #fc5b0b;
     border: none;
     color: white;
     font-weight: bold;
     border-radius: 5px;
     text-decoration: none;
 }

 .swiper-button-prev,
 .swiper-button-next {
     color: white;
 }

 .swiper-pagination-bullet {
     background: white;
 }


 .swiper-button-next {
     right: 28%;
 }

 .swiper-button-prev {
     left: 28%;
 }

 .swiper-button-next:after,
 .swiper-button-prev:after {
     font-family: swiper-icons;
     font-size: 22px;
     text-transform: none !important;
     letter-spacing: 0;
     font-variant: initial;
     line-height: 1;
     font-weight: 700;
 }





 .swiper-button-next,
 .swiper-button-prev {
     position: absolute;
     top: 90%;
     /* width: calc(var(--swiper-navigation-size) / 2 * 27); */
     height: var(--swiper-navigation-size);
     /* margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); */
     z-index: 1111;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;


     width: 50px;
     height: 50px;
     background-color: #fc5b0b;
 }




 .swiper-pagination-bullet-active {
     opacity: 100% !important;
     background-color: #fc5b0b;
 }


 .swiper-horizontal>.swiper-pagination-bullets,
 .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom,
 .swiper-pagination-fraction {
     bottom: var(--swiper-pagination-bottom, 60px);
     top: var(--swiper-pagination-top, auto);
     left: 0;
     width: 100%;
 }

 .swiper-pagination-bullet {
     width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10%)) !important;
     height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
     display: inline-block;
     border-radius: var(--swiper-pagination-bullet-border-radius, 0%);
     opacity: 100%;
 }







 @media(max-width:992px) {

     .swiper-button-next {
         right: 0%;
     }

     .swiper-button-prev {
         left: 0%;
     }


     .swiper-button-next,
     .swiper-button-prev {
         position: absolute;
         /* top: var(--swiper-navigation-top-offset, 82%); */
         bottom: auto;
         width: calc(var(--swiper-navigation-size) / 27 * 27);
         background: #fc5b0b;
     }


     .swiper-button-next:after,
     .swiper-button-prev:after {
         font-family: swiper-icons;
         font-size: 22px;
         text-transform: none !important;
         letter-spacing: 0;
         font-variant: initial;
         line-height: 1;
         font-weight: 700;
     }



     /* .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 147px);
    } */


     .slide-text {
         position: absolute;
         z-index: 2;
         top: 50%;
         left: 15px;
         transform: translateY(-50%);
         color: white;
         max-width: 600px;
     }

     .swiper-pagination-bullet {
         width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 21%)) !important;
         height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
         display: inline-block;
         border-radius: var(--swiper-pagination-bullet-border-radius, 0%);
         opacity: 100%;
     }
 }










 .gallery-section {
     padding-inline: 7.2rem;
 }





 /* .responsive {
     position: relative;
 } */

 .prevArrow {
     background: #f89d31;
     color: white;
     border-radius: 50%;
     position: absolute;
     width: 40px;
     height: 40px;
     text-align: center;
     line-height: 40px;
     cursor: pointer;
     display: inline-block;
     top: -154px;
     right: 8%;
 }

 .nextArrow {
     background: #f89d31;
     color: white;
     border-radius: 50%;
     position: absolute;
     width: 40px;
     height: 40px;
     text-align: center;
     line-height: 40px;
     cursor: pointer;
     display: inline-block;
     top: -154px;
     right: 4%;
 }




 @media(max-width:992px) {
     .prevArrow {
         background: black;
         color: white;
         border-radius: 50%;
         position: absolute;
         width: 40px;
         height: 40px;
         text-align: center;
         line-height: 40px;
         cursor: pointer;
         display: inline-block;
         top: 149px;
         right: 87%;
         z-index: 11;
     }

     .nextArrow {
         background: black;
         color: white;
         border-radius: 50%;
         position: absolute;
         width: 40px;
         height: 40px;
         text-align: center;
         line-height: 40px;
         cursor: pointer;
         display: inline-block;
         top: 149px;
         right: 5%;
         z-index: 11;
     }

     .gallery-header {
         padding: 5px;
     }

     .gallery-section {
         padding-inline: 0rem;
     }


 }

 /* ==========slider============ */









 /* ==========story-bhopal-run======= */
 .touirm-gallery h2 {
     font-family: 'Bunch of Flowers Personal Use Regular';
     font-size: 50px;
     margin: 0px 0px 25px;
 }

 .touirm-gallery-img img {
     width: 100% !important;
 }

 .touirm-gallery {
     padding-bottom: 50px;
     padding-top: 50px;
 }

 .touirm-gallery-img {
     margin-bottom: 30px;
 }

 /* ==========story-bhopal-run======= */

















































 @media(max-width:992px) {
     .cop_main {
         display: block;
     }

     .cop img {
         width: 38%;
         margin-bottom: 1rem;
     }


     .cop p {
         font-size: 15px;
     }

     .widget p {
         font-size: 15px;
         text-align: justify;
     }











     .two_card_inline {
         padding-inline: 10px;
     }

     .content-section {
         padding: 1rem 0;
         padding-inline: 10px;
     }

     .gallery-header {
         font-size: 2rem;
     }

     .left-image {
         display: none;
     }

     .right-form {
         padding: 60px 22px;
     }



 }









 .btn-grad {
     background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%)
 }

 .btn-grad {
     margin: 10px;
     padding: 15px 45px;
     text-align: center;
     text-transform: uppercase;
     transition: 0.5s;
     background-size: 200% auto;
     color: white;
     box-shadow: 0 0 20px #eee;
     border-radius: 10px;
     display: block;
 }




 /* TRIATHLON */

 .headerimage {
     height: 450px;
     background-size: cover;
     margin-top: 0px;
     background-position: center;
     background-repeat: no-repeat;
     filter: brightness(80%);



     background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
     transition: 0.5s;
 }

 .headerimage:hover {
     background-position: right center;
     /* change the direction of the change here */
     color: #fff;
     text-decoration: none;
     filter: brightness(100%);

 }

 /* .imagecontainer h1 {
     color: #fff;
     position: absolute;
     left: 0px;
     top: 320px;
     font-size: 55px;
     font-family: itc-avant-garde-gothic-pro, sans-serif !important;
 } */

 .imagecontainer h1 {
     color: #fff;
     position: absolute;
     left: 140px;
     top: 273px;
     font-size: 55px;
     font-weight: 700;
     font-family: emoji;
     text-transform: uppercase;
 }





 .onground10k-event {
     padding-top: 15px;
     width: 100%;
     position: relative;
     background-image: url(../10k/bgimg.jpg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }


 /* 2 */
 .pg-nav .nav {
     flex-wrap: nowrap !important;
     display: flex;
     justify-content: space-between;
 }

 .highlightbox {
     -webkit-box-shadow: 0 0 0px #c5c5c5;
     position: relative;
     width: 95%;
     height: 530px;
     background-color: white;
     z-index: 10;
     top: 600px;
     margin: auto;
     -webkit-box-shadow: 0 0 10px #f26522;
     left: 0;
     right: 0;
     text-align: center;
     top: 10px;
     color: black;
     border-bottom-right-radius: 20px;
     border-bottom-left-radius: 20px;
 }

 .highlightbox:hover {
     -webkit-box-shadow: 0 0 10px black;

 }

 .highlightbox-content {
     text-align: center;
     width: 100%;
     background-color: #f26522;
     height: 35%;
     padding: 10px;
 }

 .highlightbox-button {
     margin: 20px auto;
     color: white;
     background-color: #f26522;
     font-weight: 700;
     font-size: 17px;
     border: none;
     border-radius: 0;
     padding: 5px 24px;
 }

 .highlightbox-button:hover {
     background-color: #000;
 }

 .highlightbox-text {
     font-size: 20px;
 }

 .highlightbox .highlightbox-fees {
     font-size: 30px;
     font-weight: 700;
 }

 .highlightbox-main {
     width: 275px;
     height: 267px;
     background-color: white;
     z-index: 10;
     border-radius: 20px;
     top: 180px;
     margin: auto;
     -webkit-box-shadow: 0 0 10px #f26522;
     left: 0;
     right: 0;
     text-align: center;
     color: black;
     margin-top: 37px;
 }

 .highlightbox-main:hover,
 .highlightbox-newmain:hover {
     -webkit-box-shadow: 0 0 10px black;
 }

 .highlightbox-newmain {
     width: 95%;
     height: 375px;
     padding: 10px;
     background-color: white;
     color: black;
     z-index: 10;
     top: 600px;
     margin: auto;
     -webkit-box-shadow: 0 0 10px #f26522;
     left: 0;
     right: 0;
     text-align: center;
 }

 .highlightbox-newmain .highlightbox-feesn {
     font-size: 30px;
     font-weight: 700;
     font-family: Helveticabold;
 }

 .noselects {
     padding: 0px !important;
     position: relative;
 }


 .noselects img {
     width: 100% !important;
     transition: all 0.2s linear;
     filter: drop-shadow(2px 4px 6px black);
     border-radius: 10px;
 }

 .noselects img:hover {
     filter: none;
 }


 .centered {
     font-family: HelveticaBold;
     font-weight: bold;
     position: absolute;
     color: #fff;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .centeredhead {
     font-size: 25px;
     font-weight: bold;
     position: absolute;
     color: #fff;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }


 .btnss21k {
     width: 110px;
     height: 115px;
     font-size: 17px !important;
     color: #fff;
     cursor: pointer;
     -webkit-tap-highlight-color: transparent;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     z-index: 0;
 }

 .btnss21k:hover {
     width: 110px;
     height: 115px;
     font-size: 18px !important;
     border: 2px solid #fff !important;
     border-radius: 10px;
     color: #fff !important;
     cursor: pointer;
     -webkit-tap-highlight-color: transparent;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     z-index: 0;
 }

 .noselect {
     text-transform: uppercase;

 }



 /* 3 */
 .tab-content {
     background-color: transparent;
     padding-top: 20px;
 }

 .tab-content p {
     color: black;
     text-align: justify;
     font-size: 17px;
     font-family: proxima-nova, sans-serif !important;
     font-weight: 300;
     line-height: 1.625rem;
     letter-spacing: 0rem;
     text-align: center;
 }

 .tab-content h5 {
     margin-top: 0;
     margin-bottom: .5rem;
     font-weight: 500;
     line-height: 1.2;
     color: var(--bs-heading-color);
 }


 .border {
     border: 1 px solid rgb(255 255 255 / 29%);
     padding: 1 rem;

 }

 .border ul li {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
     position: relative;
     padding-left: 50 px;
     margin-bottom: 2 rem !important;
     color: black;
 }

 .border ul {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding-left: 0 px;
 }

 .border ul li em {
     position: absolute;
     left: 15 px !important;
     top: 5 px !important;

 }

 .border ul {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding-left: 0px;
 }

 .border ul li {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
     position: relative;
     padding-left: 50px;
     line-height: 32px !important;
     font-family: proxima-nova, sans-serif !important;
     font-size: 20px !important;
 }

 .border ul li i {
     position: absolute;
     left: 15px;
     top: 5px;
 }

 .border h4 {
     text-align: left !important;
     font-size: 20px !important;
     margin-bottom: 2rem !important;
 }

 .border h4 {
     display: none;
 }

 .border {
     border: 1px solid;
     padding: 1rem;
     border-color: black !important;
     color: black !important;
 }



 .tbl-age {
     line-height: 32px;
     font-family: proxima-nova, sans-serif !important;
     font-size: 20px;
 }

 .section-heading {
     line-height: 32px;
     font-family: proxima-nova, sans-serif !important;
     font-size: 20px;
     color: black;
     font-weight: 600 !important;
     /* padding-left: 20px; */
     margin-bottom: 0px;
     text-align: justify;
 }

 table {
     border: 1px solid black !important;
 }

 .nav-tabs {
     border-bottom: 0px transparent !important;
 }


 b {
     font-size: 20px !important;
     font-family: proxima-nova, sans-serif !important;
     text-align: justify;
     font-weight: bold;
 }




 .panel-body.panel-box {
     padding: 15px 0px;
 }

 .panel-default>.panel-heading a[aria-expanded="true"] {
     background-color: #181818;
     color: #fff;
     font-size: 18px;
     font-weight: bold !important;
 }

 .panel-default>.panel-heading a {
     display: block;
     padding: 10px 15px;
 }

 .panel-group .panel+.panel {
     margin-top: 5px;
 }

 .panel-group .panel {
     margin-bottom: 0;
     border-radius: 4px;
 }

 .panel-default>.panel-heading {
     background-color: #d6d5d3;
 }

 .panel-default>.panel-heading {
     color: #333;
     background-color: #fff;
     border-color: #e4e5e7;
     padding: 0;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }

 .panel-run-bhopal h4.panel-title {
     background-color: #f1e2d7;
     margin: 0;
     padding: 0;

 }

 .panel-body {
     padding: 15px;
 }





 /* ===================about============================== */
 .bhopal_runnerssimple {
     padding: 30px 0px 50px !important;
 }

 .bhopal_runnerssimple_img img {
     width: 100%;
 }

 .humble {
     font-family: "Caveat", cursive;
     margin-top: 0px;
     font-size: 38px;
     color: #101010;
     text-align: justify;
 }

 .humblebig {
     font-family: "Caveat", cursive;
     margin-top: 0px;
     font-size: 48px;
     color: #101010;
     text-align: justify;
 }

 .humble_P p {
     text-align: justify;
     font-size: 1.125rem;
     font-family: proxima-nova, sans-serif !important;
     font-weight: 300;
     line-height: 1.625rem;
     letter-spacing: 0rem;
 }

 .bhopal-organ-bg {
     background-color: #f6ffea;
     /* padding: 50px 0 100px 0px;
     background-size: 100% 22%;
     height: 500px; */
     width: 100%;
     height: 500px;
 }

 .bhopal-organ2 {
     margin-top: -29%;
     padding: 50px 0 100px 0px;
     background-size: 100% 22%;
 }

 .heart-img img {
     width: 100%;
 }

 .bhopal-organ-title h2 {
     font-size: 26px;
     font-weight: bold;
     text-transform: uppercase;
     margin-top: 0px;
     margin-bottom: 25px;
     position: relative;
     padding-bottom: 5px;
 }

 .anti-tabco {
     background: #fff9f3;
     padding: 53px;
     margin-left: -10em;
     margin-top: 23px;
     margin-right: -10em;
     padding-right: 8em;
 }

 .award-box {
     background: #fff;
     padding: 5px;
     box-shadow: 0px 0px 5px #ccc;
 }

 .award-box img {
     width: 100%;
 }




 /* 2 */
 .brcol {
     padding-right: 0px;
     padding-left: 0px;
 }

 .blue-drak {
     background: #f6ffea;
 }

 .guttor-text {
     padding: 15px;
     min-height: 281px;
     position: relative;
     z-index: 1;
 }

 .blue-drak:before {
     content: "";
     position: absolute;
     right: -24px;
     top: 49%;
     width: 0;
     height: 0;
     border: 0 solid transparent;
     border-bottom-width: 20px;
     border-top-width: 20px;
     border-left: 24px solid #fff;
     z-index: 1;
 }

 .blue-drak:after {
     content: "";
     position: absolute;
     right: -20px;
     top: 50%;
     width: 0;
     height: 0;
     border: 0 solid transparent;
     border-bottom-width: 17px;
     border-top-width: 17px;
     border-left: 20px solid #f6ffea;
     z-index: 1;
 }

 .guttor-text h3 {
     margin-top: 0px;
     font-size: 14px;
     font-weight: 700;
     text-transform: uppercase;
     position: relative;
     padding-bottom: 5px;
     margin-bottom: 10px;
 }

 .guttor-text h3:after {
     content: "";
     width: 100px;
     height: 2px;
     background: #444;
     position: absolute;
     left: 0;
     bottom: 0;
 }

 .gutterbox img {
     display: block;
     height: 281px;
     width: 100%;
 }

 .guttor-text p {
     font-size: 15px;
     margin: 0px;
     line-height: 18px;
     font-weight: 400;

 }

 .yellow-drak {
     background: #f6ffea;
 }

 .yellow-drak:before {
     content: "";
     position: absolute;
     left: -24px;
     top: 49%;
     width: 0;
     height: 0;
     border: 0 solid transparent;
     border-bottom-width: 20px;
     border-top-width: 20px;
     border-right: 24px solid #fff;
     z-index: 1;
 }

 .yellow-drak:after {
     content: "";
     position: absolute;
     left: -20px;
     top: 50%;
     width: 0;
     height: 0;
     border: 0 solid transparent;
     border-bottom-width: 17px;
     border-top-width: 17px;
     border-right: 20px solid #f6ffea;
     z-index: 1;
 }


 .pesedent {
     background-color: #f9efe5;
     margin-block: 5rem;
 }

 .president2 img {
     margin-top: -17%;
 }

 .text-pesent h3 {
     font-size: 2.75rem;
 }

 /* ===================about============================== */



 /* ========contact========== */
 .contact_event_us {
     padding: 30px;
     color: black;
 }

 /* ========contact========== */















 /* ==============prize================ */
 /* .tbl-age {
     background-color: #f3f5f5;
     display: inline-block;
     width: 100%;
     margin-top: 15px;
 } */



 .table-responsive {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
 }

 .tbl-age {
     line-height: 32px;
     font-family: proxima-nova, sans-serif !important;
     font-size: 17px;
 }

 .lists2 {
     position: relative;
 }

 .lists2 li::after {
     position: absolute;
     content: '';
     background-color: #242424;
     width: 8px;
     height: 8px;
     left: -30px;
     top: 8px;
     transform: rotate(45deg);
 }



 .lists2 li {
     list-style: none;
     position: relative;
     line-height: 32px !important;
     font-family: proxima-nova, sans-serif !important;
     font-size: 17px !important;
     text-align: justify;
 }



 /* ==============prize================ */






 /* =========storywhy============== */
 .why-prize .virtual-text {
     position: absolute;
     background-color: #fff;
     width: 56%;
     left: 0%;
     top: -320px;
     margin-top: 0%;
     height: 370px;
     box-shadow: 0px 0px 10px #d9d9d9;
 }

 .virtual-text {
     position: absolute;
     background-color: #fff9f3;
     width: 750px;
     left: 10%;
     top: 13.5%;
     margin-top: 14.7%;
     height: 405px;

 }

 .center-div {
     position: absolute;
     width: 100%;
     top: 57%;
     left: 0px;
     right: 0px;
     padding: 30px;

     -ms-transform: translateY(-60%);
     transform: translateY(-60%);
 }




 .center-divs {
     position: absolute;

     width: 100%;
     top: 65%;
     left: 0px;
     right: 0px;
     padding: 30px;

     -ms-transform: translateY(-60%);
     transform: translateY(-60%);
 }


 .virtual-text p {
     text-align: justify;
 }

 .virtual-div img {
     width: 80%;
     float: right;
     margin-right: 0px;
     margin-bottom: -70px;
     margin-top: 0%;
 }

 .why-prize {
     height: 161px;
 }

 .virtual-div {
     position: relative;
     display: inline-block;
     width: 100%;
     padding-top: 1%;
     margin-top: 25px;
 }

 .why-prize .virtual-bg {
     display: inline-block;
     background-color: #f26522;
     width: 100%;
     position: absolute;
     bottom: 54%;
     z-index: -1;
     left: 0px;
     top: -138%;
 }


 /* 2 */

 .race {
     padding: 0px 0px 50px;
 }

 .runner_years {
     display: block !important;
 }

 .downtt {
     transition: all 0.2s linear;
     cursor: pointer;
 }

 .downtt:hover {
     transform: scale(1.2);
 }



 /* =========storywhy============== */






 /* ======story rbr====== */
 .inirow {
     position: relative;
     top: -110px;
     flex-direction: row-reverse;
 }

 .story-rbr {
     position: relative;
     bottom: 100px;
     text-align: center;

 }

 .story-rbr span {
     position: absolute;
     bottom: 80px;
     left: 20px;
     display: inline-block;
     background: #1e1e1e;
     padding: 9px 20px 9px 20px;
     font-size: 18px;
     color: white;
     font-weight: 600;
     text-transform: uppercase;
 }

 .story-rbr small {
     display: inline-block;
     background: #fff;
     color: black;
     padding: 5px;
     font-weight: bold;
     position: absolute;
     bottom: 45px;
     right: 100px;
     text-transform: uppercase;
     font-size: 17px;
 }

 .initiative2 {
     height: 400px;
     top: 20%;
     background-color: #f9efe5;
     margin-top: 250px;
 }

 .story-rbr img {
     width: 90%;
 }

 /* ======story rbr====== */





 /* ======photo gallery====== */
 .pg-nav .nav {
     flex-wrap: nowrap !important;
     display: flex;
     justify-content: space-between;
 }

 .pic_tab .active {
     COLOR: #fff !important;
     background-color: black !important;
 }

 .pic_tab .pic_gallery {
     border-color: #b7bdc3 #b7bdc3 #b7bdc3 !important;
     margin: 10px;
      color: black;
 }



 /* ======photo gallery====== */





 .orgon-event {
     margin-bottom: 50px;
     height: 530px;
     position: relative;
     display: inline-block;
     width: 100%;
     padding-top: 3%;
 }

 .tourm-boxs {
     padding: 5px;
 }

 .tourm-boxs img {
     width: 100%;
     height: auto;
     border-radius: 10px;
 }

 .carousel-item {
     padding: 10px 0;
 }

 .orgon-event .initiative-bg {
     display: inline-block;
     background-color: #f26522;
     width: 100%;
     position: absolute;
     bottom: -26%;
     z-index: -1;
     left: 0px;
     top: 50% !important;
 }



 .orgon-event .initiative-bg2 {
     display: inline-block;
     background-color: #f26522;
     width: 100%;
     position: absolute;
     bottom: -60%;
     z-index: -1;
     left: 0px;
     top: 30% !important;
 }



 .soulful_planet {
     margin-top: 20px;
     margin-bottom: 12%;
     padding: 30px;
     height: 480px;
     background-color: #fff9f3;

 }

 .h-div {
     text-align: center;
 }

 .h-div h1 {
     font-size: 40px;
     font-weight: 700;
 }





 .tourm-boxs {
     padding: 10px;
 }

 .tourm-boxs img {
     width: 100%;
     height: auto;
     border-radius: 8px;
 }

 .rbr_wellness {
     margin-top: 5rem;
     padding: 40px 0;
     background-color: #f26522;
 }

 .rbr_wellness h4 {
     font-size: 30px;
     font-weight: 700;
 }





 .apply-btn {
     display: inline-block;
     font-size: 15px;
     font-weight: bold;
     text-transform: uppercase;
     padding: 10px 4em 10px 4em;
     /* border-bottom: 3px solid #fb635b; */
     border-radius: 5px;
     background: rgb(35, 35, 35);
     background: linear-gradient(0deg, rgba(35, 35, 35, 1) 0%, rgba(52, 52, 52, 1) 100%);
     color: #fff;
     position: relative;
     text-align: center;
 }





 .testimonials {
     position: relative;
     padding: 40px 0;
 }

 .testbg img {
     width: 100%;
     height: auto;
     border-radius: 12px;
 }

 .sponserbox {
     position: absolute;
     top: 30px;
     left: 0;
     right: 0;
     padding: 20px;
 }

 .description p {
     font-size: 1.1rem;
     color: #333;
 }

 .quotes img {
     max-width: 100%;
     height: auto;
     display: block;
     margin: auto;
 }

 .previews {
     text-align: center;
     font-size: 1.2rem;
     margin-bottom: 10px;
     color: #444;
 }



 .tourm-boxs_VOLUNTEERS h3 {
     font-size: 40px;
 }

 .tourm-boxs_VOLUNTEERS p {
     font-size: 18px;
     color: wheat;
 }




 .contest_prize-event {
     width: 100%;
     position: relative;
     background-image: url('	https://www.runbhopalrun.com/assets/website/contest_prize/Prize-bg.jpg');
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }



 .restionbox.dds {
     overflow: hidden;
 }

 .restionbox {
     background-size: cover;
 }

 .restionbox h2 {
     text-transform: capitalize;
     font-size: 36px;
     font-weight: 600;
 }

 .stepby-step {
     margin-top: 85px;
     /* margin-bottom: 31px; */
     padding-bottom: 141px;
 }

 .stepby-step ul {
     margin: 0px;
     padding: 0px;
     list-style: none;
     display: table;
     width: 100%;
 }

 .stepby-step ul li {
     float: left;
     text-align: center;
     width: 25%;
     padding: 0px 35px 0px 0px;
     margin-bottom: 50px;
     position: relative;
 }

 .step-box {
     height: 95px !important;
 }

 .step-box img {
     margin-top: -118px;
     margin-bottom: 5px;
     width: 100%;
 }

 .ffdg p {
     color: #454545 !important;
     font-family: proxima-nova, sans-serif !important;
     line-height: 26px;
     padding-left: 20px;
 }

 .step-rrow:after {
     content: "";
     background: url(../images/arrow-new.png);
     width: 19px;
     height: 21px;
     position: absolute;
     top: 34px;
     right: 5px;
 }


 .bg-color-new.new-trains {
     width: 100%;
 }

 .bg-color-new.new-trains {
     min-height: 100px;
     margin-bottom: 40px;
     margin-top: -25px;
 }

 .sync {
     width: 100%;
     float: left;
 }

 .dddg {
     padding-top: 55px;
     padding-left: 22px;
 }

 .bg-color-new.new-trains .dbox h3 {
     font-size: 20px;
     margin: 0px 0px 5px;
 }

 .bg-color-new {
     background: #2a2a2a;
     width: 41em;
     padding: 25px 25px 0px;
     color: #fff;
     min-height: 260px;
 }

 .bg-color-new ul {
     margin: 0px;
     padding: 0px;
     list-style: none;
 }

 .bg-color-new.new-trains ul.ddfgh li {
     padding-left: 12px;
 }

 .bg-color-new.new-trains ul.ddfgh li {
     color: #fff;
     text-transform: capitalize;
     font-size: 14;
 }

 .ffdg p {
     color: white !important;
 }

 .bg-color-new ul li {
     display: inline-block;
     padding-right: 15px;
     color: #ecef36;
     text-transform: uppercase;
     margin-bottom: 5px;
     position: relative;
 }

 .bg-color-new.new-trains ul.ddfgh li:before {
     content: "";
     width: 5px;
     height: 5px;
     border-radius: 100%;
     background: #fff;
     position: absolute;
     left: 0px;
     top: 10px;
 }

 .registration_background {
     padding: 160px;
     background-color: #f26522;
     margin-top: -300px;
 }










 /* section.section-ad-event {
     padding: 70px 0;
 }

 .no-gutters {
     background-image: url('https: //www.runbhopalrun.com/assets/website/junior_fest/event-bg.png');
 }

 .sa-event-date {
     min-height: 170px;
     background-image: url(../images/event-icon.png);
     background-size: contain;
     background-repeat: no-repeat;
     background-position: left 15px bottom;
 } */



 .sa-event-date {
     min-height: 170px;
     background-image: url(../images/event-icon.png);
     background-size: contain;
     background-repeat: no-repeat;
     background-position: left 15px bottom;
 }






 .submitypurdata {
     margin: 6em 0px;
     padding: 9em 0px;
     background-color: #fff9f3;
 }

 .datadiv h2 {
     text-transform: uppercase;
 }

 .restionbox h2 {
     text-transform: capitalize;
     font-size: 36px;
     font-weight: 600;
 }

 .datadiv p {
     text-align: justify;
     font-size: 1.125rem;
     font-family: proxima-nova, sans-serif !important;
     font-weight: 300;
     line-height: 1.625rem;
     letter-spacing: 0rem;
 }

 .mobile-train-d {
     position: relative;
 }

 .mobile-train-d img {
     position: absolute;
     top: -12.5em;
 }




 .newdivty {
     /* padding-top: 2em; */
 }

 .bg-trdf {
     background: url('https://www.runbhopalrun.com/assets/website/cycle_2_work/triam-cyce.png') no-repeat center top;
 }

 .d-train-pr {
     padding: 28px 20px;
     color: #fff;
     height: 500px;
 }

 .d-train-pr h2 {
     color: #f26522;
     text-transform: uppercase;
     margin-bottom: 25px;
 }



 .content-tyu {
     padding: 50px 0px;
 }

 .bg-braybox {
     background: #f26522;
     padding: 25px;
     font-size: 17px;
     font-weight: bold;
     margin-bottom: 5px;
 }





 .gendiv {
     background: #f26522;
     padding: 50px 0px;
     color: #242424;
     position: relative;
 }

 .col-md-6.ddiconf {
     position: absolute;
     right: -15px;
     top: -37px;
 }

 .bhopla-video-section {
     margin-bottom: 5rem;
 }








 /* =====hover karne pr open ======= */
 .custom-img-show,
 .custom-img-show2 {}

 .custom-img-show .img-box,
 .custom-img-show2 .img-box {
     position: absolute;
     width: 200px;
     height: 200px;
     border: 5px solid white;
     border-radius: 10px;
 }

 .custom-img-show .img-box img,
 .custom-img-show2 .img-box img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.3s ease;
 }

 .custom-img-show .img-box img:hover,
 .custom-img-show2 .img-box img:hover {
     transform: scale(0.95);
 }

 .custom-img-show .img-box:nth-child(1) {
     left: 426px;
     bottom: -195px;
 }

 .custom-img-show .img-box:nth-child(2) {
     left: 629px;
     bottom: -195px;
 }

 .custom-img-show .img-box:nth-child(3) {
     left: 831px;
     bottom: -195px;
 }

 .custom-img-show2 .img-box:nth-child(1) {
     left: 635px;
     bottom: -195px;
 }

 .custom-img-show2 .img-box:nth-child(2) {
     left: 838px;
     bottom: -195px;
 }

 .custom-img-show .img-text,
 .custom-img-show2 .img-text {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     color: #fff;
     padding: 4px 8px;
     border-radius: 6px;
     font-size: 17px;
     font-weight: bold;
     text-align: center;
 }





 #cycle_to_work,
 #pledge,
 #junior_virtual_healthfest {
     display: none;
 }

 .choose--your-challenge {
     display: block;
     width: 100%;
     position: relative;
 }

 .choose--your-heading {
     background-color: #393939;
     color: #ffffff;
     position: relative;
     padding: 50px 31px 50px 0px;
 }

 .choose--your-heading::before {
     content: '';
     position: absolute;
     background-color: #393939;
     left: -1000%;
     width: 1100%;
     height: 100%;
     z-index: -1;
     top: 0;
     bottom: 0;
 }


 .choose--your-heading>h3 {
     margin-right: -52px;
 }

 .choose--your-heading h3 {
     margin: 0px;
     background: #d7d7d7;
     text-transform: uppercase;
     font-weight: 700;
     color: #242424;
     font-family: 'Rubik', sans-serif;
     padding: 5px 10px;
     display: inline;
 }

 .choose--your-heading p {
     color: #FFFFFF;
     text-align: justify;
     font-style: italic;
     margin: 0px;
 }

 .ride--controls {
     /* padding-left: 15px; */
     margin-top: 30px;
 }

 .ride--controls-img {
     position: relative;
 }

 .JUNIOR_VIRTUAL_healths img {
     width: auto;
 }

 .ride--controls-overlay {
     background-color: #d7d7d7;
     position: absolute;
     bottom: 70px;
     margin-top: -15px;
     left: 0px;
     line-height: normal;
     border-radius: 2px;
 }


 .ride--controls-overlay h4 {
     margin: 0px;
     text-transform: uppercase;
     font-weight: 800;
     padding: 5px 11px;
 }

 .ride--controls-description {
     margin-top: 20px;
 }

 .ride--controls-description .button {
     background-color: #242424;
     color: #fff;
     font-family: HelveticaBold;
     padding: 10px 20px !important;
     margin-top: 20px !important;
     font-size: 15px;
 }

 .report-text {
     padding-top: 100px;
 }



 .prize.prize2.prize3 {
     padding: 50px 0px;
 }

 .prize.prize2 {
     background-color: #fff9f3;
     position: relative;
 }

 .certificate-frame {
     position: absolute;
     right: 0;
     left: 0;
     top: 10px;
     bottom: 0;
     height: 100%;
 }

 .d-t-registration {
     padding: 50px 0px;
 }


 .d-t-registration-sps strong {
     color: #f80b0b;
     display: block;
     padding-top: 20px;
 }












 @media (max-width: 992px) {
     .report-text {
         padding-top: 0px;
     }

     .certificate-frame {
         position: relative;
         /* height: 100%; */
     }

     #cycle_to_work,
     #pledge,
     #junior_virtual_healthfest {
         display: block;
     }


     /* .custom-img-show,
     .custom-img-show2 {
         display: none;
     } */

     .col-md-6.ddiconf {
         position: relative;
         right: 0px;
         top: -3px;
     }

     .d-train-pr {
         padding: 111px 10px;
         color: #fff;
         height: 426px;
     }

     .mobile-train-d img {
         position: relative;
         top: 1em;
     }

     .submitypurdata {
         margin: 0em 0px;
         padding: 1em 8px 0px;
         background-color: #fff9f3;
     }

     .stepby-step {
         margin-top: 58px;
         margin-bottom: 0px;
         padding-bottom: 0px;
     }

     .ffdg p {
         color: #454545 !important;
         font-family: proxima-nova, sans-serif !important;
         padding-left: 0px;
         font-size: 13px;
     }

     .stepby-step ul li {
         float: left;
         text-align: center;
         width: 25%;
         padding: 0px 11px 0px 0px;
         margin-bottom: 30px;
         position: relative;
     }

     .step-box {
         height: 105px !important;
     }

     .step-box img {
         margin-top: 0p;
         margin-bottom: 0px;
         width: 100%;
     }

     .ambassador {
         margin-bottom: 2rem;
     }

     .orgon-event,
     .testimonials {
         display: none;
     }

     .imagecontainer h1 {
         color: #fff;
         position: absolute;
         left: 14px;
         top: 157px;
         font-size: 34px;
         font-family: itc-avant-garde-gothic-pro, sans-serif !important;
     }

     .why-prize .virtual-text {
         position: relative;
         background-color: #fff;
         width: 100%;
         left: 0%;
         top: 0px;
         margin-top: 0%;
         height: 516px;
         box-shadow: 0px 0px 10px #d9d9d9;
     }

     .contact_event_us {
         padding: 0px;
     }

     .humblebig {
         font-family: 'Bunch_of_Flowers';
         margin-top: 0px;
         font-size: 29px;
         color: #101010;
         text-align: justify;
     }

     .pg-nav .nav {
         display: block !important;
     }

     .noselects {
         padding: 15px !important;
     }

     .fooaddress {
         text-align: left !important;
         color: black;
         padding: 12px;
     }

     .anti-tabco {
         margin: 0;
         padding: 15px;
     }

     .anti-tabco {
         background: #fff9f3;
     }

     .bhopal-organ-title h2 {
         font-size: 18px;
         line-height: 28px;
     }

     .award-box {
         margin-bottom: 25px;
     }

     .award-box {
         background: #fff;
         padding: 5px;
         box-shadow: 0px 0px 5px #ccc;
     }

     .gutterbox img {
         display: block;
         height: 281px;
         width: 100%;
     }

     .president2 img {
         margin-top: -36px;
         width: 100%;
     }

     .text-pesent p {
         font-size: 18px;
     }

     .text-pesent h2 {
         margin: 15px 0px 35px;
         font-size: 20px;
     }

     .bhopal-organ-bg {
         height: auto;
         padding: 27px;
     }



     .why-prize .virtual-text {
         position: relative;
         background-color: #fff;
         width: 100%;
         left: 0%;
         top: 0px;
         margin-top: 0%;
         height: 516px;
         box-shadow: 0px 0px 10px #d9d9d9;
     }

     .downtt {
         display: none;
     }

     .tbl-age {
         line-height: 15px;
         font-family: proxima-nova, sans-serif !important;
         font-size: 11px;
     }

     .table-responsive {
         display: block;
         width: 100%;
         height: auto;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
     }

     .table-responsive::-webkit-scrollbar {
         width: 2px;
         height: 2px;
     }

     .table-responsive::-webkit-scrollbar-thumb {
         background: #f60;
         border-radius: 5px;
     }

     .table-responsive::-webkit-scrollbar-track {
         background: #222;
     }

     .center-div {
         top: 63%;
     }

     .humble {
         text-align: left;
     }

     .initiative2 {
         top: 20%;
         background-color: #f9efe5;
         margin-top: 175px;
         height: 1000px;
     }

     .headerimage {
         width: 100%;
         height: 250px;
         background-repeat: no-repeat;
         background-position: center;
         background-size: 100% 100%;
     }

     .story-rbr {
         bottom: 0px;
     }



 }