.cen{
	text-align: center;
}
.rgt{
	text-align: right;
}
.fnt-12{
	font-size:12px;
}
.fnt-14{
	font-size:14px;
}
.fnt-20{
	font-size:20px;
}
.fnt-22{
	font-size:22px!important;
}
.fnt-24{
	font-size:24px!important;
}
.fnt-26{
	font-size:26px;
}
.fnt-30{
	font-size:30px;
}
.fnt-36{
	font-size:36px!important;
}
.txt-just{
	text-align: justify;
}
.mt-m130{
	margin-top: -130px;
}
.mt-70{
	margin-top: 70px;
}
.mt-100{
	margin-top: 100px;
}
.pad-5{
	padding: 5px;
}
.clr-white{
	color:white;
}
.text-red {
    color: red!important;
}
.blink-hard {
    animation: blinker 1s step-end infinite;
}
.blink-soft {
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
        color:red;
    }
}
.line-hgt-2{
	line-height: 2.5;
}
.logo{
	width: 55px;
	background-color: white;
	border-radius: 40px;
	padding:1px;
}
.leadership-img{
	width:60%;
	border:2px solid #162B40;
	border-radius: 10px;
}

.copyright-text{
	color:white;
	font-size: 14px;
}
.copyright-text-a{
	color:#64AACB;
}
.copyright-text-a:hover{
	color:white;
}
.switch-lable{
	padding:20px 0px 20px 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Slider*/
.animated-slider {
  width: 560px;
  height: 315px; 
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caption {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 32px;
  color: white;
  font-weight: bold;
  opacity: 0;
}

/* Animation classes */
.zoom-in {
  animation: zoomIn 1s ease forwards;
}

.slide-left {
  animation: slideLeft 1s ease forwards;
}

.fade-in {
  animation: fadeIn 1s ease forwards;
}

/* Keyframes */
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Sponser*/
.img2
{      
background: #00ca62;
height: 30em;
display: flex;
align-items: center;
justify-content: center;
}

.marquee 
{
margin: 0 auto;
width: 100%;
height: 300px;
white-space: nowrap;
overflow: hidden;
box-sizing: border-box;
position: relative;
&:before, &:after 
{
position: absolute;
top: 0;
width: 350px;
height: 150px;
content: "";
z-index: 1;
}
&:before 
    {
    left: 0;
    background: linear-gradient(to right, white 5%, transparent 100%);
    }
&:after 
    {
    right: 0;
    background: linear-gradient(to left, white 5%, transparent 100%);
    }
}

.marquee-content 
{
width: 100%;
display: flex;
line-height: 30px;
animation: marquee 10s linear infinite forwards;
}

.marquee-content:hover
{
animation-play-state: paused;
} 


.list-inline 
{
display: flex;
justify-content: space-around;
list-style: none;
padding: 2em;
margin: 0;
}
@keyframes marquee
{
0% { transform: translateX(0); }
100% { transform: translateX(-66.6%); }
}
    
/*Tab*/
.demo {
  width: 100%;
  margin: 0 auto 60px;
}
.demo h3 {
  margin-bottom: 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
}
.panel-content {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.panel-content h2 {
  margin-bottom: 8px;
  font-size: 20px;
  color: var(--color-heading, #014a99);
}
.panel-content p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text, #4d6b8c);
}
[data-widget="tabs"] .tabs-controls::-webkit-scrollbar {
  height: 0;
}
[data-widget="tabs"] .tabs-controls::-webkit-scrollbar-track,
[data-widget="tabs"] .tabs-controls::-webkit-scrollbar-thumb {
  display: none;
}
[data-widget="tabs"] .tabs-controls {
  margin-bottom: var(--gap-500, 24px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-500, 24px);
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
}
[data-widget="tabs"] .tabs-control {
  width: auto;
  position: relative;
  padding-block: var(--gap-200, 8px);
  font-family: var(--ff-heading, sans-serif);
  font-size: var(--fs-300, 13px);
  color: var(--color-text, #4d6b8c);
  text-transform: uppercase;
  cursor: pointer;
  flex-shrink: 0;
  background: none;
  border: none;
  outline: none;
}
[data-widget="tabs"] .tabs-control[aria-selected]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--color-accent, #014a99);
  transition: var(--trans, all 250ms ease-in-out);
}
[data-widget="tabs"] .tabs-control[aria-selected="true"] {
  color: var(--color-heading, #014a99);
}
[data-widget="tabs"] .tabs-control[aria-selected="true"]::before {
  height: 2px;
}
[data-widget="tabs"] .tabs-panel[aria-selected="false"] {
  display: none;
}
[data-widget="tabs"] .tabs-panel[aria-selected="true"] {
  display: flex;
}
[data-widget="tabs"] .tabs-panel .item__description {
  color: var(--color-text, #4d6b8c);
}
@media (min-width: 1025px) {
  [data-widget="tabs"] .tabs-control {
    flex-shrink: 1;
  }
}
[data-widget="tabs"] [data-type="fancy"].tabs-controls {
  width: auto;
  position: relative;
  display: inline-flex;
  gap: 0;
  background-color: var(--color-background-alt, #ecf2f8);
  border-radius: var(--br-elements, 32px);
  isolation: isolate;
}
[data-widget="tabs"] [data-type="fancy"].tabs-controls::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--active-button-offset, 0px);
  width: var(--active-button-width, 0px);
  height: 100%;
  background-color: var(--color-accent, #162B40);
  border-radius: var(--br-elements, 32px);
  transition: var(--trans, all 250ms ease-in-out);
  transition-duration: var(--trans-duration-500, 375ms);
  z-index: -1;
}
[data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control {
      padding-inline: var(--gap-700, 48px);
      height: var(--height-form-items, 56px);
      font-family: var(--ff-heading-500, sans-serif);
      font-size: var(--fs-h4, 14px);
      color: var(--color-text-accent, #014a99);
      transition-delay: calc(var(--trans-duration-500, 375ms) / 2);
}
[data-widget="tabs"]
      [data-type="fancy"].tabs-controls
      .tabs-control[aria-selected="true"] {
      color: var(--color-heading-white, #ffffff);
}
[data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control::before {
    content: unset;
}

/*Calender*/
.calendar {
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#monthSelect {
    font-size: 0.9em;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #f7f9fc;
    color: #333;
    outline: none;
}
#resetCalendar {
    background-color: #ff6b6b;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9em;
    cursor: pointer;
    transition: background 0.2s;
}
#resetCalendar:hover {
background-color: #ff5252;
}
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}
.day {
    padding: 15px;
    background-color: #f0f3f7;
    color: #333;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.2s;
    min-height: 70px;
    position: relative;
    font-size: 0.9em;
}
.day:hover {
    background-color: #e0e6ef;
}
.note {
    font-size: 0.75em;
    margin-top: 5px;
    color: #555;
}
.note-entry {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-top: 5px;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 300px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.close {
    font-size: 1.5em;
    cursor: pointer;
    color: #888;
    float: right;
}
.close:hover {
    color: #555;
}
textarea, input[type="time"] {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9em;
}
#saveNote {
    background-color: #4caf50;
    color: white;
    padding: 10px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    font-size: 1em;
    transition: background-color 0.2s;
}
#saveNote:hover {
    background-color: #43a047;
}
