/* home-banner-start */
.banner-slider .banner-img {
  position: relative;
}

.banner-slider .banner-img img {
  height: calc(100vh - 80px);
  object-fit: cover;
  width: 100%;
}
body.logged-in .banner-slider .banner-img img{
  height: calc(100vh - 102px);
}

.banner-slider .banner-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000080;
}

.banner-slider {
  position: relative;
}

.banner-slider-wrapper {
  background-color: #F9F7F3;
}

.banner-slider .banner-slider-text {
  position: absolute;
  bottom: 180px;
}
@media(min-width:768px){
  .banner-slider .banner-slider-text{
    bottom: auto;
    top: 50%;
    transform: translate(0,-50%);
  }
  .banner-slider .container,.progressBarContainer .container{
    max-width:1406px !important;
  }
}
.banner-slider-text > *{
  animation-delay: 200ms ease-in-out;
}
.banner-slider span {
  color: var(--White);
  font-size: 35px;
  display: inline-block;
  font-weight: 300;
  font-family: 'SeasonMix';
  padding-top: 42px;
  padding-bottom: 19px;
}

.banner-slider .title {
  font-size: 107px;
  font-weight: 300;
  font-family: 'SeasonMix';
  transition: all 0.3s ease-in-out !important;
  margin-top: 0px;
  color: var(--White);
}
.banner-slider .outline-btn{
  margin-top: 74px;
}

.progressBarContainer {
  position: absolute;
  bottom: 50px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}

.progressBarContainer .item {
  display: block;
  width: 140px;
  max-width: 100%;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
  color: white;
  margin-right: 24px;
}

.progressBarContainer .container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.progressBarContainer .container .item:last-child {
  margin-right: 0;
}

.progressBarContainer .item span.progressBar {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;

}

.progressBarContainer .item span.progressBar .inProgress {
  background-color: var(--White);
  width: 0%;
  min-width: 0%;
  max-width: 140px;
  height: 2px;
}

.sliderContainer {
  position: relative;
}

.progressBarContainer .item::before {
  content: attr(data-title);
  font-family: 'SeasonMix';
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--White);
  margin-bottom: 8px;
}

/* home-banner-end */
/* <!-- A walk through Park Place-section -star--> */
.campus-overview-section {
  background-color: var(--Navy);
}

.campus-overview-section.bg-green,
.campus-overview-section.bg-green .campus-slide {
  background-color: var(--warm-green);
}

.campus-overview-section.bg-green .aerrows-btn-block svg path {
  stroke: var(--Navy);
}

.campus-overview-section.bg-green .slick-dots li button {
  background-color: var(--Navy);
  opacity: 20%;
}

.campus-overview-section.bg-green .slick-dots li.slick-active button {
  background-color: var(--Black) !important;
  opacity: 100%;
}

.campus-overview-section {
  background-image: url(/wp-content/uploads/2025/10/Frame-318.png);
  background-repeat: no-repeat;
  background-position: top right 2%;
}

.campus-overview-wrapper {
  padding-top: 181px;
  padding-bottom: 113px;
}

.campus-overview-wrapper h2 {
  color: var(--White);
  text-align: left;
}

.campus-overview-wrapper p {
  color: var(--White);
  text-align: left;
  max-width: 625px;
  font-size: 18px;
  font-weight: 300;
}

.campus-overview-wrapper .heading-block {
  padding-bottom: 54px;
  max-width: 625px;
}

.campus-overview-section.bg-green .campus-overview-wrapper .heading-block {
  max-width: 525px;
}

.campus-overview-section.bg-green .campus-overview-wrapper .heading-block h2,
.campus-overview-section.bg-green .campus-overview-wrapper .heading-block p {
  color: var(--Navy);
}

.campus-overview-section.bg-green .campus-slider-wrapper .slider-text {
  color: var(--Navy);
}

.campus-overview-section.bg-green {
  background-image: url('../images/camus-green.png') !important;
}

.campus-slide-img img {
  min-height: 448px;
  max-height: 448px;
  object-fit: cover;
  width: auto;
  max-width: 797px;
}

.campus-slide-img {
  padding-left: 12px;
  padding-right: 12px;
}

.campus-slider-wrapper .slider-text {
  padding-top: 16px;
  color: var(--White);
  font-size: 16px;
  font-weight: 400;
  font-family: 'SeasonSans';
  display: flex;
  align-items: center;
  padding-bottom: 53px;
  gap:9px;
}

.campus-slider-wrapper .slider-text svg{
  /* margin-top: 5px; */
  margin-left: 0 !important;
}
.campus-slider-wrapper .slider-text img {
  width: 16px;
  height: 1px;
  margin-left: 15px;
}

.campus-slider-wrapper .arrow {
  position: absolute;
  top: -50px;
  left: 18%;
}

.campus-slider-wrapper .arrow.right-arrow {
  left: 22%;
}

.campus-slider-wrapper .arrow img {
  max-width: 18px;
}

.campus-slider-wrapper .slick-dots li.slick-active button {
  background-color: var(--White) !important;
}

.campus-slider-wrapper .slick-dots li button {
  background-color: #38394d !important;
}

/* .campus-slider-wrapper .slick-dots li {
  right: -27%;
} */

.campus-slide {
  background-color: var(--Navy);
  z-index: 1;
}

.campus-slide.slick-initialized {
  margin-right: calc(-100vw / 2 + 359px / 2);
  margin-left: calc(-100vw / 2 + 359px / 2);
}

.campus-container {
  overflow: hidden;
}

.main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 913px;
  margin: 0 auto;
  margin-bottom: 0;
  padding-left: 70px;
}

.campus-container .aerrows {
  height: 25px;
}

.campus-container .aerrows svg {
  cursor: pointer;
}

.campus-slide-img .slider-text p {
  position: relative;
  padding-right: 25px;
}

.campus-slide-img .slider-text p:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background: var(--White);
  top: 54%;
  right: 0;
  transform: translate(0, -50%);
}
.campus-overview-section.bg-green .slider-text p::after{
  background-color: var(--Navy);
}

/* <!-- A walk through Park Place-section -end--> */
/* <!-- testimonial-start --> */
.testimonial-section {
  background-color: var(--Ecru);
  padding: 100px;
}

.testimonial-section .container {
  max-width: 1056px;
}



.testimonoal-text span {
  font-size: 23px;
  font-family: 'SeasonMix';
  font-weight: 400;
}

.testimonoal-text {
  padding-top: 50px;
  padding-bottom: 70px;
  justify-content: space-between;
  gap: 24px;
}

.testimonial-wrapper h3 {
  text-align: center;
}

.testimonial-text p {
  font-size: 23px;
  font-family: 'SeasonMix';
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.testimonial-wrap .slick-arrow {
  top: 0 !important;
  z-index: 1;
}

.testimonial {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-info {
  text-align: center;
}

.testimonial-info span {
  text-align: center;
  font-family: 'SeasonSans';
  font-size: 16px;
}

.testimonial-info img {
  margin-left: 24px;
  margin-right: 24px;
}

.testimonial-info {
  text-align: center;
  justify-content: center;
}

.testimonial-info {
  padding-top: 82px;
  padding-bottom: 40px
}

.custom-dots {
  /* width: 200px; */
  height: 50px;
}

.custom-dots .slick-dots {
  position: unset;
}



/* <!-- testimonial-end --> */
.welcome-callout-section {
  padding-top: 32px;
  padding-bottom: 120px;
  background-color: var(--Maroon);
  overflow: hidden;
  background-image: url('/wp-content/uploads/2025/11/CTA_Pattern_Maroon.svg');
  background-position: left 185px;
  background-repeat: no-repeat;
}

.welcome-callout-text h2 {
  font-weight: 300;
  font-size: 86px;
  color: var(--White);
  margin-bottom: 0px;
}

.welcome-callout-text img {
  /* margin-right: 72px; */
object-fit: contain;
  max-width: 102px;
  margin: auto;
  width: 102px !important;
}

.welcome-callout-text {
  justify-content: flex-start;
  padding-bottom: 65px;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  gap: 5.139vw;
  will-change: transform;
}
.main-welcom-wrapper {
  overflow: hidden;
  width: 100%;
}
.main-welcom-wrapper .welcome-callout-text h2,
.main-welcom-wrapper .welcome-callout-text img {
  flex-shrink: 0;
}

.maroon-cta-wrapper .blank-div {
  width: 40%;
}

.maroon-cta-content {
  width: 60%;
}

.maroon-cta-content p {
  font-family: 'SeasonSans';
  font-size: 23px;
  color: var(--White);
  margin-bottom: 40px;
  font-weight: 300;
}

.maroon-cta-content a:not(.info-item a) {
  background-color: var(--Warm);
}

.testimonoal-text .line {
  width: 56.139vw;
  height: 1px;
  background: var(--Navy);
}

.welcome-callout-section .contact-info {
  gap: 32px 90px;
  margin-bottom: 48px;
}

.welcome-callout-section .contact-info .title p {
  color: var(--Warm);
}

.welcome-callout-section .contact-info .content a {
  color: var(--Text-White);
  text-decoration: none;
}

.welcome-callout-section .contact-info .info-item {
  width: calc((100% - 90px) / 2);
}

@media(max-width:1300px) {
  .welcome-callout-section {
    background-size: 38%;
  }
}

/* marquee */
.marquee-section {
padding-top: 100px;
  padding-bottom: 100px;
  max-height: 100vh;
  background-color: #F9F7F3;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.item1 {
  transform: translateX(-20%);
  text-align: left;
  /* margin-left: -550px; */
  margin-left: calc(-100vw / 2 + -1300px / 2);

}

.item2 {
  transform: translateX(20%);
  text-align: right;
  /* margin-left: -550px; */
  margin-left: calc(-100vw / 2 + -1350px / 2);
}

.item3 {
  transform: translateX(-20%);
  text-align: left;
  /* margin-left: -550px; */
  margin-left: calc(-100vw / 2 + 800px / 2);

}
.page-id-13 .item3{
  margin-left: calc(-100vw / 2 + 300px / 2);
}
@media(min-width:1921px){
  .item1 {
  margin-left: calc(-100vw / 2 + -200px / 2);
}
.item2 {
  margin-left: calc(-100vw / 2 + -270px / 2);
}
.item3{
  margin-left: calc(-100vw / 2 + 990px / 2) !important;
}
  .page-id-13  .item1 {
  margin-left: calc(-100vw / 2 + -780px / 2);
}
.page-id-13  .item2 {
  margin-left: calc(-100vw / 2 + -500px / 2);
}
.page-id-13  .item3{
  margin-left: calc(-100vw / 2 + 550px / 2) !important;
}
 .page-id-21 .item3 {
    margin-left: calc(-100vw / 2 + 1300px / 2) !important;
  }
}
@media(min-width:1800px){
  .page-id-21 .item1 {
    margin-left: calc(-100vw / 2 + -600px / 2);
  }
  .page-id-21 .item2 {
    margin-left: calc(-100vw / 2 + -680px / 2);
  }
  .page-id-21 .item3 {
    margin-left: calc(-100vw / 2 + 950px / 2);
  }
  .page-id-13 .item1{
    margin-left: calc(-100vw / 2 + -1100px / 2);
  }
  .page-id-13 .item2{margin-left: calc(-100vw / 2 + -1020px / 2);}

}
@media(max-width:1500px){
    .page-id-21 .item3 {
    margin-left: calc(-100vw / 2 + 500px / 2);
  }
  .page-id-13 .item1{
    margin-left: calc(-100vw / 2 + -1340px / 2);
  }
  .page-id-13 .item2{margin-left: calc(-100vw / 2 + -1560px / 2);}
  .page-id-13 .item3 {
  margin-left: calc(-100vw / 2 + 30px / 2);
}
}
@media(max-width:1200px){
    .page-id-21 .item1 {
    margin-left: calc(-100vw / 2 + -1760px  / 2);
  }
   .page-id-21 .item2 {
    margin-left: calc(-100vw / 2 + -2000px  / 2);
  }
  .page-id-21 .item3 {
    margin-left: calc(-100vw / 2 + -120px / 2);
  }
   .page-id-13 .item1 {
    margin-left: calc(-100vw / 2 + -1600px / 2);
  }
   .page-id-13 .item2 {
    margin-left: calc(-100vw / 2 + -1950px / 2);
  }
    .page-id-13 .item3 {
    margin-left: calc(-100vw / 2 + -430px / 2);
  }
}
@media(max-width:1199px){
  .item1 {
  margin-left: calc(-100vw / 2 + -1770px / 2);
}
.item2 {
  margin-left: calc(-100vw / 2 + -1970px / 2);
}
.item3{
  margin-left: calc(-100vw / 2 + 180px / 2);
} 
.page-id-13 .item3 {
  margin-left: calc(-100vw / 2 + -1500px / 2);
}
.page-id-13 .item2 {
  margin-left: calc(-100vw / 2 + -2300px / 2);
}


}
@media(max-width:1080px){
   .page-id-21 .marquee-item h2 {
    font-size: 50px;
  }
   .page-id-21 .item2 {
    margin-left: calc(-100vw / 2 + -2200px / 2);
  }
    .page-id-13 .item3 {
    margin-left: calc(-100vw / 2 + -680px / 2);
  }
}
@media(max-width:991px){
   .page-id-21 .marquee-item h2 {
    font-size: 36px;
  }
   .page-id-21 .item2 {
    margin-left: calc(-100vw / 2 + -2500px / 2);
  }
   .page-id-21 .item3 {
    margin-left: calc(-100vw / 2 + -480px / 2);
  }
  .marquee-section{
    gap: 10px;
  }
   .item1 {
    margin-left: calc(-100vw / 2 + -1700px / 2);
  }
  .item2 {
    margin-left: calc(-100vw / 2 + -2600px / 2);
  }
   .item3 {
    margin-left: calc(-100vw / 2 + -470px / 2);
  }
  .page-id-13 .item3 {
  margin-left: calc(-100vw / 2 + -890px / 2);
}
  .page-id-13 .item2 {
    margin-left: calc(-100vw / 2 + -2550px / 2);
  }
  .page-id-13 .item2 {
    margin-left: calc(-100vw / 2 + -2600px / 2);
  }
  .page-id-13  .marquee-item h2{
    font-size: 24px;
  }
}
@media(max-width:575px){
   .page-id-21 .item1 {
    margin-left: calc(-100vw / 2 + -1980px / 2);
  }
   .page-id-21 .item2 {
    margin-left: calc(-100vw / 2 + -2950px / 2);
  }
   .page-id-21 .item3 {
    margin-left: calc(-100vw / 2 + -950px / 2);
  }
}
@media(max-width:480px){
   .page-id-21 .item1 {
    margin-left: calc(-100vw / 2 + -1250px / 2);
  }
   .page-id-21 .item2 {
    margin-left: calc(-100vw / 2 + -1800px / 2);
  }
   .page-id-21 .item3 {
    margin-left: calc(-100vw / 2 + -560px / 2);
  }
  .page-id-21 .marquee-item img{
    height: 10px;
  }
   .page-id-21 .marquee-item h2 {
    font-size: 20px;
  }
}
.marquee-item h2 {
  font-size: 73px;
  font-weight: 300;
  color: #1D1D1B;
  margin-top: 0px;
  margin-bottom: 19px;
}

.marquee-item img {
  height: 100%;
}

.marquee-item img {
  margin-left: 18px;
}

.marquee-item.item2 img {
  margin-right: 18px;
  margin-left: 0px;
}

.marquee-item {
  white-space: nowrap;
  gap: 14px;
  justify-content: flex-start !important;
}

.plateform-mobile {
  display: none !important;
}

.inner-banner{
  background-color: var(--Navy) !important;
}
/* globle */

@media (max-width: 1024px) {

  h3,
  .h3 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 50px;
  }

  h1,
  .h1 {
    font-size: 80px;
  }
}

@media (max-width: 991px) {

  h3,
  .h3 {
    font-size: 26px;
    font-weight: 400;
  }

  h2,
  .h2 {
    font-size: 38px;
  }

  h1,
  .h1 {
    font-size: 55px;
  }


}

@media (max-width: 767px) {
h1,
  .h1 {
    font-size: 36px;
    font-weight: 400;
  }

  h2,
  .h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  h4, .h4{
    font-size: 23px;
    font-weight: 400;
  }
  h5, .h5{
    font-size: 20px;
    font-weight: 400;
  }

}

/* home-banner-media */
@media (max-width: 991px) {
  .banner-slider .banner-img img {
    height:calc(100vh - 62px);
  }
body.logged-in .banner-slider .banner-img img {
    height:calc(100vh - 94px);
  }
  .banner-slider .title {
    font-size: 50px;
    font-weight: 400;
  }
.banner-slider .outline-btn{
    margin-top: 56px;

}
  .banner-slider span {
    font-size: 23px;
    line-height: 110%;
    font-weight: 400;
    padding-bottom: 8px;
  }
}

@media (max-width:767px) {
  .progressBarContainer {
    bottom: 50px;
  }

  .banner-slider .banner-slider-text {
    bottom: 140px;
  }

  .banner-slider .banner-img img {
    height: 603px;
  }
}

@media (max-width:575px) {
  .progressBarContainer .container {
    flex-wrap: wrap;
    gap: 24px;
  }

  .progressBarContainer .item {
    width: 152px;
    margin-right: 0;
  }

  .banner-slider .banner-slider-text {
    bottom: auto;
    top: 80px;
  }

  .progressBarContainer .item::before {
    line-height: 150%;
  }
}

@media(max-width:374px) {
  .progressBarContainer .item {
    width: 133px;
  }
}

/* home-banner-media-end */

/* marquee-item  */

@media (max-width: 1024px) {
  .marquee-section {
    padding-top: 176px;
    padding-bottom: 176px;
    min-height: auto;
    height: auto;
  }

  .marquee-item h2 {
    font-size: 65px;
  }

  .marquee-item img {
    margin-left: 0;
  }

}

@media (max-width: 991px) {
  .marquee-item h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
  }

  .marquee-item {
    align-items: center;
    gap: 8px;
  }
}

/* marquee-item-end  */
/* .img-grid-text-start */

@media (max-width: 1024px) {
  .img-grid-text .text-with-img .img-block img {
    max-width: 360px;
    max-height: 534px;
    min-height: 534px;
  }
}

@media (max-width: 991px) {
  .img-grid-text .text-with-img .img-block img {
    max-width: 275px;
    max-height: 410px;
    min-height: 410px;
  }

  .img-grid-text .text-with-img .text-block {
    padding-left: 65px;
  }

  .img-grid-text {
    padding: 80px 0;
  }
}
@media(max-width:767px) {
 .img-grid-text {
    padding:0 0 80px;
  }
  .img-grid-text .full-with-img{
    margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
  .img-grid-text .full-with-img img{
    min-height: 368px;
    max-height: 368px;
    object-fit: cover;
  }
    .img-grid-text .text-with-img .text-block img {
    left: 0;
    top: -61px;
  height: 304px;
  }
   .img-grid-text .text-with-img .text-block {
    padding-left: 30px;
    width: 100%;
  }
  .img-grid-text .text-with-img{
    flex-wrap: wrap;
  }
  .img-grid-text .text-with-img .img-block{
    width: 100%;
    justify-content: flex-start;
  }
  .img-grid-text .bottom-img img{
    margin-left: auto;
    max-width: 151px;
    max-height: 131px;
  }
  .img-grid-text .bottom-img {
    margin-top: 76px;
  }
   .img-grid-text .text-with-img .img-block img {
    max-width: 239px;
    max-height: 304px;
    min-height: 304px;
  }
  .img-grid-text .text-with-img{
    padding-top: 83px;
    gap: 104px;
  }
}

/* .img-grid-text-end */

/* <!-- A walk through Park Place-section-star--> */
@media (max-width: 1024px) {
  .campus-overview-wrapper {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  /* .campus-container { background-color: var(--Navy);} */
  .campus-slide.slick-initialized {
    margin-right: calc(-100vw / 2 + -120px / 2);
    margin-left: calc(-100vw / 2 + -120px / 2);
  }
}

@media (max-width: 991px) {
  .campus-slide-img img {
    height: 223px;
  }

  .campus-slide.slick-initialized {
    margin-right: calc(-100vw / 2 + 200px / 2);
    margin-left: calc(-100vw / 2 + 200px / 2);
  }

  .campus-overview-wrapper {
    padding-top: 80px;
    padding-bottom: 50px;
  }

}

@media (max-width: 767px) {
  .campus-overview-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .campus-overview-wrapper p{
    font-size: 16px;
  }
  .campus-overview-wrapper .heading-block {
  padding-bottom: 40px;
  }
  .campus-slide-img .slider-text p{
    font-size: 12px;
    line-height: 150%;
  }

}
@media (max-width: 575px) {
  .campus-slide.slick-initialized {
    margin-right: 0;
    margin-left: 0;
  }
  .campus-slider-wrap{
    display: flex;
  flex-direction: column-reverse;
  }
   .campus-slide-img img {
    min-height: 177px !important;
  max-height: 177px !important;
  }
  .campus-slide-img{
    padding: 0;
  }
  .campus-slider-wrapper .slider-text{
    padding: 6px 0 16px;
    font-size: 12px;
  }
  .main{
    padding-left: 0;
  }
  .campus-overview-section{
    background-position: 95% -64px;
  background-size: 51px 207px;
  padding-bottom:64px ;
  }

  .custom-dots{
    width: auto;
    height: auto;
  }
  .custom-dots .slick-dots{
    margin-top: -18px;
  }
  .campus-slider-wrapper .slick-dots li{
    right: 0;
  }
  
}



@media (max-width: 1024px) {
  .where-are-we {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (max-width: 991px) {
  .where-are-we {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .where-are-we-content-wrapper .right-content p {
    font-size: 20px;
  }

  .where-are-we-content-wrapper .stamp-animation {
    max-width: 130px;
  }

  .full-img-with-text {
    padding-bottom: 100px;
  }
}
@media(max-width:767px){
  .where-are-we{
    padding: 64px 0;
  }
}

/* full-img-with-text */
@media (max-width: 991px) {
  .full-img-with-text .img-wrapper {
    margin-bottom: 80px;
  }

  .full-img-with-text .text-wrappper {
    padding-left: 75px;
  }

  .full-img-with-text .text-wrappper h2 {
    margin-bottom: 24px;
  }
  .full-img-with-text .text-wrappper p{
    margin-bottom: 0;
  }
}

@media(max-width:767px) {
  .full-img-with-text {
    padding-bottom: 60px;
  }
  .full-img-with-img-campus.full-img-with-text .text-wrappper p{
    font-size: 23px;
    line-height: 110%;
  } 
  .full-img-with-img-campus.full-img-with-text .text-wrappper img {
    /* height: 272px;
    bottom: 0px; */
  }
  .full-img-with-text .text-wrappper {
    padding-left: 30px;
  }
  .full-img-with-text .img-wrapper img { 
  min-height: 368px !important;
  max-height: 368px !important; 
}

  .full-img-with-text .text-wrappper h2{
    font-size: 26px;
    font-weight: 400;
  }
   .full-img-with-text .img-wrapper {
    margin-bottom: 68px;
  }
  .full-img-with-text .text-wrappper .btn {
  margin-top: 46px;
}
 .full-img-with-text .text-wrappper .line-top-bottom{
height: 344px;
    bottom: 87px;
    left: 0;
    /* width: 3px; */
  }
  .full-img-with-img-campus.full-img-with-text .text-wrappper .line-top-bottom{
    bottom:0
  }
  .full-img-with-text .outline-btn a{
    font-size: 14px;
    padding: 9.5px 26px;
    margin-left: -30px;
  }
}

/* future-work gym-slider  */
@media (max-width: 1024px) {
  .future-work.gym-slider {
    padding: 100px 0px;
  }
}

@media (max-width: 991px) {
  .future-work.gym-slider,.future-work.white-bg {
    padding: 80px 0px;
  }

  .future-work.gym-slider.rtl {
    padding: 80px 0px;
  }

  .future-work .future-work-content {
    gap: 48px;
  }

  .gym-slider.future-work .future-work-content .col-sm h3 {
    margin-bottom: 16px;
  }

  .gym-slider.future-work .future-work-content .col-sm {
    padding-top: 24px;
  }

  .gym-slider.future-work .future-work-content .col-sm .gym-content {
    margin-bottom: 24px;
  }

  .future-work .future-work-content {
    gap: 48px;
  }


  .future-work .future-work-content .col-sm .btn {
  margin-top: 32px;
}
.future-work .future-work-content .outline-btn a{
    font-size: 14px;
    padding: 9.5px 26px;
}
  .future-work .future-work-content .col-sm,
  .future-work .future-work-content .col-md {
    width: 100%;

  }
  .future-work .future-work-content .col-md{
padding: 0;
  }

}

@media (max-width: 767px) {


    .future-work .future-work-content .col-md {
    padding-left: 0px;
    padding-bottom: 34px;
  }
  .future-work .future-work-content .col-md .caption-text,.future-work .future-work-content .col-md .caption-text::after{
    writing-mode: unset;
  text-orientation: unset;
  transform: none;
  padding-top: 0;
  }
  .future-work .future-work-content .col-md .caption-text{
    width: 100%;
  }
  .future-work .future-work-content .col-md .caption-text p{
    width: fit-content;
  background: var(--Navy);
  padding-right: 8px;
  z-index: 2;
  position: relative;
  font-size: 12px;
  }
  .future-work.white-bg .future-work-content .col-md .caption-text p{
    background-color: #fff;
  }
    .future-work .future-work-content .col-md .caption-text::after{
      width: 100%;
      height: 1px;
      top: 50%;
      left: 0;
    }
    

  .future-work.gym-slider,.future-work.white-bg ,.future-work.white-bg.orange-title{
    padding: 64px 0px;
  }

  .future-work .future-work-content .col-sm p {
    font-size: 14px;
  }

  .gym-slider.future-work .future-work-content .col-md .caption-text {
    display: none;
  }
  /* .gym-slider.future-work .future-work-content .col-md{
    padding-bottom: 0;
  } */

  .gym-slider-wrapper .slick-next {
    left: 35px;
  }

  .future-work.gym-slider.rtl {
    padding: 60px 0px;
  }

  .future-work.gym-slider.rtl .col-md {
    padding-right: 0px;
  }

  .gym-slider.future-work.rtl .slick-dots {
   width: fit-content;
    margin-left: auto;
    padding-bottom: 5px;
  }
  .gym-slider.rtl .slick-progress,.gym-slider.rtl .slick-progress{
    position: relative !important;
    left: -14px;
  }
  
  .gym-slider.future-work .slick-dots{
    margin-right: 0;
    /* padding-right: 10px; */
  }

}



@media (max-width: 1400px) {
  .plateform-section {
    padding: 100px 0px;
  }
}

@media (max-width: 1200px) {
  .plateform-section .line {
    width: 30vw;
  }

  .plateform-section .description-block p {
    font-size: 20px;
  }
}

@media (max-width:991px) {
  .plateform-slider.slick-initialized.slick-slider {
    padding-top: 48px;
  }

  .plateform-section .heading-block {
    flex-wrap: wrap;
  }

  .plateform-mobile {
    display: block !important;
  }

  .plateform-desktop {
    display: none !important;
  }

  .plateform-section .heading-block h2 {
    width: 100%;
  }

  .plateform-section .description-blocks p {
    color: var(--Text-White);
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 32px;
    font-family: 'SeasonMix';
    font-weight: 400;
    line-height: 110%;
  }

  .plateform-section .plateform-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .plateform-section .plateform-wrap a {
    color: var(--Text-White) !important;
  }

  .plateform-section .line {
    width: 60%;
  }

  .plateform-section .heading-block {
    padding-bottom: 0px;
  }

  .plateform-section {
    padding: 64px 0px;
  }

}

@media (max-width:767px) {
    .plateform-section .heading-block{
      position: relative;
    }
  .plateform-slider.slick-initialized.slick-slider{
    margin-left: 0;
    margin-right: calc(-100vw / 2 + -250px / 2);
  }
   .plateform-section .plateform-wrap a{
     font-size: 14px;
    padding: 9.5px 26px;

   }
  .plateform-section .plate-form-item .meta-box p {
    display: none;
  }

  .plateform-slider.slick-initialized.slick-slider {
    padding-top: 34px;
    margin-top: 48px;
    border-top: 1px solid #fff;
    position: relative;
  }
  .plateform-section:not(.take-look-around) .heading-block::after{
   content: "";
    position: absolute;
    bottom: -49px;
    right: -500px;
    width: 500px;
    height: 1px;
    background-color:var(--Navy);
  }
  .plateform-section .plate-form-item .read-more {
  margin-top: 8px;
}
.plate-form-item .read-more a {
  font-size: 14px;
  line-height: 150%;
}

  .plateform-section .plate-form-item .title h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .plateform-section .plate-form-item .featurd-img img {
    margin-bottom: 16px;
  }

 
  .plateform-section .line,.plateform-section:not(.take-look-around) .aerrows-btn-block{
    display: none;
  }
  .take-look-around.plateform-section .plate-form-item .featurd-img img{
    margin-bottom: 6px;
  }
  .take-look-around.plateform-section .heading-block {
  padding-bottom: 48px;
}
.take-look-around.plateform-section .heading-block p{
  margin-top: 16px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
}

@media (max-width:575px) {
  .plateform-section .line {
    width: 65%;
  }
   .plateform-section .plate-form-item .featurd-img img {
    min-height: 177px !important;
    max-height: 177px !important;
  }
}

/* testimonial */
@media (max-width: 1024px) {
  .testimonial-section {
    padding: 80px 20px;
  }

  .welcome-callout-text h2 {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .testimonoal-text .line {
    width: 63.139vw;
  }

  .welcome-callout-text h2 {
    font-size: 55px;
  }

  .welcome-callout-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .testimonial-section {
    padding: 64px 0px;
    padding-bottom: 75px;
  }

  .testimonoal-text {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .testimonoal-text span {
    display: none;
  }

  .testimonoal-text .line {
    width: 100%;
  }

  .testimonial-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
  }

  .testimonial-info {
    padding-top: 56px;
    padding-bottom: 61px;
  }

  .testimonial-info {
    flex-wrap: wrap;
  }

  .testimonial-info span {
    width: 100%;
  }

  .testimonial-info img {
    display: none !important;
  }

  .testimonial-info span:first-child {
    font-weight: 500;
  }

  .testimonial-wrap .slick-arrow {
    display: none !important;
  }

  .welcome-callout-section {
    padding-bottom: 196px;
  }

  .welcome-callout-text {
    padding-bottom: 20px;
    align-items: center;
    margin-left: -305px;
  }

  .welcome-callout-text img {
    max-width: 66px;
    width: 66px !important;
    height: 66px;
    margin: 0;
  }
  .main-welcom-wrapper .slick-track{
    gap: 24px;
  }

  .welcome-callout-text h2 {
    font-size: 36px;
    font-weight: 400;
  }
   .welcome-callout-section {
    /* background-size: 287px; */
    /* background-position: left 396px; */
    background-size: 400px;
    background-position-x: -100px;
    background-position-y: 90%;
  }

  .maroon-cta-content p {
   font-size: 20px;
    width: 100%;
    font-weight: 400;
  }

  .maroon-cta-content {
    width: 100%;
  }

  .maroon-cta-wrapper .blank-div {
    display: none;
  }
}

/* footer */
@media (max-width: 991px) {
  .site-footer .footer-bottom-block {
    flex-wrap: wrap;
  }

  .bottom-links {
    width: 100%;
    text-align: center;
  }

  .copyright-text {
    width: 100%;
    text-align: center;
  }

  .site-footer .bottom-links ul {
    justify-content: center;
    padding-bottom: 15px;
  }

  .site-footer ul {
    gap: 20px;
    justify-content: center;
  }

  .site-footer {
    padding: 64px 0px;
    position: relative !important;
  }

  .site-footer .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width:767px){
  .footer-logo{
    display: flex;
    width: 47px;
  }
  .site-footer .footer-logo img{
    max-width: 100%;
    margin-bottom: 38px;
  }
  .site-footer .menu-footer-menu-container ul{
    gap: 24px 0;
    justify-content: flex-start;
  }
  .site-footer .menu-footer-menu-container ul li{
    width: 50%;
  }
  .site-footer .watermark-block {
  padding: 56px 0 24px;
}
.site-footer .bottom-links ul{
  justify-content: flex-start;
gap: 16px;
padding-bottom: 48px;
}
.site-footer .bottom-links ul li{
  width: 100%;
  text-align: left;
}
.site-footer .copyright-text p,.site-footer ul li a{
  text-align: left;
  font-size: 14px;
}
}

/* About Slider css */
.about_history {
  background-color: var(--Navy);
  padding-bottom: 171px;
  padding-top: 82px;
}
.about_history .heading-block{
  text-align: left;
  max-width: 423px;
  margin-bottom: 35px;
}
.about_history .heading-block h5{
  color: var(--Text-White);
  margin-bottom: 40px;
  font-weight: 300;
}
.about_history .container{
  position: relative;
}

.about_history .col-wrap {
  width: calc(33.33% - 0px);
}

.about_history .history_slider {
  position: relative;
  z-index: 1;
}

.about_history .history_content p {
  color: var(--White);
  margin-top: 61px;
  padding-top: 29px;
  border-top: 1px solid var(--White);
  padding-left: 200px;
  margin-left: -84px;
}

.about_history .history_img img {
  min-height: 504px;
  max-height: 504px;
}

.about_history .history_year {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
}

.about_history .history_year .img_wrap {
  position: absolute;
  top: 50%;
}

.about_history .history_year h2 {
  color: var(--White);
  margin-bottom: 130px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--White);
  text-align: center;
  margin-right: -84px;
}

.about_history span.year_bg {
  position: absolute;
  top: -84px;
  bottom: 0;
  right: auto;
  left: 50%;
  font-weight: 300;
  /* font-size: 575px; */
  font-size: 512px;
  line-height: 110%;
  color: var(--White);
  font-family: 'SeasonMix';
  opacity: 0.05;
  z-index: -1;
  transform: translate(-50%, 0);
}

.about_history .slick-arrow {
  filter: brightness(0) saturate(100%) invert(99%) sepia(88%) saturate(234%) hue-rotate(163deg) brightness(116%) contrast(97%);
}


/* animation Initially hide elements */

/* .history_slider .year_bg,
.history_slider .history_year,
.history_slider .history_img,
.history_slider .history_content {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.slick-active .year_bg {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s; 
}

.slick-active .history_year {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s; 
}

.slick-active .history_img {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.slick-active .history_content {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s; 
}


.history_slider .year_bg,
.history_slider .history_year,
.history_slider .history_img,
.history_slider .history_content {
  clip-path: inset(0 0 0 100%);
}

.slick-active .year_bg,
.slick-active .history_year,
.slick-active .history_img,
.slick-active .history_content {
  clip-path: inset(0 0 0 0);
  transition: 
    clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.slick-active .history_year { transition-delay: 0.3s; }
.slick-active .history_img { transition-delay: 0.6s; }
.slick-active .history_content { transition-delay: 0.9s; } */



/* Initially hidden */
.history_slider .year_bg,
.history_slider .history_year,
.history_slider .history_img,
.history_slider .history_content {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

/* Animate in order */
.slick-active .year_bg {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

.slick-active .history_year {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}

.slick-active .history_img {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.slick-active .history_content {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}

/* Mask reveal */
.history_slider .year_bg,
.history_slider .history_year,
.history_slider .history_img,
.history_slider .history_content {
  clip-path: inset(0 0 0 100%);
}

.slick-active .year_bg,
.slick-active .history_year,
.slick-active .history_img,
.slick-active .history_content {
  clip-path: inset(0 0 0 0);
  transition:
    clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

/* Match stagger delays */
.slick-active .history_year { transition-delay: 0.3s; }
.slick-active .history_img { transition-delay: 0.6s; }
.slick-active .history_content { transition-delay: 0.9s; }

/* Fade out previous slide */
.history_slider .slick-slide:not(.slick-current) .year_bg,
.history_slider .slick-slide:not(.slick-current) .history_year,
.history_slider .slick-slide:not(.slick-current) .history_img,
.history_slider .slick-slide:not(.slick-current) .history_content {
  opacity: 0;
  transform: translateX(-20%);
  filter: blur(2px);
  transition: all 0.8s ease;
}

/* 🕊️ Smooth but faster ending */
.slick-active.slick-current .year_bg,
.slick-active.slick-current .history_year,
.slick-active.slick-current .history_img,
.slick-active.slick-current .history_content {
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1); /* faster ease-out */
  transition-duration: 1.2s; /* slightly faster smooth end */
}


/* end */



body .about_history .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.about_history .slick-dots li.slick-active button {
  background-color: #fff !important;
}
.about_history .slick-dots{
  left:64.66% !important;

}
.about_history .slick-dots ,.about-custom-arrow{
  margin: auto;
  left: 35.33%;
  transform: translate(-50%, 0);
  text-align: right;
  position: absolute;
  bottom: -40px;
}
.about-custom-arrow{
  text-align: left;
  bottom:-60px;
  width: fit-content;
}
.about-custom-arrow svg{
  cursor: pointer;
}
@media(max-width:1499px){
  .about_history span.year_bg{
    font-size: 29.847vw;
    top: 16px;
  }
   .take-look-around.plateform-section .slick-list {
  margin: 0 -16px !important;
}
.about-custom-arrow {
  bottom: -17px;
}

.about_history .slick-dots {
  bottom: 0;
}

}

@media (min-width: 1400px) and (max-width: 1500px) {
  .about-custom-arrow {
    bottom: -40px;
  }

  .about_history .slick-dots {
    bottom: -21px;
  }  
}
@media(max-width:1199px){
  .about_history .history_content p{
    padding-left: 120px;
    font-size: 16px;
  }
  .about_history  .slick-list{
    overflow: visible;
  }

   .about-custom-arrow {
    bottom: 83px;
  }
   .about_history .slick-dots {
    bottom: 100px;
  }
  .about_history{
    padding-bottom: 60px;
  }
  .campus-slide-img img{
    min-height: 297px;
    max-height: 297px;
  }
   .about_history .history_img img {
  min-height: 350px;
  max-height: 350px;
}
.about_history .history_year .img_wrap{
  top: 10%;
}
.full-img-with-text .img-wrapper img{
  min-height: 100%;
  max-height: 100%;
}
}
@media(max-width:1080px){
    .about_history span.year_bg{
     font-size: 35vw;
    }
}
@media(max-width:991px){
  .about_history span.year_bg,.about_history .history_year .img_wrap{
    display: none;
  }
.about_history .history_year h2{
  border-bottom: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 32px;
  margin-right: 0;
}
.about_history .heading-block{
  margin-bottom: 56px;
}
.about_history .col-wrap{
  width: calc(50% - 0px);
}
.about_history .history_year{
  width: 100%;
}
.about_history .history_content p{
  margin-top: 24px;
  padding-top: 24px;
}
.about-custom-arrow,.about_history .slick-dots{
  width: fit-content;
  padding: 0 12px;
  left: 0;
  transform: none;
}
.about_history .slick-dots{
  padding: 0;
  max-width: 50%;
}
.about_history .history_slider{
  align-items: flex-start;
}
   .about_history .history_img img {
  min-height: 300px;
  max-height: 300px;
}
 .about-custom-arrow {
    bottom: 43px;
  }
    .about_history .slick-dots {
    bottom: 60px;
  }
}
@media screen and (max-width:767px){
  .item1{
    margin-left: calc(-100vw / 2 + -2100px / 2);
  }
   .item2{
    margin-left: calc(-100vw / 2 + -3300px / 2);
  }
   .item3{
    margin-left: calc(-100vw / 2 + -1500px / 2);
  }
  .page-id-13 .item1{
    margin-left: calc(-100vw / 2 + -1040px / 2);
  }
   .page-id-13 .item2{
    margin-left: calc(-100vw / 2 + -1540px / 2);
  }
   .page-id-13 .item3{
    margin-left: calc(-100vw / 2 + -870px / 2);
  }
  .page-id-13 .marquee-item img{
    height: 9px;
  }
.about_history .history_content p{
  padding: 0;
  margin:0;
  border-top: 0;
}
.about_history .col-wrap {
    width: 100%;
  }
  .history_content{
    padding-top: 54px;
  }
  .about_history .slick-dots{
    max-width: 100%;
    bottom: auto;
    top: 369px;
    margin-right: 0 !important;
    right: 0;
  }
  .about-slider-wrapper{
    position: relative;
  }
  .about-slider-wrapper .about-custom-arrow{
    padding: 0;
    bottom: auto;
    top: 373px;
  }
  .about_history .history_img img{
    max-height: 298px;
    min-height: 298px;
    object-fit: cover;
  }
  .about_history{
    padding: 64px 0;
  }
.about_history .heading-block a{
  font-size: 14px;
  padding: 10px 26px;
}
.about_history .history_content p{
  font-size: 14px;
}
.take-look-around.plateform-section .slick-list{
  margin: 0 !important;
}
.about_history{
  padding-bottom: 0;
}
}

