        body {
    	font-family:'SolaimanLipi', montserrat, sans-serif !important;
    	/*background-image: url('../images/bg.jpg');*/
    }
        .text-bn {
    	font-family:'SolaimanLipi', montserrat, sans-serif !important;
    }
        .card-400 {
            /*width: 400px;*/
            margin: 0 auto;
            height: 100%;
        }
        .card-header {
            background-color: rgb(245 141 225);
            color: #fff;
        }
        .news-ticker-container {
            background-color: #007bff;
            color: #fff;
            padding: 5px 10px;
            display: flex;
            align-items: center;
        }
        .news-label {
            font-weight: bold;
            margin-right: 10px;
        }
        .news-ticker {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            position: relative;
        }
        #marquee-left {
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            direction: rtl; /* Right-to-left direction */
        }
        #marquee-left p {
            display: inline-block;
            margin: 0;
            animation: marquee-left 15s linear infinite;
        }
        @keyframes marquee-left {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }
        .marqee {
            height: 100%;
            max-height: fit-content;
            overflow: hidden;
            position: relative;
        }
        .marqee ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            animation: marquee 15s linear infinite;
        }
        .marqee ul li {
            padding: 10px;
            border-bottom: 1px solid #ccc;
        }
        /*@keyframes marquee {*/
        /*    0% {*/
        /*        transform: translateY(100%);*/
        /*    }*/
        /*    100% {*/
        /*        transform: translateY(-100%);*/
        /*    }*/
        /*}*/
        .mt-6{
            margin-top:75px;
        }
            .president-speech {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .president-image img{
            width: 150px;
            height: 150px;
            border-radius: 50%;
            /*margin: 0 auto 10px;*/
            /*background-image: url('../../president.jpg');  Replace with the President's image */
            background-size: cover;
            background-position: center;
        }
                .principal-speech {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .principal-image img{
            width: 150px;
            height: 150px;
            border-radius: 50%;
            /*margin: 0 auto 10px;*/
            /*background-image: url('../../principal.jpg');  Replace with the President's image */
            background-size: cover;
            background-position: center;
        }
        .nav-link{
            color: white!important;
        }
/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

th { 
	background: rgb(245 141 225); 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 18px;
	}

/* Custom CSS for News & Events */
.news-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.news-item {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

/* Zebra stripe colors */
.news-item:nth-child(even) {
    background-color: #e0e0e04d; /* Even rows */
}

.news-item:nth-child(odd) {
    background-color: #cad2cd8c; /* Odd rows */
}

.news-content {
    color: #333; /* Text color */
    font-size: 16px; /* Text size */
}


/*Card*/

.category {
  display: inline-block;
  padding: 20px;
  background: rgb(245 141 225);
  border-radius: 31px;
  text-decoration: none !important;
  }
  .category, .category h3, .category span {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .category h3 {
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #343a40; }
  .category span {
    font-size: 13px;
    color: rgba(52, 58, 64, 0.4); }
  .category i {
    text-align: center;
    display: inline-block;
    color: #00aeff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 20px;
    background: #ffffff;
    font-size: 30px;
    line-height: 40px; }
  .category:hover {
     background: #00aeff; 
    }
    .category:hover h3, .category:hover span {
      color: #ffffff; }
    .category:hover span {
      color: rgba(255, 255, 255, 0.5); }

.quick-links{
    list-style-type:none;
    padding:0;
}
.pad-8{
        padding: 8px;
}
.quick-link{
    margin-bottom: 2px;
}
.quick-link::nth-last-child() {
    margin-bottom: 0px;
}


/* Zebra stripe colors */
.quick-link:nth-child(even) {
    background-color: #f0eeee94; /* Even rows */
}

.quick-link:nth-child(odd) {
    background-color:#b4b3b1b5 ; /* Odd rows */
}

.quick-link {
    color: #333; /* Text color */
    font-size: 16px; /* Text size */
}
.list-none{
    list-style-type:none;
}


/*Gallery*/

/* bootstrap mod: carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2322313F' stroke-miterlimit='10' stroke-width='2' viewBox='0 0 34.589 66.349'%3E%3Cpath d='M34.168.8 1.7 33.268 34.168 65.735'/%3E%3C/svg%3E");
  height: 100px;
}

.carousel-control-next-icon {
  transform: rotate(180deg);
}

/* medium - display 4  */
@media (min-width: 768px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next {
      transform: translateX(33.33333%);
    }
    
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33333%);
    }
}

/* large - display 5 */
@media (min-width: 992px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next {
      transform: translateX(20%);
    }
    
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-20%);
    }
}

#gallery .carousel-inner .carousel-item-right,
#gallery .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}


/* gallery slider */
#gallery .carousel-inner .carousel-item.active,
#gallery .carousel-inner .carousel-item-next,
#gallery .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (max-width: 768px) {
  #gallery .carousel-inner .carousel-item > div {
    display: none;
  }
  #gallery .carousel-inner .carousel-item > div:first-child {
    display: block;
    text-align: center;
  }
}


/* modal carousel */
.modal .carousel-indicators {
  margin: 0;
  bottom: -34px;
  left: auto;
}

.modal .carousel-indicators > li {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: transparent;
  margin-right: 0;
  margin-left: 10px;
}

.modal .carousel-indicators > li.active {
  background: #fff;
}

.modal .close, .modal .carousel-control-prev, .modal .carousel-control-next {
  opacity: 1;
}

@media (min-width: 992px) {
  .modal .carousel-control-prev {
    left: -140px;
  }

  .modal .carousel-control-next {
    right: -140px;
  }
}


/* modal mods */
.modal {
  background: rgba(34, 49, 63, 0.9);
}

.modal-dialog {
  max-width: 80% !important;
}
@media (max-width: 768px) {
    .modal-dialog {
        max-width: 100%!important;
    }
}
.modal-header {
  border: none !important;
}

.modal-content {
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.modal-body {
  padding: 0 !important;
}

.close img {
  max-width: 40px;
  max-height: 40px;
}

.modal-footer {
  padding: 2rem 0;
  border: none !important;
}



/* bootstrap mod addons */
.w-90 {
  width: 90%;
}

/*.col-5,*/
/*.col-sm-5,*/
/*.col-md-5,*/
/*.col-lg-5,*/
/*.col-xl-5 {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  padding-right: 15px;*/
/*  padding-left: 15px;*/
/*}*/

/*.col-5 {*/
/*  flex: 0 0 20%;*/
/*  max-width: 20%;*/
/*}*/

/*@media (min-width: 576px){*/
/*  .col-sm-5 {*/
/*    flex: 0 0 20%;*/
/*    max-width: 20%;*/
/*  }*/
/*}*/
/*@media (min-width: 768px){*/
/*  .col-md-5 {*/
/*    flex: 0 0 20%;*/
/*    max-width: 20%;*/
/*  }*/
/*}*/
/*@media (min-width: 992px){*/
/*  .col-lg-5 {*/
/*    flex: 0 0 20%;*/
/*    max-width: 20%;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px){*/
/*  .col-xl-5 {*/
/*    flex: 0 0 20%;*/
/*    max-width: 20%;*/
/*  }*/
/*}*/



/* ===== Body Style ===== */
/* Colorful Section Titles */
        h2 {
            color: #007BFF;
        }
        /* Colorful Button */
        .btn-primary {
            background-color: #007BFF;
            border-color: #007BFF;
        }
        /* Custom Images */
        .custom-image {
            max-width: 100%;
            height: auto;
        }



/*Teacher And Staff*/
.staff-wrapper {
  display:grid;
  grid-auto-flow: dense;
  grid-template-columns:repeat(auto-fill, minmax( min(280px,100%),1fr));
  padding:2px 10px;
  gap:2px 14px;
  justify-items:center;
}

.purpleAliens {border:solid purple;}
.supercool {box-shadow:0 0 9px 2px #911; }

.staff-box {
  border:solid 2px #00aaff;
  background:radial-gradient( circle at 50% 0% , #ff00004a 25%, #41fe34e3 );
  padding:0.6rem;
  padding-top:0;
  text-align:center;
  width:100%;
  max-width:280px;
  margin-top:64px;
  margin-bottom:15px;
  box-shadow:inset 0 10px #89d7d6, 0 1px 10px #0343;
}
.staff-box img {
  margin-top:-60px;
  margin-bottom:15px;
  border-radius:50%; 
  border:solid 3px red;
  width:100%;
  max-width:128px; 
  aspect-ratio:1/1;
}
.staff-box header {
  font-size:1.2em;
  line-height:1;
  font-weight:bold;
}
.staff-box p , .staff-box a {
  display:block;
  font-size:16px; 
  margin:0.5em 0;
  line-height:1.05;
}
.staff-box a {}


/*staff*/
.popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    position: relative;
}
.br-25{
    border-radius:25px;
}
.bg-staff{
    background-color:#acc8ea3b;
}
m-10{
    margin:10px;
}



/*Govorning Body SMC*/
.br-50{
    border-radius:50%;
}
.card-smc {
  background: #e4a5a5bd;
  border-radius: var(--br);
  transition: 0.5s;
  border-radius: 10px;
}
.card-smc:hover {
  box-shadow: 0px 3px 10px 5px #e9e9e9;
}
.card-smc .card-body {
  background-color:#00fffff5;
}
.card-smc img {
  max-width: 70%;
  margin: auto;
  margin-top:5px;
  margin-bottom:7px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  border: 4px solid var(--bc, #000);
}
h1 {
  margin: 20px 0;
}
h2 {
  margin: 15px 0 5px;
}
.card-smc .role {
  font-size: 80%;
  color: #444;
  margin-bottom: 20px;
}
.card-smc a {
  background: var(--btn, #000);
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
  border-radius: var(--br);
  text-decoration: none;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .row {
    flex-wrap: wrap;
    justify-content: center;
    /*padding: 10px;*/
  }

  .card-smc {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 420px) {
  .card-smc {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}


/*ContaCT pAge*/
.contact-container {
    /*background-color: #6a9ac4;*/
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /*padding: 30px;*/
    /*margin-top: 84px;*/
    margin-bottom: 3px;
    
}
        .map-container {
            height: 300px;
            border: 1px solid #ddd;
            margin-top: 20px;
        }
        /* Style the contact form */
        .contact-form {
            max-width: 500px;
            margin: 0 auto;
        }
        .form-group {
            margin-bottom: 20px;
        }
        .form-control {
            border-radius: 5px;
        }
        .btn-submit {
            background-color: #007bff;
            color: #fff;
        }
        .btn-submit:hover {
            background-color: #0056b3;
        }
#contact {
  /*background-color: #6a9ac4;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-box {
  width: clamp(100px, 90%, 1000px);
  margin: 80px 10px;
  display: flex;
  flex-wrap: wrap;
}

.contact-links, .contact-form-wrapper {
  width: 50%;
  padding: 8% 5% 10% 5%;
}
.contact-links {
  background-color: #1f2e43;
  background:
    radial-gradient(
      circle at 55% 92%, #426691 0 12%, transparent 12.2%
    ), 
    radial-gradient(
      circle at 94% 72%, #426691 0 10%, transparent 10.2%
    ), 
    radial-gradient(
      circle at 20% max(78%, 350px), #263a53 0 7%, transparent 7.2%
    ), 
    radial-gradient(
      circle at 0% 0%, #263a53 0 40%, transparent 40.2%
    ), 
    #1f2e43;
  border-radius: 10px 0 0 10px;
}

.contact-form-wrapper {
  background-color: rgba(0,123,255,.25);
  border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 800px) {
  .contact-links, .contact-form-wrapper {
    width: 100%;
  }
  
  .contact-links {
    border-radius: 10px 10px 0 0;
  }
  
  .contact-form-wrapper {
    border-radius: 0 0 10px 10px;
  }
}

@media only screen and (max-width: 400px) {
  .contact-box {
    /*width: 95%;*/
    /*margin: 8% 5%;*/
    width: 100%;
    margin: 10px 0px;
  }
}

.contact-links h2 {
  color: #fff;
  font-size: clamp(30px, 6vw, 60px);
  letter-spacing: 2px;
  text-align: center;
  transform: scale(.95, 1);
}
.contact-container h2 {
  /*color: #fff;*/
  font-size: clamp(30px, 6vw, 60px);
  letter-spacing: 2px;
  text-align: center;
  transform: scale(.95, 1);
}

.contact-links p i {
    font-size:40px;
    color: #ffffff;
}


.form-item {
  position: relative;
}

label, input, textarea {
  font-family: 'Poppins', sans-serif;
}

.contact-form-wrapper form div label {
  position: absolute;
  top: 10px;
  left: 2%;
  color: #999;
  font-size: clamp(14px, 1.5vw, 18px);
  pointer-events: none;
  user-select: none;
}

input, textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px;
  font-size: clamp(15px, 1.5vw, 18px);
}

input:focus+label, 
input:valid+label, 
textarea:focus+label, 
textarea:valid+label {
  font-size: clamp(13px, 1.3vw, 16px);
  color: #777;
  top: -20px;
  transition: all .225s ease;
}

.submit-btn {
  background-color: #fd917e;
  filter: drop-shadow(2px 2px 3px #0003);
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-size: clamp(16px, 1.6vw, 18px);
  display: block;
  padding: 12px 20px;
  margin: 2px auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  transition: 0.2s;
}

.submit-btn:hover {
  transform: scale(1.1, 1.1);
}

.submit-btn:active {
  transform: scale(1.1, 1.1);
  filter: sepia(0.5);
}

@media only screen and (max-width: 800px) {
  h2 {
    font-size: clamp(40px, 10vw, 60px);
  }
}

@media only screen and (max-width: 400px) {
  h2 {
    font-size: clamp(30px, 12vw, 60px);
  }
  
  .links {
    padding-top: 30px;
  }
  
  .links .link a img {
    width: 38px;
    height: 38px;
  }
}
/*footer*/
footer div div div .list-unstyled li a{
    color:white;
}
footer div div div a i{
    color:white;
}
#pdfTable_wrapper row{
    margin-bottom:-20px;
}



/*-----------------------------
	News Ticker
------------------------------*/
.acme-news-ticker {
  background: #fff;
  position: relative;
  height: 45px;
  border: 1px solid rgb(245 141 225);
  /*margin-top: 45px;*/
  }
  @media (min-width: 768px) {
    .acme-news-ticker {
      margin-top: 0; } }
  .acme-news-ticker-label {
    background: rgb(245 141 225);
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #fff; }
    @media (max-width: 575px) {
      .acme-news-ticker-label {
        /*position: absolute;*/
        top: -45px; } }
  .acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden; }
    @media (max-width: 575px) {
      .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px; } }
    .acme-news-ticker-box ul {
      width: 100%;
      list-style-type: none !important;
      padding: 0;
      margin: 0; }
      .acme-news-ticker-box ul li a {
        text-decoration: none; }
  .acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0; }
    .acme-news-ticker-controls button {
      height: 100%;
      background: #f6f6f6;
      padding: 0;
      width: 40px;
      border-color: #eeeeee;
      border-style: solid;
      border-width: 0 0 0 1px;
      cursor: pointer;
      display: inline-block; }
      .acme-news-ticker-controls button:hover {
        background: #eeeeee; }
      .acme-news-ticker-controls button.acme-news-ticker-arrow {
        margin: 0;
        display: inline-block;
        position: relative; }
        .acme-news-ticker-controls button.acme-news-ticker-arrow:after {
          border-color: #999;
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-right-style: solid;
          border-right-width: 2px;
          content: '';
          display: inline-block;
          height: 8px;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 8px; }
      .acme-news-ticker-controls button.acme-news-ticker-pause {
        position: relative;
        display: inline-block; }
        .acme-news-ticker-controls button.acme-news-ticker-pause:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-color: #999;
          border-style: solid;
          border-width: 0 2px 0;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
              transform: translate(-50%, -50%) rotate(135deg); }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(315deg);
          -ms-transform: translate(-50%, -50%) rotate(315deg);
              transform: translate(-50%, -50%) rotate(315deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
          -ms-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
          -ms-transform: translate(-50%, -50%) rotate(405deg);
              transform: translate(-50%, -50%) rotate(405deg); }
/*end*/

/*news ticker line breaking error fixed*/
.tbl-bg{
    background-color:#ecf6ff;
}
   /* Style to limit the width and handle overflow */
    .my-news-ticker {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Optional: Add a tooltip for the full text on hover */
    .my-news-ticker li:hover {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    .bg-white{
        background-color:white!important;
    }
    #addButton{
        margin-bottom: 15px;
    }
    .bg-pink {
            background-color: rgb(245, 141, 225);
    }