.text-black {
  color: #000;
}

:root {
  --Primary-color : #1769b0;
}

body {
  font-family: 'Poppins', sans-serif !important;
}

.bg-blue {
  background-color: var(--Primary-color);
}

a {
  text-decoration: none !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
  background: var(--Primary-color);
}

.active-nav {
  background-color: #5f9bce;
  z-index: 9999;
}

.navbar {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-delay: 0s;
  padding: 25px 10px !important;
  transition: all .5s;
  z-index: 9999 !important;
  background-color: #fff;
}

.navbar-brand {
  color: #fff !important;
  margin-right: 40px !important;
}

.nav-link {
  color: #000 !important;
  font-size: 14px !important;
  padding: 5px 15px 8px 15px !important;
  transition: all 0.6s !important;
  font-weight: 500;
}
/* 
.nav-link:hover {
  color: #4ecac2 !important;
} */

/* .nav-active {
  font-weight: bold;
  color: #5f9bce !important;
  border-bottom: 3px solid #5f9bce;
} */


.nav-call {
  font-weight: 300;
}

.nav-enquiry {
  border: 1px solid var(--Primary-color);
  padding: 5px 15px 5px 15px !important;
  background-color: var(--Primary-color);
  color: #fff !important;
  transition: all 0.7s !important;
  font-weight: 400;
}

.nav-enquiry:hover {
  background-color: #fff;
  color: #000 !important;
  font-weight: unset;
}


.head-img {
  overflow: hidden;
  height: 100vh;
}

.head-img img {
  width: 100%;
  height: 100vh;
}

.head-img img {
  width: 100%;
  height: 100vh !important;
}

.head-div {
  height: 100vh;
  overflow: hidden;
  display: contents;
}

.banner-box {
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100vh;
  /* top: 200px; */
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner-row {
  height: 100vh;
}

.banner-content {
  padding-top: 280px;
  padding-left: 50px !important;
}

.banner-content h1 span{
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  animation-delay: 0s;
}

.banner-content h1 {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  animation-delay: 0s;
  margin-bottom: 0 !important;
  margin-bottom: 10px !important;
}

.banner-content p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  animation-delay: 0s;
}

.img-play {
  text-align: center;
  position: relative;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  animation-delay: 0s;
}

.img-play span {
  opacity: 0;
  position: absolute;
  left: 150px;
  top: -60px;
  background-color: #000;
  color: #fff;
  padding: 10px;
  transition: all .8s;
  font-size: 14px;
}

.img-play a:hover span {
  opacity: 1;
}

.img-play i {
  color: #4ecac2;
  font-size: 28px;
  border: 3px solid #4ecac2;
  padding: 36px;
  border-radius: 100px;
  transition: all .8s;
}

.img-play i:hover {
  background-color: #4ecac2;
  color: #fff;
  font-size: 28px;
  border: 3px solid #4ecac2;
  padding: 36px;
  border-radius: 100px;
}

/* About */

.introheading img{
  text-align: center;
  width: 100%;
  height: 100%;
}

.intro h2 {
  font-size: 48px;
  font-family: 'Cinzel', serif !important;
  color: #fff;
}

.intro {
  color: #e6e6e6;
}



.intro ul li {
  margin-bottom: 10px;
  list-style: none;
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
}

/* About */

.about {
  padding: 30px 40px !important;
  margin: auto !important;
}

.about-img {
  text-align: center;
  width: 100%;
  padding: 30px;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 0s;
}

.about-img img {
  width: 80%;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}


.about h2 {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 5px !important;
  color: #222;
  text-align: left;
  font-family: 'Cinzel', serif !important;
  
}

.about h2 span {
  display: flex;
}

.about h2 span span {
  display: inline-flex;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
  color: var(--Primary-color);
  /* border-bottom: 2px solid #000; */
  font-family: 'Poppins', sans-serif !important;
  
}

.about p {
  text-align: justify;
  font-size: 16px;
  color: #333;
}


.about span {
  transition: all 0.6s;
  font-weight: bold;
  text-transform: uppercase;
}

.about a:hover span {
  padding-right: 20px;
}

.about-2 h2 {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 5px !important;
  color: #222;
  text-align: left;
  font-family: 'Cinzel', serif !important;
  
}

.about-2 h2 span {
  display: flex;
}

.about-2 h2 span span {
  display: inline-flex;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
  color: var(--Primary-color);
  /* border-bottom: 2px solid #000; */
  font-family: 'Poppins', sans-serif !important;
  
}

.about-2 p {
  text-align: justify;
  font-size: 14px;
  color: #333;
}

.about-2 ul li {
  font-size: 14px !important;
}


.about-2 span {
  transition: all 0.6s;
  font-weight: bold;
  text-transform: uppercase;
}

.about-img-2 {
  text-align: center;
  width: 100%;
  padding: 30px;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 0s;
}

.about-img-2 img {
  width: 90%;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}



/* End ABout */


/* About Home */

.home-about {
  text-align: center;
}

.home-about h2 {
  font-weight: 200;
  font-size: 42px;
  text-transform: uppercase;
  color: #fff;
}

.home-about h2 span {
  font-weight: 600;
}

/* End About Home */

/* Future Goals */

.fg-img {

}

.fg-img img {
  width: 100%;
}

.future-goals {

}

.future-goals h2 {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 38px;
  text-transform: uppercase;
  color: #222;
  text-align: left;
  font-family: 'Cinzel', serif !important;
  margin-bottom: 25px !important;
}

.future-goals ul {
  padding: 0 !important;
}

.future-goals ul li {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #555;
  font-size: 16px;
  list-style: none;
  display: inline-flex;
}

.future-goals ul li span {
  margin-right: 15px;
  color: var(--Primary-color);
}

/* Staff Img */

.staff-bg {
  background: url('../images/white-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.staff-img {
  text-align: center;
}

.staff-img img {
  width: 100%;
  border: 10px solid #fff;
}

/* End Staff Img */

/* Support Box */

.support-box {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  margin-bottom: 10px;
}

.support-box h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--Primary-color);
}

.support-box p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* Who We Are */
.who-we-are-bg {
  background: url('../images/whoweare.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: end;
  background-attachment: fixed;
}

.bg-layer {
  background: rgba(0, 0, 0, 0.8);
}

.who-we-are-content {
  /* padding: 80px 0px; */
}

.who-we-are-content h2 {
  color: #fff;
  font-weight: 200;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.who-we-are-content h2 span {
  color: var(--Primary-color);
}

.who-we-are-content p {
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.who-we-are-content a {
  color: var(--Primary-color) !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.lm-bg {
  background-color: var(--Primary-color);
}

.learn-more {
  text-align: center;
}

.learn-more a {
  color: #fff !important;
  transition: all .5s;
  display: block;
}

.learn-more span {
  margin-right: 10px;
  transition: all .5s;
}

.learn-more a:hover span {
  margin-right: 20px;
}

/* End Who We Are */


/* Contact */

.bg-main {
  background-color: var(--Primary-color);
  padding: 70px 20px;
}

.contact-home {
  text-align: center;
}

.contact-home p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0px;
}

.contact-home h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 40px;
}

.contact-home a {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  transition: all .5s;
}

.contact-home a:hover span {
  margin-right: 20px;
}

.contact-home span {
  margin-right: 10px;
  transition: all .5s;
}

.contact-home i {

}

/* End Contact */


/* Footer Form */

.bg-footer {
}

.contact-info {
    padding: 10px 60px !important;
}

.contact-details p {
  margin-bottom: 30px;
}

.contact-details i {
  color: var(--Primary-color);
  padding: 10px 10px 10px 0px;
  margin-bottom: 15px;
  
}

.contact-details span {
  line-height: 1.7;
}

.contact-details a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  color: #000 !important;
  margin-left: 15px !important;
}

.footer-form p {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.footer-form label {
  width: 100%;
}

.footer-form input, .footer-form textarea  {
  width: 100%;
  color: #535353;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 5px;
  background-color: #fff;
  border-radius: 3px;
}

.footer-form select {
  width: 100%;
  color: #535353;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 15px !important;
}

.footer-form button {
  padding: 8px 20px;
  /* border: 1px solid #555; */
  color: #fff !important;
  text-decoration: none;
  background: var(--Primary-color);
  border: none;
}


.con {
  position: relative;
}


.our-col-heading {
  width: 100%;
  text-align: center;
}

.our-col-heading h2 {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #222;
  text-align: center;
  font-family: 'Cinzel', serif !important;
}

.our-col-heading h2 span {
  display: inline-flex;
  font-weight: 700;
  border-bottom: 2px solid #000;
}


/* footer */

.bg-light-one {
  background-color: var(--Primary-color);
}

.footer-img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.footer-img img {
  /* height: 200px; */
  width: 100%;
}

.footer-ul {
  height: 100%;
  margin-bottom: 0px;
}

.footer-ul li {
  display: inline-table;
    margin: 0px 13px;
    margin-bottom: 10px;
}

.footer-ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.footer-ul li a i {
  font-size: 18px;
}

.f-right {
  font-size: 14px;
  padding-top: 4px;
  padding-left: 60px;
}

.text-right {
  text-align: right;
}

.footer-list {
  margin-top: 10px !important;
}

.footer-logo-width {
  width: 200px;
}

.o-hidden {
  overflow: hidden !important;
}

.ft-timing li {
  color: #e6e6e6;
}
/* End Footer */


/* Modal */

.modal-hd {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.modal-heading {
  font-size: 18px;
  text-align: center;
  color: #eee;
}

.btn-close {
  color: #fff !important;
}

.modal-logo {
  width: 40%;
  padding-bottom: 20px;
}

.modal-icons img {
  width: 80px;
}

.modal-icons p {
  color: #f9c70c;
  font-size: 16px;
  font-weight: 600;
}

.modal-bg {
  background-color: #383838ad !important;
  z-index: 9999;
}

.about-box li {
  color: #aaa;
}


.contactus-form {
  overflow: hidden;
  text-align: center;
}

.contactus-form label {
  width: 50%;
  float: left;
  padding: 8px;
}

.contactus-form input,
.contactus-form select,
.contactus-form textarea {
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  border: 1px solid #f6f6f6;
  background: #ddd;
  outline: 0;
  color: #000;
  height: 50px;
  border-radius: 3px;
}

.contactus-form textarea {
  height: 115px;
}

.contactus-form button {
  padding: 8px 40px;
  background-color: var(--Primary-color);
  border: 1px solid var(--Primary-color);
  color: #fff;
  transition: all 0.6s;
  width: 100%;
}

.head-img img {
  padding-top: 90px;
}

/* End Modal */

/* Gallery */

.two-img img {
  transition: all .5s;
  margin-bottom: 15px;
  width: 100%;
}

.two-img img:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 5px 0px;
}


@media (max-width: 576px) {


  .support-box {
    height: unset;
  }

  .head-img img {
    padding-top: 90px;
  }

  .intro ul li {
    text-align: justify;
  }

  .footer-form button {
    margin-bottom: 30px;
  }

  .contact-info {
    padding: 20px !important;
  }

  .banner-row {
    height: unset;
  }

  .head-img img {
    width: 100%;
    height: unset !important;
  }

  .head-img {
    height: unset !important;
  }

  .contact-details a {
    line-height: 30px;
  }

  .contact-details p {
    font-size: 14px;
  }

  .banner-box {
    position: unset;
    height: unset;
    background-color: #fff;
  }


  .banner-content p {
    color: #333;
    font-size: 16px !important;
    margin-bottom: 25px  !important;
  }

  .banner-content {
    text-align: left;
  }

  .future-goals h2 {
    text-align: center;
    font-size: 28px;
  }

  .our-col-heading h2 {
    font-size: 28px;
  }

  .banner-content-inner {
    /* margin-top: 30vh !important; */
    text-align: center;
    padding: 30vh 10px 10px 10px !important;
  }

  .home-about p {
    font-size: 14px;
  }

  .brochure-img {
    margin-bottom: 20px;
  }

  .brochure-text h2 {
    font-size: 34px;
  }


  .banner-content h1 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
  }

  .banner-content-inner h1 span {
    font-size: 28px !important;
  }


  .img-play span {
    position: unset !important;
    opacity: unset !important;

  }

  .img-play span {
    background-color: unset;
  }

  .nav-link {
    padding: 12px 5px !important;
  }


  .img-play i {
    font-size: 16px;
    padding: 20px;
  }

  .img-play {
    margin-bottom: 20px;
  }
  
  .footer-ul li a {
    font-size: 10px;
  }

  .footer-list {
    text-align: center;
  }
  .f-right {
    font-size: 12px;
  }

  .head-img img {
    height: unset;
  }

  .navbar-nav {
    text-align: center;
  }


  .home-about h2 {
    font-size: 24px !important;
  }

  .counter {
    font-size: 3.5rem;
  }

  .who-we-are-content h2 {
    font-size: 34px !important;
  }

  .our-heading h2 {

    font-size: 34px;
  }

  .service.service__style--1.icon-circle-style {
    padding: 0px;
  }

  .tab-button {
    padding: 27px !important;
  }

  .tab-button h4 {
    margin: 0px;
  }

  .contact-home p {
    font-size: 18px;
  }

  .contact-home h2 {
    font-size: 34px;
  }

  .banner-content h1 span {
    font-size: 34px;
    color: var(--Primary-color);
  }

  .banner-content {
    padding: 0px !important;
    text-align: center;
    /* margin: unset !important; */
  }


  .banner-content a {
    margin-bottom: 20px;
  }

  .intro ul {
    padding: 0 !important;
  }

  .about-img img {
    width: 100%;
  }

  .about-2 h2 {
    font-size: 28px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .res-hide {
    display: none !important;
  }

  .intro ul {
    padding: 0 !important;
  }

  .navbar-nav {
    text-align: center;
  }

  .swiper-slide img {
    height: unset;
  }

  .banner-box {
    position: unset;
    background: unset;
    padding: 10px;
  }

  .banner-content {
    padding: 0px !important;
    text-align: center;
    /* margin: unset !important; */
  }

  .banner-content h1 {
    color: #fff;
    font-size: 26px;
  }
  .banner-content p {
    color: #fff;
    font-size: 16px;
  }

  
  .banner-content h1 {
    font-size: 50px;
  }
}

/* Principal Image */
.staff-square{
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
}

.staff-square img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Teacher Image */
.staff-portrait{
    aspect-ratio: 607 / 741;
    overflow: hidden;
    border-radius: 12px;
}

.staff-portrait img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Staff Group Image */
.staff-wide{
    overflow: hidden;
    border-radius: 12px;
}

.staff-wide img{
    width: 100%;
    height: auto;
    display: block;
}