section.home {
    background: url(../images/eventbg1.jpg);
    background-size: cover;
}
.currentyear.schedule-left.schedule-pack h5 {
    display: none;
}
.currentyear.schedule-left.schedule-pack h5:first-child{
 display: block !important;
}
.nextyear.schedule-left.schedule-pack h5 {
    display: none;
}
.nextyear.schedule-left.schedule-pack h5:first-child{
 display: block !important;
}
.allatagbtn {
    background-color: #eb472f !important;
    padding: 4px 23px !important;
    display: inline-block !important;
    color: white !important;
}
hr.rechr {
    border-top: 2px solid #000;
}
section.recentevent img {
    width: 100%;
}
section.recentevent {
    background: url(../images/eventbg2.jpg);
    padding-bottom: 8%;
}
section.recentevent1 {
    background: url("../images/image for Event.webp");
    padding-bottom: 8%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.accordion-body {
    background: #ffd6a5 !important;
}
.news-thumb {
    overflow: hidden !important;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.section-header1 {
    margin-bottom: 3%;
}
.schedule-pack .schedule-list .accordion-item {
    margin-bottom: 4px;
    border: 1px solid;
    margin-top: 2%;
}
.schedule-pack h5 {
    color: #000;
    border-top: 4px solid #ef4330;
    border-radius: 5px;
    padding: 13px 0;
    background: #ef4330;
    font-size: 28px;
}
.news-item .news-inner .news-thumb img {
    height: 300px;
    object-fit: cover;
}
.accordion-body img {
    width: 54% !important;
    margin: 0px auto 4%;
    box-shadow: 2px 2px 12px -3px #000;
}
.eventh2he h2{
    text-align: center;
    color: white;
}
.eventread{
        background: #000000 !important;
}
.calimgp1 {
    margin-top: 15%;
}
img.img-responsive.recevntimg {
        width: 100%;
    margin-bottom: 4%;
}