/* 
    Created on : 10-Sep-2022, 6:42:55 pm
    Author     : nd
*/
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0.25rem;
    left: 5%;
    padding-top: 0.25rem;
    padding-bottom: 1.8rem;
    color: #000000;
    text-align: left;
}

.card-body {
    flex: 1 1 auto;
    padding: 0.3rem 0.3rem;
}

/*category menu s */
    /* ============ desktop view ============ */
        @media all and (min-width: 992px) {
                .dropdown-menu li{
                        position: relative;
                }
                .dropdown-menu .submenu{ 
                        display: none;
                        position: absolute;
                        left:100%; top:0px;
                }
                .dropdown-menu .submenu-left{ 
                        right:100%; 
                        left:auto;
                }

                .dropdown-menu > li:hover{ background-color: #f1f1f1 }
                .dropdown-menu > li:hover > .submenu{
                        display: block;
                }
        }	
    /* ============ desktop view .end// ============ */

    /* ============ small devices ============ */
        @media (max-width: 991px) {
        .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; 
            margin-right:0.7rem; 
            margin-bottom: .5rem;
            }

        }	
    /* ============ small devices .end// ============ */
/*category menu e */

.navbar-dark .navbar-nav .nav-link {
    color: rgba(55,55,55,.8);
}



.navbar{
        position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 16rem;
    padding: 0rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.25);
    border-radius: 0rem;
}

.imgs{width:100%}

/*marquee s*/
#main{
      border: 0px solid;
      background: yellow;
      width: 100%;
      overflow: hidden;
     }
  
    .para{
      color: black;
      font-weight: bold;
      white-space: nowrap;
      clear: both;
      float: left;
    }
/*marquee e*/
	
.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

a {
    color: #666;
    text-decoration: auto;
}	
