.html-scroll {
  scroll-padding-top: 14rem;
  /* scroll-behavior: smooth; */
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: "Baker Signet";
}
:focus-visible {
  outline: 0;
}

::-webkit-scrollbar {
  width: 7px;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

/* Start Top Bar */
.top-bar {
  background: var(--orange);
  background: var(--flag-graient);
  height: 30px;
  font-family: Lato;
}
/* End Top Bar */

/* Start Menu */
.manthan-logo .logo-text {
  color: var(--bs-primary);
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin-left: 10px;
  font-family: Roboto;
}
.manthan-logo p {
  font-size: 13px;
}
.logo-line {
  height: 3px;
  width: 100%;
  background: var(--bs-primary);
  margin-top: 1px;
  margin-bottom: 2px;
}
ul.navbar-nav li a {
  color: var(--navy-blue);
  font-size: 20px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
ul.navbar-nav li a:hover {
  color: var(--navy-blue);
  font-size: 20px;
  font-weight: bold;
}
#navbarMenu {
  justify-content: end;
}
#navbarMenu ul {
  gap: 10px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 17px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 17px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 17px -6px rgba(0, 0, 0, 0.3);
}
/* End Menu */

/* Start Footer Slider */
.footer-top-strip {
  background: var(--orange);
  background: var(--flag);
  height: 6px;
}
.footer-section {
  background: url(../../assets/images/bg/footer-bg.svg) center;
  background-size: contian;
  background-color: var(--light-gray);
}
/* End Footer Slider */

/* Start About Us */
.page-breadcrumb {
  background: url(../../assets/images/bg/breadcrumb-bg.png) no-repeat center;
  background-size: cover;
}
/* End About Us */

/* Start Infrastructure */
.section-title {
  text-align: center;
  padding: 50px;
  position: relative;
}
.section-title::before {
  background: var(--flag);
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section-title::after {
  background: var(--flag);
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* End Infrastructure */

.menu-active p {
  color: #2e59c1;
  border-bottom: 3px solid #2e59c1;
  font-weight: bold;
}

.calendar-list tr {
  /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); */
}
.calendar-list tr td {
  text-align: left !important;
  padding: 1.5rem !important;
}

.calendar-list tr td i {
  font-size: 12px;
}
.fc-dayGridMonth-button {
  display: none !important;
}
.cal-type {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
.cal-hide {
  display: none;
}
.month {
  display: none;
}
#january {
  display: block;
}
.cal-list {
  clear: both;
  /* max-height: 25pc; */
  /* overflow-y: auto; */
}
.upcoming-event {
  background: #fff 0 0 no-repeat padding-box;
  border: 0.5px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  font-family: Lato, sans-serif;
  margin-bottom: 0.25rem;
  padding: 20px;
  border-left: 5px solid #469350;
}
.fc-center {
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-right: 0 !important;
  margin-bottom: 10px;
}
#calList {
  padding-top: 80px;
}
#calList .form-select {
  width: 200px;
  z-index: 1;
  font-size: 20px;
}
.month-select {
  position: absolute;
  top: 20px;
  z-index: 1;
}
.list-month-title {
  position: absolute;
  top: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Lato;
}
.badge {
  font-size: 13px;
  font-family: Lato;
}
.year-23-24 tr td{
text-align:left!important;
}
.img-content{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  color: white;
  background: #0000004a;
    width: 100%;
}
.img-content h1{
font-size:3.5rem!important;
font-weight:900;
}
.section-top-left::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;
}
.section-bottom-right::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;
}
.map {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.map-qrcode {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100px;
  margin: 10px;
  border: 4px solid white;
}
.map-qrcode img {
  height: 100%;
  width: 100%;
}
#scrollTopId {
  position: fixed;
  /* display: none; */
  text-decoration: none;
  bottom: 30px;
  right: 25px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: none;
  text-indent: 100%;
  background: url(../../assets/images/totop.png) no-repeat left top;
  z-index: 999;
  opacity: 0.8;
  text-indent: -9999px;
  background-size: 80px auto;
}
.bg-image {
  background-image: url(../../assets/images/bg-1.png) !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  text-align: center;
  padding: 20px 0;
  background-color: var(--bs-primary);
}

.blink {
  -webkit-animation: pulse 400ms infinite alternate;
  animation: pulse 400ms infinite alternate;
}
@-webkit-keyframes pulse {
  0% {
    color: blue;
  }
  100% {
    color: red;
  }
  from {
    text-shadow: 0px 0px 1px blue;
  }

  to {
    text-shadow: 0px 0px 1px red;
  }
}
@keyframes pulse {
  0% {
    color: blue;
  }
  100% {
    color: red;
  }
  from {
    text-shadow: 0px 0px 1px blue;
  }

  to {
    text-shadow: 0px 0px 1px red;
  }
}

.blink-phone {
  -webkit-animation: phone 600ms infinite alternate;
  animation: phone 600ms infinite alternate;
}
@-webkit-keyframes phone {
  0% {
    color: blue;
  }
  100% {
    color: red;
  }
  from {
    text-shadow: 0px 0px 1px blue;
  }

  to {
    text-shadow: 0px 0px 1px red;
  }
}
@keyframes phone {
  0% {
    color: blue;
  }
  100% {
    color: red;
  }
  from {
    text-shadow: 0px 0px 1px blue;
  }

  to {
    text-shadow: 0px 0px 1px red;
  }
}

.explore-blink {
  animation: explore 800ms infinite alternate;
  -webkit-animation: explore 800ms infinite alternate;
  font-weight: bold;
  letter-spacing: 2px;
}
@keyframes explore {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.06;
  }
}

.quote{
  width: fit-content;
  margin: 0 auto 0 0;
  border-left: 3px solid #ffca89;
  padding-left: 20px;
  text-align: left;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.team-img{
  object-fit: contain!important;
  object-position: center!important;
  background: rgb(227,231,243);
  background: linear-gradient(0deg, rgba(227,231,243,1) 50%, rgba(59,49,128,1) 50%);
}
.table-row-1-top th{
  border: 2px solid var(--flag-saffron);
}
/*.table-row-1-top td{*/
/*  border-top: 2px solid var(--flag-saffron);*/
/*}*/
/*.table-row-1-bottom td{*/
/*  border-bottom: 2px solid var(--flag-saffron);*/
/*}*/
/*.table-row-1-top td:last-child{*/
/*  border-right: 2px solid var(--flag-saffron);*/
/*}*/
/*.table-row-1-bottom td:last-child{*/
/*  border-right: 2px solid var(--flag-saffron);*/
/*}*/


.table-row-2-top th{
  border: 2px solid var(--bs-white);
}
/* .table-row-2-top td{
  border-top: 2px solid var(--bs-tranparent);
}
.table-row-2-bottom td{
  border-bottom: 2px solid var(--bs-tranparent);
} */
/*.table-row-2-top td:last-child, .table-row-2 td:last-child{*/
/*  border-right: 2px solid var(--bs-tranparent);*/
/*}*/
/*.table-row-2-bottom td:last-child{*/
/*  border-right: 2px solid var(--bs-tranparent);*/
/*}*/


.table-row-3-top th{
  border: 2px solid var(--flag-green);
}
/*.table-row-3-top td{*/
/*  border-top: 2px solid var(--flag-green);*/
/*}*/
/*.table-row-3-bottom td{*/
/*  border-bottom: 2px solid var(--flag-green);*/
/*}*/
/*.table-row-3-top td:last-child, .table-row-3 td:last-child{*/
/*  border-right: 2px solid var(--flag-green);*/
/*}*/
/*.table-row-3-bottom td:last-child{*/
/*  border-right: 2px solid var(--flag-green);*/
/*}*/
.border-orange{
	border:2px solid var(--flag-saffron);
}
.border-green{
	border:2px solid var(--flag-green);
}
