@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700|Roboto+Condensed:400,400i,700");
html {
  font-size: 16px;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Source Sans Pro", sans-serif;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #102974;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
}

p {
  font-size: 1em;
  line-height: 28px;
}

p:last-child {
  margin-bottom: 0;
}

a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  -webkit-box-shadow: 0 0 3px #ddd;
          box-shadow: 0 0 3px #ddd;
  z-index: 99999999;
  background: #fff;
}

.affix .navbar-brand img {
  width: 200px !important;
}

@-webkit-keyframes affix_animation {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes affix_animation {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.top-strip {
  background: #0808c0;
  padding: 5px 4.5em;
  position: relative;
}

.top-strip .scroll-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #f16101;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  overflow: hidden;
  z-index: 2;
}

.top-strip .scroll-title p {
  position: relative;
}

.top-strip .top-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-strip .top-social-links li:not(:last-child) {
  margin-right: 10px;
}

.top-strip p {
  font-weight: 600;
  letter-spacing: 0.5;
  text-shadow: 0.1px 0px rgba(0, 0, 0, 0.5);
}

.top-strip p span img {
  width: 15px;
  margin-right: 10px;
}

.top-strip .event-scroll {
  margin-bottom: -5px;
  z-index: 1;
}

.top-strip .event-scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-strip .event-scroll ul li {
  position: relative;
}

.top-strip .event-scroll ul li:after {
  content: "";
  position: absolute;
  background: #2da397;
  width: 10px;
  height: 10px;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-strip .event-scroll ul li:not(:last-child) {
  margin-right: 35px;
}

.top-strip .event-scroll ul li a {
  color: #fff;
  font-weight: 500;
}

.hero-navbar {
  padding: 0px 4em;
}

.hero-navbar .navbar {
  padding: 0;
}

.hero-navbar .navbar-brand img {
  width: 220px;
}

.hero-navbar .navbar-nav .active {
  position: relative;
}

.hero-navbar .navbar-nav .active:after {
  content: "";
  position: absolute;
  width: 30px;
  bottom: 0;
  height: 2px;
  background: #0808c0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-navbar .navbar-nav li:not(:last-child) {
  margin-right: 15px;
}

.hero-navbar .navbar-nav li a {
  color: #0808c0;
  font-size: 1.1em;
  display: inline-block;
  letter-spacing: 0;
}

.hero-slider-wrapper .carousel-item .slider-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(8, 8, 192, 0.17);
}

.hero-slider-wrapper .carousel-caption {
  top: 50%;
  left: 5%;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  width: 40%;
  margin: 0;
}

.hero-slider-wrapper .carousel-caption h3 {
  font-size: 2em;
  margin-bottom: 20px;
}

.hero-slider-wrapper .carousel-caption p {
  font-size: 1.1em;
}

.hero-slider-wrapper .carousel-caption a {
  background: #fff;
  color: #0808c0;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 100px;
  margin-top: 15px;
}

.hero-slider-wrapper .carousel-indicators {
  right: 35px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-slider-wrapper .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0;
}

footer {
  background: #151948;
  position: relative;
  overflow: hidden;
  padding: 3em 4em;
  color: #fff;
  font-size: 1.08em;
}

footer .footer-water-mark {
  position: absolute;
  right: 40px;
  bottom: 0;
}

footer .footer-water-mark h2 {
  font-size: 10vw;
  font-weight: bold;
  /*margin-bottom: -33px;*/
  text-transform: capitalize;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #e9e9e9;
  text-stroke-width: 2px;
  text-stroke-color: #e9e9e9;
  color: transparent;
  opacity: 0.05;
  line-height: 150px;
}

footer .footer-about p {
  padding-right: 55px;
}

footer .footer-social-items {
  margin-top: 25px;
}

footer .footer-social-items h4 {
  font-size: 1.1em;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  opacity: 0.7;
}

footer .footer-social-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
}

footer .footer-social-items ul li:not(:last-child) {
  margin-right: 20px;
}

footer .footer-social-items ul li img {
  width: 21px;
}

footer .each-footer-block .opacity-o {
  opacity: 0;
}

footer .each-footer-block .footer-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.4em;
  position: relative;
}

footer .each-footer-block .footer-title:after {
  content: "";
  background: #f16101;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

footer .each-footer-block p {
  color: #cdc7c7;
}

footer .each-footer-block address p {
  margin-bottom: 0;
  line-height: 30px;
}

footer .each-footer-block .footer-link li:not(:last-child) {
  margin-bottom: 10px;
}

footer .each-footer-block .footer-link li a {
  color: #cdc7c7;
}

.copyright {
  background: #0f1240;
  padding: 5px 0;
}

.copyright p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  opacity: 0.7;
}

.google-map iframe {
  margin-bottom: -7px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}

.google-map iframe:hover {
  -webkit-filter: grayscale(1%);
          filter: grayscale(1%);
}

.home-gallery {
  padding: 4em 0;
}

.home-gallery .item {
  width: 370px;
  /* float: left; */
}

.home-gallery .item img {
  display: block;
  width: 100%;
  padding: 5px;
}

.home-gallery #images {
  display: table;
  margin: 0 auto;
}

.section-heading-divider {
  margin-bottom: 45px;
  text-align: center;
}

.section-heading-divider h3 {
  font-size: 1.75em;
  text-transform: uppercase;
}

.section-heading-divider .section-divider {
  display: inline-block;
}

.section-heading-divider .section-divider span {
  width: 15px;
  background: #0808c0;
  height: 10px;
  display: block;
  margin-top: 10px;
  opacity: 0.8;
  position: relative;
}

.section-heading-divider .section-divider span:after {
  content: "";
  background: #215b80;
  width: 60px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -70px;
}

.section-heading-divider .section-divider span:before {
  content: "";
  background: #215b80;
  width: 60px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -70px;
}

.section-read-more {
  margin: 4em 0 0 0;
  text-align: center;
}

.section-read-more a {
  background: #0808c0;
  color: #ffffff;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-read-more a:after {
  content: "";
  position: absolute;
  background: rgba(16, 41, 116, 0.2);
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}

.section-read-more a:hover {
  -webkit-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}

.section-read-more a:hover:after {
  bottom: 0;
  right: 0;
}

.fancybox-container {
  z-index: 999999999999999999;
}

.mission-vision {
  padding: 4em 0 0 0;
}

.mission-vision p {
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.mission-vision .section-heading h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.mission-vision .left-block {
  background: #102974;
}

.mission-vision .right-block {
  background: #092e56;
}

.mission-vision .mission,
.mission-vision .vision {
  padding: 55px 30px;
}

.mission-vision .mission a,
.mission-vision .vision a {
  color: #fff;
  margin-top: 15px;
  display: inline-block;
}

.about-block {
  padding: 4em 0 0 0;
  position: relative;
}

.about-block .left-block .section-heading {
  margin-bottom: 25px;
}

.about-block .left-block .section-heading h5 {
  color: #f16101;
  margin-bottom: 8px;
  font-style: italic;
}

.about-block .left-block .content p span {
  color: #f16101;
}

.about-block .right-block .founder-image {
  display: table;
  margin: 0 auto;
}

.about-block .right-block .founder-image h5 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  color: #0808c0;
  font-size: 2em;
  margin-left: -50px;
  font-weight: bold;
  /*margin-bottom: -33px;*/
  text-transform: capitalize;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0808c0;
  text-stroke-width: 2px;
  text-stroke-color: #0808c0;
  color: transparent;
  opacity: 0.1;
  line-height: 150px;
}

.inner-read-more {
  margin-top: 25px;
}

.inner-read-more a {
  text-transform: uppercase;
  color: #0808c0;
}

.our-logo {
  padding: 4em 0 0 0;
}

.our-logo .left-block img {
  width: 120px;
  margin-bottom: 25px;
}

.our-logo .video-play {
  position: relative;
}

.our-logo .video-play .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(8, 8, 192, 0.27);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-logo .video-play .video-cover:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.our-logo .video-play .video-cover img {
  width: 60px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.counter-area {
  background: #f5f6ff;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.counter-area .each-counter {
  text-align: center;
}

.counter-area .each-counter img {
  width: 50px;
  text-align: left;
}

.counter-area .each-counter .number {
  font-size: 3em;
  margin-bottom: 15px;
  color: #373b55;
}

.counter-area .each-counter .number .plus {
  font-size: 1.1em;
  display: inline-block;
}

.counter-area .each-counter p {
  font-size: 1.3em;
  color: #777777;
}

.feedback {
  background: #f5f6ff;
  padding: 4em 0;
  margin-top: 4em;
}

.feedback .feedback-slider .each-slider {
  background: #ffffff;
  text-align: center;
  padding: 25px 10px;
  -webkit-box-shadow: 0 0 2px #e9e9e9;
          box-shadow: 0 0 2px #e9e9e9;
  border-radius: 5px;
}

.feedback .feedback-slider .each-slider h4 {
  font-size: 1.3em;
  color: #0808c0;
  margin-bottom: 5px;
}

.feedback .feedback-slider .each-slider h5 {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.feedback .feedback-slider .each-slider img {
  width: 60px;
  display: table;
  margin: 0 auto;
}

.feedback .feedback-slider .each-slider .quote {
  margin-bottom: 35px;
}

.feedback .feedback-slider .each-slider .quote img {
  width: 30px;
}

.why-us {
  padding: 4em 0;
}

.why-us .each-choose {
  margin-bottom: 45px;
}

.why-us .each-choose span {
  display: inline-block;
  color: #0808c0;
  font-size: 2em;
  font-weight: bold;
  /*margin-bottom: -33px;*/
  text-transform: capitalize;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0808c0;
  text-stroke-width: 2px;
  text-stroke-color: #0808c0;
  color: transparent;
  opacity: 0.1;
  margin-bottom: 10px;
}

.why-us .each-choose h3 {
  color: #0808c0;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.our-journey {
  padding: 3em 0 3em 0;
}

.bx-wrapper {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.page-banner {
  height: 300px;
  position: relative;
  position: relative;
}

.page-banner .banner-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 18, 55, 0.68);
}

.page-banner .banner-cover .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-banner .banner-cover .banner-content h3 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.page-banner .banner-cover .banner-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-banner .banner-cover .banner-content ul li {
  color: #fff;
  font-weight: 600;
}

.page-banner .banner-cover .banner-content ul li:not(:last-child) {
  margin-right: 15px;
}

.page-banner .banner-cover .banner-content ul li .dot {
  width: 10px;
  height: 10px;
  border: 2px solid #f44336;
  display: block;
  border-radius: 50%;
  margin-top: 4px;
}

.page-banner .banner-cover .banner-content ul li a {
  color: #f2f2f2;
  font-weight: 600;
}

.about-banner {
  background: url("/img/banners/banner-2.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.academics-banner {
  background: url("/img/banners/banner-3.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.admission-banner {
  background: url("/img/banners/banner-5.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.facilities-banner {
  background: url("/img/banners/banner-7.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.gallery-banner {
  background: url("/img/banners/banner-1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-banner {
  background: url("/img/banners/banner-7.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-information {
  padding: 4em 0;
}

.contact-information .left-block .section-heading {
  margin-bottom: 25px;
}

.contact-information .left-block .section-heading h3 {
  margin-bottom: 15px;
  color: #f44336;
}

.contact-information .left-block .content ul li:not(:last-child) {
  margin-bottom: 35px;
}

.contact-information .left-block .content ul li .icon-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px auto;
      grid-template-columns: 30px auto;
  gap: 30px;
}

.contact-information .left-block .content ul li .icon-block .image {
  background: #f44336;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-information .left-block .content ul li .icon-block .image img {
  width: 30px;
  padding: 5px;
}

.contact-information .left-block .content ul li .icon-block .icon-text h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.contact-information .left-block .content ul li .icon-block .icon-text p {
  color: #8a8a8a;
}

.contact-information .right-block .section-heading {
  margin-bottom: 25px;
}

.contact-information .right-block .section-heading h3 {
  color: #f44336;
}

.contact-information .right-block .content form input {
  height: 48px;
}

.contact-information .right-block .content form .form-group {
  margin-bottom: 30px;
}

.contact-information .right-block .content .btn-submit {
  background: #f44336;
  color: #fff;
  padding: 8px 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
}

.google-map-information iframe {
  margin-bottom: -7px;
}

.about-page {
  padding: 4em 0;
}

.about-page .section-heading {
  margin-bottom: 30px;
}

.about-facilities {
  padding-bottom: 4em;
}

.main-facilities-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px auto;
      grid-template-columns: 20px auto;
}

.main-facilities-list li:not(:last-child) {
  margin-bottom: 15px;
}

.main-facilities-list li span img {
  width: 15px;
}

.main-facilities-list li p {
  font-size: 1.1em;
}

.admission-page {
  padding: 4em 0;
}

.admission-page .each:not(:last-child) {
  margin-bottom: 35px;
}

.admission-page .each .section-heading {
  margin-bottom: 20px;
}

.admission-page .each .section-heading h3 {
  font-size: 1.2em;
  line-height: 30px;
  width: 85%;
}

.admission-page .each .content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.admission-page .each .content ul li span {
  padding-right: 10px;
}

.admission-page .each .content ul li p:not(:last-child) {
  margin-bottom: 10px;
}

.facilities-page {
  padding: 4em 0;
}

.facilities-page .each:not(:last-child) {
  margin-bottom: 35px;
}

.facilities-page .each h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
  background: #102974;
  display: inline-block;
  color: #f2f2f2;
  padding: 5px 10px;
  border-radius: 3px;
}

.gallery-page {
  padding: 3em;
}

.gallery-page .filter-navigation {
  border: 1px solid #DBDEE7;
  border-radius: 6px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 1020;
  padding: 0;
}

.gallery-page .filter-navigation ul .active {
  background: #0f1240;
}

.gallery-page .filter-navigation ul .active button {
  color: #fff;
}

.gallery-page .filter-navigation ul li {
  padding: 5px 5px;
}

.gallery-page .filter-navigation button {
  display: block;
  background: transparent;
  border: none;
  color: #0f1240;
}

.gallery-page .filter-navigation button:not(:last-child) {
  margin-bottom: 10px;
}

.gallery-page .portfolio_box {
  margin-bottom: 35px;
}

.gallery-page .portfolio_box .short_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #d7dcde;
  padding: 5px 10px;
}

.gallery-page .portfolio_box .short_info a {
  color: #0f1240;
}

.gallery-page .portfolio_box .short_info a:nth-child(1) {
  display: none;
}

button:focus {
  border: 0;
  outline: 0;
}

.gallery-details {
  padding: 3em 0;
}

.academics {
  padding: 4em 0 0 0;
}

.academics .section-heading {
  margin-bottom: 30px;
}

.academics .each-group {
  padding: 3em 0;
}

.academics .each-group .each:not(:last-child) {
  margin-bottom: 30px;
}

.academics .each-group .each h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #2da397;
}

.academics-images {
  padding-bottom: 4em;
}

.academics-images img {
  padding: 2px;
  border-radius: 5px;
}

.activities-page {
  padding: 3em 0;
}

.activities-page .each {
  margin-bottom: 85px;
}

.activities-page .each h3 {
  margin-bottom: 30px;
  font-size: 1.4em;
  background: #2da397;
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
}

.activities-page .each img {
  padding: 5px;
  border-radius: 8px;
}

.navbar-toggler {
  border: 1px solid #102974 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

.navbar-toggler span {
  width: 30px;
  height: 1.5px;
  background: #0808c0;
}

.navbar-toggler span:not(:last-child) {
  margin-bottom: 10px;
}
/*# sourceMappingURL=app.css.map */