body.inner-page {
  color: #242424;
}

body.inner-page .header-bground {
  display: block;
  position: fixed;
  width: 100%;
  height: 94px;
  background-color: #fff;
  z-index: 8;
}

body.inner-page .inner-wrapper {
  padding-top: 180px;
}

body.inner-page h1 {
  margin-bottom: 6px;
}

body.inner-page h2 {
  margin-bottom: 15px;
}

body.inner-page header {
  top: 0;
  padding-top: 18px;
  padding-bottom: 15px;
  width: 100%;
  transition: background-color 0.12s;
}

body.inner-page .subheading {
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  body.inner-page .container,
  body.inner-page .container-lg,
  body.inner-page .container-md,
  body.inner-page .container-sm,
  body.inner-page .container-xl,
  body.inner-page .container-fluid {
    max-width: 1170px;
  }
}

.sec-space, .policy-wrap {
  padding-top: 90px;
  padding-bottom: 90px;
}

a.btn,
input.btn,
button.btn {
  background: #DCDCDC;
  font-family: "GardnerSans-Semibold";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  min-width: 100px;
  border: 0;
  transition: all 0.5s;
}

a.btn.focus, a.btn:focus,
input.btn.focus,
input.btn:focus,
button.btn.focus,
button.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

a.btn.disabled,
input.btn.disabled,
button.btn.disabled {
  background-color: #DCDCDC;
  cursor: default;
}

a.btn.btn-small,
input.btn.btn-small,
button.btn.btn-small {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 15px;
}

a.btn.btn-red,
input.btn.btn-red,
button.btn.btn-red {
  color: #fff;
  background-color: #D10027;
}

a.btn.btn-red:hover,
input.btn.btn-red:hover,
button.btn.btn-red:hover {
  background-color: #1A1430;
  color: #fff;
}

/*Main Banner*/
.main-banner {
  text-align: right;
}

.main-banner .banner-in {
  background: 50% 50%/cover no-repeat;
  width: 76.2%;
  display: inline-block;
  position: relative;
  height: 0;
  padding-bottom: 37.7%;
}

.main-banner .banner-in .banner-img {
  position: absolute;
  top: 0;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  clip: rect(0px, 3000px, 2000px, 0px);
  width: 100%;
  overflow: hidden;
  background: 50% 50%/cover no-repeat;
}

.main-banner .banner-text {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  padding-left: 4.16667vw;
  bottom: 0;
  text-align: left;
  padding-bottom: 6.83594vh;
}

.main-banner .banner-text h1 {
  color: #fff;
}

.main-banner .banner-text.navy {
  color: #1A1430;
}

.main-banner .banner-text.navy h1 {
  color: #1A1430;
}

/*Banner below text*/
.banner-below {
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.banner-below .container-below {
  width: 76.2%;
  padding-left: 4.30556vw;
  padding-right: 15px;
}

.banner-below .bb-text {
  position: relative;
  padding-left: 2.5vw;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  min-height: 90px;
}

@media (min-width: 992px) {
  .banner-below .bb-text {
    padding-right: 30px;
  }
}

.banner-below .bb-text:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 90px;
  background-color: #1A1430;
  top: 6px;
}

/*Tabs slider*/
.tab-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  list-style: none;
}

.tab-slider .swiper-wrapper {
  transition: transform 1s ease-in-out;
}

.tabs-wrapper .tabslider {
  border-bottom: 1px solid #F0F0F0;
}

.tabs-wrapper .tabslider .swiper-wrapper .swiper-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.tabs-wrapper .tabslider .swiper-wrapper .tab-title {
  white-space: nowrap;
}

.tabs-wrapper .swiper-container {
  border-bottom: 1px solid #F0F0F0;
}

.tabs-wrapper .swiper-wrapper .swiper-slide {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  height: auto;
}

.tabs-wrapper .swiper-wrapper .swiper-slide a {
  padding-bottom: 23px;
}

.tabs-wrapper .swiper-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tabs-wrapper .swiper-slide {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tabs-wrapper .tab-title {
  color: #1A1430;
  font-family: GardnerSans-Medium;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  opacity: 0.5;
}

.tabs-wrapper .tab-title a {
  display: inline-block;
  color: #1A1430;
  text-decoration: none;
}

.tabs-wrapper .tab-title a:hover {
  text-decoration: none;
}

.tabs-wrapper .four-d-circle {
  opacity: 0.5;
}

.tabs-wrapper .slide-active {
  position: relative;
}

.tabs-wrapper .slide-active:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 4px;
  width: 100%;
  background-color: #1A1430;
  left: 0;
}

.tabs-wrapper .slide-active .tab-title {
  color: #1A1430;
  opacity: 1;
}

.tabs-wrapper .slide-active .tab-title a {
  color: #1A1430;
}

.sticy-lap {
  z-index: 99;
  margin-top: 40px;
}

.equity-tabs {
  padding-top: 20px;
  position: relative;
}

.equity-tabs .tab-slider {
  padding-bottom: 1px;
}

@media (min-width: 992px) {
  .equity-tabs .tabslider .swiper-wrapper.justify-content-center-desktop {
    justify-content: center;
  }
}

.equity-tabs.fixed-sticy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 4;
  padding-top: 97px;
}

.equity-tabs.fixed-sticy.fixed-sticy2 {
  position: static;
}

.four-d .four-d-text {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.four-d .four-d-text h2 {
  color: #1A1430;
}

.four-d .four-d-text h3 {
  color: #D10027;
}

.four-d .four-d-slider .swiper-slide {
  display: none;
}

.four-d .four-d-slider .swiper-slide.activ-frd {
  display: block;
}

.four-d-tabs {
  overflow: hidden;
  position: relative;
}

.four-d-tabs .four-d-circle {
  margin: 0 auto;
  margin-bottom: 65px;
  text-align: center;
  overflow: hidden;
  max-width: 215px;
  height: 215px;
  position: relative;
  background-color: #fff;
}

.four-d-tabs .four-d-circle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0.1;
}

.four-d-tabs .swiper-slide {
  cursor: pointer;
}

.mobile-heading {
  display: none;
}

.four-d-slide-wrap {
  overflow: hidden;
}

.four-d-content {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.four-d-content .swiper-slide {
  background: #fff;
  /*  opacity: 0 !important;
            &.swiper-slide-active {
                opacity: 1!important;
            }
            */
}

/*Digital learning*/
.digi-learning {
  position: relative;
}

.digi-learning .dl-img {
  background: 50% 50%/cover no-repeat;
  height: 0;
  padding-bottom: 92%;
  position: relative;
  overflow: hidden;
}

.digi-learning .dl-content {
  padding-left: 33px;
}

.digi-learning .dl-content strong {
  font-weight: 700;
}

.digi-learning .dl-content a[href^="tel:"] {
  display: inline-block;
  color: #000;
}

.digi-learning .dl-content a[href^="tel:"]:hover {
  text-decoration: none;
}

.digi-learning.portrait .dl-img {
  padding-bottom: 114%;
}

.breadcrumb-wrap {
  background-color: #120D22;
}

.breadcrumb-wrap .breadcrumb {
  background-color: transparent;
  padding: 6px 0;
  margin: 0;
}

.breadcrumb-wrap .breadcrumb span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  font-family: GardnerSans-Medium;
  display: inline-block;
  padding-top: 3px;
}

.breadcrumb-wrap .breadcrumb a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
}

.breadcrumb-wrap .breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-wrap .breadcrumb a:before {
  content: "";
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}

.resp-tab-content {
  position: relative;
}

.tabs-scrbar {
  height: 50vh;
  min-height: 200px;
}

@media (max-width: 767px) {
  .tabs-scrbar {
    height: 35vh;
    max-height: 50vh;
    min-height: 100px;
  }
}

.tabs-scrbar .mCSB_inside > .mCSB_container {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .tabs-scrbar .mCSB_inside > .mCSB_container {
    position: absolute !important;
  }
}

.tabs-scrbar:before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #D3D3D3;
  transform: translateX(-50%);
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.tabs-scrbar p strong {
  font-family: GardnerSans-Medium;
}

.tabs-scrbar p a {
  color: #242424;
}

.tabs-scrbar .mCSB_scrollTools {
  opacity: 1;
  z-index: 2;
}

.tabs-scrbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #1A1430;
}

.tabs-scrbar .mCSB_scrollTools .mCSB_draggerContainer:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #D3D3D3;
  transform: translateX(-50%);
}

.curriculum-wrap .cw-const {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 65px;
}

.curriculum-wrap .cw-const h2 {
  margin-bottom: 0;
}

.curriculum-wrap h2 {
  padding-bottom: 15px;
}

.curriculum-wrap .subheading {
  margin-bottom: 20px;
}

.curriculum-wrap .sbu-head-tabs {
  display: flex;
  width: 100%;
}

.curriculum-wrap .sbu-head-tabs-lft {
  flex: 1 1 457px;
  max-width: 457px;
}

.curriculum-wrap .sbu-head-tabs-rgt {
  flex: 1 1 calc(100% - 457px);
  max-width: calc(100% - 457px);
  padding-left: 30px;
}

.curriculum-wrap .resp-tabs-container {
  flex: 1 1 calc(100% - 457px);
  max-width: calc(100% - 457px);
  padding-left: 30px;
}

.curriculum-wrap .resp-tabs-container h3 {
  padding: 15px 0;
  margin: 0;
  padding-right: 60px;
  color: #D3D3D3;
  background-color: transparent;
  border: 0;
  position: relative;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 34px;
  font-family: GardnerSans-Semibold;
}

.curriculum-wrap .resp-tabs-container h3:after, .curriculum-wrap .resp-tabs-container h3.resp-tab-active:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-radius: 1px;
  border-left: 2px solid #454545;
  border-bottom: 2px solid #454545;
}

.curriculum-wrap .resp-tabs-container h3.resp-tab-active {
  color: #1A1430;
  background-color: transparent;
  border: 0;
  position: relative;
}

.curriculum-wrap .resp-tabs-container h3.resp-tab-active:after {
  transform: translateY(-50%) rotate(135deg);
}

.curriculum-wrap .resp-tabs-list {
  padding: 0;
  flex: 1 1 457px;
  max-width: 457px;
  margin-bottom: 0;
}

.curriculum-wrap .resp-tabs-list .resp-tab-item {
  padding: 10px 0;
  padding-right: 60px;
  display: block;
  color: #D3D3D3;
  background-color: transparent;
  border: 0;
  position: relative;
  font-size: 34px;
  line-height: 46px;
  font-family: GardnerSans-Semibold;
  cursor: pointer;
}

.curriculum-wrap .resp-tabs-list .resp-tab-item:hover, .curriculum-wrap .resp-tabs-list .resp-tab-item:focus {
  border: 0;
}

.curriculum-wrap .resp-tabs-list .resp-tab-item:first-child {
  padding-top: 0;
}

.curriculum-wrap .resp-tabs-list .resp-tab-item.resp-tab-active {
  color: #1A1430;
  background-color: transparent;
  border: 0;
  position: relative;
}

.curriculum-wrap .resp-tabs-list .resp-tab-item.resp-tab-active:after {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 33px;
  background-color: #000;
}

.curriculum-wrap .resp-tabs-list .resp-tab-item.show .nav-link {
  color: #1A1430;
  background-color: transparent;
  border: 0;
}

.early-years-curriculum {
  position: relative;
  overflow: hidden;
}

.early-years-curriculum.eyc-right-img .eyc-content {
  padding-left: 0;
}

.early-years-curriculum.eyc-right-img .eyc-cut-side {
  left: auto;
  right: 0%;
  width: calc(50% - 15px);
  border-bottom: 498px solid #1A1430;
  border-left: 100px solid #fff;
  border-right: 0;
}

.early-years-curriculum .eyc-cut-side {
  position: absolute;
  background: #1A1430;
  content: "";
  position: absolute;
  left: 0%;
  width: calc(50% - 15px);
  height: 498px;
  top: 141px;
  z-index: 0;
  border-bottom: 498px solid #1A1430;
  z-index: 0;
  border-right: 100px solid #fff;
  max-height: 498px;
}

.early-years-curriculum .eyc-img-order {
  align-self: flex-start;
}

.early-years-curriculum .eyc-img {
  position: relative;
  z-index: 1;
  padding-bottom: 131%;
  height: 0;
  background: 50% 50%/cover no-repeat;
  overflow: hidden;
}

.early-years-curriculum .eyc-img img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  right: 0;
  opacity: 0;
}

.early-years-curriculum .eyc-img-wrap {
  z-index: 1;
}

.eyc-content {
  padding-left: 100px;
}

.eyc-content .eyc-content-in {
  max-width: 555px;
  padding-right: 30px;
}

.eyc-content strong {
  font-family: "GardnerSans-Semibold";
}

.eyc-area {
  display: flex;
  position: relative;
  padding-bottom: 30px;
  /* &:before {
        background: $primary;
        content: "";
        position: absolute;
        left: 0;
        width: 70px;
        bottom: 0%;
        height: 3px;
    }*/
}

.eyc-area .eyc-area-left,
.eyc-area .eyc-area-right {
  flex: 1 1 auto;
  padding-right: 10px;
}

.eyc-area strong {
  font-family: "GardnerSans-Semibold";
}

.eyc-area p {
  margin-bottom: 5px;
}

.thomas-outdoor {
  display: flex;
}

.thomas-outdoor .thomas-outdoor-rgt,
.thomas-outdoor .thomas-outdoor-lft {
  flex: 1 1 50%;
  max-width: 50%;
  position: relative;
}

.thomas-outdoor .thomas-outdoor-lft {
  overflow: hidden;
}

.thomas-outdoor .thomas-outdoor-rgt {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
  padding-left: 7%;
}

.thomas-outdoor .to-img {
  width: 100%;
  background: 50% 50%/cover no-repeat;
  height: 100%;
  clip: rect(0px, 2000px, 985px, 0px);
  position: absolute;
  opacity: 0;
}

.thomas-outdoor .to-img img {
  display: none;
}

.thomas-outdoor .to-name {
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  font-family: GardnerSans-Semibold;
  position: relative;
  padding-left: 80px;
  margin-top: 6px;
  display: inline-block;
}

.thomas-outdoor .to-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 70px;
  height: 3px;
  background-color: #D10027;
  transform: translateY(-50%);
}

.testimonial-wrap {
  padding-top: 90px;
  padding-bottom: 90px;
}

.testimonial-wrap .testimonial-inner {
  max-width: 760px;
  margin: 0 auto;
}

.testimonial-inner {
  display: flex;
}

.testimonial-inner .testimonial-icon {
  flex: 1 1 166px;
  max-width: 166px;
  padding-right: 10px;
}

.testimonial-inner .testimonial-text {
  flex: 1 1 calc(100% - 166px);
  max-width: calc(100% - 166px);
  color: #1A1430;
  font-family: GardnerSans-Semibold;
  font-size: 34px;
  line-height: 50px;
  padding-left: 20px;
}

.testimonial-inner .testimonial-text p {
  color: #1A1430;
  font-family: GardnerSans-Semibold;
  font-size: 34px;
  line-height: 50px;
  margin: 0;
}

.testimonial-inner .testimonial-text .testi-name {
  color: #D10027;
  font-family: "GardnerSans-Semibold";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 27px;
  display: block;
  text-transform: uppercase;
}

.relative-links {
  background: #1A1430 url(../images/logo-icon.svg) center no-repeat;
  background-size: 100% 105%;
  padding-top: 68px;
  padding-bottom: 68px;
  position: relative;
  overflow: hidden;
}

.relative-links:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 100%;
  top: 19px;
  transform: translateY(-50%);
  border-top: 40px solid #fff;
  z-index: 0;
  border-left: calc(100vw + 20px) solid #1A1430;
}

.relative-links .rl-lnks {
  padding-top: 25px;
}

.relative-links .rl-lnks a {
  margin-right: 65px;
}

.animate-btn {
  font-family: GardnerSans-Semibold;
  font-size: 22px;
  line-height: 29px;
  position: relative;
  padding-left: 95px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.animate-btn:hover {
  text-decoration: none;
  padding-left: 0px;
  padding-right: 95px;
}

.animate-btn:hover:before {
  width: 0px;
}

.animate-btn:hover:after {
  left: auto;
  right: 0px;
  width: 70px;
}

.animate-btn:before, .animate-btn:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #D10027;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease-in-out;
}

.animate-btn:after {
  left: auto;
  width: 0;
  right: 0;
}

.animate-btn2 {
  font-family: GardnerSans-Semibold;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  padding-left: 95px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #1A1430;
}

.animate-btn2:hover {
  text-decoration: none;
  padding-left: 0px;
  padding-right: 95px;
  color: #1A1430;
}

.animate-btn2:hover:before {
  width: 0px;
}

.animate-btn2:hover:after {
  left: auto;
  right: 0px;
  width: 70px;
}

.animate-btn2:before, .animate-btn2:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #1A1430;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease-in-out;
}

.animate-btn2:after {
  left: auto;
  width: 0;
  right: 0;
}

.animate-btn3 {
  font-family: GardnerSans-Semibold;
  font-size: 20px;
  line-height: 21px;
  position: relative;
  padding-left: 95px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  letter-spacing: 2px;
  color: #1A1430;
}

.animate-btn3:hover {
  text-decoration: none;
  padding-left: 0px;
  padding-right: 95px;
  color: #1A1430;
}

.animate-btn3:hover:before {
  width: 0px;
}

.animate-btn3:hover:after {
  left: auto;
  right: 0px;
  width: 70px;
}

.animate-btn3:before, .animate-btn3:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #1A1430;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease-in-out;
}

.animate-btn3:after {
  left: auto;
  width: 0;
  right: 0;
}

footer {
  background-color: #120D22;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

footer ul li a {
  color: #fff;
}

footer .quick-links {
  font-family: "GardnerSans-Semibold";
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

footer .footer-in {
  display: flex;
}

footer .footer-in .footer-logo {
  flex: 1 1 215px;
  max-width: 215px;
  padding-right: 65px;
}

footer .footer-in .footer-links {
  flex: 1 1 calc(100% - 215px);
  max-width: calc(100% - 215px);
  width: calc(100% - 215px);
}

footer .ftl-wrap {
  display: flex;
}

footer .ftl-wrap .flt-wrap-in {
  flex: 1 1 25%;
  max-width: 25%;
}

footer .footer-pl-mi .footer-plus:before {
  display: none;
}

footer .footer-plus {
  position: absolute;
  right: 15px;
  top: 22px;
  display: none;
}

footer .footer-plus:before, footer .footer-plus:after {
  content: "";
  background: #D10027;
  height: 10px;
  width: 3px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

footer .footer-plus:after {
  transform: translateY(-50%) rotate(90deg);
}

footer .footer-accor > li {
  position: relative;
}

footer .footer-accor > li > a {
  display: block;
  color: #fff;
  font-family: "GardnerSans-Semibold";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 10px;
}

footer .footer-accor > li > a:focus, footer .footer-accor > li > a:hover {
  text-decoration: none;
  color: #D10027;
}

footer .footer-accor > li.menu-item-has-children > a {
  text-decoration: none;
  cursor: default;
}

footer .footer-accor > li.menu-item-has-children > a:focus, footer .footer-accor > li.menu-item-has-children > a:hover {
  text-decoration: none;
  color: #fff;
}

footer .footer-accor > li ul li {
  padding-bottom: 10px;
}

footer .footer-accor > li ul li a:focus, footer .footer-accor > li ul li a:hover {
  text-decoration: none;
  color: #D10027;
}

footer .footer-accor > li:first-child a {
  padding-top: 0;
}

.animate-scale {
  position: relative;
}

.slider-healthy {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.slider-healthy .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  align-self: center;
}

.slider-healthy .sh-square {
  max-width: 34.72222vw;
  max-height: 34.72222vw;
}

.slider-healthy .sh-landscape {
  max-width: 38.61111vw;
  max-height: 25.27778vw;
}

.slider-healthy .sh-portrait {
  max-width: 26.25vw;
  max-height: 35.90278vw;
}

.slider-healthy .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 6px !important;
}

.slider-healthy .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.slider-healthy.swiper-container-horizontal {
  padding-bottom: 45px;
}

.slider-healthy.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 0px;
}

.healthy-slides-wrap {
  display: flex;
  width: 100%;
  clear: both;
  background-color: #1A1430;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  z-index: 0;
}

.healthy-slides-wrap .health-left {
  padding-right: 25px;
}

.healthy-slides-wrap .health-right {
  padding-left: 25px;
}

#scrollup {
  width: 40px;
  position: absolute;
  top: 48px;
  padding-bottom: 5px;
  right: 60px;
  background: url(../images/arrow-up.svg) center 12px no-repeat;
  background-color: #120D22;
  z-index: 1;
  text-transform: uppercase;
  font-family: GardnerSans-Semibold;
  color: #fff;
  font-size: 14px;
  padding-top: 60px;
  text-align: center;
  background-size: 12px;
  cursor: pointer;
}

#scrollup:hover {
  opacity: 1;
}

.middle-banner-wrap.only-img .middle-banner {
  margin-bottom: 0;
}

.middle-banner-wrap .middle-banner {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

.middle-banner-wrap .middle-banner .middle-banner-cover {
  position: absolute;
  background-color: #fff;
  height: 100%;
  top: 0;
  z-index: 1;
  width: 100%;
  transition: all 1s;
}

.middle-banner-wrap .middle-banner .middle-banner-cover.middle-banner-animate {
  height: 0;
}

.middle-banner-wrap .mdl-left {
  padding-right: 25px;
}

.middle-banner-wrap .mdl-right {
  padding-left: 25px;
}

.two-col-wrap .two-banner {
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}

.two-col-wrap .two-banner .two-banner-cover {
  position: absolute;
  background-color: #fff;
  height: 100%;
  top: 0;
  z-index: 1;
  width: 100%;
  transition: all 1s;
}

.two-col-wrap .two-banner .two-banner-cover.two-banner-animate {
  height: 0;
}

.two-col-wrap .mdl-left {
  padding-right: 25px;
}

.two-col-wrap .mdl-right {
  padding-left: 25px;
}

.two-col-wrap.two-col-wrap-video.only-video .two-banner {
  margin-top: 0px;
}

.two-col-wrap-slider .swiper-slide {
  height: auto;
}

.two-col-wrap-slider .two-banner-slider {
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}

.two-col-wrap-slider .two-banner-slider .two-banner-cover {
  position: absolute;
  background-color: #fff;
  height: 100%;
  top: 0;
  z-index: 1;
  width: 100%;
  transition: all 1s;
}

.two-col-wrap-slider .two-banner-slider .two-banner-cover.two-banner-animate {
  height: 0;
}

.two-col-wrap-slider .two-banner-pagination {
  position: relative;
  text-align: right;
}

.two-col-wrap-slider .two-banner-pagination .fac-pagination {
  display: inline-block;
  padding-right: 30px;
  width: auto;
  font-size: 20px;
  color: #1A1430;
  vertical-align: top;
}

.two-col-wrap-slider .two-banner-pagination .client-button-prev,
.two-col-wrap-slider .two-banner-pagination .client-button-next {
  display: inline-block;
  width: 24px;
  height: 30px;
  background: url(../images/right-arrow.svg) center no-repeat;
  background-size: 100%;
  text-indent: -999em;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
}

.two-col-wrap-slider .two-banner-pagination .client-button-prev {
  position: relative;
  background: url(../images/left-arrow.svg) center no-repeat;
  margin-right: 10px;
}

.two-col-wrap-slider .tws-wrap {
  padding-top: 0;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 1;
}

.two-col-wrap-slider .tws-wrap-left {
  padding-top: 20px;
  background: #fff;
  height: 100%;
}

.two-col-wrap-slider .tws-left-heading {
  color: #1A1430;
  font-family: "GardnerSans-Semibold";
  font-size: 34px;
  line-height: 50px;
}

.two-col-wrap-slider .tws-left-subheading {
  font-family: GardnerSans-Medium;
  font-size: 26px;
  line-height: 35px;
  color: #1A1430;
}

.grid-wrapper .grid-below-content {
  max-width: 626px;
}

.grid-wrapper .og-expander {
  width: calc(100% - 30px);
  margin: 0 auto;
  left: 15px;
  background-color: #fff;
}

.grid-wrapper .folding-menu {
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.grid-wrapper .folding-menu > li.menu-item {
  padding: 15px;
  display: inline-block;
  width: 25%;
  flex: 1 1 25%;
  max-width: 25%;
}

.grid-wrapper .folding-menu > li.menu-item.active-item > a {
  background-color: #1A1430;
}

.grid-wrapper .folding-menu > li.menu-item.active-item > a:after {
  display: none;
}

.grid-wrapper .folding-menu > li.menu-item.active-item > a span.grid-heading {
  color: #fff;
}

.grid-wrapper .folding-menu > li.menu-item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
}

.grid-wrapper .folding-menu > li.menu-item > a:hover {
  text-decoration: none;
}

.grid-wrapper .folding-menu > li.menu-item > a span.grid-img {
  padding: 10px;
  text-align: center;
  height: 165px;
  display: flex;
  justify-content: center;
}

.grid-wrapper .folding-menu > li.menu-item > a span.grid-img img {
  display: inline-block;
  max-height: 100px;
  align-self: center;
}

.grid-wrapper .folding-menu > li.menu-item > a span.grid-heading {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-family: GardnerSans-Medium;
  color: #1A1430;
  display: flex;
  justify-content: center;
  padding: 10px 25px 20px;
}

.grid-bx-sub {
  color: #D10027;
  font-family: "GardnerSans-Semibold";
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 9px;
}

.grid-bx-title {
  color: #1A1430;
  font-family: GardnerSans-Semibold;
  font-size: 22px;
  line-height: 30px;
  display: block;
  padding-bottom: 3px;
}

.grid-bx {
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 15px;
  padding-bottom: 18px;
}

.grid-bx.grid-disabled {
  cursor: default;
}

.grid-bx.grid-disabled .grid-bx-sub,
.grid-bx.grid-disabled .grid-bx-title,
.grid-bx.grid-disabled .animate-btn2 {
  color: #B6B6B6;
}

.grid-bx.grid-disabled .animate-btn2:before {
  background-color: #B6B6B6;
}

.grid-bx.grid-disabled:hover .animate-btn2 {
  padding-left: 95px;
  padding-right: 0px;
  color: #B6B6B6;
}

.grid-bx.grid-disabled:hover .animate-btn2:before {
  width: 70px;
  background-color: #B6B6B6;
}

.grid-bx.grid-disabled:hover .animate-btn2:after {
  background-color: #B6B6B6;
  left: 0;
  right: 0px;
  width: 0px;
}

.grid-bx:hover {
  text-decoration: none;
}

.grid-bx:hover .grid-bx-sub,
.grid-bx:hover .grid-bx-title {
  text-decoration: none;
}

.grid-bx:hover .animate-btn2 {
  text-decoration: none;
  padding-left: 0px;
  padding-right: 95px;
  color: #1A1430;
}

.grid-bx:hover .animate-btn2:before {
  width: 0px;
}

.grid-bx:hover .animate-btn2:after {
  left: auto;
  right: 0px;
  width: 70px;
}

.grid-content-wrapper {
  position: relative;
  padding-left: 30px;
}

.grid-content-wrapper .og-close {
  right: 0;
  width: 25px;
  height: 26px;
  cursor: pointer;
  top: 7px;
}

.grid-content-wrapper h3 {
  color: #1A1430;
  padding-bottom: 10px;
}

.grid-content-wrapper .grid-expander {
  display: flex;
}

.grid-content-wrapper .ge-left {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 45px;
}

.grid-content-wrapper .ge-right {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}

.grid-content-wrapper .grid-bx {
  -ms-flex: 0 0 calc(50% - 35px);
  flex: 0 0 calc(50% - 3px);
  max-width: calc(50% - 35px);
  margin-left: 5px;
  margin-right: 5px;
  width: 50%;
  margin-bottom: 60px;
}

.grid-content-wrapper .grid-bx:nth-child(odd) {
  margin-right: 30px;
}

.grid-content-wrapper .grid-bx:nth-child(even) {
  margin-left: 30px;
}

.alumni-wrap {
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 60px;
}

.alumni-wrap .alumni-inner {
  text-align: center;
  max-width: 749px;
  margin: 0 auto;
}

.alumni-wrap .alumni-inner h2 {
  color: #1A1430;
}

.alumni-wrap .alumni-inner a {
  font-family: GardnerSans-Medium;
  color: #000;
  white-space: nowrap;
}

.term-dts-wrap .term-dts-in {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.term-dts-wrap .term-dts-in h2 {
  color: #1A1430;
}

.terms-year-slider-wrap {
  overflow: hidden;
  height: 65px;
  margin-bottom: 66px;
}

.terms-year-slider {
  text-align: center;
  padding-bottom: 66px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  justify-content: center;
  padding-left: 0;
}

.terms-year-slider li {
  display: inline-block;
}

.terms-year-slider .year-num {
  background-color: #F6F6F6;
  border-radius: 6px;
  font-family: GardnerSans-Medium;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  width: 235px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1A1430;
  transition: all 0.4s;
}

.terms-year-slider .year-num:hover {
  background-color: #F0F0F0;
  text-decoration: none;
}

.terms-year-slider .year-num.active-num {
  background-color: #1A1430;
  color: #fff;
}

.terms-bxs {
  text-align: center;
}

.terms-bxs span {
  color: #D10027;
  font-family: "GardnerSans-Semibold";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}

.terms-bxs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.terms-bxs ul li {
  padding-bottom: 20px;
  letter-spacing: 0;
  line-height: 22px;
  color: #1A1430;
  font-size: 16px;
  font-family: 'Palanquin', sans-serif;
}

.terms-bxs ul li strong,
.terms-bxs ul li b {
  display: block;
  font-weight: 700;
}

.terms-year-content {
  overflow: hidden;
}

.terms-year-content .swiper-slide {
  border-left: 1px solid #1A1430;
  height: auto;
}

.terms-year-content .swiper-slide-active {
  border-left: 0px solid #1A1430;
}

.terms-year-content .swiper-pagination {
  opacity: 0;
}

.terms-year-content .swiper-pagination-bullet {
  background: #D3D3D3;
  opacity: 1;
  margin: 0 6px !important;
}

.terms-year-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}

.hsi-col-cover {
  position: relative;
}

.history-img {
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}

.history-img .hst-cover {
  position: absolute;
  background-color: #fff;
  height: 100%;
  top: 0;
  z-index: 1;
  width: 100%;
  transition: all 1s;
}

.history-img .hst-cover.hst-cover-animate {
  height: 0;
}

.history-img img {
  transition: all 0.2s;
}

.history-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.history-dots.history-dot-active {
  position: fixed;
  z-index: 9;
  opacity: 1;
}

.history-dots.history-dot-active.history-dots2 {
  position: absolute;
}

.history-dots .history-dots-in {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  color: transparent;
  position: relative;
}

.history-dots .mgic-ln {
  position: absolute;
  top: 0;
  background-color: #D10027;
  height: 10px;
  width: 10px;
  z-index: 1;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 10px;
}

.history-dots .mgic-ln.mgic-in-active {
  height: 40px;
}

.history-dots li {
  width: 20px;
  height: 30px;
  position: relative;
}

.history-dots li a {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #EEEDEE;
  border-radius: 50%;
  text-indent: -9999em;
}

.history-dots li a.active-bls {
  background-color: transparent;
}

.history-fix-number {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transition: all 0.9s, opacity 0s;
  opacity: 0;
}

.history-fix-number.history-fix-number-active {
  position: fixed;
  opacity: 1;
}

.history-fix-number.history-fix-number-active.history-fix-number2 {
  position: absolute;
}

.history-fix-number.hfn-animate {
  top: 53%;
}

.history-fix-number.hfn-animate2 {
  top: 47%;
}

.history-col-wrap {
  width: 100%;
}

.history-content {
  min-height: 200px;
  padding-bottom: 45px;
  position: relative;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.875em;
  font-size: 1em;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .history-content {
    font-size: 0.9375em;
    line-height: 24px;
  }
}

.history-content:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #1A1430;
  bottom: 0;
}

.history-row {
  z-index: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: auto;
  padding-bottom: 150px;
  padding-top: 80px;
}

.history-row .history-find-nmb {
  display: flex;
  width: calc(50% - 83px);
  z-index: 10;
  margin-top: -300px;
  max-width: 458px;
  position: relative;
}

.history-row .history-find-nmb:nth-child(even) {
  align-self: flex-end;
}

.history-row .history-find-nmb:nth-child(odd):last-child {
  margin-bottom: -150px;
}

.history-row .history-find-nmb:first-child {
  margin-top: 0;
}

.history-row .his-nmb {
  color: #D10027;
  font-family: "GardnerSans-Semibold";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 27px;
  display: block;
  padding-top: 21px;
}

.tdt-sliders-wrap .tdt-sliders {
  z-index: 0;
  position: relative;
}

.tdt-sliders-wrap .tdt-sliders.act-tb, .tdt-sliders-wrap .tdt-sliders.act-tb:first-child {
  opacity: 1;
  z-index: 1;
}

/*Styling Selectbox*/
.adm-drp-wrper {
  padding-top: 28px;
  padding-bottom: 30px;
}

.adm-drp-wrper.adm-dsb-top-grey .adm-dropdown .adm-select {
  background-color: #DCDCDC;
}

.adm-drp-wrper.adm-dsb-top-grey .adm-dropdown .adm-select span {
  background-color: #F7F7F7;
  color: #120D22;
}

.adm-drp-wrper.adm-dsb-top-grey .adm-dropdown .adm-select:after {
  border-color: #1A1430;
}

.adm-drp-wrper.adm-dsb-top-grey .adm-dropdown .adm-dropdown-menu-wrpper {
  background-color: #dcdcdc;
}

.adm-drp-wrper.adm-dsb-top-grey .adm-dropdown .adm-dropdown-menu li {
  color: #120D22;
}

.adm-drp-wrper.adm-dsb-top-grey .adm-dropdown .adm-dropdown-menu li:not(.dsb):hover {
  background-color: #fff;
}

.adm-drp-wrper.adm-dsb-top-grey .adm-dropdown .adm-dropdown-sct .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1A1430;
}

.aply-wrapper .aply-in-up {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.aply-wrapper .aply-in-content {
  max-width: 620px;
  margin: 0 auto;
}

.aply-wrapper .aply-in-content h2 {
  color: #1A1430;
}

.aply-wrapper .aply-in-content p {
  margin-bottom: 5px;
}

.aply-wrapper .aply-in-content p strong {
  color: #D10027;
  font-family: "GardnerSans-Semibold";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
  text-transform: uppercase;
}

.adm-btn-wrap {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}

.adm-btn-wrap .btn {
  margin-left: 10px;
}

.adm-rslt-wrap {
  position: relative;
  padding-top: 58px;
  margin-top: 13px;
  margin-bottom: 30px;
}

.adm-rslt-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 360px;
  background-color: #F6F6F6;
  z-index: -1;
  top: 0;
}

.adm-rslt-wrap h3,
.adm-rslt-wrap h4 {
  color: #1A1430;
  text-align: center;
}

.adm-rslt-wrap h3 {
  font-family: "GardnerSans-Semibold";
  font-size: 25px;
}

.adm-rslt-wrap h4 {
  font-family: GardnerSans-Medium;
  font-size: 22px;
}

.adm-rslt-wrap .adm-cover-bx {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 #F6F6F6;
  margin-bottom: 20px;
}

.adm-rslt-wrap .adm-cover-head {
  background: #1A1430;
  color: #fff;
  font-size: 20px;
  font-family: GardnerSans-Medium;
  line-height: 23px;
  text-align: center;
  padding: 13px;
  border-radius: 5px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adm-rslt-wrap .adm-cover-content {
  padding: 20px;
}

.adm-rslt-wrap .adm-cover-content .grid-bx-sub {
  padding-bottom: 2px;
}

.adm-rslt-wrap .adm-sml-content {
  text-align: center;
  font-family: GardnerSans-Medium;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 18px;
}

.adm-rslt-wrap .adm-sml-content p {
  font-size: 14px;
  line-height: 18px;
}

.adm-rslt-wrap .grid-bx {
  display: block;
}

.adm-rslt-wrap .adm-close-wrap {
  position: relative;
  text-align: right;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.adm-rslt-wrap .adm-close-wrap .adm-cls-btn {
  width: 26px;
  height: 26px;
  position: relative;
  display: inline-block;
}

.adm-rslt-wrap .adm-close-wrap .adm-cls-btn:before, .adm-rslt-wrap .adm-close-wrap .adm-cls-btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 12px;
  left: 0;
  background: #1A1430;
  transform: rotate(45deg);
}

.adm-rslt-wrap .adm-close-wrap .adm-cls-btn:after {
  transform: rotate(-45deg);
}

.adm-btm-text {
  font-size: 14px;
  line-height: 25px;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.adm-btm-text p {
  font-size: 14px;
  line-height: 25px;
}

.error-adm-msg {
  padding-bottom: 40px;
  color: #D10027;
  display: none;
}

.error-adm-msg.error-adm-msg-dsp {
  display: block;
}

.adm-notice {
  color: #D10027;
  font-family: "GardnerSans-Semibold";
  text-align: center;
  display: flex;
  min-height: 170px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.adm-dropdown {
  display: inline-block;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #fff;
  text-align: left;
  width: 100px;
  height: 50px;
  margin-left: 10px;
  z-index: 1;
}

.adm-dropdown:first-child {
  margin-left: 0px;
}

.adm-dropdown.adm-dropdown-act {
  z-index: 2;
}

.adm-dropdown.adm-dsb-top .adm-select {
  background-color: #DCDCDC;
}

.adm-dropdown.adm-dsb-top .adm-select span {
  background-color: #F7F7F7;
  color: #120D22;
}

.adm-dropdown.adm-dsb-top .adm-select:after {
  border-color: #1A1430;
}

.adm-dropdown.adm-dsb-top .adm-dropdown-menu-wrpper {
  background-color: #dcdcdc;
}

.adm-dropdown.adm-dsb-top .adm-dropdown-menu li {
  color: #120D22;
}

.adm-dropdown.adm-dsb-top .adm-dropdown-menu li:not(.dsb):hover {
  background-color: #fff;
}

.adm-dropdown.adm-dsb-top .adm-dropdown-sct .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1A1430;
}

.adm-dropdown.drop-error-wrap .adm-error {
  display: block;
}

.adm-dropdown .adm-error {
  background: #D10027 url(../images/exclamation.svg) center center no-repeat;
  background-size: 9px 9px;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 8;
  right: 6px;
  top: -8px;
  border-radius: 50%;
  display: none;
}

.adm-dropdown .adm-select-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.adm-dropdown .adm-select-overlay.adm-slc-ovl {
  z-index: 6;
}

.adm-dropdown .adm-select {
  cursor: pointer;
  display: block;
  padding: 0px;
  color: #fff;
  font-size: 18px;
  font-family: "GardnerSans-Semibold";
  letter-spacing: 0;
  line-height: 30px;
  position: relative;
  background-color: #2B2447;
  border-radius: 5px;
  overflow: hidden;
  z-index: 6;
}

.adm-dropdown .adm-select.active-slc {
  box-shadow: 0 7px 6px 0px rgba(0, 0, 0, 0.2);
}

.adm-dropdown .adm-select:after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 16px;
  right: 9px;
  border-radius: 2px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.adm-dropdown .adm-select span {
  display: block;
  background-color: #120D22;
  padding: 11px 10px 9px;
  width: 70px;
  border-radius: 5px;
  text-align: center;
}

.adm-dropdown .adm-dropdown-menu-wrpper {
  position: absolute;
  display: none;
  z-index: 5;
  width: 100%;
  background-color: #2B2447;
  margin-top: -4px;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.adm-dropdown .adm-dropdown-menu {
  width: 100%;
  margin-top: 1px;
  padding: 0;
  list-style: none;
  padding: 0px 10px 0 0;
  margin: 0;
}

.adm-dropdown .adm-dropdown-menu li {
  padding: 0 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "GardnerSans-Semibold";
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.adm-dropdown .adm-dropdown-menu li:not(.dsb):hover {
  background-color: #19152E;
}

.adm-dropdown .adm-dropdown-menu li.dsb {
  opacity: 0.4;
  cursor: default;
}

.adm-dropdown .adm-dropdown-sct {
  height: 190px;
}

.adm-dropdown .adm-dropdown-sct .mCSB_scrollTools {
  opacity: 1;
}

.adm-dropdown .adm-dropdown-sct .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  margin-left: 2px;
}

.adm-dropdown .adm-dropdown-sct .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.adm-dropdown .adm-dropdown-sct .mCSB_draggerRail {
  display: none;
}

.fees-burri-wrap {
  background-color: #F6F6F6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.fees-burri-wrap .fbw-top {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.fees-burri-wrap .fbw-top .fbw-left,
.fees-burri-wrap .fbw-top .fbw-rgt {
  flex: 1 1 50%;
  max-width: 50%;
}

.fees-burri-wrap .fbw-top .fbw-left {
  color: #1A1430;
  margin: 0 0 0px;
  font-size: 34px;
  line-height: 40px;
  font-family: "GardnerSans-Semibold";
}

.fees-burri-wrap .fbw-top .fbw-rgt {
  text-align: right;
}

.fees-burri-wrap .fbw-list {
  padding: 0;
  margin: 0;
}

.fees-burri-wrap .fbw-list .fbw-single {
  background-color: #fff;
  display: flex;
  padding: 17px 25px;
  margin-bottom: 10px;
  border-radius: 3px;
  align-items: center;
}

.fees-burri-wrap .fbw-list .fbw-single:last-child {
  margin-bottom: 0;
}

.fees-burri-wrap .fbw-list .fbw-single .fbw-in-left {
  flex: 1 1 auto;
  max-width: inherit;
}

.fees-burri-wrap .fbw-list .fbw-single .fbw-in-rgt {
  flex: 1 1 180px;
  max-width: 180px;
}

.policy-wrap .pol-center-wrap {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 50px;
}

.policy-wrap .pol-list {
  padding: 0;
  max-width: 630px;
  margin: 0 auto;
  padding-bottom: 0px;
}

.policy-wrap .pol-list .pol-single {
  background-color: #fff;
  display: flex;
  padding: 10px 0px;
  border-radius: 3px;
  align-items: center;
  border-bottom: 1px solid #D3D3D3;
}

.policy-wrap .pol-list .pol-single:last-child {
  margin-bottom: 0;
}

.policy-wrap .pol-list .pol-single.pol-single-top {
  border: 0;
  padding-bottom: 30px;
}

.policy-wrap .pol-list .pol-single.pol-single-top .pol-in-left {
  font-family: "GardnerSans-Semibold";
  color: #1A1430;
  font-size: 24px;
}

.policy-wrap .pol-list .pol-single.pol-single-top .pol-in-rgt {
  text-indent: 0;
  text-align: center;
  font-family: "GardnerSans-Semibold";
  color: #1A1430;
  font-size: 24px;
  background: transparent;
}

.policy-wrap .pol-list .pol-single.pol-single-top .pol-in-rgt:hover {
  background: transparent;
}

.policy-wrap .pol-list .pol-single .pol-in-left {
  flex: 1 1 auto;
  max-width: inherit;
}

.policy-wrap .pol-list .pol-single .pol-in-rgt {
  flex: 1 1 130px;
  max-width: 130px;
  width: 130px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-indent: -3333em;
  background: url(../images/download-icon.svg) center center no-repeat;
}

.policy-wrap .pol-list .pol-single .pol-in-rgt:hover {
  background: url(../images/download-icon-red.svg) center center no-repeat;
}

.admission-wrap .no-record {
  padding: 100px 15px 50px;
  text-align: center;
  color: #1A1430;
}

.admission-wrap .no-record p {
  font-size: 32px;
  font-weight: bold;
  color: #1A1430;
  font-family: "GardnerSans-Semibold";
}

.cms-wrapper .cms-row {
  z-index: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: auto;
  padding-bottom: 150px;
  padding-top: 80px;
}

.th-text-widget a {
  color: #242424;
  text-decoration: underline;
}

.th-text-widget h4,
.th-text-widget .h4 {
  letter-spacing: 1px;
  font-family: GardnerSans-Semibold;
  line-height: 28px;
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .th-text-widget h4,
  .th-text-widget .h4 {
    font-size: 1.25em;
    line-height: 26px;
  }
}

.th-text-widget h5,
.th-text-widget .h5 {
  letter-spacing: 1px;
  font-family: GardnerSans-Semibold;
  line-height: 24px;
  font-size: 1.25em;
}

@media (max-width: 767px) {
  .th-text-widget h5,
  .th-text-widget .h5 {
    font-size: 1.125em;
    line-height: 24px;
  }
}

.th-text-widget h6,
.th-text-widget .h6 {
  letter-spacing: 1px;
  font-family: GardnerSans-Semibold;
  line-height: 24px;
  font-size: 1.125em;
}

@media (max-width: 767px) {
  .th-text-widget h6,
  .th-text-widget .h6 {
    font-size: 1em;
    line-height: 22px;
  }
}

.th-text-widget li {
  padding-bottom: 5px;
}

.th-text-widget ol {
  padding-inline-start: 36px;
}

.th-text-widget ol li {
  padding-left: 7px;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}

.plyr--video {
  cursor: pointer;
}

.plyr--video.plyr__poster-enabled.plyr--playing .plyr__controls {
  opacity: 0;
  transition: all 0.5s;
}

.plyr--video.plyr__poster-enabled.plyr--playing:hover .plyr__controls {
  opacity: 1;
  background-color: transparent;
  background: rgba(0, 0, 0, 0.25);
}

.plyr--video .vp-target {
  cursor: pointer;
}

.plyr--video .plyr__control--overlaid {
  background-color: transparent;
  border: 2px solid #fff;
}

.plyr--video .plyr__controls {
  background-image: none;
  background-color: transparent;
  opacity: 1;
  transform: translateY(0%);
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 15px;
}

.plyr--video .plyr__controls .plyr__controls__item {
  display: none;
}

.plyr--video .plyr__controls .plyr__controls__item:first-child {
  margin-left: auto;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
}

.plyr--video .plyr__controls .plyr__controls__item:first-child:hover {
  background-color: transparent;
}

.plyr--video .plyr__controls .icon--not-pressed {
  margin-left: 2px;
  margin-right: -2px;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 1;
  pointer-events: none;
  transform: translateY(0%);
}

.search-rsut {
  padding-top: 200px;
  padding-bottom: 90px;
}

.search-rsut .h-readmore {
  padding-top: 20px;
}

.search-rsut h1.search-ttl {
  margin-bottom: 100px;
  font-size: 50px;
}

.search-rsut h1.search-ttl span {
  color: #D10027;
}

.search-rsut .h4 {
  font-family: GardnerSans-Medium;
  margin-bottom: 30px;
}

.srch-rsl-wrap .srch-single {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D3D3D3;
}

.srch-rsl-wrap .srch-single:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #D3D3D3;
}

.srch-rsl-wrap .srch-lft {
  flex: 1 1 300px;
  max-width: 300px;
  width: 100%;
  height: 170px;
  background: 50% 50%/cover no-repeat;
}

.srch-rsl-wrap .srch-rgt {
  flex: 1 1 calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding-left: 35px;
}

.srch-rsl-wrap h3 a {
  color: #1A1430;
}

.srch-rsl-wrap h3 a:hover {
  text-decoration: none;
}

.pagination-wrapper {
  padding-top: 50px;
}

.pagination-wrapper .pagination {
  padding-top: 20px;
  background: transparent;
}

.pagination-wrapper h2 {
  display: none;
}

.pagination-wrapper .nav-links {
  margin: 0 auto;
}

.pagination-wrapper .nav-links a,
.pagination-wrapper .nav-links > span {
  display: inline-block;
  padding: 3px 12px;
  font-size: 22px;
  font-family: GardnerSans-Medium;
  min-width: 24px;
}

.pagination-wrapper .nav-links a {
  color: #1A1430;
}

.pagination-wrapper .nav-links a:hover {
  text-decoration: none;
  color: #D10027;
}

.pagination-wrapper .nav-links span.current {
  opacity: 0.6;
  color: #1A1430;
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .history-dots {
    right: 5px;
  }
}

@media (min-width: 1200px) {
  .four-d-tabs .swiper-wrapper {
    display: flex;
  }
  .four-d-tabs .swiper-wrapper .swiper-slide {
    padding: 0;
    flex: 1 1 20%;
  }
  .four-d-tabs .swiper-wrapper .four-d-circle,
  .four-d-tabs .swiper-wrapper .tab-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .four-d-tabs .swiper-slide-thumb-active {
    position: relative;
  }
  .four-d-tabs .swiper-slide-thumb-active:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 4px;
    width: 100%;
    background-color: #1A1430;
    left: 0;
  }
  .four-d-tabs .swiper-slide-thumb-active .tab-title {
    color: #1A1430;
    opacity: 1;
  }
  .four-d-tabs .swiper-slide-thumb-active .tab-title a {
    color: #1A1430;
  }
  .four-d-tabs .swiper-slide-thumb-active .four-d-circle {
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .four-d-tabs .swiper-slide-active {
    position: relative;
  }
  .four-d-tabs .swiper-slide-active:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 4px;
    width: 100%;
    background-color: #1A1430;
    left: 0;
  }
  .four-d-tabs .swiper-slide-active .tab-title {
    color: #1A1430;
    opacity: 1;
  }
  .four-d-tabs .swiper-slide-active .tab-title a {
    color: #1A1430;
  }
  .four-d-tabs .swiper-slide-active .four-d-circle {
    opacity: 1;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .four-d-tabs .four-d-thumbs.swiper-container {
    margin-left: -140px;
  }
  #scrollup {
    right: 0;
  }
  .history-dots {
    right: 10px;
  }
  .grid-wrapper .folding-menu > li.menu-item {
    width: 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
  .early-years-curriculum .eyc-cut-side {
    height: 365px;
    border-bottom-width: 365px;
    top: 150px;
    border-right-width: 80px;
  }
  .early-years-curriculum.eyc-right-img .eyc-cut-side {
    height: 365px;
    border-bottom-width: 365px;
    border-left-width: 80px;
  }
}

@media (min-width: 768px) {
  .digi-learning .dl-content a[href^="tel:"] {
    pointer-events: none;
  }
  .tws-left-subheading {
    padding-right: 150px;
  }
  footer .ftl-wrap .flt-wrap-in .menu-item-has-children > .sub-menu {
    display: block !important;
  }
  .digi-rgt-img .digi-image-order {
    order: 2;
  }
  .digi-rgt-img .dl-content {
    padding-left: 0;
    padding-right: 33px;
  }
  .early-years-curriculum.eyc-right-img .eyc-img-order {
    order: 2;
  }
  .thomas-outdoor.tom-right-img .thomas-outdoor-lft {
    order: 2;
  }
}

@media (max-width: 991px) {
  .plyr--video.plyr__poster-enabled.plyr--playing .plyr__controls {
    opacity: 1;
    transition: all 0.5s;
    background-color: transparent;
  }
  .plyr--video.plyr__poster-enabled.plyr--playing .plyr__controls:hover {
    background-color: transparent;
  }
  .plyr--video .plyr__controls .plyr__controls__item:first-child {
    margin-top: auto;
    margin-right: 0;
    padding: 5px;
  }
  .adm-rslt-wrap .col-lg-4 .adm-cover-bx {
    margin-bottom: 30px;
  }
  .adm-rslt-wrap .col-lg-4:last-child .adm-cover-bx {
    margin-bottom: 0px;
  }
  .banner-below .container-below {
    width: 100%;
  }
  .history-dots.history-dot-active {
    opacity: 0;
  }
  .grid-content-wrapper .ge-left,
  .grid-content-wrapper .ge-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-content-wrapper .ge-right {
    padding-top: 30px;
  }
  .grid-content-wrapper .grid-expander {
    display: block;
  }
  .middle-banner-wrap .middle-banner {
    margin-bottom: 15px;
  }
  .middle-banner-wrap .mdl-left {
    padding-right: 0px;
  }
  .middle-banner-wrap .mdl-right {
    padding-left: 0px;
  }
  #scrollup {
    width: 34px;
    padding-bottom: 5px;
    right: 10px;
    padding-top: 49px;
    background-size: 10px;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .history-row .history-find-nmb {
    width: calc(50% - 70px);
  }
  .terms-year-slider .year-num {
    border-radius: 6px;
    font-size: 17px;
    line-height: 40px;
    width: 195px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .grid-wrapper .folding-menu > li.menu-item {
    width: 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
  .four-d-tabs .four-d-circle {
    margin-bottom: 30px;
  }
  .eyc-content {
    padding-left: 50px;
  }
  .early-years-curriculum .eyc-cut-side {
    height: 165px;
    border-bottom-width: 245px;
    top: 145px;
    width: calc(50% - 15px);
    border-right-width: 60px;
  }
  .early-years-curriculum.eyc-right-img .eyc-cut-side {
    height: 165px;
    border-bottom-width: 245px;
    border-left-width: 60px;
  }
  body.inner-page .inner-wrapper {
    padding-top: 120px;
  }
  .banner-below .bb-text {
    margin-left: 0;
    padding-left: 40px;
  }
  .main-banner .banner-in {
    width: 100%;
    padding-bottom: 49%;
  }
  .curriculum-right .subheading {
    display: none;
  }
  .curriculum-wrap h2 {
    padding-bottom: 20px;
    text-align: center;
  }
  .curriculum-wrap .subheading {
    text-align: center;
    margin: 0;
  }
  .curriculum-wrap .sbu-head-tabs {
    display: block;
    padding-bottom: 20px;
  }
  .curriculum-wrap .sbu-head-tabs .sbu-head-tabs-lft,
  .curriculum-wrap .sbu-head-tabs .sbu-head-tabs-rgt {
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .curriculum-wrap .sbu-head-tabs .sbu-head-tabs-rgt {
    display: none;
  }
  .curriculum-wrap .resp-tabs-container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .curriculum-wrap .tab-content .card {
    border: 0px solid transparent;
    border-radius: 0;
  }
  .curriculum-wrap .tab-content .card .card-header {
    color: #D3D3D3;
    font-family: GardnerSans-Semibold;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 34px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .curriculum-wrap .tab-content .card .card-header a {
    color: #D3D3D3;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .curriculum-wrap .tab-content .card .card-header [data-toggle="collapse"] {
    color: #1A1430;
  }
  .curriculum-wrap .tab-content .card .card-header [data-toggle="collapse"]:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 12px;
    height: 12px;
    border-radius: 1px;
    border-left: 2px solid #454545;
    border-bottom: 2px solid #454545;
  }
  .curriculum-wrap .tab-content .card .card-header [data-toggle="collapse"].collapsed {
    color: #D3D3D3;
  }
  .curriculum-wrap .tab-content .card .card-header [data-toggle="collapse"].collapsed:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .digi-learning .dl-content {
    padding-left: 0px;
  }
  .tabs-wrapper .swiper-wrapper .swiper-slide {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .thomas-outdoor {
    display: block;
    position: relative;
  }
  .thomas-outdoor:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 175px;
    background: #fff;
    z-index: 0;
    left: 0px;
  }
  .thomas-outdoor .thomas-outdoor-lft {
    flex: 1 1 100%;
    max-width: 100%;
    order: 1;
    height: 317px;
    width: calc(100% - 30px);
    margin-left: 15px;
    position: relative;
  }
  .thomas-outdoor .thomas-outdoor-lft .to-img {
    position: relative;
    z-index: 2;
  }
  .thomas-outdoor .thomas-outdoor-rgt {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .thomas-outdoor .thomas-outdoor-rgt .to-content {
    padding: 30px 15px 40px;
  }
  footer .footer-in {
    display: block;
  }
  footer .footer-in .footer-links {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
  }
  footer .ftl-wrap {
    flex-wrap: wrap;
  }
  footer .ftl-wrap .flt-wrap-in {
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 15px;
  }
  footer .ftl-wrap .flt-wrap-in:last-child {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .pagination-wrapper .nav-links a,
  .pagination-wrapper .nav-links > span {
    padding: 3px 6px;
    font-size: 18px;
  }
  .search-rsut {
    padding-top: 140px;
  }
  .search-rsut h1.search-ttl {
    margin-bottom: 50px;
    font-size: 38px;
  }
  .srch-rsl-wrap .srch-single {
    display: block;
  }
  .srch-rsl-wrap .srch-rgt,
  .srch-rsl-wrap .srch-lft {
    display: block;
    max-width: 100%;
  }
  .srch-rsl-wrap .srch-lft {
    margin-bottom: 30px;
  }
  .srch-rsl-wrap .srch-rgt {
    padding-left: 0;
  }
  .fees-burri-wrap .fbw-list .fbw-single {
    display: block;
  }
  .fees-burri-wrap .fbw-list .fbw-single .fbw-in-left,
  .fees-burri-wrap .fbw-list .fbw-single .fbw-in-rgt {
    display: block;
  }
  .fees-burri-wrap .fbw-list .fbw-single .fbw-in-rgt {
    padding-top: 10px;
    max-width: inherit;
  }
  .two-col-wrap-slider .tws-left-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .two-col-wrap-slider .tws-left-subheading {
    font-size: 20px;
    line-height: 26px;
  }
  .two-col-wrap-slider .tws-wrap {
    display: block;
    position: relative;
    bottom: 0;
    padding-top: 10px;
  }
  .two-col-wrap-slider .tws-wrap .tws-wrap-right {
    text-align: left;
  }
  .two-col-wrap-slider .tws-wrap .tws-wrap-left {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .two-col-wrap-slider .tws-wrap .tws-wrap-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .policy-wrap .pol-center-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .policy-wrap .pol-list .pol-single .pol-in-rgt {
    flex: 1 1 100px;
    max-width: 100px;
    width: 100px;
    background-size: 80% 80%;
  }
  .policy-wrap .pol-list .pol-single.pol-single-top {
    padding-bottom: 10px;
  }
  .policy-wrap .pol-list .pol-single.pol-single-top .pol-in-rgt,
  .policy-wrap .pol-list .pol-single.pol-single-top .pol-in-left {
    font-size: 19px;
  }
  footer .footer-plus {
    display: block;
  }
  footer .ftl-wrap .flt-wrap-in .menu-item-has-children > .sub-menu {
    display: none;
    padding-bottom: 30px;
  }
  footer .footer-accor > li {
    border-bottom: 1px solid #fff;
  }
  footer .footer-accor > li a {
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 17px;
    padding-top: 17px;
    position: relative;
    z-index: 2;
  }
  footer .footer-accor > li:first-child a {
    padding-top: 17px;
  }
  .aply-wrapper .aply-in-content h2 {
    margin-bottom: 5px;
  }
  .fees-burri-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fees-burri-wrap .fbw-top {
    display: block;
  }
  .fees-burri-wrap .fbw-top .fbw-left,
  .fees-burri-wrap .fbw-top .fbw-rgt {
    max-width: inherit;
    text-align: center;
  }
  .fees-burri-wrap .fbw-top .fbw-left {
    margin: 0 0 10px;
  }
  .fees-burri-wrap .fbw-list li {
    display: block;
  }
  .fees-burri-wrap .fbw-list li span,
  .fees-burri-wrap .fbw-list li a {
    display: block;
    width: 100%;
    max-width: inherit;
  }
  .adm-dropdown .adm-select span {
    width: calc(100% - 33px);
  }
  .sticy-lap {
    margin-top: 20px;
  }
  .history-fix-number {
    left: calc(100% - 30px);
  }
  .history-row .history-find-nmb {
    display: flex;
    width: calc(100% - 70px);
    z-index: 10;
    margin-top: 0px;
    max-width: 458px;
  }
  .history-row .history-find-nmb:nth-child(even) {
    align-self: flex-start;
  }
  .terms-year-content {
    padding-bottom: 40px;
  }
  .healthy-slides-wrap .slider-healthy {
    margin-bottom: 60px;
  }
  .healthy-slides-wrap .health-left {
    padding-right: 0;
  }
  .healthy-slides-wrap .health-right {
    padding-left: 0;
  }
  .healthy-slides-wrap .sh-square {
    max-width: 280px;
    max-height: 280px;
  }
  .healthy-slides-wrap .sh-landscape {
    max-width: 300px;
    max-height: 196px;
  }
  .healthy-slides-wrap .sh-portrait {
    max-width: 300px;
    max-height: 410px;
  }
  .terms-year-content .swiper-pagination {
    opacity: 1;
  }
  .terms-year-slider-wrap {
    margin-bottom: 50px;
  }
  .terms-year-slider li {
    width: calc(50% - 5px);
  }
  .terms-year-slider li:first-child .year-num {
    margin-left: 0;
  }
  .terms-year-slider li:last-child .year-num {
    margin-right: 0;
  }
  .terms-year-slider .year-num {
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    display: block;
  }
  .grid-wrapper h2 {
    margin-bottom: 0;
  }
  .grid-wrapper .folding-menu {
    margin-top: 15px;
  }
  .grid-wrapper .folding-menu > li.menu-item {
    width: 50%;
    width: 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .grid-wrapper .folding-menu > li.menu-item > a span.grid-img {
    height: 110px;
  }
  .grid-wrapper .folding-menu > li.menu-item > a span.grid-img img {
    max-width: 60px;
  }
  .grid-wrapper .folding-menu > li.menu-item > a span.grid-heading {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 14px;
  }
  .grid-content-wrapper {
    padding-left: 0;
  }
  .grid-content-wrapper h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .grid-content-wrapper .og-close {
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 0px;
  }
  .grid-content-wrapper .og-close:before, .grid-content-wrapper .og-close:after {
    height: 3px;
  }
  .grid-content-wrapper .grid-bx-sub {
    padding-bottom: 0;
  }
  .grid-content-wrapper .grid-bx-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0;
  }
  .grid-content-wrapper .grid-bx {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 60px;
    padding-bottom: 13px;
    width: 100%;
  }
  .grid-content-wrapper .grid-bx:nth-child(even) {
    margin: 0 0 13px;
  }
  .grid-content-wrapper .grid-bx:nth-child(odd) {
    margin: 0 0 13px;
  }
  body.inner-page .header-bground {
    height: 80px;
  }
  .eyc-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .mobile-heading {
    display: block;
  }
  .digi-learning .dl-img {
    margin-bottom: 30px;
  }
  .sec-space, .policy-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .four-d-content {
    padding-bottom: 0;
  }
  .main-banner .banner-text {
    padding-bottom: 10px;
  }
  .main-banner .banner-text h1 {
    font-size: 2.5em;
    line-height: 44px;
  }
  body.inner-page .inner-wrapper {
    padding-top: 80px;
  }
  body.inner-page header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.inner-page header .logo {
    width: 100px;
    height: 43px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  body.inner-page header .logo {
    background-size: 88px 41px;
  }
}

@media (max-width: 767px) {
  .banner-below {
    padding-bottom: 20px;
  }
  .banner-below .bb-text {
    margin-left: 0;
    padding-left: 0px;
  }
  .banner-below .bb-text:before {
    display: none;
  }
  .equity-tabs.fixed-sticy {
    padding-top: 100px;
  }
  .tabs-wrapper .tab-title {
    font-size: 15px;
    font-family: GardnerSans-Medium;
    letter-spacing: 0.47px;
    line-height: 20px;
    max-width: 150px;
  }
  .tabs-wrapper .swiper-wrapper .swiper-slide a {
    padding-bottom: 10px;
  }
  .tabs-wrapper .slide-active:before {
    bottom: -1px;
    height: 3px;
  }
  .thomas-outdoor .to-content {
    max-width: 304px;
  }
  .main-banner .banner-in {
    width: 100%;
    padding-bottom: 49%;
  }
  .curriculum-right .subheading {
    display: none;
  }
  .four-d .four-d-text {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .four-d-tabs {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .four-d-tabs .four-d-circle {
    margin-bottom: 55px;
  }
  .four-d-tabs.tabs-wrapper .swiper-slide-active:before {
    display: none;
  }
  .four-d-tabs.tabs-wrapper .swiper-container {
    border-bottom: 0px solid #F0F0F0;
  }
  .four-d-tabs.tabs-wrapper .swiper-slide-active {
    position: relative;
  }
  .four-d-tabs.tabs-wrapper .swiper-slide-active:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 4px;
    width: 100%;
    background-color: #1A1430;
    left: 0;
  }
  .four-d-tabs.tabs-wrapper .swiper-slide-active .tab-title {
    color: #1A1430;
    opacity: 1;
  }
  .four-d-tabs.tabs-wrapper .swiper-slide-active .tab-title a {
    color: #1A1430;
  }
  .four-d-tabs.tabs-wrapper .swiper-slide-active .four-d-circle {
    opacity: 1;
  }
  .four-d-tabs.tabs-wrapper .swiper-wrapper {
    border-bottom: 0px solid transparent;
  }
  .four-d-tabs.tabs-wrapper .swiper-pagination.swiper-pagination-bullets {
    bottom: 0;
  }
  .four-d-tabs.tabs-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-left: 6px;
    margin-right: 6px;
    background-color: #B6B6B6;
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.3s;
  }
  .four-d-tabs.tabs-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0;
  }
  .four-d-thumbs .tab-title {
    display: none;
  }
  .adm-btn-wrap {
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .adm-btn-wrap .btn {
    margin: 0;
    width: 100%;
  }
  .adm-dropdown {
    width: calc(33% - 15px);
  }
  .curriculum-wrap .cw-const h2 {
    margin-bottom: 15px;
  }
  .curriculum-wrap h2 {
    padding-bottom: 5px;
    text-align: center;
  }
  .curriculum-wrap .subheading {
    text-align: center;
    margin: 0;
  }
  .curriculum-wrap .sbu-head-tabs {
    display: block;
    padding-bottom: 20px;
  }
  .curriculum-wrap .sbu-head-tabs .sbu-head-tabs-lft,
  .curriculum-wrap .sbu-head-tabs .sbu-head-tabs-rgt {
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .curriculum-wrap .sbu-head-tabs .sbu-head-tabs-rgt {
    display: none;
  }
  .curriculum-wrap .resp-tabs-container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .curriculum-wrap .tab-content .card {
    border: 0px solid transparent;
    border-radius: 0;
  }
  .curriculum-wrap .tab-content .card .card-header {
    color: #D3D3D3;
    font-family: GardnerSans-Semibold;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 34px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .curriculum-wrap .tab-content .card .card-header a {
    color: #D3D3D3;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .curriculum-wrap .tab-content .card .card-header [data-toggle="collapse"] {
    color: #1A1430;
  }
  .curriculum-wrap .tab-content .card .card-header [data-toggle="collapse"]:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 12px;
    height: 12px;
    border-radius: 1px;
    border-left: 2px solid #454545;
    border-bottom: 2px solid #454545;
  }
  .curriculum-wrap .tab-content .card .card-header [data-toggle="collapse"].collapsed {
    color: #D3D3D3;
  }
  .curriculum-wrap .tab-content .card .card-header [data-toggle="collapse"].collapsed:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .digi-learning .dl-content {
    padding-left: 0px;
  }
  .tabs-wrapper .swiper-wrapper .swiper-slide {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .tabs-wrapper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 50px;
  }
  .tabs-wrapper .tabslider .swiper-wrapper .swiper-slide {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tabs-wrapper .tabslider .swiper-wrapper .swiper-slide:first-child {
    margin-left: 40px;
  }
  .tabs-wrapper .tabslider .swiper-wrapper .swiper-slide:last-child {
    margin-right: 80px;
  }
  .tabs-wrapper .tabslider .swiper-wrapper .swiper-slide .tab-title {
    max-width: inherit;
  }
  .four-d-tabs.tabs-wrapper .swiper-wrapper .swiper-slide {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
  .four-d-tabs.tabs-wrapper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0px;
  }
  .tab-slider {
    position: relative;
  }
  .tab-slider:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 30px;
    z-index: 99;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 79%, white 80%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 79%, white 80%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 79%, white 80%);
  }
  .tab-slider:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 30px;
    z-index: 99;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .thomas-outdoor {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .thomas-outdoor:before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 175px;
    background: #fff;
    z-index: 0;
    left: -15px;
  }
  .thomas-outdoor .thomas-outdoor-lft {
    flex: 1 1 100%;
    max-width: 100%;
    order: 1;
    height: 317px;
    width: calc(100% - 30px);
    margin-left: 15px;
    position: relative;
  }
  .thomas-outdoor .thomas-outdoor-lft .to-img {
    position: relative;
    z-index: 2;
  }
  .thomas-outdoor .thomas-outdoor-rgt {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .thomas-outdoor .thomas-outdoor-rgt .to-content {
    max-width: inherit;
    padding: 30px 15px 40px;
  }
  .testimonial-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .testimonial-inner {
    display: block;
    text-align: center;
  }
  .testimonial-inner .testimonial-icon,
  .testimonial-inner .testimonial-text {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0px;
  }
  .testimonial-inner .testimonial-icon img {
    max-width: 200px;
  }
  .testimonial-inner .testimonial-text {
    font-size: 25px;
    line-height: 34px;
  }
  .testimonial-inner .testimonial-text p {
    font-size: 25px;
    line-height: 34px;
  }
  .testimonial-inner .testimonial-text .testi-name {
    font-size: 16px;
  }
  .relative-links .rl-lnks a {
    margin-right: 0;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .rl-wrap h3 {
    font-size: 34px;
    line-height: 50px;
  }
  .early-years-curriculum .eyc-cut-side {
    position: absolute;
    width: calc(100% - 114px);
    height: 160px;
    top: 125px;
    border-bottom-width: 200px;
    border-right-width: 100px;
    max-height: 278px;
    margin-right: 180px;
    display: none;
  }
  .early-years-curriculum .eyc-img-order {
    order: initial;
  }
  .early-years-curriculum:before, .early-years-curriculum:after {
    display: none;
  }
  .early-years-curriculum .eyc-img-wrap {
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .early-years-curriculum .eyc-img-wrap:before {
    background: transparent;
    content: "";
    position: absolute;
    left: 40px;
    width: calc(100% - 53px);
    top: 30px;
    border-bottom: 235px solid #1A1430;
    z-index: 1;
    border-right: 54px solid #fff;
  }
  .early-years-curriculum .eyc-img-wrap:after {
    background: #1A1430;
    content: "";
    position: absolute;
    width: 50%;
    top: 30px;
    z-index: 0;
    height: 235px;
    left: 0px;
  }
  .early-years-curriculum .eyc-img-wrap .eyc-img {
    display: inline-block;
    width: 100%;
    width: 252px;
    padding-bottom: 290px;
    margin-left: 15px;
    overflow: hidden;
  }
  .early-years-curriculum.eyc-right-img .eyc-img-wrap {
    display: flex;
    align-items: flex-end;
    margin-left: 0;
  }
  .early-years-curriculum.eyc-right-img .eyc-img-wrap:before {
    background: transparent;
    content: "";
    position: absolute;
    left: 10px;
    width: calc(100% - 53px);
    top: 30px;
    border-bottom: 228px solid #1A1430;
    z-index: 1;
    border-left: 54px solid #fff;
    border-right: 0;
  }
  .early-years-curriculum.eyc-right-img .eyc-img-wrap:after {
    background: #1A1430;
    content: "";
    position: absolute;
    right: -15px;
    width: 50%;
    top: 30px;
    z-index: 0;
    height: 228px;
    left: auto;
  }
  .early-years-curriculum.eyc-right-img .eyc-img-wrap .eyc-img {
    margin-left: auto;
    margin-right: 15px;
  }
  footer .footer-in {
    display: block;
  }
  footer .footer-in .footer-links {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
  }
  footer .ftl-wrap {
    flex-wrap: wrap;
  }
  footer .ftl-wrap .flt-wrap-in {
    flex: 1 1 100%;
    max-width: 100%;
  }
  footer .ftl-wrap .flt-wrap-in .menu-item-has-children a {
    padding-right: 30px;
  }
  .adm-rslt-wrap {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .terms-year-content .swiper-slide {
    border-left: 0px solid transparent;
  }
}

.dl-img img {
  opacity: 0;
}

#magic-line {
  width: 16px;
  height: 10px;
  background-color: #D10027;
  position: absolute;
  z-index: 0;
  bottom: 5px;
  transition: all 0.3s;
  border-radius: 5px;
}

.terms-year-content #magic-line {
  margin-left: 0px;
}

.dl-img img,
.early-years-curriculum .eyc-img img {
  clip: rect(0px, 2000px, 985px, 0px);
}

.dl-img img.animats {
  -webkit-animation-name: slideup;
  -moz-animation-name: slideup;
  -ms-animation-name: slideup;
  -o-animation-name: slideup;
  animation-name: slideup;
  animation-duration: 0.8s;
  position: absolute;
  width: 100%;
  height: auto;
  animation-timing-function: ease;
  opacity: 1;
}

.early-years-curriculum .eyc-img img.animats {
  -webkit-animation-name: slideup2;
  -moz-animation-name: slideup2;
  -ms-animation-name: slideup2;
  -o-animation-name: slideup2;
  animation-name: slideup2;
  animation-duration: 0.8s;
  position: absolute;
  width: 100%;
  height: auto;
  animation-timing-function: ease;
  opacity: 1;
}

.thomas-outdoor .to-img.animats {
  -webkit-animation-name: slideup3;
  -moz-animation-name: slideup3;
  -ms-animation-name: slideup3;
  -o-animation-name: slideup3;
  animation-name: slideup3;
  animation-duration: 0.8s;
  position: absolute;
  width: 100%;
  animation-timing-function: ease;
  opacity: 1;
}

.main-banner .banner-in .banner-img.animats {
  -webkit-animation-name: banner;
  -moz-animation-name: banner;
  -ms-animation-name: banner;
  -o-animation-name: banner;
  animation-name: banner;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  opacity: 1;
}

.inner-page [data-aos^=fade-up] {
  opacity: 1;
  transform: translate3d(0, 70px, 0);
}

.inner-page [data-aos^=fade-up].aos-animate {
  transform: translate3d(0, 0px, 0);
}

@keyframes slideup {
  0% {
    clip: rect(600px, 600px, 900px, 0px);
  }
  100% {
    clip: rect(0px, 600px, 900px, 0px);
  }
}

@keyframes slideup2 {
  0% {
    clip: rect(2000px, 2000px, 2000px, 0px);
  }
  100% {
    clip: rect(0px, 2000px, 2000px, 0px);
  }
}

@keyframes slideup3 {
  0% {
    clip: rect(2000px, 2000px, 2000px, 0px);
  }
  100% {
    clip: rect(0px, 2000px, 2000px, 0px);
  }
}

@keyframes banner {
  0% {
    clip: rect(0px, 3000px, 0px, 0px);
  }
  100% {
    clip: rect(0px, 3000px, 2000px, 0px);
  }
}

.demographic-listing {
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  padding: 0;
}

.demographic-listing > li.menu-item {
  padding: 15px;
  display: inline-block;
  width: 25%;
  flex: 1 1 25%;
  max-width: 25%;
}

.demographic-listing > li.menu-item.active-item > .wrap-box {
  background-color: #1A1430;
}

.demographic-listing > li.menu-item.active-item > .wrap-box:after {
  display: none;
}

.demographic-listing > li.menu-item.active-item > .wrap-box span.grid-heading {
  color: #fff;
}

.demographic-listing > li.menu-item > .wrap-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  cursor: default;
}

.demographic-listing > li.menu-item > .wrap-box:hover {
  text-decoration: none;
}

.demographic-listing > li.menu-item > .wrap-box span.grid-img {
  padding: 10px;
  text-align: center;
  height: 165px;
  display: flex;
  justify-content: center;
}

.demographic-listing > li.menu-item > .wrap-box span.grid-img img {
  display: inline-block;
  max-height: 100px;
  align-self: center;
}

.demographic-listing > li.menu-item > .wrap-box span.grid-heading {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-family: GardnerSans-Medium;
  color: #1A1430;
  display: flex;
  justify-content: center;
  padding: 10px 25px 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .demographic-listing > li.menu-item {
    width: 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .demographic-listing > li.menu-item {
    width: 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .demographic-listing {
    margin-top: 15px;
  }
  .demographic-listing > li.menu-item {
    width: 50%;
    width: 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .demographic-listing > li.menu-item > .wrap-box span.grid-img {
    height: 110px;
  }
  .demographic-listing > li.menu-item > .wrap-box span.grid-img img {
    max-width: 60px;
  }
  .demographic-listing > li.menu-item > .wrap-box span.grid-heading {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 14px;
  }
}

.video-gallery .video_item {
  position: relative;
  width: 100%;
}

.video-gallery .swiper-slide {
  width: 100% !important;
  max-width: 556px;
}

@media (max-width: 767px) {
  .video-gallery .swiper-slide {
    width: 100% !important;
    max-width: 370px;
  }
}

.video-gallery .popup_image {
  max-width: 556px;
  width: 100%;
  height: 364px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 767px) {
  .video-gallery .popup_image {
    max-width: 370px;
    height: 230px;
  }
}

.video-gallery .popup_image img {
  display: none;
}

.video-gallery.vd_grey {
  background-color: #f6f6f6;
}

.video-gallery.vd_grey .slider-healthy .swiper-pagination-bullet {
  background: #bababa;
}

.video-gallery.vd_grey .slider-healthy .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bababa;
}

.video-gallery.vd_white {
  background-color: #fff;
}

.video-gallery.vd_white .slider-healthy .swiper-pagination-bullet {
  background: #bababa;
}

.video-gallery.vd_white .slider-healthy .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bababa;
}

.joinus_wrap.join-us {
  z-index: 1;
  position: relative;
}

div.ccc-content--dark {
  background-color: #1a1330;
}

button#ccc-icon.ccc-icon--dark {
  fill: #1a1230;
}

div#ccc .checkbox-toggle--slider.checkbox-toggle--dark {
  background-color: #c70602;
  border-color: #d10027;
}

#ccc .checkbox-toggle--dark .checkbox-toggle-toggle {
  background-color: #ffffff;
}

#ccc div.checkbox-toggle:focus-within {
  outline: 1px solid #3aa3f3;
}

#ccc .ccc-content--dark .ccc-notify-button {
  border-width: 1px;
  transition: all 0.5s;
  text-decoration: none;
}

#ccc .ccc-content--dark .ccc-notify-button.ccc-notify-link:hover {
  background: transparent;
  text-decoration: underline;
}

#ccc .ccc-content--dark .ccc-notify-button:hover {
  border-color: #c70602;
  background-color: #c70602;
}

body #ccc :focus {
  outline: -webkit-focus-ring-color auto 4px;
}

#ccc .checkbox-toggle--dark span.checkbox-toggle-toggle {
  background-color: #ffffff;
}

#ccc button#ccc-notify-dismiss {
  top: 8px;
  border-radius: 3px;
}

#ccc button#ccc-notify-dismiss:hover {
  background: #c70602;
}

/* Welcome popup */
.welcome-popup {
  position: fixed;
  z-index: 99998;
  top: 0;
  left: 5000em;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: left 0s .4s, opacity .4s;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-popup.popup-active {
  left: 0;
  opacity: 1;
  transition: left 0s 0s, opacity .4s;
}

.welcome-popup.popup-disabled {
  display: none;
}

.welcome-popup .h3 {
  color: #120D22;
}

.welcome-popup p, .welcome-popup li {
  font-size: 18px;
  line-height: 1.6;
}

.welcome-popup p a:not(.popup-btn), .welcome-popup li a:not(.popup-btn) {
  text-decoration: underline;
}

.welcome-popup p a:not(.popup-btn):hover, .welcome-popup li a:not(.popup-btn):hover {
  text-decoration: none;
}

.welcome-popup strong {
  font-weight: bold;
}

.welcome-popup .popup-inner {
  display: flex;
  max-width: 1020px;
  background-color: #fff;
  min-height: 100px;
  width: calc(100% - 30px);
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  max-height: calc(93vh - 40px);
  /* min-height: 440px; */
  overflow-y: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.welcome-popup .popup-left {
  flex: 1 1 40%;
  max-width: 40%;
}

.welcome-popup .popup-right {
  flex: 1 1 60%;
  max-width: 60%;
  padding: 60px 30px;
}

.welcome-popup .bg-outer {
  z-index: 2;
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: 50% 50%/cover no-repeat;
}

.welcome-popup .bg-outer img {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.welcome-popup .popup-close {
  background: url(../images/close.svg) center no-repeat;
  filter: invert(1);
  position: absolute;
  z-index: 9;
  right: 20px;
  text-indent: -89em;
  overflow: hidden;
  border: 0;
  width: 20px;
  height: 20px;
  top: 20px;
  transition: all 0.6s;
}

.welcome-popup .popup-close:hover {
  transform: rotate(90deg);
}

.welcome-popup .popup-btn {
  border-radius: 6px;
  font-family: GardnerSans-Medium;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  width: 180px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #1A1430;
  color: #fff;
  transition: all 0.4s;
  margin-top: 10px;
  padding: 10px;
}

.welcome-popup .popup-btn:hover {
  background: #c70602;
  text-decoration: none;
}

@media (max-width: 767px) {
  .welcome-popup .popup-btn {
    font-size: 18px;
    line-height: 34px;
    width: 170px;
  }
  .welcome-popup .h3 {
    font-size: 1.8em;
    line-height: 1.2;
  }
  .welcome-popup .popup-close {
    right: 10px;
    top: 10px;
    background-color: #d10027;
    background-size: 48%;
    width: 36px;
    height: 36px;
    filter: invert(0);
  }
  .welcome-popup .popup-close:hover {
    transform: rotate(0deg);
  }
  .welcome-popup .popup-inner {
    display: block;
  }
  .welcome-popup .popup-left {
    max-width: 100%;
  }
  .welcome-popup .popup-left .bg-outer {
    height: 0%;
    padding-bottom: 56.25%;
  }
  .welcome-popup .popup-right {
    max-width: 100%;
    padding: 30px 10px;
  }
}
.college-button{
  text-align: center;
  padding-top: 30px;
}
.single-school-page .inspeaction-reports .policy-wrap .pol-list.download_pdf .pol-single{
  padding: 4px 0px;
}
/* Welcome popup */