@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400..900;1,400..900&display=swap');

body {
  font-family: "Roboto", serif !important;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
  .navbar{
      padding-bottom: 0;
      padding-top: 0;
  }
.navbar-brand img {
    max-width: 314px;
  /*position: absolute;*/
  /*top: 0;*/
  /*z-index: 7;*/
  /*background: #fff;*/
  /*border-radius: 100px;*/
  /*padding: 5px;*/
}
.carousel-caption h1{
  color: #ff0000;
  background-color: #ffffffbe;
  width:fit-content;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 35px;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
}
.carousel-control-next,
.carousel-control-prev {
  width: 42px;
  height: 42px;
  top: 45%;
}

.inner_heading {
  text-align: center;
  margin-bottom: 30px;
}

.inner_heading:after {
  content: '';
  background-image: url(../img/inner_heading.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: 56px;
  width: 512px;
}

ul li,
ol li {
  margin: 10px;
}

.carousel-control-next {
  right: 4%;
}

.carousel-control-prev {
  left: 4%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-weight: 400;
  font-family: "Roboto", serif !important;
  transition: all 1s ease-out;
}

.navbar-expand-lg .navbar-nav li.nav-item.dropdown:last-child {
  background: inherit;
  background-size: inherit;
  background-position: inherit;
}

.navbar-expand-lg .navbar-nav li.nav-item:last-child {
  --border-size: 3px;
  --border-angle: 0turn;
  background-image: conic-gradient(from var(--border-angle), #213, #112 50%, #213), conic-gradient(from var(--border-angle), transparent 20%, #08f, #f03);
  background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: bg-spin 3s linear infinite;
  animation: bg-spin 3s linear infinite;
}

@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

.box:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

.navbar-expand-lg .navbar-nav li.nav-item:last-child .nav-link:hover {
  letter-spacing: 0;
}

.navbar-expand-lg .navbar-nav li.nav-item:last-child .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav li.nav-item.dropdown:last-child .nav-link:hover {
  letter-spacing: inherit;
}

.navbar-expand-lg .navbar-nav li.nav-item.dropdown:last-child .nav-link {
  color: inherit;

}

.dropdown-menu[data-bs-popper] {
  margin-top: 1rem;
  padding: 0;
}

.dropdown-item {
  padding: 5px;
    font-size: 14px;
}

a.dropdown-item:hover {
  background-color: #981e18;
  color: #fff !important;
}

.dropdown-toggle::after {
  background-image: url(../img/menu-drop.png);
  border: 0;
  width: 11px;
  height: 11px;
  vertical-align: baseline;
}

.first-section img {
  padding: 15px;
  border-radius: 100px;
}

.bg1 {
  background-color: #de7800;
}

.bg2 {
  background-color: #ee3d35;
}

.bg3 {
  background-color: #9cc93b;
}

.bg4 {
  background-color: #59a9ca;
}

.bg5 {
  background-color: #8572dd;
}

.bg6 {
  background-color: #ef3890;
}

.bg7 {
  background-color: #0000a8;
}

.bg8 {
  background-color: #101010;
}

.bg9 {
  background-color: #000;
}

.first-section h4 {
  font-size: 16px;
  position: relative;
}

.third-section a img.arrow {
  width: 25px;
}

.first-section h4::after {
  content: "";
  position: absolute;
  right: 0;
  height: 24px;
}

.first-section {
  margin-top: -20px;
  position: relative;
}

.first-section h4.after1::after {
  border: 1px solid #de7800;
}

.first-section h4.after2::after {
  border: 1px solid #ee3d35;
}

.first-section h4.after3::after {
  border: 1px solid #9cc93b;
}

.first-section h4.after4::after {
  border: 1px solid #59a9ca;
}

.first-section h4.after5::after {
  border: 1px solid #8572dd;
}

.first-section h4.after6::after {
  border: 1px solid #ef3890;
}

.first-section h4.after7::after {
  border: 1px solid #59a9ca;
}

.about {
  position: relative;
}

.about .about_img {
  margin-left: -160px;
}

.toppers img {
  border-radius: 50px 50px 0 0;
}

.about_content {
  position: absolute;
  right: 0;
  left: 759px;
  height: 480px;
  color: #fff;
  padding: 30px 45px;
}

.bg_section {
  background-color: #0000a8;
}

.radius-100 {
  border-radius: 100px;
}

.btn-danger {
  background-color: #e3401d;
  font-size: 16px;
}

.btn-danger:hover {
  background-color: #c93918;
}

.second-section h1 {
  color: #1c3261;
}

.second-section h2 {
  color: #000000;
  font-size: 25px;
}

.second-section h3 a {
  text-decoration: none;
  color: #1c3261;
  font-size: 18px;
}

.second-section p {
  color: #000000;
}

.news-scroll {
  height: 395px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
}

.news-scroll::-webkit-scrollbar {
  width: 15px;
  /* Mostly for vertical scrollbars */
}

.news-scroll::-webkit-scrollbar-thumb {
  /* Foreground */
  background: #A0A0A0;
}

.news-scroll::-webkit-scrollbar-track {
  /* Background */
  background: #D9D9D9;
}

.second-section h4 {
  color: #ffffff;
  font-size: 25px;
}

.second-section h5 a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}

.height538 {
  height: 508px;
}

.mtmb-95 {
  margin: 60px 0;
}

.facilities .owl-carousel.birthday .owl-nav button.owl-prev,
.facilities .owl-carousel.birthday .owl-nav button.owl-next {color: #000;}
.owl-carousel .owl-item .testi img{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 5px dashed #e3401d;
  margin-bottom: 15px;
}
.testi p{text-align: justify;}
.third-section a {
  font-size: 16px;
  color: #0000a8;
  transition: all 0.5s ease-out;
}

a img.arrow {
  margin-top: -10px;
}

.third-section p {
  font-size: 15px;
  font-weight: 300;
}

.principal h1 {
  color: #000;
  text-transform: uppercase;
}

.principal h2 {
  color: #1c3261;
  font-size: 20px;
}

.btn {
  padding: 8px 30px;
}

.btn-primary {
  background-color: #1c3261;
  border-color: #1c3261;
  font-size: 15px;
}

.facilities h3 {
  font-size: 21px;
  color: #1c3261;
}

.section_text p {
  text-align: center;
}

.bg-white-transprent {
  background-color: #ffffffba;
}

.facilities .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.principal .owl-nav,
.facilities .owl-nav {
  position: absolute;
  right: 10px;
  top: -85px;
}

.facilities .owl-carousel .owl-nav button.owl-prev,
.principal .owl-carousel .owl-nav button.owl-prev {
  margin-right: 15px;
}
.facilities.testimonail .owl-carousel .owl-nav button.owl-prev,
.facilities.testimonail .owl-carousel .owl-nav button.owl-next {
  color: #981e18;
}

.facilities .owl-carousel .owl-nav button.owl-prev,
.facilities .owl-carousel .owl-nav button.owl-next {
  font-size: 36px;
  color: #fff;
}

.principal .owl-carousel .owl-nav button.owl-prev,
.principal .owl-carousel .owl-nav button.owl-next {
  color: #000;
  font-size: 36px;
}

.slide .carousel-control-next,
.slide .carousel-control-prev {
  background-color: #0000a8;
  border-radius: 100px;
  padding: 10px;
}

.facilities hr {
  color: #fff;
  background-color: #fff;
}
marquee{
  text-transform: uppercase;
  font-weight: 400;
}
.footer h1 {
  text-transform: uppercase;
}

.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin: 8px 0;
}

.footer ul li:first-child {
  margin-top: 0;
}

.footer ul li:last-child {
  margin-bottom: 0;
}

.footer ul li a,
.footer p,
.copyright p {
  color: #ddd;
  font-size: 15px;
  font-family: "Roboto", serif !important;
  font-weight: 300;
}

.copyright p, .copyright a {
  color: #fff;
  font-weight: 400;
}

.hover {
  transition: all 1000ms ease;
}
.admission input.form-control, .admission select.form-control{
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 0;
}
.admission{
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0px rgba(0,0,168,1);
}
.h-70{height: 60px;}
.h-70 h3 {
  margin-bottom: 0;
  font-size: 18px;}
.banner img{
box-shadow: 1px 1px 6px 0px rgb(81, 81, 163);}

.navbar-brand.right-logo{
  right: 135px;
  left: inherit;
  position: relative;
  top: -33px;
}
.admission label{
  font-size: 14px;
}
.w-400{width: 350px;}
.w-260{width: 260px;}
.w-450{width: 450px;}
.w-600{width: 650px;}
.admission .form-check-label{font-size: 13px;}
.admission .form-control:focus {
  box-shadow: none;
}
.first-section .box_hover:hover .hover {
  transform: rotate(50deg);
  transition: all 1000ms ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#btn-back-to-top {
  position: fixed;
  bottom: 69px;
  right: 20px;
  display: none;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 5px 10px;
  line-height: 0;
}

a:hover,
.btn:hover {
  transition: all 1s;
  letter-spacing: 0.5px;
}

a:hover {
  color: #e3401d !important;
}

a,
.btn {
  transition: all 1s ease-out;
}

.gallery_name a {
  color: #ffffff;
  font-size: 18px;
}

.photo-gallery {
  position: relative;
}

.photo-gallery .overlay {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  display: none;
  height: 50px;
  width: 50px;
  align-self: center;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  padding: 5px;
}

.popup.photo-gallery .overlay {
  bottom: 0px;
}

.btn:hover {
  color: #fff !important;
}

.photo-gallery p a {
  font-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 65px;
  color: #fff;
  display: none;
  z-index: 333;
  text-align: center;
}

.photo-gallery p a img {
  border-radius: 100px;
}

.photo-gallery:hover .overlay,
.photo-gallery:hover p a {
  display: block;
}

.first-section.owl-carousel .owl-item img {
  width: inherit;
}

.padlr-40 {
  padding: 0 40px;
}

.padr-40 {
  padding-right: 40px;
}

.padr-80 {
  padding-right: 20px;
}

.padl-80 {
  padding-left: 80px;
}

.padlr-80 {
  padding: 0 70px;
}

.padl-40 {
  padding-left: 40px;
}

.padr-45 {
  padding-right: 45px;
}

.table {
  color: #000;
}