.nav-bottom-bar {
  background: var(--orange);
  background: var(--flag-graient);
  height: 30px;
  width: 100%;
}
/* Start Banner Slider */
.slider-forward,
.slider-backward {
  background: #00000060 !important;
  border-radius: 6px;
}
.slider-forward:hover,
.slider-backward:hover {
  background: #00000060 !important;
}
/* End Banner Slider */
.banner-bottom-strip {
  background: var(--orange);
  background: var(--flag-graient);
  height: 5px;
  width: 100%;
}
section {
  position: relative;
  overflow: hidden;
}
.section-bg {
  background-color: var(--light-orange);
}
section {
  padding: 60px 0;
}
.col-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  /* border-radius: 10px; */
}
.col-bg-img {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  /* border-radius: 10px; */
  overflow: hidden;
  position:relative;
}
.manthan-vidyashram::before {
  content: "";
  background-image: url(../../assets/images/bg/flower-orange-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 300px;
  position: absolute;
  top: -50px;
  left: -100px;
  overflow: hidden;
  opacity: 0.6;
}
.syllabus::after {
  content: "";
  background-image: url(../../assets/images/bg/flower-green-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 250px;
  position: absolute;
  bottom: -50px;
  right: -50px;
  overflow: hidden;
  opacity: 0.6;
}
.sow-seed::before {
  content: "";
  background-image: url(../../assets/images/bg/floral-top-left-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.6;
}
.sow-seed::after {
  content: "";
  background-image: url(../../assets/images/bg/floral-bottom-right-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  opacity: 0.6;
}
.sow-seed .col-img {
  object-position: left;
}
.logo-box {
  border: 1px solid #c0c0c0;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
}
.wisdom::after {
  content: "";
  background-image: url(../../assets/images/bg/flower-orange-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 250px;
  position: absolute;
  bottom: -50px;
  right: -50px;
  overflow: hidden;
  opacity: 0.3;
}
#calendar-container{
  z-index:1;
}
.logo-box img{
	
	height: 80px;
	width: 80px;
	object-fit: contain;
}
