               

       body {
      margin: 0;
      font-family: "Ubuntu", sans-serif  !important;
      /*padding-bottom: 60px; */
    }   
    .hanuman{
     width: 75%;
    }

    #home .carousel-caption {
      
      bottom: 120px;
      padding: 0.35rem 0.5rem;
    }
 #home .carousel-indicators {
      
      bottom: 80px;
     
    }


      /* Indicators styled */
    .carousel-indicators {

      bottom: 120px;
    }

    .carousel-indicators [data-bs-target] {
      background-color: #09646d;
      width: 12px;
      height: 12px;
      border-radius: 50%;
    }

    .carousel-indicators .active {
      background-color: #ffffff;
    }


    @media (max-width: 768px) {

    .hanuman{
     width: 100%;
    }

    #home .carousel-caption {     
      bottom: 50px;
    }
    #home .carousel-caption h1{
      font-size:15px
    }
    .carousel-indicators {   
      bottom: 10px;
    }
    }
    @media (max-width: 468px) {

    }


    /* Transparent fixed bottom navbar */
    .bottom-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: transparent; 
      z-index: 9999;
    }

    .bottom-nav .nav-link {
      color: #09646d !important;
      font-size: 25px;
      font-weight: 500; 
      padding: 0.5rem 0.7rem;
      gap: 2rem;
    }

    .bottom-nav .nav-link:hover {
      color: #ffdf00 !important;
    }

      