.h3 {
    color: #810000;
    font-size: 22px;
    margin-top: 20px;
}

.h5 {
    color: #0c0c0c;
    font-size: 18px;
    /* margin-top: 20px; */
}

.new-accourdian ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
.new-accourdian ul li {
  margin: 0 0 5px 0;
}
.new-accourdian ul li a {
    text-align: left;
    font-weight: 900;
    /* color: #565656; */
    /* border: 1px solid rgba(0, 0, 0, 0.11); */
    /* font-size: 18px; */
    /* background-color: #efefef; */
    border-radius: 5px;
}
.accordion-content .list li a {
  border: none;
}
.new-accourdian ul li .accordion-trigger.expanded {
  background: var(--primary-color);
  color: var(--body-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px 5px 0 0;
}
.accordion-trigger {
  display: block;
  padding: 12px 35px 12px 15px;
  position: relative;
}
.accordion-trigger:after {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
}
.new-accourdian ul li p a {
  color: #0093ff;
}
.accordion-trigger.expanded:after {
  content: "-";
}
.accordion-trigger.collapsed:after {
  content: "+";
}
.accordion-content {
  overflow: hidden;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  transition: height 0.25s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.accordion-content.expanded {
  height: auto;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 5px 5px;
}
.acc-pad {
  padding: 12px;
}
.acc-pad p {
  margin-bottom: 0px;
}
.accordion-content.collapsed {
  height: 0;
}

/** birthday Section End **/


.birthday {
	padding: 75px 30px 0px;
}
.gallery-section-home-in .btn-all img {
    height: 14px;
    margin-top: -3px;
}

.student-slide {
	/* width: 250px; */
	margin: 0 auto
}

.birthday .flag {
	position: absolute;
	top: 90px;
  left: 20px;
	right: 0;
	margin: 0 auto;
}

.birthday .flag img {
	border-radius: 0px;
	height: 238px;
	width: 100%;
}

.birthday .balloon-left {
	position: absolute;
	top: 270px;
	left: 20px;
   /* top: 248px;
    left: 165px; */
}

.birthday .balloon-left img {
	width: 100%;
	height: 230px;
	border-radius: 0px;
}

.birthday .balloon-right {
	position: absolute;
	top: 270px;
	right: 10px;
   /* top: 248px;
    right: 60px; */
}

.birthday .balloon-right img {
	width: 100%;
	height: 230px;
	border-radius: 0px;
}

.birthday .birthday-block-two {
	padding: 0px 30px;
}

.birthday .birthday-block-two img {
	border-radius: 118px;
	width: 100%;
	object-fit: cover;
	height: 240px;
	object-position: top;
}

.birthday h6 {
	font: normal normal normal 16px / 18px Rubik;
	color: #fff;
	text-transform: uppercase;
}

.birthday .birthday-block-two h3 {
	text-align: center;
	font: normal normal bold 20px / 24px Rubik;
	letter-spacing: 0.5px;
	color: #1d1d6e;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 7px;
}

.birthday .birthday-block-two h4 {
	text-align: center;
	font: normal normal 600 16px / 20px Rubik;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 15px;
}

.birthday .birthday-block-two p {
	text-align: center;
	font: normal normal normal 16px / 22px Rubik;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 8px;
}

.birthday .owl-theme .owl-nav .owl-prev {
	border-radius: 50px;
	position: absolute;
	top: 25%;
	left: -30px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1d1d6e;
	text-align: center;
}

.birthday .owl-theme .owl-nav .owl-next {
	border-radius: 50px;
	position: absolute;
	top: 25%;
	right: -30px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1d1d6e;
	text-align: center;
}
/*----Birth-Day-&-Thought----*/
.birthday-section {
  position: relative;
  text-align: center;
  font-family: 'Arial', sans-serif;
  margin: 40px auto;
  width: 320px;
}

.birthday-flag img {
  width: 350px;
  margin: 0 auto -65px;
}

.wish-text {
  font-size: 14px;
  color: #666;
  margin: -10px;
}

.birthday-title {
  font-size: 22px;
  font-weight: bold;
  color: #00703c; /* green */
  margin: -10px 0;
}

.month-text {
  font-size: 14px;
  color: #444;
  margin: -15px;
}

.birthday-card {
  position: relative;
  /* background: #fff; */
  padding: 20px 10px;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}

.student-info {
  position: relative;
  z-index: 2;
}

.student-photo {
  width: 180px;
  height: 200px;
  border-radius: 10%;
  margin-bottom: 10px;
}
.student-info h4 {
  font-size: 18px;
  font-weight: bold;
  margin: -5px 0;
}

.student-info h5 {
  font-size: 14px;
  color: #444;
  margin: -13px 0;
}

.student-info h3 {
  font-size: 16px;
  font-weight: bold;
  color: #00703c;
  margin: -10px 0;
}

.student-info p {
  font-size: 13px;
  color: #444;
  margin: -10px;
}

.balloon {
  position: absolute;
  top: 10px;
  width: 80px;
  z-index: 1;
}

.balloon-left {
  left: -23px;
}

.balloon-right {
  right: -23px;
}

.cap {
  position: absolute;
  bottom: 120px;
  left: 50%;
  z-index: 111;
  transform: translateX(-50%);
  width: 280px;
}
/* new css for bday */
.birthday-slider {
  /* width: 350px; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide-track {
  display: flex;
  transition: transform 0.6s ease;
}

.birthday-card {
  min-width: 350px;
  text-align: center;
  padding: 15px;
  color: #000;
}



.birthday-card img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #1d1d6e;
}/** birthday Section End **/


.birthday {
	padding: 75px 30px 0px;
}
.gallery-section-home-in .btn-all img {
    height: 14px;
    margin-top: -3px;
}

.student-slide {
	width: 356px;
	margin: 0 auto
}

.birthday .flag {
	position: absolute;
	top: 0PX;
	left: 20px;
	right: 0;
	margin: 0 auto;
}

.birthday .balloon-left {
	position: absolute;
	top: 260px;
	left: 37px;
	/* top: 248px;
    left: 165px; */
}

.birthday .balloon-left img {
	width: 100%;
	height: 220px;
	border-radius: 0px;
}

.birthday .balloon-right {
	position: absolute;
	top: 260px;
	right: 24px;
	/* top: 248px;
    right: 60px; */
}

.birthday .balloon-right img {
	width: 100%;
	height: 220px;
	border-radius: 0px;
}

.birthday .birthday-block-two {
	padding: 0px 30px;
}

.birthday .birthday-block-two img {
	border-radius: 118px;
	width: 100%;
	object-fit: cover;
	height: 240px;
	object-position: top;
}

.birthday h6 {
	font: normal normal normal 16px / 18px Rubik;
	color: #da251a;
	text-transform: uppercase;
  margin-top: .5rem;
}

.birthday .birthday-block-two h3 {
	text-align: center;
	font: normal normal bold 20px / 24px Rubik;
	letter-spacing: 0.5px;
	color: #1d1d6e;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 7px;
}

.birthday .birthday-block-two h4 {
	text-align: center;
	font: normal normal 600 16px / 20px Rubik;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 15px;
}

.birthday .birthday-block-two p {
	text-align: center;
	font: normal normal normal 16px / 22px Rubik;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 8px;
}

.birthday .owl-theme .owl-nav .owl-prev {
	border-radius: 50px;
	position: absolute;
	top: 25%;
	left: -30px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1d1d6e;
	text-align: center;
}

.birthday .owl-theme .owl-nav .owl-next {
	border-radius: 50px;
	position: absolute;
	top: 25%;
	right: -30px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1d1d6e;
	text-align: center;
}
/*----Birth-Day-&-Thought----*/
.birthday-section {
  position: relative;
  text-align: center;
  font-family: 'Arial', sans-serif;
  margin: 40px auto;
  width: 320px;
}

.birthday-flag img {
  width: 350px;
  margin: 0 auto -65px;
}

.wish-text {
  font-size: 14px;
  color: #666;
  /* margin: -10px; */
}

.birthday-title {
  font-size: 22px;
  font-weight: bold;
  color: #00703c; /* green */
  margin: -10px 0;
}

.month-text {
  font-size: 14px;
  color: #444;
  margin: -15px;
}

.birthday-card {
  position: relative;
  /* background: #fff; */
  padding: 20px 10px;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}

.student-info {
  position: relative;
  z-index: 2;
}

.student-photo {
  width: 180px;
  height: 200px;
  border-radius: 10%;
  margin-bottom: 10px;
}
.student-info h4 {
  font-size: 18px;
  font-weight: bold;
  margin: -5px 0;
}

.student-info h5 {
  font-size: 14px;
  color: #444;
  margin: -13px 0;
}

.student-info h3 {
  font-size: 16px;
  font-weight: bold;
  color: #00703c;
  margin: -10px 0;
}

.student-info p {
  font-size: 13px;
  color: #444;
  margin: -10px;
}

.balloon {
  position: absolute;
  top: 10px;
  width: 80px;
  z-index: 1;
}

.balloon-left {
  left: -23px;
}

.balloon-right {
  right: -23px;
}

.cap {
  position: absolute;
  bottom: 120px;
  left: 50%;
  z-index: 111;
  transform: translateX(-50%);
  width: 280px;
}
/* new css for bday */
.birthday-slider {
  width: 335px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide-track {
  display: flex;
  transition: transform 0.6s ease;
}

.birthday-card {
  min-width: 339px;
  text-align: center;
  padding: 14px;
  color: #000;
}



.birthday-card img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #1d1d6e;
}

.slide-btn {
  background: #1d1d6e;
  border-radius: 45px;
  font-size: 28px;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 49%;
  z-index: 9;
  height: 39px;
  line-height: 26px;
  width: 39px;
}
.prev {left: 20px;}
.next {right: 9px;}

/* calender css */
@media (max-width: 768px) {
.birthday-slider {
  width: 331px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
}

/* popup event */
.event-box,
.add-event-box {
    display: none;
}

.calendar-wrapper {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.calendar-header button {
  border: none;
  background: #d32f2f;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
  cursor: pointer;
}

.calendar-table td:hover {
  background: #f5f5f5;
}

.calendar-table td.active {
  background: #d32f2f;
  color: #fff;
}

.event-box {
  margin-top: 10px;
  padding: 8px;
  background: #f1f1f1;
  min-height: 40px;
}

.add-event-box {
  display: none;
  margin-top: 10px;
}

.add-event-box input {
  width: 100%;
  padding: 6px;
  margin-bottom: 5px;
}

.add-event-box button {
  width: 100%;
  padding: 6px;
  background: #388e3c;
  color: #fff;
  border: none;
}

/* calender css */
.calendar-wrapper {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.calendar-header button {
  border: none;
  background: #d32f2f;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
  cursor: pointer;
}

.calendar-table td:hover {
  background: #f5f5f5;
}

.calendar-table td.active {
  background: #d32f2f;
  color: #fff;
}

.event-box {
  margin-top: 10px;
  padding: 8px;
  background: #f1f1f1;
  min-height: 40px;
}

.add-event-box {
  display: none;
  margin-top: 10px;
}

.add-event-box input {
  width: 100%;
  padding: 6px;
  margin-bottom: 5px;
}

.add-event-box button {
  width: 100%;
  padding: 6px;
  background: #388e3c;
  color: #fff;
  border: none;
}


#schoolCalendar {
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    font-family: Arial, sans-serif;
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 1em;
    margin: 0px;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0rem;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 1.2rem;
    position: relative;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(23 42 62);
}



/* ===== BIRTHDAY SECTION LEFT SIDE FIX ===== */
.birthday{
    position: relative;
    max-width: 100%;
        background: #fff;
    padding: 110px 101px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width:300px) and  (max-width:600px){
.balloon-left,.balloon-right {
    display: none;
  }
}

@media (min-width: 548px) and (max-width: 600px) {
    .birthday-slider {
        margin-left: -37px;
    }
}

@media (min-width: 448px) and (max-width: 547px) {
    .birthday-slider {
        margin-left: -65px;
    }
}

@media (min-width: 300px) and (max-width: 447px) {
    .birthday-slider {
        margin-left: -122px;
    }
}


/*-----about img----------------*/

.gallery {
  display: grid;
  width: var(--s);
  aspect-ratio: 1;
  overflow: hidden;
  padding: 7px;
  border-radius: 50%;
  position: relative;
  clip-path: circle(49.5%);
  background: #978c84;
}

.gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: inherit;
  border-radius: inherit;
  background: repeating-conic-gradient(#681200 0 30deg, #978c84 0 60deg);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.gallery>img {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transform-origin: 50% 120.7%;
}

.gallery::after,
.gallery>img {
  animation: m 8s infinite cubic-bezier(.5, -0.2, .5, 1.2);
}

.gallery>img:nth-child(2) {
  animation-delay: -2s
}

.gallery>img:nth-child(3) {
  animation-delay: -4s
}

.gallery>img:nth-child(4) {
  animation-delay: -6s
}

@keyframes m {

  0%,
  3% {
    transform: rotate(0)
  }

  22%,
  27% {
    transform: rotate(-90deg)
  }

  47%,
  52% {
    transform: rotate(-180deg)
  }

  72%,
  77% {
    transform: rotate(-270deg)
  }

  98%,
  100% {
    transform: rotate(-360deg)
  }
}

.bg-ylw {
    background-image: url(../img/bg-2.jpg) !important;
}

.bg-grn {
    background-color: #2fac94;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 900;
}
@media screen and (max-width: 767px) {

  .col-7 {
    flex: 0 0 auto;
    width: 84.333333%;
    font-size: 10px;
  }

  .col-5 {
    flex: 0 0 auto;
    width: 15.666667%;
    font-size: 10px;
  }

}
 
@media (min-width:260px) and (max-width: 376px) {
   .col-7 {
    flex: 0 0 auto;
    width: 74.333333%;
    font-size: 10px;
  }

  .col-5 {
    flex: 0 0 auto;
    width: 5.666667%;
    font-size: 10px;
  }
}


