/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 24, 2025 */

/* font-family: 'Boston';
font-family: 'futuralight_condensed';
font-family: 'futuraextra_black';
font-family: 'futuraextra_black_italic';
font-family: 'futuraheavy_italic';
font-family: 'futuralight';
font-family: 'futuralight_italic';
font-family: 'Boston';
font-family: 'futuramedium_italic';

font-family: 'Boston';
font-family: 'Boston';
font-family: 'leitura_newsroman_3';
font-family: 'leitura_newsroman_4'; */

@font-face {
    font-family: 'Boston SemiBold It';
    src: url('../fonts/Boston-SemiBoldIt.woff2') format('woff2'),
        url('../fonts/Boston-SemiBoldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Boston Thin It';
    src: url('../fonts/Boston-ThinIt.woff2') format('woff2'),
        url('../fonts/Boston-ThinIt.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Boston';
    src: url('../fonts/Boston-Thin.woff2') format('woff2'),
        url('../fonts/Boston-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston';
    src: url('../fonts/Boston-Regular.woff2') format('woff2'),
        url('../fonts/Boston-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston';
    src: url('../fonts/Boston-Heavy.woff2') format('woff2'),
        url('../fonts/Boston-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston ExtraLight It';
    src: url('../fonts/Boston-ExtraLightIt.woff2') format('woff2'),
        url('../fonts/Boston-ExtraLightIt.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Boston';
    src: url('../fonts/Boston-Light.woff2') format('woff2'),
        url('../fonts/Boston-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston';
    src: url('../fonts/Boston-ExtraLight.woff2') format('woff2'),
        url('../fonts/Boston-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston';
    src: url('../fonts/Boston-SemiBold.woff2') format('woff2'),
        url('../fonts/Boston-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston It';
    src: url('../fonts/Boston-RegularIt.woff2') format('woff2'),
        url('../fonts/Boston-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Boston Heavy It';
    src: url('../fonts/Boston-HeavyIt.woff2') format('woff2'),
        url('../fonts/Boston-HeavyIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Boston Light It';
    src: url('../fonts/Boston-LightIt.woff2') format('woff2'),
        url('../fonts/Boston-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Boston';
    src: url('../fonts/Boston-Bold.woff2') format('woff2'),
        url('../fonts/Boston-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston Bold It';
    src: url('../fonts/Boston-BoldIt.woff2') format('woff2'),
        url('../fonts/Boston-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Boston';
    src: url('../fonts/Boston-Black.woff2') format('woff2'),
        url('../fonts/Boston-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Boston Black It';
    src: url('../fonts/Boston-BlackIt.woff2') format('woff2'),
        url('../fonts/Boston-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}





body {
	font-family: 'Boston';
	font-weight: 500;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Boston';
	 font-weight: 900;
    margin-bottom: 20px;
}

li,
p {
	font-weight: 500;
	font-size: 18px;
	font-family: 'Boston';
	line-height: 1.45;
  color:#2e2b2b;
  margin-bottom: 20px;
}

.line,
.media-img-col,
.school-cat-menu-wrapper a:last-child,
img {
	margin-bottom: 0
}

a {
	font-size: 16px;
	font-weight: 500;
	transition: .5s
}

a:hover {
	transition: .5s
}

img {
	object-fit: cover;
	max-width: 100%
}

a span {
	vertical-align: middle
}

.hero-slide-wrapper .slick-dots li,
.line hr {
	margin: 0
}

h1 {
	font-size: 48px;
	line-height: 54px
}

h2 {
	font-size: 42px;
	line-height: 48px
}

h3 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 30px
}

h4 {
	font-size: 30px;
	line-height: 36px
}

h5 {
	font-size: 26px;
	line-height: 32px
}

h6 {
	font-size: 20px;
	line-height: 26px
}


header{
    padding:20px 40px;
    height: 115px;
    position: absolute;
    top:0;
    z-index:99;
}

.logobox{
    max-width: 180px;
}
.logobox img{
    width:100%;
    height:auto;
}

.banner-section{
    /* background-image: url('../images/banner.jpg'); */
    height: calc(100vh);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-text-wrap{
    position: absolute;
    bottom:50px;
    left:0;
    right:0;
    width:100%;
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.banner-heading h1{
  text-align:center;
  color:#fff;
  letter-spacing:15px;
  font-size:40px;
  text-shadow: 1px 1px 2px #999;
}
.banner-heading{
  position: absolute;
  bottom: 40%;
  left:0;
  right:0;
  text-align: center;
}
.banner-text-wrap h1{
    color:#fff;
}
.banner-text-wrap p{
    color:#fff;
    font-size: 20px;
    line-height: 1.4;
    opacity: .9;
}
.banner-text-wrap a{
    background:#fff;
    color:#29377d;
    text-decoration: none;
    font-weight: 900;
    display: inline-block;
    padding:8px 15px;
    font-size: 14px;
    border:2px solid #fff;
    text-transform: uppercase;
}
.banner-text-wrap a:hover{
  background:none;
  border:2px solid #f6921e;
  color:#fff;
}
.about-section{
    padding:70px 0px 60px;                                                                       
    text-align: center;
    background-image: url('../images/whitelogosection.png');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 70px 0px;
}
.about-section h2{
    color:#29377d;
}
.stat-heading-col h2{
    color:#fff;
    margin-bottom: 10px;
}
.stat-heading-col p{
    color:#fff;
    font-size: 28px;
    margin-bottom: 10px;
}
.stat-col p{
  margin-bottom: 0;
  font-family: 'Boston';
}
.about-content-col{
  max-width: 1150px;
  margin: auto;
}
.about-content-col p{
  font-size: 22px;
}
.stat-section{
    padding:100px 0px;
    background-image: url('../images/stat-banners.jpg');
    /* background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('../images/stat-banners.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.stat-heading-col{
    text-align: center;
    margin-bottom: 60px;
}
.stat-col h3{
    color:#fff;
}
.stat-col p{
    color:#fff;
}
.stat-col{
    text-align: center;
}
.stat-col{
  
}
.number i{
    /* font-size: 120px; */
    font-size: 100px;
    color:#fff;
    font-style: normal;
    line-height: 1.2;
}
.stat-col .number{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}
.number span{
  font-size: 60px;
  color:#fff;
}
.stat-col p{
    font-size:28px;
}


.about-kids-section{
    position: relative;
    padding: 100px 0;
    display: flex;
    align-items: center;
}
.about-kids-left-img-col{
  width: 60%;
  flex-shrink: 0;
}
.about-kids-right-txt-col{
  background-color: rgb(255, 255, 255);
  position: absolute;
  width: 40%;
  right: 0px;
  height: auto;
  padding: 50px 30px;
  display: flex;
  border-top: 5px solid #dbdde0;
  align-items: center;
  margin-right: calc(50% - 660px);
}
.about-kids-right-txt-col p{
  font-size: 22px;
  line-height: 30px;
}
.about-kids-left-img-col img{
  height: 700px !important;
  object-fit: cover;
  width: 100% !important;
  position: relative !important;
}
.about-kids-right-txt-col h2{
  color: #29377d;
  margin-bottom: 10px;
}

.about-kids-right-txt-col a{
  color: #29377d;
  border: 2px solid #29377d;
  text-decoration: none;
  display: inline-block;
  padding:8px 20px;
  font-weight: 700;

}
.about-kids-right-txt-col a:hover{
  background: #29377d;
  color:#fff;
}
.scroll-slide-section-wrapper{
  padding: 0 0 70px;
}

.scroll-slide-section-heading {
  text-align: center;
  margin-bottom: 40px;
  color: #29377d;
}

.scroll-slide-section-wrapper-box {
  width: 100%;
}
.scroll-slide-flex-box {
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding-left: calc(50% - 660px);
}
.scroll-slide-left-box {
  flex-shrink: 0;
  position: sticky;
  top: 15%;
  width: calc(67% - 50px);
  margin-right: 30px;
  height: 550px;
}
.scroll-slide-left-box img {
  width: 100%;
  height: 100%;
  object-position: top;
}
.scroll-slide-section-content {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(180deg,transparent,#000);
  width: 100%;
  padding: 150px 30px 30px;
}
.scroll-slide-buttons-wrapper {
  flex-shrink: 0;
  width: 33%;
}
.scroll-slide-buttons-col {
  width: 100%;
  display: flex;
}
.scroll-slide-button.active, .scroll-slide-button:hover {
  border: 10px solid #29377d;
}
.client-slide-col img {
  height: 100px;
  object-fit: contain;
  width: auto;
  padding: 15px;
  margin: auto;
}
.slick-slide img {
  display: block;
}
.scroll-slide-button {
  width: 50%;
  background: 0 0;
  border: none;
  padding: 0;
  height: 160px;
  transition: .5s;
}
.scroll-slide-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
  object-position: top;
}
.scroll-slide-section-content h2{
  color:#fff;
  font-family: 'Boston';
}
.client-slider-section{
  padding: 0 0 70px;
}
#ssGrade{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  font-family: 'Boston';
}
#ssAbout{
  color: #fff;
  font-family: 'Boston';
}
#ssUrl{
  display: flex;
  align-items: center;
  color: #f1801f;
  text-decoration: none;
  gap:15px;
  font-family: 'Boston';
}
.client-slider-heading{
  text-align: center;
  margin-bottom: 20px;
  color: #29377d;
}

.school-stories-heading-col h2{
  color: #29377d;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  font-size:46px;
}
.school-container-wrap{
  max-width: 1000px;
  margin: auto;
}
.school-stories-top-box img{
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.play-btn-col i{

}
.school-stories-top-box{
  position: relative;
}
.school-stories-top-box{
  /* margin: 0px 20px; */
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
}
 .sstb-img-col img {
  width: 100% ;
  height: 500px ;
  object-fit: cover;
}
.play-btn-col i{
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  transition: 0.5s;
}
.school-stories-bottom-col{
  text-align: center;
  padding: 40px 10px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.school-stories-bottom-col::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 25px 42.2px;
  border-color: transparent transparent #29377d transparent;
  transform: rotate(0deg);
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: auto;
  top: -44px;
  z-index: 1;
}
.cta-section-section{
  background-image: url(../images/blue-logo-section.png);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  /* background: #29377d; */
  padding: 70px 0px;
}
.cta-left-frame{
  /* border: 10px solid #29377d; */
  max-width: 300px;
  /* text-align: center; */
  /* padding: 20px; */
  flex-shrink: 0;
}
.cta-left-frame h3{
  margin-bottom: 20px;
  font-family: 'Boston';
  color: #f6921e;
  line-height: 1.2;
  font-size: 40px;
  text-transform: uppercase;
  text-align: justify;
  margin-bottom: 5px;
}
.school-stories-bottom-col strong{
  font-size: 26px;
  line-height: 28px;
  font-family: 'Boston';
  color: #29377d;
}
.school-stories-bottom-col p{
  font-weight: 600;
  font-size: 16px;
  color: #29377d;
}
.cta-left-board{
  display: flex;
  gap:50px;
  align-items: center;
}
.cta-left-board p{
  color: #fff;
  font-size: 26px;
}
.cta-right-board{
  text-align: right;
  display: flex;
  justify-content: right;
}
.cta-right-board a{
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  gap:10px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.cta-right-board a:hover{
  color:#f6921e;
}
.cta-right-board a i{
  color:#f6921e;
  font-weight: 500;
}
.cta-section-section .row{
  /* align-items: center; */
}
footer{
  padding: 20px 40px;
}
.footer-logo-box img{
  height: 80px;
  width: auto;
  object-fit: contain;
}
.accordion-section{
  padding-bottom: 70px;
}
.acc-left-col h2{
  color:#29377d;
}
.accordion-item{
  border: none;
  border-bottom: 1px solid #ddd;
}
.accordion-button:not(.collapsed){
  background: none;
}

.school-stories-bottom-col{
  border: 10px solid #29377d;
  max-width: 200px;
  margin: auto;
  position: relative;
  top: -50px;
}
.school-stories-section{
  padding-bottom: 70px;
}
.school-stories-bottom-col p{
  margin-bottom: 0;
}
.csw-next, .csw-prev {
  border: none;
  background: 0 0;
  font-size: 25px;
  top: auto;
  color:#29377d;
  position: absolute;
  top:45%;
}
.client-slider-wrapper, .slide-menu-menubox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding:0px 50px;
}
.csw-next{
  right:-50px;
}
.csw-prev{
  left:-50px;
}
.accordion-button:focus{
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
.acc-right-right h4{
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.45;
}
.acc-right-right .accordion-button{
  padding:20px 0;
  color:#29377d;
}
.acc-right-right .accordion-body{
  padding:20px 0 0 0;
  font-family: 'Boston';
}
.acc-right-right .accordion-body p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  /* color: #29377d; */
  font-family: 'Boston';
  margin-bottom: 20px;
}
.acc-right-right .accordion-body{
  font-weight: 400;
  font-size: 18px;
  font-family: 'Boston';
  line-height: 1.45;
  /* color: #29377d; */
}
.school-stories-top-box{
  position: relative;
  cursor: pointer;
}
.sstb-img-col img{
  transition: all .5s;
}
.school-stories-col:hover .sstb-img-col img {
  transform: scale(1.2);
  transition: all .5s;
}
#videoPopupBox{
  display: none;
  padding:50px;
}
.video-popup-wrapper{
  position: fixed;
  background: rgba(0,0,0,0.7);
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index: 999999;
}
.video-popup-inner-box{
  max-width: 800px;
  margin: auto;
  position: relative;
  margin-top: 100px;
}
.video-popup-inner-box iframe{
  width: 100%;
  height: 450px;
}
.video-popup-close-col{
  text-align: right;
}
#closePopup{
  border:none;
  background:none;
  color:#fff;
  font-size: 40px;
  position: relative;
  top: 20px;
  left: 20px;
}
.stat-last-col{
  /* background: #141d33; */
  /* padding: 0px 20px 40px; */
}
.stat-last-col .number span{
  /* color: #29377d; */
}
.stat-last-col .number i{
  /* color: #29377d; */
}
#stat-wrapper{
  align-items: flex-start;
}
.cta-inner-box br{
  display:none;
}
.cta-left-frame p{
  margin-bottom: 0;
}
.popup{

}
.popup .modal-header{
  border:none;
  position: relative;
  padding: 0;
}
.popup .btn-close{
  position: absolute;
  right:-25px;
  background:none;
  top:-25px;
  color:#fff;
  opacity:1;
  font-size:30px;
}
.popup .modal-dialog{
  margin-top: 60px;
}
.popup .modal-content{
  border: none;
}
.popup .modal-body{
  padding:0;
}
.flex-banner-box{
  padding:20px 10px;
  align-items: center;
}
.banner-left-wrap h1 {
  color: #fff;
}
.banner-left-wrap p {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  opacity: .9;
}

.banner-left-wrap a {
  background: #29377d;
  color: #29377d;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
  font-family: 'Boston';
  border: 2px solid #29377d;
  text-transform: uppercase;
}
.banner-left-wrap a:hover {
  background: none;
  border: 2px solid #29377d;
  color: #fff;
}
.auto-height{
  height:auto !important;
}
.quote-wrapper{
  /* background: linear-gradient(
  rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0.5)
), */
background-image: url('../images/stat-banner.jpg');
background-size: cover;
background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  position: relative;
  padding:100px 0px;
}
.quote-wrapper::before {
      /* content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); */
  }
.quote-wrapper p{
  font-size:34px;
  text-align:center;
  color:#fff;
}
.quote-col{
  color:#fff;
  position: relative;
  padding:80px 0px;
}
/* .quote-col::before{
  content: "\f6b0";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 100px;
  position: absolute;
  left:0;
  top:0;
}
.quote-col::after{
  content:"\F6B0";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 100px;
  transform: rotate(180deg);
  position: absolute;
  right:0;
  bottom:0;
} */
.quote-para-col{
  max-width: 1000px;
  margin: auto;
}
.infra-heading-col{
  text-align: center;
}
.infra-heading-col h2{
  color:#29377d;
  margin-bottom: 60px;
}
.infrastructure-wrapper{
  padding:70px 0px;
}
.infra-text-slide-col .row{
  align-items: center;
}
.infra-left-text-col ul li strong{
  color: #29377d;
  font-size:22px;
}
.infra-slider{
  align-items: center;
}
.infra-right-slide-col{
  padding-left:50px;
}
.cta-center-col ul{
  padding:0;
  margin:0;
}
.cta-center-col ul li{
  list-style:none;
  display: flex;
  gap:20px;
}
.cta-center-col ul li span{
  color:#fff;
  font-size: 20px;
  word-wrap: anywhere;
  font-weight: 600;
}
.cta-center-col ul li i{
  color:#f6921e;
  font-size: 20px;
}
.ssbc-1::before{
  border-color: transparent transparent #f6921e transparent;
}
.ssbc-2::before{
  border-color: transparent transparent #c53a85 transparent;
}
.ssbc-3::before{
  border-color: transparent transparent #84c341 transparent;
}




/* Dots container */
.infra-slider .slick-dots {
  bottom: -30px; /* Adjust spacing below slides */
}

/* Each dot */
.infra-slider .slick-dots li button:before {
  font-size: 10px;              /* Dot size */
  color: #29377d;               /* Default color */
  opacity: 0.4;                 /* Slightly faded inactive dots */
  transition: all 0.3s ease;
}

/* Active dot */
.infra-slider .slick-dots li.slick-active button:before {
  color: #29377d;               /* Active color */
  opacity: 1;                   /* Fully visible */
  transform: scale(1.3);        /* Slightly larger */
}

/* Optional — for better alignment and hover effect */
.infra-slider .slick-dots li {
  margin: 0 4px;
}

.infra-slider .slick-dots li button:hover:before {
  opacity: 0.8;
}
.infra-slide img{
  height:450px;
  width:100%;
  object-fit: cover;
}



@media (max-width: 1600px) {

}
@media (max-width: 1440px) {

}
@media (max-width: 1360px) {
  .about-kids-right-txt-col{margin-right: calc(50% - 570px);}
}
@media (max-width: 1199px) {
  .number i{font-size: 80px;}
  .number span{font-size: 40px;}
  .stat-col p{font-size: 20px;}
  .about-kids-right-txt-col {margin-right: calc(50% - 480px);}
}
@media (max-width: 991px) {
  .about-kids-section{flex-direction: column;}
  .about-kids-left-img-col{width: 100%;}
  .about-kids-right-txt-col{width: 100%;position: relative;margin:0;}
  .about-kids-left-img-col img{height: 400px !important;}
  .about-kids-right-txt-col{padding-bottom: 0;}
  .cta-right-board{text-align: unset;justify-content: unset;margin-top: 50px;}
  .video-popup-inner-box{margin-top: 50px;}
  .stat-col{margin-bottom: 30px;}
  .stat-section{padding-bottom: 70px;}
  .banner-left-wrap{margin-bottom: 30px;}
  .infra-right-slide-col{padding-left: 0;}
  .banner-left-wrap h1{font-size: 38px;}
  .cta-left-frame{margin-bottom:60px;  }
  footer{text-align:center;}
  .about-section{background:none;}
}
@media (max-width: 767px) {
  .about-content-col p{font-size: 18px;}
  .about-kids-right-txt-col p{font-size: 18px;}
  .acc-left-col h4{text-align: center;}
  .quote-wrapper p{font-size: 24px;}
  .about-kids-right-txt-col{text-align: center;}
  .stat-col{margin-bottom: 30px;}
  .cta-left-board{flex-direction: column;text-align: left;align-items:flex-start;}
  .stat-section{padding-bottom: 50px;}
  .cta-right-board{justify-content: left;}
  .cta-right-board a{justify-content: left;}
  .scroll-slide-left-box { height: auto; width: 100%; position: relative;}
  .scroll-slide-buttons-wrapper {height: auto;width: 100%;overflow: unset;}
  .scroll-slide-flex-box {flex-direction: column;position: relative;}
  /* .logobox{margin:auto;} */
  .scroll-slide-section-wrapper {
    overflow: hidden;
  }
  header{width:100%;}
  .scroll-slide-left-box {
    max-width: 90%;
    margin: auto;
  }
  .scroll-slide-buttons-wrapper {
    margin-left: 5%;
    overflow-x: auto;
    display: flex;
  }
  .scroll-slide-buttons-col {
    flex-shrink: 0;
    width: 30%;
    flex-direction: column;
  }
  .scroll-slide-button {
    height: 200px;
    width: 100%;
  }
  .scroll-slide-left-box img{
    height: 400px;
  }
  .banner-section{
    /* height: 400px; */
    padding:0px 20px;
  }
  .banner-heading h1{
    letter-spacing: 5px;
  }
  .banner-text-wrap{
    bottom:5px;
  }
  .about-kids-section{padding-bottom: 50px;}
  .school-stories-section{padding-bottom: 20px;}
  .cta-section-section{background: #29377d;}

}
@media (max-width: 576px) {
  .banner-text-wrap h1{font-size: 42px;line-height: 52px;}
  .csw-next{right:0}
  .csw-prev{left:0}
  .video-popup-inner-box iframe{height: 300px;}
  .scroll-slide-section-content h2 {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .scroll-slide-section-content p {
    margin-bottom: 10px;
  }
  .scroll-slide-left-box {
    max-width: 100%;
  }
  .scroll-slide-buttons-col {
    flex-direction: row;
    width: 50%;
  }
  .scroll-slide-buttons-wrapper {
    margin-left: 0;
  }
  .scroll-slide-button {
    height: 140px;
  }
  .banner-heading h1{
    font-size: 30px;
  }
  .banner-text-wrap{
    padding:0 20px;
    position:relative;
    bottom: 0;
  }
  .banner-heading{
    padding: 0px 20px;
    position:relative;
    bottom: 0;
  }
  .banner-section{
    height: auto;
    padding: 40px 0px;
  }

  header{
    position: relative;
    background: #29377d;
  }
  .logobox img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
.logobox{max-width:100%;}
.cta-right-board{
  margin-top: 20px;
}
.hide-in-mobile{
  display: none;
}
}
@media (max-width: 425px) {
  .scroll-slide-buttons-col,
  .scroll-slide-buttons-wrapper,
  .scroll-slide-left-box,
  .slide-menu-middle-right-col a,
  .students-club-grid a {
    width: 100%;
  }
  .scroll-slide-left-box {
    height: auto;
    margin-right: 0;
  }
  .scroll-slide-flex-box {
    flex-direction: column;
  }
  .scroll-slide-button {
    height: 100px;
  }
  .banner-heading h1{
    font-size:25px;
    line-height: 1.45;
    margin-bottom: 15px;
  margin-top: 30px;
  }

  .banner-section{
    padding:20px 0;
  }
  .banner-text-wrap p{
    font-size:13px;
    line-height: 1.45;
    margin-bottom: 15px;
  }
  .banner-text-wrap a{
    padding: 3px 8px;
  font-size: 10px;
  }
  .banner-text-wrap{
    padding:0;
  }
  .banner-heading{
    padding:0;
  }
}
@media (max-width: 375px) {
.banner-heading h1{
  font-size:20px;

  margin-top: 20px;
    /* 
    margin-top: 15px;
    margin-bottom: 10px; */
  }
  .banner-section{
    padding:0;
  }
  .banner-text-wrap p{
    font-size: 12px;
    margin-bottom: 10px;
  }
}