﻿

.carousel-item img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}

.megamenu-wraper {
    background: #093f7c !important;
    min-height: 70px;
}

.logo a span {
    COLOR: #fff;
}

.logo img {
    float: left;
    padding: 0 15px 0 0px;
}

.bihar-logo {
    height: 58px;
    margin-top: 6px;
    /* width: 38%; */
}

.main-menu > ul > li > a {
    padding: 23px 15px !important;
    display: block !important;
    text-decoration: none;
}

    .main-menu > ul > li.active > a, .main-menu > ul > li > a:focus, .main-menu > ul > li:hover > a, .main-menu > ul > li > a:hover, .main-menu > ul > li > a.home, .nav-item > a.open {
        background-color: transparent !important;
        color: #fff !important;
    }

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.footer-top-wrapper {
    text-align: center;
    background: url(../images/footer-top-bg.jpg) repeat #333;
    background: #093f7c;
}

.footer-bottom-wrapper {
    background-image: url(../images/footer-bottom-bg.png);
    background-repeat: repeat;
    background-color: #cceff9;
    padding: 0px 0px;
    color: #000000;
    position: relative;
    text-align: center;
}



.font-weight-bold {
    font-weight: bold;
}


img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.pt-2 {
    padding-top: 15px !important;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.gallery-img {
    width: 100%;
    height: 220px; 
    object-fit: cover; 
    border-radius: 6px; 
}

.gallery-img {
    transition: transform 0.3s ease;
}

    .gallery-img:hover {
        transform: scale(1.05);
    }
