@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
  font-family: "source-sans";
  src: url(../font/SourceSansPro-Regular.otf);
}
@font-face {
  font-family: "rubik";
  src: url(../font/static/Rubik-Regular.ttf);
}
* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none !important;
  color: unset !important;
}
.top-bar {
  background: #157aa9;
}
.learn {
  font-size: 1rem;
  font-weight: 600;
  background: #fff;
  width: fit-content;
  padding: 11px 11px 11px 40px;
  border-radius: 0 20px 20px 0;
  color: #157aa9;
  font-family: "rubik";
}
.im-link {
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  border-right: 1px solid #000000;
  font-family: "source-sans";
}
.im-link a{
	color: #ffff00 !important;
}
span.b {
  color: #e82e2e;
}
#heading {
  background-color: #04055c;
}
.navigation {
  background: #04055c;
}
.content {
  font-family: "rubik";
}
.logo h1 {
  font-family: "Nunito", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.logo h3 {
  font-size: 1rem;
  color: #03feff;
  font-weight: 500;
  margin: 0;
}
.logo p {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
input[type="search"] {
  border: none;
  padding: 10px 28px 10px 49px;
  border-radius: 26px;
  content: "";
}
.logo-search {
  gap: 0 477px;
  padding: 18px 0 0 0;
}
.bg-body-tertiary {
  background: #04055c !important;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
  padding-left: 30px;
  font-family: "source-sans";
}
.nav-link {
  padding: 9px !important;
  font-size: 1.125rem;
  font-weight: 500;
}
.nav-link:active {
  background: #fff;
  color: #095375 !important;
  border-radius: 6px;
}
.dropdown-toggle::after {
  margin: 0.125rem !important;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown .dropdown-menu li a:hover{
	background-color: #e6f0fa;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropend:hover > .dropdown-menu {
  display: block;
  margin-left: 100%;
  top: 0;
}
.dropend .dropdown-toggle {
  margin-left: 0.5em;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  border: 1px solid #fff;
}
@media screen and (max-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 2.2em;
    left: 0;
    margin-left: 2%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
/*.carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    359deg,
    rgba(0, 0, 0, 0.74) 29.34%,
    rgba(0, 0, 0, 0) 99.31%
  );
  background-size: cover;
  background-repeat: no-repeat;
}*/
.banner{
	width: 100%;
	float: left;
	padding: 30px;
}
.notice-section {
  background: #f8f8ff;
  margin: 30px 0;
}
.notice-section-inner h1,
.events-section h1,
.galleryinner h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0f0e0e;
  font-family: "source-sans";
}
span.all-nt {
  font-size: 1.125rem;
  color: #095375;
  border-left: 2px solid #095375;
  padding: 0 0 0 6px;
}
.notices {
  gap: 0 25px;
  justify-content: center;
  /* flex-wrap: wrap; */
  padding: 29px 0 0 0;
}
.notice-section-inner {
  padding: 50px 0;
}
.notice-container {
  /* width: 431px;
    height: 532px; */
  background: #fff;
  border-radius: 16px;
  padding: 31px 23px;
}
.notice-container h1 {
  font-size: 1.25rem;
  color: #333;
  font-weight: 600;
  text-align: center;
  padding: 0 0 26px 0 !important;
}
.notice {
  flex-direction: column;
  gap: 25px;
}
.notice-date-text {
  align-items: flex-start;
  gap: 0 12px;
}
.n-date p {
  color: #fff;
  background: #095375;
  border-radius: 10px;
  padding: 10px 5px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  font-family: "source-sans";
}
.n-text {
  font-family: "rubik";
}
.n-text h2 {
  font-size: 1.25rem;
  color: #047eff;
  font-weight: 500;
}
.n-text h4,
p {
  font-size: 0.938rem;
  color: #333;
  font-weight: 300;
  line-height: 21.3px;
  padding: 6px 0;
}
.n-text p {
  color: #8e8e8e;
  line-height: normal;
  padding: unset;
}
.princple-desk-section {
  background: #095375;
  width: auto;
  font-family: "source-sans";
  padding: 30px 0;
}
.principle-told {
  padding: 0 30px;
}
.principle-told h1 {
  font-size: 2.125rem;
  font-weight: 600;
  color: #fff;
}
.principle-told p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 28.4px;
  padding: 12px 0 25px 0;
  color: #fff;
  text-align: justify;
}
input[type="button"] {
  padding: 10px 30px;
  border-radius: 30px;
  border: unset;
  font-size: 1.25rem;
  font-weight: 600;
  color: #095375;
}
.about-us {
  /* width: -webkit-fill-available; */
  /* width: -moz-available; */
  width: 100%;
  height: 460px;
  background: #78bcdb;
  padding: 41px;
  margin: 0 15px 0 0;
  border-radius: 16px;
}
.about-us h1 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
  text-align: center;
}
/* .principle-desk{
    display: contents;
} */
.events {
  margin: 60px 0;
}
.events-inner {
  gap: 0 30px;
  padding: 33px 0;
  font-family: "rubik";
}
.event {
  /* width: 443px; */
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 40px 0px #d3e6f8;
  border-radius: 16px;
}
.event img {
  border-radius: 16px 16px 0 0;
}
.event h1 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  padding: 21px 24px 0 24px !important;
}
.event p {
  font-size: 0.938rem;
  font-weight: 300;
  line-height: 21.3px;
  padding: 21px 29px 20px 24px;
}
.date-read-more {
  padding: 0 24px 41px;
  /* gap: 0 146px; */
}
.date h3,
.read-more p {
  color: #8e8e8e;
  font-size: 0.838rem;
  font-weight: 300;
}
/* .read-more {
  gap: 0 15px;
} */
.read-more p {
  color: #003466;
  padding: 0;
}
.gallery-img {
  position: relative;
  cursor: pointer;
  width: fit-content;
}
.col-lg-4 {
  width: fit-content !important;
  padding: 0;
}
.image-img {
  display: block;
  border-radius: 16px;
}
.img-overlay {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  /* width: 448px; */
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.63);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}
.img-overlay:hover {
  opacity: 1;
}
.image-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.img-overlay > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}
.img-overlay:hover > * {
  transform: translateY(0);
}
.gallery-images {
  gap: 0 30px;
  overflow: hidden;
}
.principle-desk-about {
  gap: 0 64px;
  flex-direction: row-reverse;
}
.principle-desk {
  flex-direction: row-reverse;
}
.carousel-item.gallery-bg::before {
  background: #ffff;
}
.our-gallery {
  padding: 32px 15px;
  font-family: "source-sans";
}
.footer {
  background: #1c1818;
  color: #fff;
  padding: 30px 0;
}
.footer-inner {
  gap: 0 34px;
  padding: 28px 0;
  align-items: baseline;
}
.mission {
  width: 32%;
}
ul > li,
ul {
  list-style: none;
}
.useful-link-inner {
  display: flex;
  gap: 0 26px;
  padding: 9px 0;
  font-family: "rubik";
  color: #bfc2c3;
}
.mission-inner h1,
.useful-link h1,
.contacts h1,
.vission h1 {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "source-sans";
}
.mission-inner p,
.vission p {
  font-size: 1rem;
  font-weight: 400;
  color: #bfc2c3;
  padding: 9px 0;
  font-family: "rubik";
}
.vission {
  width: 16%;
  font-family: "rubik";
}
ul.links {
  width: 45%;
  padding: 0;
}
/* .useful-link ul {
  padding: 0;
} */
ul.contact {
  padding: 9px 0;
  color: #bfc2c3;
}
dl,
ol,
ul {
  margin: 0;
}
/* ul > li a {
  display: flex;
  align-items: baseline;
  gap: 0 7px;
} */
.imp-links ul {
  margin: 0;
  padding: 0;
  column-count: 2;
  font: 400 14px/22px;
}
.imp-links ul li a,
ul.contact li a {
  padding: 4px 0 4px 10px;
  display: block;
  position: relative;
}
.map iframe {
  width: -webkit-fill-available;
  width: -moz-available;
}
.copy-right-section {
  background: #04055c;
}
.cop-right-inner {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  font-family: "source-sans";
}

section tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}

.serviceBox {
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 15px;
  padding: 25px;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  background-color: #4bacc6;
}
.serviceBox:hover {
  transform: scale(1.05, 1.05);
}
.serviceBox .service-icon img {
  width: 140px;
  height: 140px;
  line-height: 70px;
  border-radius: 10px;
  border: 5px solid #d3ae36;
  font-size: 42px;
  color: #d3ae36;
  margin: 0 auto 30px;
  position: relative;
  transition: all 0.2s ease-out 0s;
}
/* .serviceBox .service-icon img{
vertical-align: middle;
} */
.serviceBox:hover .service-icon {
  border-color: #a88500;
}
.serviceBox .service-icon i {
  transform: rotate(0);
  transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .service-icon i {
  transform: rotate(360deg);
  color: #a88500;
}
.serviceBox .title {
  font-size: 12px;
  font-weight: bold;
  /* color: #4a4a4a; */
  color: #ffffff;
  line-height: 30px;
  margin: 0 0 25px 0;
  position: relative;
}
.serviceBox .title:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #f1f1f1;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  transition: all 0.2s ease-out 0s;
}
.serviceBox:hover .title:after {
  width: 100%;
}
.serviceBox .description {
  font-size: 12px;
  color: #7a7a7a;
  line-height: 24px;
  margin-bottom: 20px;
}
.serviceBox .read-more {
  display: inline-block;
  padding: 8px 22px;
  /* background: #d3ae36; */
  background: #cbf3ff;
  font-size: 14px;
  font-weight: 500;
  /* color: #fff; */
  color: #000;
  text-transform: capitalize;
  border-radius: 40px;
  transform: scale(1);
  transition: all 0.2s ease-out 0s;
}
.serviceBox .read-more:hover {
  transform: scale(1.1, 1.1);
}
.serviceBox:hover .read-more {
  background: #a88500;
}
@media only screen and (max-width: 990px) {
  .serviceBox {
    margin-bottom: 40px;
  }
}
.slider {
  margin-bottom: 10px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  color: #fff;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 50px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}
input.s-button,
input.a-button,
input.l-button,
input.sc-button {
  font-size: 0.938rem;
  font-weight: 500;
  border: 1px solid #06b2d3;
  padding: 8px 15px;
  border-radius: 9px;
  background: transparent;
  font-family: "source-sans";
  line-height: unset;
  position: absolute;
  bottom: 10px;
  left: 19px;
}
input.a-button {
  border: 1px solid #3005a9;
}
input.l-button {
  border: 1px solid #03aad6;
}
input.sc-button {
  border: 1px solid #f3ab00;
}
.breadcrumb>li+li:before {
    color: #ffffff !important;
}