* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans;
  overflow-x: hidden;
}


body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to bottom, rgb(0, 0, 85), rgb(0, 0, 50));
}

body::-webkit-scrollbar {
  width: 7px;
  border-radius: 20%;
}

body::-webkit-scrollbar-track {
  background-color: var(--scrollbar-color);
}



.header {
  overflow: hidden;
  background-color: white;
  padding: 0px 10px;
  background-color: #00001a;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}
.socail a,
.contact a {
  padding: 8px 5px;
  text-decoration: none;
  color: whitesmoke;
}
.topnav {
  overflow: hidden;
  background-color: #033366;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .icon,
.header .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: white;
  color: black;
}

.dropdown-content a:hover {
  background-color: white;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Main Content */

.mainContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 5px;
}

.leftPane,
.rightPane {
  width: 30%;
  height: auto;
  padding: 10px 2px;
}

.centerPane {
  width: 90%;
  margin: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainLogo {
  width: 100%;
  display: flex;
}

.lIcon,
.rIcon {
  width: 12%;
  height: 200px;
  overflow: hidden;
}
.tIcon {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}

.lsTitle {
  font-size: 2.5rem;
  font-weight: bolder;
  font-family: "Audiowide", sans-serif;
}
.lTitle {
  font-size: 3.5rem;
  color: blueviolet;
  font-family: "Audiowide", sans-serif;
}
.lIcon img,
.rIcon img {
  width: 100%;
  height: 100%;
}

/* Slideshow */
.slideshow {
  width: 100%;
}
.slides {
  position: relative;
  width: 100%;
}
.mySlides {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.imgSlide {
  overflow: hidden;
  transition: 700s ease-in;
}

.imgShow {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

/* Left Pane */

/* Box */
.box-right {
  float: right;
}

.box-left {
  float: left;
}

.box-left,
.box-right {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.small_box {
  border-style: none;
  border-style: solid;
  border-width: 3px;
  border-color: #ffc90e;
}
.small_box p {
  padding: 7px 0px 7px 10px;
  margin: 5px 0px;
  height: auto;
  overflow: hidden;
  /* border-style: none;
    border-left-style: solid;
    border-width: 3px;
    border-color: #033366; */
}

.small_box p:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.badge {
  color: red;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
}

.badge {
  animation: animate 2s linear infinite;
}
.box_img {
  padding: 5px 0px;
  width: 95%;
  margin: auto;
  height: 150px;
}

.box-left a,
.box-right a {
  text-decoration: none;
  color: #333;
}

.box-left a:hover,
.box-right a:hover {
  opacity: 0.7;
}

/*Titile*/
.title {
  background-color: #033366;
  color: white;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
  border-bottom-style: solid;
  border-width: 5px;
  border-color: rgb(255, 201, 14);
}

/* News And Events */
.news,
.latest {
  width: 80%;
  height: 300px;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9); */
}
.academicExcelence {
  width: 80%;
}
.academicContainer {
  width: 100%;
  height: 300px;
  display: block;
}
.carousel {
  width: 100%;
  display: flex;
  scroll-snap-type: x mandatory;
  gap: 4px;
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.carouselBox {
  position: relative;
  aspect-ratio: 1;
  width: 85%;
  flex-shrink: 0;
  scroll-snap-type: y mandatory;
  scroll-snap-align: start;
  border-radius: 10px;
  background-color: blue-200;
}

.carouselCard {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carouselImg {
  font-size: 18px;
  font-weight: bold;
}
.pagination {
  margin: 2rem;
  display: flex;
  gap: 20px;
}
.paginationSpan {
  font-size: 1.5rem;
  width: 80%;
  width: 30%;
  transition: width 5s, height 2s ease-out;
  transition-duration: 300s;
  background-color: black;
}

.carousel::-webkit-scrollbar {
  display: none;
}
.academicBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.small_content {
  padding: 10px 10px;
  height: 200px;
  line-height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffc90e;
  overflow: hidden;
}

/* .small_content::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to bottom, rgb(0, 0, 85), rgb(0, 0, 50));
}
.small_content::-webkit-scrollbar {
  width: 7px;
  border-radius: 20%;
}
.small_content::-webkit-scrollbar-track {
  background-color: #033366;
} */

.small_content p {
  padding: 5px 0px;
}

.badge {
  color: red;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
}

.badge {
  animation: animate 2s linear infinite;
}

@keyframes animate {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}

/* Slide SHow */
/* Slide show*/
img.slideshowimage {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border-style: solid;
  border-style: solid;
  border-width: 2px;
  border-color: #ffc90e;
}

.slideshowvideo{
    width: 100%;
    height: 100%;
}

/* Slideshow container */
.slideshow-container {
  width: 95%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 20px;
  border-radius: 15px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/*.active_image{
  background-color: white;
  opacity: 0.9;
}*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #bbb;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}


@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

@media only screen and (max-width: 450px) {
  .formRow {
    width: 100%;
    padding: 12px 0px;
  }
  .formCol {
    width: 100%;
    padding: 4px 0px;
  }

  .form-input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    outline-color: rgba(204, 203, 203, 0.6);
    border-color: rgba(204, 203, 203, 0.2);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }
}

/* About School */
.mainContainer {
  width: 95%;
  padding: 0px 10px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.formRows{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.formRow {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 12px 0px;
}

.formCol {
  width: 30%;
  display: flex;
  padding: 4px 0px;
  flex-direction: column;
}

.formCol label {
  color: #033366;
  font-weight: bolder;
  font-size: 1.3rem;
  padding: 5px 0px;
}

@media screen and (max-width: 400px) {
    .formRows{
        display: flex;
        flex-direction: column;
    }
    .formCol{
        width: 100%;
    }
}

.form-input {
  width: 95%;
  padding: 10px;
  font-size: 14px;
  outline-color: rgba(204, 203, 203, 0.6);
  border-color: rgba(204, 203, 203, 0.2);
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.fullContent {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
}
.con {
  width: 90%;
  margin: 20px 0px;
  padding: 0px 20px;
}

.con p {
  padding: 10px 0px;
  text-align: justify;
}
ul.list li {
  padding: 10px 0px;
}

.leftContent {
  width: 60%;
  height: auto;
  padding: 10px 0px;
  font-family: "Times New Roman", Times, serif;
}
.leftContent p {
  line-height: 30px;
  padding: 10px;
  text-align: justify;
}
.leftContent p:nth-child(odd) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.headingTitle {
  font-weight: bolder;
  font-family: "Audiowide", sans-serif;
  font-size: 3rem;
  color: #033366;
}
i.underline {
  width: 100px;
  display: flex;
  border-style: solid;
  border-width: 2px;
  border-color: #033366;
}

.tblview {
  width: 100%;
  margin: auto;
  margin-top: 30px;
  border-width: 3px;
}

.tblview tr {
  padding: 20px 20px;
}

.tblview th {
  width: 20%;
  text-align: right;
  padding: 10px 10px;
}

.tblview td {
  width: 80%;
  text-align: left;
  padding: 0px 10px;
}
/*.tblview tr:nth-child(odd) {*/
/*  background-color: #ddd;*/
/*}*/

.tbloffice tr {
  padding: 20px 20px;
}

.tbloffice {
  width: 100%;
  margin: 15px 0px;
}

.tbloffice th {
  padding: 15px 0px;
  font-weight: 700;
  font-size: 20px;
  background-color: #333;
  color: whitesmoke;
}

.tbloffice td {
  padding: 10px 10px;
  font-size: 17px;
}

.tbloffice td a {
  text-decoration: none;
  color: black;
}

.tbloffice td a:hover {
  text-decoration: underline;
  color: blue;
}

tr:nth-child(odd) {
  background-color: rgb(201, 193, 193);
}

tr:nth-child(even) {
  background-color: rgb(236, 234, 234);
}
.rightImg {
  width: 38%;
  height: 400px;
  overflow-y: auto;
  padding: 10px 0px;
  border-radius: 20px;
  border-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.rightImgS{
  width: 38%;
  height: 400px;
  overflow-y: auto;
  padding: 10px 0px;
  border-radius: 20px;
  border-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.presidentRight {
  width: 60%;
  height: 70%;
  margin: auto;
  border-radius: 20px;
}
h3.name {
  font-size: 1.5rem;
  color: #00001a;
  font-family: "Audiowide", sans-serif;
}

.rightImg p {
  font-size: 22px;
  font-weight: bolder;
}

/* Buttons */
.submitBtn {
  margin-top: 10px;
  outline: none;
  border-style: none;
  background-color: #033366;
  color: whitesmoke;
  font-size: 18px;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}

.submitBtn:hover {
  background-color: #033366;
  opacity: 0.4;
}

a.button {
  background-color: #333;
  color: white;
  margin: auto;
  padding: 15px;
  text-align: center;
  width: 100%;
}

.contactUs {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.colContact {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 22px;
}
.colContact p{
  padding: 10px 0px;
}

.contactCol {
  width: 100%;
}
/* Footer */
.footer {
  display: flex;
  justify-content: space-between;
  background-color: #033366;
  padding: 10px 15px;
  border-top-style: solid;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-color: #ffc90e;
  border-width: 4px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.sub-title {
  color: whitesmoke;
  font-size: 25px;
  font-weight: bolder;
}

.communication {
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
}
.communication a {
  padding: 5px 0px;
  color: whitesmoke;
  text-decoration: none;
}

.communication a:hover {
  opacity: 0.6;
}
.communication ul li {
  padding: 5px 0px;
}
.note {
  color: whitesmoke;
}

.address {
  width: 100%;
  padding: 10px 0px;
}
.contactAdd {
  width: 100%;
  height: 100%;
  padding: 10px 0px;
}
.cs {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
  font-size: 20px;
}

.bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: whitesmoke;
  padding: 10px 0px;
  background-color: #033366;
}
.bottom a {
  color: whitesmoke;
  text-decoration: none;
  font-weight: bolder;
}
.bottom a:hover {
  /*color: #ffc90e;*/
  color: white;
}
@media screen and (max-width: 600px) {
    
  .cards {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .card {
    margin-top: 1%;
    margin-bottom: 1%;
    transition: 0.3s;
    width: 100%;
    height: 300px;
    overflow: auto;
  }

  .cardImg {
    width: 80%;
    margin: auto;
    height: 70%;
    border-radius: 50%;
    padding: 10px;
  }
  
  academicImg{
     width: 90%;
    margin: auto;
    height: 300px;
    border-radius: 50%;
    padding: 10px;
  }

  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px 10px;
  }

  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
  .header {
    display: block;
    font-size: 12px;
  }
  .socail a,
  .contact a {
    display: block;
    font-size: 14px;
  }

  .footer {
    display: block;
    font-size: 12px;
  }
  .bottom {
    text-align: center;
  }

  .mySlides {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .mainContent {
    width: 90%;
    display: grid;
    padding: 0;
    margin: auto;
  }
  .leftPane,
  .rightPane {
    width: 100%;
    height: auto;
  }
  .rightPane {
    grid-row: 1;
  }
  .centerPane {
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
    margin: 0;
    padding: 0px 10px;
    grid-row: 2;
  }
  /* Left Pane */

  /* Box */
  .box-left,
  .box-right {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .small_box {
    border-style: solid;
    padding: 10px;
    border-color: #ffc90e;
    border-width: 2px;
  }

  .small_box p {
    padding: 7px 0px;
  }

  .box_img {
    padding: 0;
    width: 100%;
    height: 150px;
  }

  .box-left a,
  .box-right a {
    text-decoration: none;
    color: #333;
  }

  .box-left a:hover,
  .box-right a:hover {
    opacity: 0.7;
  }

  /*Titile*/
  .title {
    background-color: #033366;
    color: white;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-width: 5px;
    border-color: rgb(255, 201, 14);
  }

  /* News And Events */
  .news,
  .latest {
    width: 100%;
    height: 400px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9); */
  }

  .small_content {
    height: 300px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffc90e;
  }

  .badge {
    color: red;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
  }

  .badge {
    animation: animate 2s linear infinite;
  }

  @keyframes animate {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0.7;
    }

    100% {
      opacity: 0;
    }
  }

  /* About School */
  .mainContainer {
    width: 100%;
    padding: 0px 10px;
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .leftContent {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    font-family: "Times New Roman", Times, serif;
  }

  .leftContent p {
    line-height: 30px;
    padding: 10px;
    font-size: 13px;
  }

  .leftContent p:nth-child(odd) {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .headingTitle {
    font-weight: bolder;
    font-family: "Audiowide", sans-serif;
    font-size: 3rem;
    color: #033366;
  }

  i.underline {
    width: 100px;
    display: flex;
    border-style: solid;
    border-width: 2px;
    border-color: #033366;
  }

  .rightImg {
    width: 100%;
    height: 300px;
    padding: 10px 0px;
    border-radius: 20px;
    border-style: none;
  }

  .imgRight {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .tblview {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
  }

  .tblview tr {
    padding: 5px 5px;
  }

  .tblview th {
    width: 10%;
    text-align: right;
    padding: 10px 10px;
  }

  .tblview td {
    width: 80%;
    text-align: left;
    padding: 0px 10px;
  }

  /*.tblview tr:nth-child(odd) {*/
  /*  background-color: #ddd;*/
  /*}*/

  /* media Query */
}

.tblview td.rs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cards {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.card {
  margin-top: 1%;
  margin-bottom: 1%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 25%;
  height: 300px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.cardImg {
  width:200px;
  margin: auto;
  height: 200px;
  border-radius: 50%;
  padding: 10px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 10px;
}

marquee p {
  cursor: pointer;
}


span.help-block{
  color: red;
  font-weight: bolder;
  padding: 10px 10px;
}


#modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.modalconent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 80%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}

.modalBox{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.modalBox p{
  padding: 10px 10px;
  text-align: justify;
}

.btn{
  width: 100%;
  display: flex;
}
button#button{
  display: flex;
  padding: 10px 10px;
  color: red;
  border-radius: 50%;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 20px;
  font-weight: bolder;
}
button#button:hover{
  background-color: red;
  color: white;
}

p.payLink{
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: bolder;
}

p.payLink a{
  color: #033366;
  padding-left: 10px;
}