@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
/*font-family: 'Poppins', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&amp;display=swap");
/*font-family: 'Roboto Slab', serif;*/
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

input:focus {
  border: none;
}

/*Header Start*/
.header {
  width: 100%;
  background: #003871;
  text-align: center;
  padding: 10px 0;
}

.header h1 {
  font-family: 'canterburyregular';
  color: #f2f4a2;
  font-size: 50px;
}

.header p {
  color: #f2f4a2;
  font: 400 16px 'Poppins', sans-serif;
}

.header .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
}

.header .logo img {
  max-width: 100%;
}

.header .logo a {
  margin: 10px 0;
  display: inline-block;
}

.header a.link {
  background: #f2f4a2;
  width: 100%;
  text-align: center;
  color: #003871;
  font: 400 14px 'Poppins', sans-serif;
  padding: 10px 0;
  display: inline-block;
  margin: 20px 0 0;
  -webkit-animation: blinker 1s infinite;
          animation: blinker 1s infinite;
}

.notice_header a.link 
{
  background: #cce8f7;
  width: 100%;
  text-align: center;
  color: #003871;
  font-weight: bold;
  font: 400 14px 'Poppins', sans-serif;
  padding: 10px 0;
  display: inline-block;
  margin: 20px 0 0;
  -webkit-animation: blinker 1s infinite;
          animation: blinker 1s infinite;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header a.link:hover {
  text-decoration: none;
}

.header .header-img {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.header .header-img img {
  max-width: 100%;
}

.header ul.header-contact {
  float: right;
  padding-top: 13px;
  display: inline-block;
}

.header ul.header-contact li {
  color: #fff;
  font: 400 14px/35px 'Poppins', sans-serif;
  text-align: right;
}

.header ul.header-contact li i {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.rht-logo {
  width: 100%;
  text-align: center;
  margin-top: 22px;
}

.rht-logo img {
  max-height: 96px;
  display: inline-block;
}

/*Navbar Start*/
.Nav.fix {
  background: #cce8f7;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.Nav.fix .navbar-brand img {
  max-width: 60px;
}

.Nav.fix .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.Nav {
  width: 100%;
  border-bottom: 1px solid #55b4e6;
  background: #cce8f7;
}

.Nav ul {
  width: 105%;
  text-align: left;
}

.Nav ul li {
  display: inline-block;
  padding: 0 9px;
  margin: 15px 0;
  line-height: 10px;
}

.Nav ul li a {
  color: #32322e;
  font: 400 14px 'Poppins', sans-serif;
}

.Nav ul li a:hover {
  color: #55b4e6;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
}

.Nav ul li:last-child {
  float: right;
}

.Nav ul li:last-child a {
  color: #003871;
}

/*Banner Start*/
.banner {
  width: 100%;
}

.banner .carousel {
  width: 100%;
  height: 570px;
  overflow: hidden;
}

.banner .carousel img {
  height: 100%;
}

.banner .notice-board {
  background: #3c5965;
  padding: 46px;
  display: inline-block;
  vertical-align: middle;
  height: 570px;
}

.banner .notice-board h1 {
  text-align: center;
  color: #fff;
  font: 400 30px 'Roboto Slab', serif;
  background: url(../images/line.jpg) no-repeat center bottom;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.banner .notice-board .card {
  background: none;
  border-radius: 0;
  border: none;
}

.banner .notice-board .card .card-body {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner .notice-board .card .card-body ul {
  height: 323px !important;
}

.banner .notice-board .card .card-body ul li {
  padding: 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.banner .notice-board .card .card-body ul li p {
  color: #fff;
  font: 400 14px 'Poppins', sans-serif;
  margin: 0;
}

.banner .notice-board .card .card-body ul li p a {
  color: #fff;
}

.banner .notice-board .card .card-footer {
  background: none;
  border: none;
  margin-top: 10px;
}

.banner .notice-board .card .card-footer .pagination i {
  color: #55b4e6;
}

/*mission Start*/
.hm-mission {
  width: 100%;
  padding: 60px 0;
}

.hm-mission h2 {
  color: #32322e;
  font: 400 30px 'Roboto Slab', serif;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.hm-mission h2::after {
  position: absolute;
  width: 69px;
  height: 2px;
  background: #55b4e6;
  content: "";
  bottom: 0;
  left: 0;
}

.hm-mission p {
  color: #32322e;
  font: 400 14px/26px 'Poppins', sans-serif;
}

.hm-mission .img-hldr {
  width: 100%;
}

.hm-mission .img-hldr img {
  max-width: 100%;
}

/*Blue Strat*/
.blue {
  background: url(../images/blue-bg.jpg) no-repeat center fixed;
  background-size: cover !important;
  padding: 45px 0;
  text-align: center;
}

.blue h2 {
  color: #fff;
  font: 400 30px 'Roboto Slab', serif;
  background: url(../images/line.jpg) no-repeat center bottom;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.blue p {
  color: #fff;
  font: 400 14px/25px 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.blue h4 {
  color: #fff;
  font: 400 20px 'Poppins', sans-serif;
  margin: 0;
}

.blue a {
  width: 150px;
  height: 53px;
  background: #fff;
  font: 400 16px/53px 'Poppins', sans-serif;
  display: inline-block;
  color: #55b4e6;
  text-align: center;
  margin-top: 20px;
}

.blue a:hover {
  text-decoration: none;
}

/*Hm History Srart*/
.hm-history {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  background: #cce8f7;
}

.hm-history .img-hldr {
  width: 347px;
  display: inline-block;
}

.hm-history .img-hldr img {
  max-width: 100%;
}

.hm-history .txt {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
  padding-left: 50px;
}

.hm-history .txt h2 {
  color: #55b4e6;
  font: 400 30px 'Roboto Slab', serif;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.hm-history .txt h2::after {
  position: absolute;
  width: 69px;
  height: 2px;
  background: #55b4e6;
  content: "";
  bottom: 0;
  left: 0;
}

.hm-history .txt p {
  color: #787878;
  font: 400 14px/25px 'Poppins', sans-serif;
}

.hm-history .txt a {
  width: 150px;
  height: 53px;
  background: #55b4e6;
  font: 400 16px/53px 'Poppins', sans-serif;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.hm-history .txt a:hover {
  text-decoration: none;
}

.teachres {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}

.teachres li .hldr {
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.teachres li .hldr .img-hldr {
  width: 100%;
  height: 292px;
  overflow: hidden;
}

.teachres li .hldr .img-hldr img {
  width: 100%;
}

.teachres li .hldr .txt {
  padding: 20px;
  text-align: center;
  height: 210px;
}

.teachres li .hldr .txt h2 {
  color: #55b4e6;
  font: 400 30px 'Roboto Slab', serif;
}

.teachres li .hldr .txt h3 {
  color: #000000;
  font: 400 16px/25px 'Poppins', sans-serif;
}

.teachres li .hldr .txt p {
  color: #787878;
  font: 400 14px/25px 'Poppins', sans-serif;
}

/*Teachers Desk Start*/
.teachers-desk {
  width: 100%;
}

.teachers-desk li {
  width: 100%;
  background: #cce8f7;
  padding: 55px 0;
  clear: both;
}

.teachers-desk li:nth-child(even) {
  background: #fff;
}

.teachers-desk li:nth-child(even) .img-hldr {
  float: right;
  margin: 0 30px 0 30px;
}

.teachers-desk li:nth-child(even) .txt {
  padding-left: 0;
  padding-right: 30px;
}

.teachers-desk li .img-hldr {
  float: left;
  width: 47%;
  margin: 0 30px 10px 0;
}

.teachers-desk li .img-hldr img {
  max-width: 100%;
}

.teachers-desk li h2 {
  color: #55b4e6;
  font: 400 30px 'Roboto Slab', serif;
  margin: 10px 0 0;
}

.teachers-desk li h3 {
  color: #525252;
  font: 400 16px 'Poppins', sans-serif;
}

/*ftr-newsletter Start*/
.ftr-newsletter {
  width: 100%;
  background: url(../images/ftr-top-bg.jpg) no-repeat center fixed;
  background-size: cover !important;
  padding: 60px 0;
  text-align: center;
}

.ftr-newsletter h5 {
  display: inline-block;
  color: #fff;
  font: 400 30px/45px 'Roboto Slab', serif;
  vertical-align: middle;
  margin: 0 32px 0 0;
}

.ftr-newsletter h5 i {
  font-size: 51px;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
}

.ftr-newsletter .newsletter {
  width: 378px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  border-radius: 3px;
  border: 2px solid #fff;
  height: 57px;
}

.ftr-newsletter .newsletter input[type="email"] {
  width: 70%;
  border: none;
  height: 53px;
  padding: 0 15px;
  color: #000;
  font: 400 14px 'Poppins', sans-serif;
}

.ftr-newsletter .newsletter input[type="email"]:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.ftr-newsletter .newsletter input[type="submit"] {
  float: right;
  width: 30%;
  color: #fff;
  background: #55b4e6;
  border: none;
  font: 400 16px/51px 'Poppins', sans-serif;
  text-transform: uppercase;
}

/*Footer Start*/
.footer {
  background: #272c33;
  padding: 30px 0;
  text-align: left;
}

.footer .footer-logo {
  display: inline-block;
  width: 34%;
  vertical-align: top;
  padding-right: 30px;
}

.footer .footer-logo img {
  max-width: 80%;
  margin-bottom: 25px;
}

.footer .footer-logo p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.footer h6 {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 25px;
}

.footer .footer-link {
  width: 100%;
  padding-right: 30px;
  display: inline-block;
  vertical-align: top;
}

.footer .footer-link li {
  width: 32.6%;
  display: inline-block;
}

.footer .footer-link li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 33px;
}

.footer .footer-contact {
  width: 100%;
  padding-right: 30px;
  display: inline-block;
  vertical-align: top;
}

.footer .footer-contact li {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

.footer .footer-contact li i {
  width: 22px;
  color: #fff;
}

.footer .footer-map {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.footer .footer-map iframe {
  width: 100%;
  height: 170px;
}

.footer-bottom {
  background: #000;
  text-align: center;
  padding: 15px 0;
}

.footer-bottom p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/*-----------------------Home page end-----------------------*/
.gallery {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.gallery h1 {
  display: inline-block;
  color: #55b4e6;
  font: 400 30px "Roboto Slab", serif;
  background: url(../images/line1.jpg) no-repeat center bottom;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.gallery .card {
  border: none;
  margin-bottom: 30px;
}

.gallery .card .card-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.gallery .card .card-image a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery .card .card-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
}

/*Gallery Page end*/
.history {
  width: 100%;
  padding: 50px 0;
}

.history h1 {
  display: inline-block;
  color: #55b4e6;
  font: 400 30px "Roboto Slab", serif;
  background: url(../images/line1.jpg) no-repeat center bottom;
  padding-bottom: 12px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.history .img-hldr {
  float: left;
  width: 340px;
  margin: 0 30px 30px;
}

.history .img-hldr img {
  max-width: 100%;
}

.history h2 {
  font: 400 30px "Roboto Slab", serif;
  color: #272c33;
  margin-bottom: 20px;
}

.history p {
  color: #32322e;
  font: 400 14px/26px 'Poppins', sans-serif;
}

/*----------Our History end----------*/
.admission-form {
  width: 100%;
  padding: 60px 0;
}

.print-btn {
  text-align: center;
}

.print-btn input[type="button"] {
  width: 150px;
  height: 53px;
  background: #55b4e6;
  font: 400 16px/53px "Poppins", sans-serif;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  border: none;
}

.contact {
  width: 100%;
  padding: 60px 0;
  text-align: center;
}

.contact h1 {
  display: inline-block;
  color: #55b4e6;
  font: 400 30px "Roboto Slab", serif;
  background: url(../images/line1.jpg) no-repeat center bottom;
  padding-bottom: 12px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.contact p {
  color: #32322e;
  font: 400 14px/26px 'Poppins', sans-serif;
}

.contact p a {
  color: #32322e;
}

.contact h2 {
  color: #32322e;
  font: 400 30px 'Roboto Slab', serif;
}

.contact h3 {
  color: #32322e;
  font: 400 20px 'Roboto Slab', serif;
}

.contact hr {
  margin: 30px 0;
}

.back {
  background: #55b4e6;
  font: 400 16px "Poppins", sans-serif;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 7px 15px;
}

.back:hover {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.departments {
  width: 100%;
  padding: 60px 0;
  text-align: center;
}

.departments h1 {
  display: inline-block;
  color: #55b4e6;
  font: 400 30px "Roboto Slab", serif;
  background: url(../images/line1.jpg) no-repeat center bottom;
  padding-bottom: 12px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.departments table {
  width: 700px;
  margin: 0 auto;
}

.departments table th {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 15px;
  background: #55b4e6;
  border-collapse: collapse;
  font: 400 20px "Roboto Slab", serif;
}

.departments table td {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-collapse: collapse;
  padding: 15px;
  font: 400 14px 'Poppins', sans-serif;
}

.departments table tr:nth-child(odd) {
  background: #cce8f7;
}

.info {
  width: 814px;
  float: none;
  margin: 0 auto;
  text-align: right;
}

.info button {
  display: inline-block;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  line-height: 30px;
  background-color: #55b4e6;
  border: none;
  margin-bottom: 25px;
}

.info button:hover {
  background-color: #003871;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal-dialog {
  margin-top: 15%;
}

.modal-dialog p {
  text-align: center;
  color: #32322e;
  font: 400 14px/26px 'Poppins', sans-serif;
}
/*# sourceMappingURL=style.css.map */

/* Initial hidden state */
.extra-buttons {
  display: flex;
  position: absolute;
  top: 175px;
  margin-left: -21px;
  left: 30px;
  flex-direction: row;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1000;
}

/* Visible on hover for desktop */
.link-container:hover .extra-buttons {
  opacity: 1;
  visibility: visible;
}

/* Button styling */
.extra-buttons a {
  display: block;
  background-color: #f2f4a2;
  color: #003871;
  text-decoration: none;
  font-weight: bold;
  font-size: 11.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.2s;
  padding: 6px;
}

/* Hover effect */
.extra-buttons a:hover {
  background-color: #f5f68a;
}
/* Hover button on admission open for small screen */
@media (max-width: 767px) {
  .extra-buttons {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .extra-buttons a {
    flex: 1 1 50%; /* 👈 Take half width */
    text-align: center;
  }

  .link-container:hover .extra-buttons {
    opacity: 1;
    visibility: visible;
  }
}
