<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300&amp;display=swap");
img {
  max-width: 100%;
  /* max-height: 100%; */
}
ul {
  list-style: none;
  text-align: left;
}

a {
  text-decoration: none !important;
}
.btn-wrap:hover {
  background-color: transparent !important;
}
.btn-wrap a:hover {
  background-color: transparent;
  color: black !important;
}
.top-header {
  background: #00a85a;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: inline-flex;
  padding: 1px;
}
.news-cover {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #f58634;
  align-items: center;
  gap: 8px;
  display: flex;
}
.news {
  color: white;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.18px;
  word-wrap: break-word;
}
.menu a {
  color: var(--gray-800, #333937);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.07px;
}
.lasg {
  color: white;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.21px;
  word-wrap: break-word;
}
.featured h2 {
  color: #0d0e0e;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 30px;
  font-style: normal;
  letter-spacing: -0.6px;
}
.featured span {
  color: #00a85a;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 30px;
  font-style: normal;
}
.outstanding p {
  color: #66726e;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 7px;
  word-wrap: break-word;
  letter-spacing: -0.08px;
  font-style: normal;
}
.carousel-item {
  /* background: linear-gradient(
      to right,
      #1a5d1a,
      #1a5d1a,
      transparent,
      rgba(0, 0, 0, 0.2)
    ),
    url("../images/Frame12.png"); */
  height: 75vh;
  color: white !important;
  padding: 30px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1.5em !important;
}
.carousel-item:nth-child(1) {
  background: linear-gradient(
      to right,
      #1a5d1a,
      #1a5d1a,
      transparent,
      rgba(0, 0, 0, 0.2)
    ),
    url("../images/frame12.png"); /* Update the image path */
}

.carousel-item:nth-child(2) {
  background: linear-gradient(
      to right,
      #1a5d1a,
      #1a5d1a,
      transparent,
      rgba(0, 0, 0, 0.2)
    ),
    url("../images/slide2.png"); /* Update the image path */
}

.carousel-item:nth-child(3) {
  background: linear-gradient(
      to right,
      #1a5d1a,
      #1a5d1a,
      transparent,
      rgba(0, 0, 0, 0.2)
    ),
    url("../images/slide3.jpg"); /* Update the image path */
}

.yellow .description p {
  color: var(--gray-600, #66726e);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: -0.06px;
}
.school-name {
  color: var(--gray-950, #0d0e0e);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 22.5px */
  letter-spacing: -0.27px;
}
.desc {
  display: flex;
  justify-content: space-between;
}
.call span {
  margin-left: 10px;
}
.call .number {
  color: var(--gray-800, #333937);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.07px;
}
.call .fa-phone {
  font-size: 13px;
  color: grey;
}
.call .fa-envelope {
  font-size: 13px;
  color: grey;
}
.call .email {
  color: var(--gray-800, #333937);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.07px;
}
.location {
  color: var(--gray-800, #333937);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.07px;
}
.school-type p {
  color: var(--gray-600, #66726e);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.07px;
}
.fa-location-dot {
  color: #bb2525;
  margin-right: 7px;
}
.sel-con {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sel .label {
  color: #191d1c;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 21px;
}
.sel {
  background: white;
  box-shadow: 0px 1px 3px rgba(12.7, 14.3, 13.8, 0.12);
  border-radius: 48px;
  overflow: hidden;
  align-items: center;
  gap: 24px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-top: 10px;
}
.select-item {
  color: #66726e;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 21px;
}
.search-form {
  border: 1px solid #00a85a;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: white;
  box-shadow: 0px 1px 3px rgba(12.7, 14.3, 13.8, 0.12);
  border-radius: 48px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}

.search-form #criteriaWrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.search-form .criteria {
  padding: 8px 16px;
  border-right: 1px #e5e9e8 solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  display: inline-flex;
}

.search-form .submit {
  border: none;
  cursor: pointer;
  padding: 8px;
  background: #00a85a;
  border-radius: 48px;
  width: 48px;
  height: 48px;
  color: #fff;
}

.search-form .criteria label {
  color: #191d1c;
  font-size: 14px;
  font-family: Inter;
  font-weight: 600;
  line-height: 21px;
  word-wrap: break-word;
}

.search-form .criteria select {
  background-color: transparent;
  border: none;
  width: 100%;
  outline: none;
}

.search-form .criteria input[type="text"] {
  background-color: transparent;
  border: none;
  width: 100%;
  outline: none;
}

.sel-group {
  display: none;
}

/* body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
} */
.home-searchbar input {
  background-color: red !important;
}
.find-con {
  position: absolute;
  top: 55%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.find-con h1 {
  width: 401px;
  color: white;
  font-size: 64px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 67.2px;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.find-sch-text {
  line-height: 10px;
}
.find-sch-text p {
  color: #fff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}
.find-sch-text span {
  color: #fff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}
.find-school-mobile-con {
  background-color: #00a85a;
  padding: 6px;
}

.find-school-mobile {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border: 1px solid #00a85a;
  border-radius: 10px;
  margin-block: 10px;
  background-color: white;
  width: 60%;
  /* font-size: 12px; */
}
.find-school-mobile input {
  outline: none;
  border: none;
  background-color: transparent;
  /* padding: 10px; */
  margin-left: 8px;
}
.find-school-mobile .btn {
  background-color: #f58634;
  padding: 8px 10px;
  border-radius: 0px 5px 5px 0;
  color: white;
}
.find-school-mobile .btn:hover {
  background-color: #ee9322;
}

.navbar {
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
}
.navbar img {
  margin-left: 40px;
}
.navbar .menu {
  margin-right: 40px;
}
.sign-in {
  color: #0d0e0e;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
}
.register {
  background: #00a85a !important;
  color: #fff !important;
  padding: 8px 20px !important;
  border-radius: 25px !important;
  margin: 0 10px !important;
}
.find-now {
  background: #00a85a !important;
  color: #fff !important;
  padding: 8px 20px !important;
  border-radius: 25px !important;
  margin: 0 10px !important;
}
.logo-img {
  width: 306px;
  height: 65.28px;
}

.menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 24px;
}

.menu {
  list-style: none;
  display: flex;
}

.menu li {
  margin-right: 20px;
  margin-top: 6px;
}

.menu li:last-child {
  margin-right: 0;
}

.menu a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
  font-weight: bold;
}

.menu a:hover {
  color: #ff5722;
}
.data-count {
  text-align: center;
  padding: 30px;
}
.data-count .fa-medal {
  font-size: 50px;
  color: #fff;
}
.data-count .fa-building-columns {
  font-size: 50px;
  color: #fff;
}
.data-count .fa-cloud-bolt {
  font-size: 50px;
  color: #fff;
}
.counter {
  color: white;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.counter-container {
  background: #00a85a;
}
.never {
  text-align: center;
  color: #0d0e0e;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.never2 {
  text-align: center;
  color: #0d0e0e;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 25px;
}
.testimonal-text p {
  color: #333937;
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
  line-height: 24px;
}
.person-name {
  color: #0d0e0e;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 20px;
}
.person-school {
  color: #66726e;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 17.5px;
}
.never-miss {
  text-align: center;
  color: #66726e;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  line-height: 8px;
}
.fa-star {
  color: #ee9322;
}
.text-data {
  color: #e6f6ef;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.brand-head {
  text-align: center;
  color: #0d0e0e;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 40px;
}
.info-head h1 {
  text-align: center;
  color: #0d0e0e;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 40px;
}
/* .info img{
	border: 10px solid white;
	border-radius: 8px;
} */
.log p {
  color: #66726e;
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  line-height: 21px;
}
.company {
  color: #0d0e0e;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 20px;
}
.company-text p {
  color: #333937;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 21px;
}
.footer-text {
  color: #66726e;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.chemistry {
  color: #0d0e0e;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 22.5px;
}
.chemistry-text {
  color: #66726e;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 21px;
}
.read-more {
  color: #00a85a;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
/* .caro-text h3{
	color: #0D0E0E;
	font-size: 12px;
	font-family: "Inter", sans-serif; 
	font-weight: 600; 
	line-height: 40px;
} */
.create {
  color: #0d0e0e;
  font-size: 12px !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.small-text {
  color: #66726e;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  /* line-height: 21px; */
}
.check-text {
  color: #00a85a;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 21px;
}
.caro img {
  height: 70%;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content .para {
  margin-top: 3em;
  color: #009846;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #009846;
}

.about .content .learn-more-btn {
  background: #009846;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.about .content .learn-more-btn:hover {
  background: #3ac162;
  color: #fff;
}

.about-breadcrumbs {
  background-color: green;
}

/* Counter section  */
.counts {
  padding: 30px 0;
}

.about-counters span {
  font-size: 48px;
}

.about-count-section-bg {
  background-color: #f6f7f6;
}

.about-counters span {
  font-size: 48px;
  display: block;
  color: #009846;
  font-weight: 700;
}

/* What we do ------------------ */
.about-what-we-do {
  background-color: green;
}
.about-what-we-do .line {
  background-color: white;
  padding: 2px;
  width: 100px;
  margin: 0 auto;
}
.about-what-we-do p {
  color: white;
}

/* news -------------------------- */
.news-breadcrumbs {
  background-color: green;
}

@media screen and (max-width: 788px) {
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #1a5d1a;
    width: 100% !important;
    padding: 10px;
    z-index: 3;
    font-weight: bold;
  }
  .menu li a {
    line-height: 40px;
  }

  .menu a {
    color: white;
  }

  .menu.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
    margin-right: 20px;
  }
  .carousel-control-prev .carousel-control-next {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .search-form {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .desc {
    display: flex;
    justify-content: space-around;
  }
  .featured h2 {
    font-size: 23px;
  }
  .featured span {
    font-size: 23px;
  }
  .outstanding p {
    color: #66726e;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 17px;
    word-wrap: break-word;
    letter-spacing: -0.08px;
    font-style: normal;
  }
  .never {
    font-size: 23px;
  }
  .never2 {
    font-size: 23px;
    line-height: 20px;
  }
  .never-miss {
    line-height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .find-school-mobile-con {
    display: none;
  }
}

/* Events ------------------------------ */
.events-container h5 a{
	color: black;
}
.pagination-container {
    display: flex;
    justify-content: center;
	padding: 5px;
}

.pagination {
    list-style: none;
    display: flex;
}

.pagination li {
    margin: 0 5px; /* Adjust the margin as needed */
}
.pagination li a{
	color: black;
}
.pagination li a:hover{
	/* border-color: green; */
	background-color: rgba(0, 128, 0, 0.233);
	color: white;
}


.pagination .page-item.active .page-link,
.pagination .page-item .page-link:active {
    background-color: green;
    border-color: green;
    color: white; /* Set the text color to ensure visibility */
}
.single-event-body {
  font-family: "Inter", sans-serif;
}
.single-event-sub {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.single-event-sub p {
  font-family: "Inter", sans-serif;
  text-align: justify;
  font-size: 18px;
}
.single-event-sub h3 {
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 45px;
}
.carousel-container2 {
  height: 450px; /* Set your desired height */
  overflow: hidden;
  position: relative;
}
.carousel2 {
  margin-left: 60px;
}
.carousel-slide2 {
  display: none;
}
.carousel2 .active {
  display: flex;
  flex-direction: column;
}
.carousel-slide2 img {
  width: 200px;
  margin-bottom: 10px;
}
.pagination2 {
  text-align: center;
  position: absolute;
  bottom: 10px; /* Adjust as needed */
  width: 100%;
}
.pagination2-body .list {
  background-color: white;
}

@media screen and (max-width: 450px) {
  .carousel2 .active {
    display: flex;
    flex-direction: row;
  }
  .carousel-slide2 img {
    width: 100px;
    margin-left: 10px;
  }
  .carousel-slide2 {
    margin-top: 10px;
  }
  .carousel-container2 {
    height: 150px; /* Set your desired height */
    overflow: hidden;
    position: relative;
  }
  .carousel2 {
    margin-left: 0px !important;
  }
  .single-event-sub {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .single-event-sub p {
    line-height: 28px;
    font-size: 16px;
  }
}

.search-form {
}

.homepage-school {
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  padding: 10px 1%;
  margin: 0 0.5%;
  box-sizing: border-box;
}

.homepage-school .school-badge {
  background-color: #f7f7f7;
  text-align: center;
  padding-top: 10px;
  height: 200px;
}

.homepage-school .school-badge img {
  max-height: 180px;
}

.home-school .description,
.home-school .school-type {
  color: #707b77;
}

.single-school ul {
  list-style-type: none;
}

.single-school .ag {
  width: 220px;
  height: 50px;
  border-radius: 20px;
  border: 2px solid black !important;
}

.single-school .website {
  letter-spacing: 1px;
  color: red;
  font-weight: bold;
}

.single-school .fa-circle {
  font-size: 5px;
}

@media screen and (max-width: 567px) {
  .single-school .record {
    justify-content: center;
  }
}

.single-school .other-2-container {
  justify-content: space-between;
}

.single-school .other-images-container {
  background-color: #f2f4f3;
  width: 48%;
  height: 160px;
  max-width: 48%;
}

.single-school .other-images-container img {
  max-height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: auto;
}

.featured-image {
  background-color: #f2f4f3;
  height: 338px;
  text-align: center;
}

.featured-image img {
  max-height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

.featured-image-logo {
  height: 200px;
  margin: -130px auto 0 auto;
  max-height: 200px;
  max-width: 200px;
  background-color: #fdfffe;
  position: relative;
  border-radius: 100%;
  padding: 5px;
}
.featured-image-logo img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  /* background-color: #fdfffe; */
  /* padding: 7px; */
  /* position: relative; */
}

.pagination-container {
  display: flex;
  justify-content: center;
  padding: 5px;
}

.pagination {
  list-style: none;
  display: flex;
}

.pagination li {
  margin: 0 5px; /* Adjust the margin as needed */
}
.pagination li a {
  color: black;
}
.pagination li a:hover {
  /* border-color: green; */
  background-color: rgba(0, 128, 0, 0.233);
  color: white;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:active {
  background-color: green;
  border-color: green;
  color: white; /* Set the text color to ensure visibility */
}



@media screen and (min-width: 1601px) {
  .displayMobile {
      display: none;
  }
  .displayWeb{
      display: block;
 }
}
@media screen and (max-width: 1600px) {
  .displayMobile {
      display: block;
  }
  .displayWeb{
      display: none;
 }
}



@media screen and (max-width: 568px) {
 .displayWeb{
      display: none;
 }
 .displayMobile {
      display:Â&nbsp;block;
Â&nbsp;Â&nbsp;Â&nbsp;Â&nbsp;}
}


@media screen and (max-width: 600px) {
  .playstore {
      display: none;
  }
}

@media screen and (max-width: 600px) {
  .brands {
      display: none;
  }

  .counter {
      display: none;
  }

  .outstanding p {
    color: #66726e;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    word-wrap: break-word;
    letter-spacing: -0.08px;
    font-style: normal;
  }
  .never-miss{
    color: #66726e;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    word-wrap: break-word;
    letter-spacing: -0.08px;
    font-style: normal;
  }

  .footer-icon {
      display: flex !important;
      justify-content:space-around;
      position: fixed !important;;
      border: px solid #ccc;
      margin-right: 40px !important;
      height: 50px !important;
      background-color: #008000;
      bottom: 0;
  }

  .footer-icon .fa-solid {
      font-size: 25px;
      color: #fff !important;
  }
}

@media screen and (min-width: 620px) {
  .footer-icon{
    display: none !important;
  }
}</pre></body></html>