@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.css");
@import url("../fontawesome-pro/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.8.3/css/mdb.min.css");
@import url("../css/compiled-4.8.3.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Carter+One|Passion+One:400,700,900|Racing+Sans+One|Shrikhand|Sigmar+One&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

body 
{
  font: normal 1.15rem/1.5 "Open Sans", Arial, Helvetica, sans-serif;
  color: #757575;
}

p
{
  color: black;
}
#topNav div div div ul li a:hover{
  color: #e1e997 !important;


}
.h1{
  font-family: Arial, Helvetica, sans-serif;
}

.carterOne {
  font-family: "Carter One", cursive;
  font-size: 3rem;
}

.passionOne {
  font-family: "Passion One", cursive;
  font-size: 3rem;
}

.racingSansOne {
  font-family: "Racing Sans One", cursive;
  font-size: 4rem;
  line-height: 4rem;
}

.sigmarOne {
  font-family: "Sigmar One", cursive;
  font-size: 3rem;
}

.navbar {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  background: #063B78;
}

.navbar .navbar-brand {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.navbar .navbar-brand img {
  height: auto !important;
}

.nav-item a {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 0.85rem !important;
  font-weight: 300;
}

.nav-item ul li a {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 0.85rem !important;
}


@media (max-width: 360px)
{
  .carousel-caption
  {
    top: 5px;
  }
} 

@media (max-width: 360px)
{
  .carousel-caption h5
  {
    visibility: hidden;
  }
}

@media (max-width: 360px)
{
  .carousel-caption a
  {
    visibility: hidden
  }
}

@media (max-width: 640px)
{
  .carousel-caption
  {
    top: 5px;
  }
} 

@media (max-width: 640px)
{
  .carousel-caption h5
  {
    visibility: hidden;
  }
}

@media (max-width: 640px)
{
  .carousel-caption a
  {
    visibility: hidden
  }
}

@media (max-width: 650px)
{
  .carousel-caption
  {
    padding-top: 4%;
  }
} 

@media (max-width: 768px)
{
  .carousel-caption
  {
    padding-top: 10%;
  }
} 

@media (max-width: 1024px)
{
  .carousel-caption
  {
    top: 0;
  }
} 

.carousel-caption h5
{
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
}

.carousel-caption a
{
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #063B78;
}
.carousel-caption a:hover{
  color: white;
  background: #090825;
}

#quickLinks a:hover{
  color: #e1e997 !important;
}
@media (max-width: 700px)
{
  #schoolName
  {
    font-size: 16px;
  }
}

h4
{
  color: black;
}

@media (max-width: 992px) 
{
  .carousel-caption h5 
  {
    font-size: 28px;
    line-height: 36px;
  }
  .carousel-caption p 
  {
    font-size: 18px;
    line-height: 24px;
  }
}

ol
{
  color: black;
}

li
{
  color: black;
}

.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item {
  height: 100%;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

hr.hr {
  border-bottom: 4px solid #d50000;
  width: 60px;
  border-top: 0 !important;
}

.jarallax {
  min-height: 400px;
}

.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.view img,
.view video {
  position: relative;
  display: block;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-rounded {
  border-radius: 10em;
}

footer.page-footer .footer-copyright {
  height: auto !important;
  line-height: inherit !important;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery {
  -webkit-column-count: 3;
  column-count: 3;
}

.gallery img {
  width: 100%;
  padding: 5px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.padTop {
  padding-top: 108px;
}

#emailSubscription input[type="email"] {
  border-bottom: 1px solid #d50000;
  -webkit-box-shadow: 0 0px 0 0 #d50000;
  box-shadow: 0 0px 0 0 #d50000;
}

#emailSubscription
  input[type="email"]
  input[type="email"]:focus:not([readonly]) {
  border-bottom: 1px solid #d50000;
  -webkit-box-shadow: 0 0px 0 0 #d50000;
  box-shadow: 0 0px 0 0 #d50000;
}

#emailSubscription input[type="email"] + label {
  color: #d50000;
}

#emailSubscription input[type="email"] :focus:not([readonly]) + label {
  color: #d50000;
}

.material-icons.md-16 {
  font-size: 16px;
}

.material-icons.md-14 {
  font-size: 14px;
}

.material-icons.md-12 {
  font-size: 12px;
}

.material-icons.md-10 {
  font-size: 10px;
}

.material-icons.md-8 {
  font-size: 8px;
}

.material-icons.md-6 {
  font-size: 6px;
}

.material-icons.md-4 {
  font-size: 4px;
}

.importantLinks li {
  padding-bottom: 0.5em;
}

.importantLinks li a {
  color: #E10B01 !important;
  float: none;
  display: block;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.importantLinks li a:hover {
  -webkit-transform: translate(1em, 0);
  transform: translate(1em, 0);
  color: #000 !important;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #1da1f2;
}

.google-bg {
  background: #ea4335;
}

.linkedin-bg {
  background: #007bb5;
}

.youtube-bg {
  background: #ff0000;
}

.instagram-bg {
  background: #c32aa3;
  background: -webkit-linear-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FED373', endColorstr='#515ECF',GradientType=1 );
  background: radial-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 103%;
  margin-top: -1px;
}

.carousel-control-next,
.carousel-control-prev {
  color: #ccc !important;
}

#ICSEResults .nav-tabs {
  background-color: transparent !important;
}

@media only screen and (max-width: 767px) {
  .padTop {
    padding-top: 66px;
  }
}

@media only screen and (max-width: 320px) {
  .btn.filter {
    padding: 0 1.1rem;
  }
}

@media only screen and (max-width: 480px) {
  .gallery {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

section .contact {
  background-color: #063B78;
}

section .contact i {
  color: #fff;
}


.circle256 {
  width: 256px;
  height: 256px;
}

.carousel-thumbnails {
  margin-bottom: 50px;
}

.carousel-thumbnails .carousel-indicators {
  bottom: 0px;
  margin-bottom: -50px;
}

.carousel-thumbnails .carousel-indicators img {
  max-width: 50px;
  width: 50px;
  height: 50px;
}

.carousel-thumbnails .carousel-indicators li {
  max-width: 50px;
  width: 50px;
  height: 50px;
}

.carousel-thumbnails .carousel-indicators .active {
  width: 50px;
  height: 50px;
}

.navbar .navbar-brand img {
  width: 300px;
}

.wh {
  width: 500px;
  height: 400px;
}

@media only screen and (max-width: 768px) {
  .gg-box {
    -ms-grid-columns: (minmax(150px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
    grid-gap: 6px;
  }
  .carousel-thumbnails .carousel-indicators img {
    max-width: 20px;
    width: 20px;
    height: 20px;
  }
  .carousel-thumbnails .carousel-indicators li {
    max-width: 20px;
    width: 20px;
    height: 20px;
  }
  .carousel-thumbnails .carousel-indicators .active {
    width: 20px;
    height: 20px;
  }
}

.gal {
  -webkit-column-count: 3;
  column-count: 3;
}

.gal img {
  width: 100%;
}

#resultsClassX.gal {
  -webkit-column-count: 2;
  column-count: 2;
}

#resultsClassX img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .gal {
    -webkit-column-count: 1;
    column-count: 1;
  }
  #resultsClassX.gal {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.gg-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(220px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 8px;
}

.gg-element img {
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.gg-element img:hover {
  opacity: 0.9;
}

#gg-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  text-align: center;
}

#gg-screen .gg-image {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#gg-screen .gg-image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.gg-bt {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.6);
  color: #222;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2px;
}

.gg-bt:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.gg-close,
.gg-download {
  position: fixed;
  top: 0.5em;
}

.gg-download {
  right: 2.5em;
}

.gg-close,
.gg-nxt {
  right: 0.5em;
}

.gg-prev {
  left: 0.5em;
}

.gg-prev,
.gg-nxt {
  position: fixed;
  bottom: 50%;
}

.blink {
  animation: blinker 0.6s linear infinite;
  color: #1c87c9;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;

}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink-one {
  animation: blinker-one 1s linear infinite;
}
@keyframes blinker-one {
  0% {
    opacity: 0;
  }
}
.blink-two {
  animation: blinker-two 1.4s linear infinite;
}
@keyframes blinker-two {
  100% {
    opacity: 0;
  }
}

@media (min-width: 478px) {
  .gg-element:nth-child(3n + 0) {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

@media only screen and (max-width: 768px) {
  .gg-box {
    -ms-grid-columns: (minmax(150px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
    grid-gap: 6px;
  }
  .carousel-thumbnails .carousel-indicators img {
    width: 20px;
    height: 20px;
  }
  .carousel-thumbnails .carousel-indicators li {
    width: 20px;
    height: 20px;
  }
  .carousel-thumbnails .carousel-indicators .active {
    width: 20px;
    height: 20px;
  }
  .navbar .navbar-brand img {
    width: 200px;
  }
}

@media only screen and (max-width: 450px) {
  .gg-box {
    -ms-grid-columns: (minmax(100px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 100px;
    grid-gap: 4px;
  }
}

@keyframes blinker 
{
  50% 
  {
    opacity: 0;
  }
}

#onlineAdmissionNow
{
  background-color: #063B78;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  width: 90%;
}

#nccForm
{
  background-color: #063B78;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  width: 90%;
}

#admOpen
{
  color: #063B78;
}

#advModal
{
  color: lightgray;
}

#myModal
{
  height: 100%;
}

/* Opera and prob css3 final iteration */
@keyframes blink {
  0% {
      opacity:1;
  }
  50% {
      opacity:0;
  }
  100% {
      opacity:1;
  }
} 
.blink-image {
  -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
  -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
  -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
  animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
  height: 40px;
  width: 40px;
}



/* Notice Bar */
.notice-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f99191;
  height: 50px;
  padding: 10px 15px;
  overflow: hidden;
  white-space: nowrap;
}

/* Notice Header on the Left */
.notice-header {
  font-size: 20px;
  font-weight: bold;
  color: #d82827;
  flex-shrink: 0;
}

/* Scrolling Notice Container */
.notice-scroll-container {
  flex: 1;
  overflow: hidden;
  position: relative;
}

/* Scrolling Notice Content */
.notice-scroll-content {
  white-space: nowrap;
  animation: scroll-left 35s linear infinite;
}

/* Individual Notice Item */
.notice-item {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  font-weight: bold;
}

/* Separator Between Notices */
.separator {
  font-size: 20px;
  color: #fff;
  padding: 0 10px;
}

/* View All Button on the Right */
.notice-button {
  flex-shrink: 0;
}

.view-all-btn {
  background: #d82827;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: bold;
}

/* Keyframe Animation for Right-to-Left Scrolling */
@keyframes scroll-left {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(-100%);
  }
}

#GallerySection {
  display: flex;
  width: fit-content;
  animation: marqueeScroll 5s linear infinite;
  overflow: hidden;
  white-space: nowrap;
}

.scroll-item {
  padding-right: 10px;
}

@keyframes marqueeScroll {
  from {
      transform: translateX(0%);
  }
  to {
      transform: translateX(-50%);
  }
}
