﻿.hero-slider-6 .th-hero-slide {
    padding: 0 0!important;
}
/*about section*/
.about-gallery img{
    height:378px;
}
/*about section end*/
/*notice board*/
.admission-card {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    /*padding: 20px;*/
    background-color: #ffffff;
}

.demof {
    min-height: 342px;
    background-size: cover;
    position: relative;
    height: 250px !important;
    overflow: hidden;
}
.Css-heading-notice-birthday{
    background-color: var(--theme-color);
    border-radius:8px;
}
.demo5 ul {
    padding: 0;
    list-style: none;
    margin: 0px;
    width: 100%;
    overflow: hidden auto;
    padding: 20px;
    position: absolute;
}

.Css-notice-current-event-box {
    border-color: var(--theme-color) !important;
}

.Css-notice-current-event-date {
    gap: 0px;
}

.Css-notice-event-date-wrapper {
    height: 80px;
    border: 0px solid var(--theme-color);
}

.Css-notice-event-date {
    height: 40px;
    width: 90px;
    background-color: var(--theme-color);
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 40px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.Css-notice-event-month {
    background: #ffffff;
    display: flex;
    height: 40px;
    width: 90px;
    justify-content: center;
    line-height: 40px;
    font-size: 15px;
    color: #0e1133;
    border-left: 1px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
}

.Css-notice-event-tour {
    height: 80px;
    background: #ffffff;
    border: 1px solid var(--theme-color);
    display: flex;
    justify-content: space-between;
    width: 455px;
    padding: 8px 30px 8px 30px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.Css-notice-current-event-box {
    border-color: var(--theme-color) !important;
}

.Css-notice-event-box-text a {
    color: #0e1133;
    text-transform: capitalize;
}

@media(max-width:426px) {
    .Css-notice-event-month {
        width: 65px;
    }

    .Css-notice-event-date {
        width: 65px;
    }

    .Css-notice-event-tour {
        padding: 0px 30px;
    }
}
/*notice board end*/

/*MARQUEE*/
#marque-section {
    /* background-color: #ec6c2e; */
    height: 36px;
    position: fixed;
    bottom: 0px;
    z-index: 100;
}

.btn-11 {
    border: none;
    color: #fff;
    overflow: hidden;
}

.custom-btn {
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
}

.Css_Latest_News {
    background-color: #224421 !important;
    padding: 7px 0px 4px 0px;
    text-align: center;
    height: 39px;
}

#marque-section span {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 14px;
}

.Css-margin-top {
    margin-top: 0px !important;
}

#marque-section span a {
    color: #0e1133 !important;
}

@media (max-width: 768px) {
    .Css_LN_MV {
        display: none;
    }
}

.Css-background-col-10 {
    background: #fff;
    border: 2px solid #224421;
}

.Css-h6-ma {
    margin-bottom: 0px;
    color: #fff !important;
    font-size: 14px
}

#marque-section.sticky-bottom {
    bottom: 0;
    width: 100%;
}
/**gallery seection**/
.gallery-img img {
    height:287px!important;
}
@media (max-width: 575px) {
    .breadcumb-title {
        font-size: 27px;
        line-height: 1!important;
    }
}
/*popup*/
.css-bg-popup {
    position: relative;
    margin: auto;
    max-width: 800px;
    height: 70%;
    background-image: url('../jharkhandimages/popupimg.jpg');
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060!important;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
