@media (max-width: 575.98px) {
    .banner-img img {
        filter: brightness(50%);
        height: 250px;
    }
    .carousel-caption h5 {
        color: white;
        font-size: 17px;
        font-weight: 600;
    }
    .carousel-caption p {
        color: white;
        width: auto;
        margin: auto;
        font-size: 15px;
    }
    .carousel-caption {
        top: 5%;
        /* transform: translateY(-50%); */
    }
    .carousel-caption a {
        padding: 6px 20px;
        background: #c8b79b;
        font-size: 14px;
        color: black;
        border-radius: 5px;
        transition: 0.4s ease;
    }
    .post-img img {
        height: 170px;
    }
    .footer-logo-img img{
        width: auto !important;
        height: 150px;
       text-align: center;
    }
    .footer-logo-img{
       
       text-align: center;
    }
    .copyright p{
        font-size: 14px;
    }
    .uppernav-text p {
        color: black;
        font-size: 12px;
    }
    .uppernav-text a {
        color: black;
        font-size: 10px;
    }
    .navbar-brand {
        color: white;
        font-size: 19px;
    }
    .navbar-brand img {
        height: 70px;
    }
    .navbar-collapse {
        z-index: 9999999;
    }
    .navbar-collapse {
        z-index: 9999999;
        background-color: #263747;
    }
    .navbar-nav{
        padding: 20px;
    }
    .dropdown-menu .dropdown:hover > .dropdown-menu {
        display: block;
        position: absolute;
        top: 34px;
        left: 0;
        margin-top: -1px;
    }
    /* video */
    .audio-inner video {
        height: auto;
        border-radius: 10px;
    }

}

@media (min-width: 576px) and (max-width: 766.98px) {
    .banner-img img {
        filter: brightness(50%);
        height: 250px;
    }
    .carousel-caption h5 {
        color: white;
        font-size: 17px;
        font-weight: 600;
    }
    .carousel-caption p {
        color: white;
        width: auto;
        margin: auto;
        font-size: 15px;
    }
    .carousel-caption {
        top: 5%;
        /* transform: translateY(-50%); */
    }
    .carousel-caption a {
        padding: 6px 20px;
        background: #c8b79b;
        font-size: 14px;
        color: black;
        border-radius: 5px;
        transition: 0.4s ease;
    }
    .post-img img {
        height: 240px;
    }
    .footer-logo-img img{
        width: auto !important;
        height: 150px;
       text-align: center;
    }
    .footer-logo-img{
       
       text-align: center;
    }
    .copyright p{
        font-size: 14px;
    }
       .uppernav-text p {
        color: black;
        font-size: 12px;
    }
 .uppernav-text a {
        color: black;
        font-size: 10px;
    }
    .navbar-brand {
        color: white;
        font-size: 19px;
    }
 .navbar-brand img {
        height: 70px;
    }
    .navbar-collapse {
        z-index: 9999999;
    }
    .navbar-collapse {
        z-index: 9999999;
        background-color: #263747;
    }
    .navbar-nav{
        padding: 20px;
    }
    .dropdown-menu .dropdown:hover > .dropdown-menu {
        display: block;
        position: absolute;
        top: 34px;
        left: 0;
        margin-top: -1px;
    }
  /* video */
  .audio-inner video {
    height: auto;
    border-radius: 10px;
}
}

@media (min-width: 767px) and (max-width: 991.98px) {
    .uppernav-text p {
        color: black;
        font-size: 12px;
    }
 .uppernav-text a {
        color: black;
        font-size: 10px;
    }
    .navbar-brand {
        color: white;
        font-size: 19px;
    }
 .navbar-brand img {
        height: 70px;
    }
    .navbar-collapse {
        z-index: 9999999;
    }
    .navbar-collapse {
        z-index: 9999999;
        background-color: #263747;
    }
    .navbar-nav{
        padding: 20px;
    }
    .dropdown-menu .dropdown:hover > .dropdown-menu {
        display: block;
        position: absolute;
        top: 34px;
        left: 0;
        margin-top: -1px;
    }

}