@font-face {
  font-family: "Gill Sans Std Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Regular"),
    url("../fonts/GillSansStd.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Condensed"),
    url("../fonts/GillSansStdCondensed.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Shadowed";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Shadowed"),
    url("../fonts/GillSansStdShadowed.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Italic"),
    url("../fonts/GillSansStdItalic.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Light";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Light"),
    url("../fonts/GillSansStdLight.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Light Shadowed";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Light Shadowed"),
    url("../fonts/GillSansStdLightShadowed.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Light Italic"),
    url("../fonts/GillSansStdLightItalic.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Bold"),
    url("../fonts/GillSansStdBold.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Bold Condensed"),
    url("../fonts/GillSansStdBoldCondensed.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Bold Extra Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Bold Extra Condensed"),
    url("../fonts/GillSansStdBoldExtraCond.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Bold Italic"),
    url("../fonts/GillSansStdBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Extra Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Extra Bold"),
    url("../fonts/GillSansStdExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Extra Bold Display";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Extra Bold Display"),
    url("../fonts/GillSansStdExtraBoldDisp.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Ultra Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Ultra Bold"),
    url("../fonts/GillSansStdUltraBold.woff") format("woff");
}

@font-face {
  font-family: "Gill Sans Std Ultra Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Gill Sans Std Ultra Bold Condensed"),
    url("../fonts/GillSansStdUltraBoldCond.woff") format("woff");
}
@font-face {
  font-family: "Bright Chalk";
  src: url("../fonts/BrightChalk.woff2") format("woff2"),
    url("../fonts/BrightChalk.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ChildHood";
  src: url("../fonts/ChildHood.eot");
  src: url("../fonts/ChildHood.eot") format("embedded-opentype"),
    url("../fonts/ChildHood.woff2") format("woff2"),
    url("../fonts/ChildHood.woff") format("woff"),
    url("../fonts/ChildHood.ttf") format("truetype"),
    url("../fonts/ChildHood.svg#ChildHood") format("svg");
}
:root {
  --gil-font: "Gill Sans Std Regular";
  --gil-font-bold: "Gill Sans Std Bold Italic";
  --gil-font-bolder: "Gill Sans Std Bold";
  --heading-font: "Bright Chalk";
  --heading-font-two: "ChildHood";
  --light-yellow: #f2d21a;
  --green-color: #186a05;
  --red-color: #e44768;
  --green-color-two: #006600;
  --blue-color: #006699;
  --yellow-color-two: #de8c00;
  --grey-color: #474745;
  --red-text: #f25334;
  --blue-text: #014e9e;
  --green-heading: #74be45;
  --blue-bg: #38b6e9;
  --yellow-bg: #eaaa03;
  --red-heading: #bf1f00;
  --blue-heading: #2390ff;
  --light-grey: #555555;
  --yellow-bor: #ffcc00;
  --dip-grey: #333;
}
body {
  font-family: var(--gil-font);
  margin-bottom: 132px;
  position: relative;
}
html,
body,
section {
  overflow-x: clip;
}
html,
body {
  min-height: 100%;
}
i {
  display: inline-block;
}
.header-outr .navbar-brand {
  max-width: 15rem;
}
.book-content-inr h5 {
  font-size: 1rem;
}
.book-content-inr a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--green-color);
}
.book-content-outr i {
  height: 2.065rem;
  width: 2.065rem;
  place-items: center;
  display: grid;
  background: var(--light-yellow);
  border-radius: 50%;
  color: var(--bs-body-bg);
}
.admission-btn {
  background: url("../images/addmission-bg.png") no-repeat;
  background-size: 100% 100%;
  width: auto;
  height: 4.5rem;
  display: grid;
  place-items: center;
  color: var(--bs-body-bg);
  font-size: 1.3rem;
  line-height: 1.4rem;
  padding-inline: 2rem;
  animation-duration: 3s !important;
}
.header-outr .navbar-nav li {
  position: relative;
}
.header-outr .navbar-nav li.nav-item:not(:first-child) {
  margin-inline-start: 4px;
}
.header-outr .navbar-nav li.nav-item:not(:first-child):before {
  content: "|";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: -4.16px;
  transform: translateY(-50%);
}
.header-outr .navbar-nav li:nth-child(1) .nav-link {
  color: var(--red-color);
}
.header-outr .navbar-nav li:nth-child(2) .nav-link {
  color: var(--green-color-two);
}
.header-outr .navbar-nav li:nth-child(3) .nav-link {
  color: var(--blue-color);
}
.header-outr .navbar-nav li:nth-child(4) .nav-link {
  color: var(--yellow-color-two);
}
.header-outr .navbar-nav li:nth-child(5) .nav-link {
  color: var(--grey-color);
}
.header-outr .navbar-nav li .nav-link:hover {
  color: var(--yellow-bor);
}
.header-outr .navbar-nav li {
  position: relative;
}
.header-outr .navbar-nav li:after {
  content: "";
  opacity: 0;
  position: absolute;
  inset-inline: 8px;
  transform: translateX(-100%);
  inset-block-end: 2px;
  height: 2px;
  background: var(--yellow-bor);
  transition: all 0.5s ease-in-out 0s;
}
.navbar-nav li:hover::after {
  display: block;
  inset-inline: 8px;
  opacity: 1;
  transform: translateX(0%);
}
.navbar-nav li.active::after {
  display: block;
  inset-inline: 8px;
  opacity: 1;
  transform: translateX(0%);
}

.swiper-banner .swiper-slide {
  aspect-ratio: 2.65 / 1;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slider-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 10;
}
.slider-text .container {
  max-width: 1320px;
}
.slider-img {
  aspect-ratio: 2.5 / 1;
  overflow-x: clip;
}
.slider-text-inner h2,
.slider-text-inner h3,
.slider-text-inner h4 {
  color: var(--bs-body-bg);
}
.slider-btn {
  background: var(--light-yellow);
  padding-inline: 2.5rem;
  font-size: 1.5rem;
}
.slider-outer {
  position: relative;
}
/*.slider-outer:before {
  content: "";
  background: url("../images/menu-bg.png") repeat-x left top;
  width: 100%;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.slider-outer:after {
  content: "";
  background: url("../images/menu-bg-two.png") repeat-x left top;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}*/
.welcome-txt-col h3 {
  font-family: var(--heading-font-two);
}
@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}
.slider-text-inner h2 {
  font-size: calc(clamp(1.875rem, 2.813vw + 1.313rem, 4.688rem));
  line-height: 0.8;
}
.slider-text-inner h3 {
  font-size: calc(clamp(1.25rem, 1.563vw + 0.938rem, 2.813rem));
}
.slider-text-inner h4 {
  font-size: calc(clamp(1.125rem, 0.75vw + 0.975rem, 1.875rem));
  margin-bottom: 1.2rem;
}
.home-grid-outr .col-lg-3 {
  padding-right: calc(var(--bs-gutter-x) * 0.85);
  padding-left: calc(var(--bs-gutter-x) * 0.85);
}
.home-box-outr {
  height: 352px;
  background-size: 100% 100%;
  padding-top: 6rem;
}
.home-box-outr h4 {
  max-width: 112px;
  margin: 2rem auto 0;
}
.welcome-txt-col h6 {
  color: var(--red-text);
}
.welcome-txt-col h1 {
  color: var(--blue-text);
}
.welcome-txt-col p {
  font-size: 17px;
  line-height: 1.5;
}
.welcome-sec-outr {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbfbfb+0,ffffff+5,ffffff+100 */
  background: linear-gradient(
    to bottom,
    rgba(251, 251, 251, 1) 0%,
    rgba(255, 255, 255, 1) 5%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sec-heading-white {
  color: var(--bs-body-bg);
}
.benifits-children-outr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: repeat;
  animation: cloudMove 80s linear 0s infinite;
  opacity: 0.3;
}
@keyframes cloudMove {
  0% {
    background-position: 100% -725px;
  }
  100% {
    background-position: 100% 0;
  }
}
.benifits-children-sec-outr {
  background: #9dd0c9;
  position: relative;
}
.benifits-children-sec-outr {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50% 100%;
}

.benifits-children-sec-outr .container {
  position: relative;
  z-index: 9;
}
.benifits-img-outr {
  margin-right: -30px;
}
.program-outr {
  background: #b5e896;
}
.programming-box-outr {
  background: var(--bs-body-bg);
  border-radius: 50px;
  position: relative;
  margin-top: 120px;
  padding: 150px 3rem 3rem;
  height: calc(100% - 120px);
}
.programming-box-content h4 {
  text-align: center;
}
.programming-box-content h6 {
  text-align: center;
}
.programming-box-content h4 {
  color: var(--red-text);
}
.programming-box-content ul li {
  position: relative;
  padding-left: 35px;
  font-size: 17px;
}
.programming-box-content ul li:before {
  font-family: "FontAwesome";
  content: "\f061";
  font-size: 0.6rem;
  background: var(--red-text);
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: var(--bs-body-bg);
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 2px;
}
.programming-box-img {
  position: absolute;
  inset-block-start: -105px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  border: 10px solid #c0e6a9;
  border-radius: 50%;
}
.programming-box-content ul li:not(:first-child) {
  margin-block-start: 1rem;
}
.programming-box-content ul {
  margin-top: 0.8rem;
}
.programming-box-content ul li label {
  color: var(--red-text);
}
.program-outr {
  background-repeat: repeat;
}
.green-heading h2 {
  color: var(--green-heading);
}
.why-icon {
  height: 224px;
  width: 224px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.why-choose-grid-outr .col-lg-2:nth-child(1) .why-icon {
  background: var(--red-text);
}
.why-choose-grid-outr .col-lg-2:nth-child(2) .why-icon {
  background: var(--blue-bg);
}
.why-choose-grid-outr .col-lg-2:nth-child(3) .why-icon {
  background: var(--green-heading);
}
.why-choose-grid-outr .col-lg-2:nth-child(4) .why-icon {
  background: var(--yellow-bg);
}
.why-choose-grid-outr .col-lg-2:nth-child(5) .why-icon {
  background: var(--red-color);
}
.benifits-content-col h2 {
  color: var(--red-heading);
  font-family: var(--heading-font);
}
.benifits-box p {
  margin-bottom: 0px;
}
.benifits-box h3 {
  color: var(--red-heading);
  font-family: var(--heading-font-two);
}
.benifits-img-col img {
  height: 100%;
  max-height: 572px;
  object-fit: cover;
  width: 100%;
}
.sec-heading-blue h2 {
  color: var(--blue-heading);
}
.testimonial-swiper .swiper-pagination {
  position: relative;
  bottom: 0px;
  margin-top: 1rem;
}
.testimonial-swiper .swiper-slide {
  text-align: center;
}
.testimonial-slider-text p {
  color: var(--light-grey);
  font-size: 1.1rem;
}
.testimonial-slider-text {
  max-width: 1035px;
  margin: 0 auto;
  padding-block-end: 2px;
  margin-block-end: 2rem;
  position: relative;
}
.testimonial-slider-heading h4 {
  font-family: var(--heading-font-two);
  font-size: 1.75rem;
}
.testimonial-slider-text:before {
  content: "";
  background: var(--blue-heading);
  width: 499px;
  height: 3px;
  position: absolute;
  inset-block-end: -3px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.testimonial-swiper .swiper-pagination-bullet {
  background: var(--yellow-bor);
  opacity: 1;
  height: 20px;
  width: 20px;
}
.testimonial-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--blue-heading);
}
.book-sec-outr {
  height: 531px;
  background-size: cover;
  max-width: 1460px;
  margin: 0 auto;
  text-align: center;
  padding-inline-end: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 80px;
}
.book-sec-outr h4 {
  color: var(--bs-body-bg);
}
.book-sec-outr h3 {
  color: var(--bs-body-bg);
}
.book-sec-outr a {
  color: var(--bs-body-bg);
}
.book-sec-outr a:hover {
  color: var(--yellow-bor);
}
.book-sec-inr h4 {
  font-size: calc(1.8rem + 1vw);
}
.book-sec-inr h4 span {
  font-size: calc(2rem + 1vw);
  display: block;
}
.book-sec-inr h3 {
  font-size: calc(2rem + 1.5vw);
  font-family: var(--heading-font);
}
.book-sec-inr a h2 {
  font-size: calc(3rem + 1.5vw);
}
footer {
  position: absolute;
  width: 100%;
  bottom: -110px;
  box-sizing: border-box;
  height: 132px;
  z-index: 9;
}
.footr-inr {
  height: 100%;
  margin-block-start: 21px;
  background: #333;
}

.footr-mnu li a {
  color: var(--bs-body-bg);
  font-size: 1.5rem;
}
.footr-mnu li a:hover {
  color: var(--yellow-bor);
}
.footr-mnu li.active a {
  color: var(--yellow-bor);
}
.footr-mnu li:not(:last-child) {
  margin-right: 2.5rem;
}
.footr-mnu li {
  position: relative;
}
.footr-mnu li:not(:last-child)::before {
  content: "|";
  color: var(--bs-body-bg);
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: -23px;
  transform: translateY(-50%);
}
.footr-social-mnu li a {
  height: 2.25rem;
  width: 2.25rem;
  display: grid;
  place-items: center;
  color: var(--bs-body-bg);
  border: 1px solid var(--bs-body-bg);
  border-radius: 50%;
}
.footr-social-mnu li a:hover {
  border-color: var(--yellow-bor);
  color: var(--yellow-bor);
}
.footr-social-mnu li:not(:first-child) {
  margin-left: 0.8rem;
}
.copyright-text p {
  color: var(--bs-body-bg);
  font-size: 17px;
}
.copyright-text {
  margin-left: 1rem;
}
.banner-pic-outr {
  aspect-ratio: 3 / 1;
}
.banner-pic-outr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header-outr h1 {
  color: var(--bs-body-bg);
  font-weight: 900;
  font-family: var(--heading-font);
}
.about-img-red {
  background: var(--red-text);
}
.about-img-blue {
  background: var(--blue-heading);
}
.about-sec-outr .img-two {
  margin-block-start: -200px;
}
.about-img-yellow {
  background: var(--yellow-bor);
}
.team-item .team-text {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
  border: 8px solid var(--yellow-bor);
  border-radius: 250px;
  transition: 0.5s;
}
.team-item .btn-primary {
  background-color: var(--blue-heading);
  border-color: var(--blue-heading);
}
.team-item .btn-square {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.team-item .btn-primary:hover {
  background: var(--red-text);
  border-color: var(--red-text);
}
.sec-heading-yellow h2 {
  color: var(--yellow-bor);
}
.get-icon i {
  width: 75px;
  height: 75px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: var(--red-text);
  border: 2px solid var(--red-text);
}
.get-touch-outr a {
  color: var(--bs-heading-color);
}
.get-touch-outr a:hover {
  color: var(--yellow-bor);
}
.feedback-form-outr .form-control {
  border: 0 none;
}
.feedback-form-outr textarea {
  resize: none;
}
.feedback-form-outr label {
  font-size: 1.2rem;
  color: #000;
}
.activities-banner-outr:after {
  background: none;
}
.activities-sec-outr {
  margin-block-start: -30px;
}
.activities-sec-outr .text-warning {
  color: var(--yellow-color-two) !important;
}
.activities-sec-outr .border-warning {
  border-color: var(--yellow-color-two) !important;
}
.slider-btn:hover {
  background: var(--red-color);
  color: var(--bs-body-bg);
}
.admission-btn:hover {
  color: var(--yellow-bor);
}
.dropdown-toggle::after {
  border: 0 none;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--yellow-bor);
}
.about-img-col .col-md-6.img-two {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}
.about-img-red.w-75 {
  width: 100% !important;
  max-width: 415px;
}
.vision-grid-outr {
  background-repeat: no-repeat;
  background-size: cover;
}
.vision-icon img {
  width: 100px;
}
.text-justify {
  text-align: justify !important;
}
.vission-col-outr h3 {
  font-family: var(--heading-font-two);
}
.vission-col-outr {
  font-size: 17px;
}
.vision-grid-outr .col-lg-4 {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}
.vision-grid-outr .row {
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}
.vission-col-outr .text-justify {
  text-align: center !important;
}
.get-col-outr h3 {
  color: var(--red-text);
  font-family: var(--heading-font-two);
}
.product {
  margin: auto;
  padding: 1.5em;

  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  height: 100%;
  font-size: 17px;
}

/* ----- Photo Section ----- */
.product__photo {
  position: relative;
}

.photo-container {
  position: absolute;
  left: -2.5em;
  display: grid;
  grid-template-rows: 1fr;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  box-shadow: 4px 4px 25px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;

  top: 50%;
  transform: translateY(-50%);
}

.photo-main {
  border-radius: 10px;
  background-color: #9be010;
  background: rgba(255, 255, 255, 0.5);
  padding: 7px;
}
.photo-main::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--orange-btn);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  mix-blend-mode: multiply;
}
.photo-main .controls {
  display: flex;
  justify-content: space-between;
  padding: 0.8em;
  color: #fff;
}
.photo-main .controls i {
  cursor: pointer;
}

.photo-album {
  padding: 0.7em 1em;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
}
.photo-album ul {
  display: flex;
  justify-content: space-around;
}
.photo-album li {
  float: left;
  width: 55px;
  height: 55px;
  padding: 7px;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
}
.product__info {
  color: var(--bs-body-bg);
}
.title h4 {
  font-family: var(--heading-font-two);
}

/* ----- Informations Section ----- */
.product__info {
  text-align: justify;
}

.title h1 {
  margin-bottom: 0.1em;
  color: #4c4c4c;
  font-size: 1.5em;
  font-weight: 900;
}
.title span {
  font-size: 0.7em;
  color: #a6a6a6;
}

.price {
  margin: 1.5em 0;
  color: #ff3f40;
  font-size: 1.2em;
}
.price span {
  padding-left: 0.15em;
  font-size: 2.9em;
}

.variant {
  overflow: auto;
}
.variant h3 {
  margin-bottom: 1.1em;
}
.variant li {
  float: left;
  width: 35px;
  height: 35px;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.variant li:first-child,
.variant li:hover {
  border: 1px solid #a6a6a6;
}
.variant li:not(:first-child) {
  margin-left: 0.1em;
}

.description {
  clear: left;
  margin: 2em 0;
}
.description h3 {
  margin-bottom: 1em;
}
.description ul {
  font-size: 0.8em;
  list-style: disc;
  margin-left: 1em;
}
.description li {
  text-indent: -0.6em;
  margin-bottom: 0.5em;
}

.buy--btn {
  padding: 1.5em 3.1em;
  border: none;
  border-radius: 7px;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #fff;
  background-color: #ff3f40;
  box-shadow: 2px 2px 25px -7px #4c4c4c;
  cursor: pointer;
}
.buy--btn:active {
  transform: scale(0.97);
}
.card-grid-sec-outr {
  background: #2390ff;
}
.card-grid-sec-outr .product {
  overflow: visible;
}
.product-grid.d-flex {
  gap: 2rem;
}
.photo-main img {
  height: 150px;
}
.welcome-txt-col h1 {
  font-family: var(--heading-font);
}
.sec-heading h2 {
  font-family: var(--heading-font);
}

.card-grid-sec-outr .container {
  position: relative;
  z-index: 9;
}
.why-choose-grid-outr h6 {
  font-size: 17px;
}
.benifits-box p {
  font-size: 17px;
}
.foote-bottom-innr .d-flex ul {
  margin-block-end: 0px;
}
.foote-bottom-innr .d-flex p {
  margin-block-end: 0px;
}
.about-img-col .p-3 {
  padding: 0.5rem !important;
}
.vission-col-outr h3 {
  font-family: var(--heading-font);
}
@media (min-width: 1200px) {
  .vission-col-outr h3 {
    font-size: 2rem;
  }
  .title h4 {
    font-size: 2rem;
  }
  .title h5 {
    font-size: 1.5rem;
  }
  .sec-heading h2,
  .benifits-content-col h2 {
    font-size: 2.5rem;
  }
}


.program-card-outr h3 {
  font-family: var(--heading-font-two);
}

.card-header {
  font-family: var(--heading-font-two);

  font-size: 1.75rem;
  background: var(--bs-body-bg);
}
.program-card-outr .card {
  background: transparent;
  border-color: var(--bs-body-bg);
}
.program-card-outr .card-body {
  color: var(--bs-body-bg);
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  border: 1px solid #ddd;
  padding: 0.35em;
}
table tbody tr:nth-child(odd) {
  background: #dbfbff;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
.learning-table-sec-outr table thead tr th:first-child {
  color: #84c728;
}
.learning-table-sec-outr table thead tr th:nth-child(2) {
  color: #ff5200;
}
.learning-table-sec-outr table thead tr th:nth-child(3) {
  color: #7c45c7;
}
.activites-sec-outer {
  background-size: cover;
  background-position: center center;
}
.activites-col-outr {
  max-width: 1000px;
  width: 100%;
}
.activites-col-inr ul li {
  background: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  position: relative;
  width: 40%;
  padding-inline-start: 4rem;
}
.activites-col-inr ul li span {
  background: #f25334;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  inset-block-start: -5px;
  inset-inline-start: 0px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--bs-body-bg);
}
.activites-col-inr ul li {
  margin-block-start: 1.2rem;
}
.activites-col-inr ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.activites-col-inr ul li:nth-child(even) {
  margin-inline-start: 2rem;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
}
.activites-sec-outer .container {
  position: relative;
  z-index: 9;
}
.activites-col-inr h3 {
  color: var(--bs-body-bg);
}
.value-grid {
  padding-inline-start: 1rem !important;
}
.value-grid li {
  width: 33.333%;
  flex: 0 0 auto;
}
.card-body .value-grid li {
  width: 100%;
}
.gallery-grid-outr img {
  max-height: 263px;
}
.gallery-grid-outr a {
  display: block;
  text-align: center;
  border: 1px solid #ddd;
}
.gallery-slidr-outr .item a {
  display: block;
  text-align: center;
}
.gallery-slidr-outr .item a img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  display: inline-block !important;
}
.value-row h3 {
  font-family: var(--heading-font);
}
.welcome-txt-col h2 {
  font-family: var(--heading-font);
  color: var(--blue-color);
}
.vission-col-outr h2 {
  font-family: var(--heading-font);
  color: var(--red-text)
}
.aims-text-col h2 {
  font-family: var(--heading-font);
  color: var(--blue-color);
}
.value-text-col ul,
.aims-text-col ul {
  list-style-type: none;
  padding-inline-start: 0px !important;
}
.value-text-col ul li,
.aims-text-col ul li {
  position: relative;
  padding-left: 35px;
}
.value-text-col ul li::before,
.aims-text-col ul li:before {
  font-family: "FontAwesome";
  content: "\f061";
  font-size: 0.6rem;
  background: var(--blue-color);
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: var(--bs-body-bg);
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 2px;
}
.program-card-outr h2 {
  font-family: var(--heading-font);
}
.activites-col-inr h4 {
  color: var(--bs-body-bg);
}
.subheading {
  font-family: var(--heading-font) !important;
}
.activites-col-inr h5 {
  color: var(--bs-body-bg);
}
.program-outr.aims-text-col h2 {
  color: var(--red-text);
}
.program-outr.aims-text-col ul li::before {
  background: var(--bs-body-bg);
  color: var(--red-text);
}
.welcome-txt-col b,
.benifits-box b {
  font-family: var(--gil-font);
  font-weight: 500;
}
.menu-sec-outr {
  width: 100%;
  align-items: center;
}
.admission-mnu.order-lg-2 {
  white-space: nowrap;
}
.header-outr.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  /* color: var(--white); */
  box-shadow: 0px 0px 10px #999;
  animation: smoothScroll 2s forwards;
  -webkit-animation: smoothScroll 2s forwards;
  -moz-animation: smoothScroll 2s forwards;
}
@media (min-width: 992px) {
  @keyframes smoothScroll {
    0% {
      transform: translateY(-300px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
.header-outr.fixed .admission-btn {
  height: 3.5rem;
}
.header-outr.fixed .navbar-brand img {
  max-width: 80%;
}
.header-outr.fixed .navbar {
  padding-block: 5px;
}
.navbar-toggler {
  border-color: var(--yellow-bor);
}
.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 204, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) var(--yellow-bor);
}
.navbar .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffcc00'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  opacity: 1;
}
.benifits-img-outr {
  height: 100%;
}
.about-img-red.w-75 img {
  width: 399px;
  height: 399px;
  object-fit: cover;
  object-position: center;
}
.about-img-col .img-two img {
  width: 100%;
  height: 311px;
  object-fit: cover;
}
.footr-mnu {
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.banner-pic-outr .page-header-outr {
  left: 0;
  right: 0;
}
.value-grid li {
  margin-bottom: 10px;
}
.aims-text-col ul li {
  margin-bottom: 10px;
}
.learning-table-sec-outr table td::before {
  text-align: left;
}
.btn:active {
  border-color: transparent !important;
}
.program-outr .card .card-header {
  color: var(--red-text);
}
.programming-box-img img{
	border-radius: 50%;
}
.program-outr .card-body p{
	color: var(--bs-body-color);
}
.program-outr .value-grid li{
	color: var(--bs-body-color);
}
.testimonial-slidr-outr{
	overflow:hidden;
}
.program-outr .sec-heading h2{
	color: var(--red-text);
}
.welcome-txt-col  ul li{
	color: var(--blue-color);
}
.program-card-outr h3, .other-facilities h3{
	color: var(--red-text);
}
.learning-table-sec-outr h3{
	color: var(--blue-color);
}
.card  .card-header{
	color: var(--red-text);
}