body a{
  
    text-decoration: none;
}
body{
   overflow-x: hidden;
}
.t1-text{
      color: #184b71;
}
a.hover-filled-slide-down.mm-btn {
    font-size: 13px !important;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .marquee span {
    display: inline-block;
    padding-left: 100%; /* start off-screen */
    animation: marquee 25s linear infinite;
  }
  @keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
  }
  .mr-bg{
    background-color: #184b71;
  }
  .logo-text {
    color: #184b71;
    font-weight: 700;
  }
  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
  }
  .mbkp-bg{
    background-color: #3498db !important;
  }
  .mbkp-bg .navbar-nav .nav-link {
    margin-right: 22px;
    padding: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
  }
.nav-item.nav-link.active {
    border-bottom: 3px solid #121212;
}
.nav-item.nav-link:hover {
    border-bottom: 3px solid #121212;
}
  .mbkp-bg.sticky-top {
    transition: .5s;
    z-index: 980;
  }
  .mbkp-bg .navbar-nav .nav-link:hover {
    color: #000000;
  }

  @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        background-color: #3498db;
        padding-bottom: 0;
    }
  
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item{
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        padding: 5px 10px;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item:hover{
        color: #000000;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item.active {
    background: #fff;
    color: #000000;
   }
  }
 .mm-btn{
    background: linear-gradient(45deg, #184b71, #85c1e9);
    border: none;
    border-radius: 20px !important;
    color: #FFFFFF;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
    margin-right: 10px;
    text-decoration: none;
  }
  .services-block-three .mm-btn{
   cursor: pointer;
    z-index: 999;
    position: relative;
  }
  /*--- btn ---*/
.mm-btn::before {
    background-color: rgb(28, 31, 30);
    transition: 0.3s ease-out;
  }
  .mm-btn:hover {
    color: rgb(28, 31, 30);
    transition: 0.2s 0.1s;
  }

  button.carousel-control-prev {
    background: #000;
    padding: 10px;
    width: 4%;
    border-radius: 100%;
    height: 10%;
    top: 50%;
    opacity: 0.5;
    left: 40px;
}
button.carousel-control-next{
    background: #000;
    padding: 10px;
    width: 4%;
    border-radius: 100%;
    height: 10%;
    top: 50%;
    opacity: 0.5;
    right: 40px;
}
.wlcm-card .card-header {
    background: #184b71;
}
.wlcm-card i.fa.fa-clipboard-list {
    color: #fff;
    align-items: center;
    font-size: 30px;
    padding-right: 10px;
}
.wlcm-card .card-header h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
/* news scroll */

.tickercontainer {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
  .mask {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  ul.newsticker {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul.newsticker li {
    height: 80px;
    padding: 0 10px 50px;
    overflow-wrap: break-word;
  }
  ul.newsticker li span {
    color: #bf2919;
    font-weight: bold;
    margin-right: 10px;
  }
  ul.newsticker li a {
    text-decoration: none;
    color: #000000;
  }
  ul.newsticker li a:hover {
    text-decoration: underline;
  }
.wlcm-card .wlcm-body {
  background-image: url('images/school.jpg');
      background-size: cover;
    background-position: center center;
}
.Welcome h2 {
    text-transform: uppercase;
    font-weight: 500;
    color: #184b71;
}
.wlcm-card i.fas.fa-user-graduate {
    color: #fff;
    align-items: center;
    font-size: 30px;
    padding-right: 10px;
}
.wlcm-card i.fas.fa-long-arrow-alt-right{
  padding-right: 10px;
  font-size: 20px;
}
img.prncpl-img-top {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 2px solid #184b71;
    padding: 5px;
}
.wlcm-card h5.card-title {
    font-weight: 700;
    text-align: center;
}
.card.wlcm-card {
    background: #f4f4f4;
  }
.section-facillities {
      background: #ffffff;
      padding: 60px 0;
      text-align: center;
}
/* section facilities */
.section-services {
	background: #ffffff;
    padding-top: 80px;
    padding-bottom: 100px;
}

.section-services .header-section {
	margin-bottom: 34px;
}
.header-section .title span {
    text-transform: uppercase;
    font-weight: 500;
    color: #bf2919;
}
.header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #184b71;
}

.header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #d02a2f;
    border-radius: 3px;
}

.header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #184b71;
    border-radius: 3px;
}

.section-about .title::before {
    left: 31px;
}
.section-about .title::after {
    left: 28px;
}
.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
		box-shadow: 0 0 10px #696969;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
    min-height: 381px;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #3498db;
    border: 6px solid #000;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #d02a2f;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #d02a2f;
}

.section-services .single-service .title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 23px;
    transition: color .3s;
    text-transform: uppercase;
    color: #184b71;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
  margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
    font-weight: 500;
    color: #757575;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 600;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ff4500;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}
.section-department {
    padding: 60px 0;
    text-align: center;
    background-color: #f6f2f2;
}
/* facilities end */

/* owl-craousel */
.owl-carousel .item {
      text-align: center;
}
  .owl-carousel img {
      width: 100%;
      height: auto;
      border-radius: 8px;
}
.section-department .card-title a:hover {
    color: #bf2919;
}
.section-department .card-title a{
  text-transform: uppercase;
    color: #000;
}
.section-department .card-footer {
    background: none;
    padding: 0;
}
.section-department .owl-item a.btn:hover {
    color: #ff3e3e;
}
.section-department button.owl-prev, .section-department button.owl-next{
width: 50px;
  border: 1px solid #c3c3c3 !important;
  border-radius: 50%  !important;
  height: 50px;
  font-size: 30px !important;
  background-color: #fff !important;
      color: #f40000 !important;
}
.section-department .owl-theme .owl-nav .disabled {
    opacity: .5;
    color: #333 !important;
}
.section-department .owl-theme .owl-nav {
      margin-top: 10px;
    right: 60px;
    position: absolute;
    top: -22%;
}
.section-department button.owl-prev, .section-department button.owl-next {
    width: 50px;
    border: 1px solid #c3c3c3 !important;
    border-radius: 27% !important;
    height: 50px;
    font-size: 30px !important;
}
.section-media{
   padding: 80px 0;
  text-align: center;
  background: #efefef;
}
.section-media .card-header {
    background: #184b71;
    padding: 10px 0;
}
.section-media .card-header h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-media .card-body {
    background: #6792a5;
}
.section-media  .card-footer {
   padding: 10px 0 20px 0;
    background: #6792a5;
    border-bottom: 4px solid #bf2919;
    border-top: 0;
}
section.footer-bg {
    background: #184b71;
    padding: 60px 0;
}
.widget-title h2 {
    text-transform: uppercase;
    color: #fff;
}
.widget-content .list-unstyled a {
    color: #fff;
}
.widget-content .list-unstyled li {
    padding-bottom: 5px;
        color: #fff;
}
.widget-content .list-unstyled a:hover {
    color: #bf2919;
}
.widget-content .list-unstyled li i {
    padding-right: 5px;
}
.footer-social .list-unstyled li {
    display: inline-block;
    margin-right: 25px;
}
.footer-copy p {
    color: #fff;
    margin-bottom: 0;
}
.mbkp-bg .navbar-toggler {
    background-color: #fff !important;
}
.brdr-btm {
    border-bottom-color: #818181 !important;
}
.update-news {
    font-weight: 700;
}
.section-about {
    padding: 40px 0;
}
/* Sidebar Wrapper (button + panel together) */
    .sidebar-wrapper {
      position: fixed;
      top: 22%;
      right: -303px; /* Hide sidebar, leave button visible */
      height: 100%;
      display: flex;
      align-items: flex-start;
      transition: right 0.3s ease;
      z-index: 1000;
    }

    /* Hover: show full sidebar */
    .sidebar-wrapper:hover {
      right: 0;
    }

    /* Sidebar Panel */
    .sidebar {
      width: 303px;
      height: 43%;
      background: #fff;
      box-shadow: -2px 0 10px rgba(0,0,0,0.2);
      overflow-y: auto;
      margin-top: 140px;
    }

    /* Vertical Button */
    .sidebar-tab {
      width: 50px;
      height: 298px;
      background: #1f4e79;
      color: #fff;
      writing-mode: vertical-rl;
      transform: rotate(0deg);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      cursor: pointer;
      border-radius: 0;
      margin-top: 40%;
      border: 1px solid #3498db;
    }

    /* Journal List */
    .journal-list {
      padding: 20px;
    }

    .journal {
      margin-bottom: 20px;
      border: 1px solid #ddd;
      overflow: hidden;
      padding: 10px 0;
    }

   .sidebar-tab h3 {
    text-transform: uppercase;
    font-size: 22px;
}

.heart {
  animation: heartbeat var(--animation-speed) infinite;
  user-select: none;
}
:root {
  --animation-speed: 3s;
  --animation-duration: 3ms;
}

/* Animation */
@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}


.ui-button {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 12px 20px;
  border: 1px solid aqua;
  background-color: white;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  z-index: 1;
  transition: all 800ms ease-in;
  margin-bottom: 0;
  display: inline-block;
  &:after{
    content: '';
    position: absolute;
    left: -200%;
    top: 0px;
    width: 400%;
    height: 100%;
    background: rgb(191, 47, 39);
    background: linear-gradient(45deg, rgb(133, 193, 233) 2%, rgb(24, 75, 113) 50%, rgb(133, 193, 233) 100%);
    z-index: -1;
    transition: all 800ms ease-in;
  }
  &:hover{
    color: #154199;
  }
  &:hover:after{
    left: 0%;
    top: 0px;
  }
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.notice-link.active {
    color: #000000 !important;
}
.nav-link.notice-link {
    color: #fff !important;
}


.fancy-card.card {
  width: 320px;
  background: #fafafa;
  border-radius: 16px;
  /* overflow: hidden; */
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 10px 15px;
  height: 325px;
  border-bottom: 4px solid #d02a2f;
}

  .fancy-card.card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    }

  .fancy-card.card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      cursor: pointer;
      border-radius: 7px 7px 0 0;
    }

  .fancy-card.card .card-content {
      padding: 20px;
    }

  .fancy-card.card .card-content h3 {
      margin: 0 0 10px;
      font-size: 1.25rem;
      color: #222;
      font-weight: 600;
    }

 /* .fancy-card.card .card-content p {
      margin: 0 0 18px;
      color: #555;
      font-size: 0.95rem;
      line-height: 1.5;
 } */

 .fancy-card.card .card-content a {
      display: inline-block;
      background: linear-gradient(135deg, #6a5af9, #c36bff);
      text-decoration: none;
      padding: 10px 30px;
      color: #fff;
      font-size: 0.95rem;
      border-radius: 25px;
      transition: background 0.3s ease;
    }

.fancy-card.card .card-content a:hover {
      background: linear-gradient(135deg, #5a4ae9, #a859e8);
    }
       /* Overlay */
    .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
    transition: opacity 0.3s ease;
    height: 220px;
    margin: 10px;
    border-radius: 7px 7px 0 0;
    }

   .fancy-card.card:hover .overlay {
      opacity: 1;
    }

    .overlay-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
      color: #333;
      box-shadow: 0 6px 16px rgba(0,0,0,0.25);
      transition: transform 0.3s ease;
    }

    .overlay-icon:hover {
      transform: scale(1.1);
    }

.fancy-card.card iframe {
    border-radius: 7px 7px 0 0;
}
.media-btn {
    position: absolute;
    left: 29%;
    margin-top: 12px;

  }
@media (max-width: 786px){
.carousel-item img {
    height: 170px !important;
}
button.carousel-control-next{
    background: none;
}
button.carousel-control-prev {
    background: none;
}
.section-department .owl-theme .owl-nav {
    right: 11px;
    top: -20%;
}
.footer-bg .widget {
    text-align: left;
}
.offcanvas-end.show {
    height: 45vh;
    width: 276px !important;
    right: 63px !important;
}
ul.newsticker li {
    height: 110px;
}
.section-services {
    padding-top: 50px;
    padding-bottom: 70px;
}
.fancy-card.card {
    margin-bottom: 30px;
}
.ui-button {
    font-size: 15px;
    margin-bottom: 10px;
}
.sidebar-tab {
    height: 320px;
    margin-top: 39%;
}
.sidebar-wrapper:hover {
    right: -2px;
}

.sidebar-wrapper {
    right: -302px;
}
.sidebar {
    margin-top: 137px;
}
.header-section .title
 {
    text-align: center;
}
.section-about .title::before {
    left: 50%;
}
.section-about .title::after {
    left: 50%;
}
.section-about {
    text-align: center;
}
.mm-sidebar{
   width: 335px !important;
}
.mynav.nav.nav-pills {
    text-align: left;
}
}
@media (max-width: 992px){
.sidebar-wrapper {
    top: 23%;
}
    .section-department .owl-theme .owl-nav {
        right: 11px;
        top: -28%;
    }
 }

 .news-card {
      max-width: 400px;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgb(0 0 0 / 11%);
      height: 473px;
      background-image: url('images/school.jpg');
      object-fit: cover;
      object-position: bottom center;
    }
    .news-header {
        background: #184b71;
    color: #fff;
    font-weight: 600;
    padding: .4rem 1rem;
    text-transform: uppercase;
    font-size: 28px;
    }
    .news-list {
      height: 390px; /* increase height here */
      overflow: hidden;
      position: relative;
      margin-top: 15px;
    }
    .news-list ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      animation: ticker 20s linear infinite;
    }
    .news-list li {
      padding: .75rem 1rem;
      /* border-bottom: 1px solid #f1f1f1;
      background: #fff; */
      display: flex;
      align-items: center;
      font-size: .9rem;
    }
  .notice-board{
    height: 333px;
  }
    
.news-list a {
    font-size: 16px;
    color: #ffffff;
}
.news-list a span {
    color: #5abdff;
    font-weight: 600;
}
.news-card .nav-link {
    color: #fff;
}
.news-card .bi-pin-angle-fill::before {
    color: #ff0008;
}


  /* Animation – items move upward one by one */
  @keyframes ticker {
    0%   { transform: translateY(50%); }
    100% { transform: translateY(-100%); }
  }

  /* Pause on hover */
  .news-list:hover ul {
    animation-play-state: paused;
  }

.mynav li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 8px 5px;
}
.mynav li a.active {
    background: rgb(255 255 255 / 83%);
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.mynav li a:hover {
    background: rgb(255 255 255 / 83%);
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.submenu-sectn {
    padding: 80px 0px 80px;
   
}
.mm-sidebar h5 {
    text-transform: uppercase;
    font-weight: 600;
    /* margin-bottom: 0; */
    background: #1f4e79;
    padding: 5px 5px 5px 8px;
}
.mm-sidebar{
   width: 260px;
   border-radius: 6px;
   position: -webkit-sticky;
	position: sticky;
	top: 0;
  box-shadow: 0px 5px 15px rgb(0 31 96 / 16%);
}  
.mynav li a.active i::before {
    color: #333;
}
.mynav li a.active i::before:hover {
    color: #333;
}