.school-logo{
    width: 250px;
    margin:0 auto 2rem;
}

/* hm Achievers */
.newsImg .swiper-pagination{
  right: 10px;
  width: auto;
  left: auto;
}

.newsImg .swiper-slide{
  display: flex;
  align-items: center;
  background-color: var(--lightgray);
}
.newsImg .img-fluid{
  max-width: 50%;
  flex: 0 0 50%;
}

.newsImg-text{
  padding: 2rem;
}
/* hm Achievers */

/* in numbers */
.stats{
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.stats:not(:last-of-type){
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.contentBox{
    .scroller{
        height: 300px;
    }
}
/* in numbers */

/*Beyond classroom*/
.circle-wrapper{
	margin-top: 5rem;
}

.beyond-images{
	position: absolute;
	inset: 0;
	opacity: 0.5;
	z-index: -1;
}

.beyond-images::before{
	content: '';
	position: absolute;
	inset: 0;
	background-image: linear-gradient(#fff, transparent);
	z-index: 1;
	pointer-events: none;
}

.circle-slider{
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 410px;
  height: 410px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0px 12px rgb(0 0 0 / 25%));
  filter: drop-shadow(0 0px 12px rgb(0 0 0 / 25%));
  box-shadow: 0 0 0 1px var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://www.suncityschool54.com/images/beyond-classroom/sports.jpg) center / cover no-repeat;
  animation: beyond-slider 12s linear infinite;
  pointer-events: none;
}
@keyframes beyond-slider {
	0%{background-image: url(https://www.suncityschool54.com/images/beyond-classroom/sports-lg.webp);}
	16%{background-image: url(https://www.suncityschool54.com/images/beyond-classroom/outings-lg.webp);}
	33%{background-image: url(https://www.suncityschool54.com/images/beyond-classroom/club-lg.webp);}
	50%{background-image: url(https://www.suncityschool54.com/images/beyond-classroom/arts-lg.webp);}
	66%{background-image: url(https://www.suncityschool54.com/images/beyond-classroom/social-initiatives-lg.webp);}
	83%{background-image: url(https://www.suncityschool54.com/images/beyond-classroom/co-curricular-activities-lg.webp);}
	100%{background-image: url(https://www.suncityschool54.com/images/beyond-classroom/sports-lg.webp);}
}

.rotate--circle {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  border-radius: 50%;
  background-color: var(--lightgray);
  animation-duration: 60s !important;
  -webkit-filter: drop-shadow(0 1rem 3rem rgb(0 0 0 / 55%));
  filter: drop-shadow(0 1rem 3rem rgb(0 0 0 / 55%));
}

.rotate--circle:hover {
	animation-play-state: paused;
}

.circle--rotate {
  position: relative;
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  transform: rotate(0deg);
  padding: 0;
}

.circle--rotate>li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  visibility: hidden;
}

.circle-wrapper .count8 li:nth-child(2) {
  transform: rotate(60deg);
}
.circle-wrapper .count8 li:nth-child(3) {
  transform: rotate(120deg);
}
.circle-wrapper .count8 li:nth-child(4) {
  transform: rotate(180deg);
}
.circle-wrapper .count8 li:nth-child(5) {
  transform: rotate(240deg);
}
.circle-wrapper .count8 li:nth-child(6) {
  transform: rotate(-60deg);
}
.circle-wrapper .count8 li:nth-child(7) {
  transform: rotate(-90deg);
}
.circle-wrapper .count8 li:nth-child(8) {
  transform: rotate(-45deg);
}

.circle--rotate>li .icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: -30px auto;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid var(--body-color);
  background-color: #fff;
  color: initial;
  visibility: visible;
  transition: all 0.3s ease;
}
.height-250
{
	height: 120px;
}
.boxContainer .serviceBox .inner {
    height: auto;
    text-align: justify;
    padding: 2rem;
	
}
.testim-modal .close {
    font-size: 4rem;
    font-weight: 200;
    position: absolute;
    right: 0;
    opacity: 1;
    z-index: 1;
    top: 0;
    background: var(--primary-color);
    width: 44px;
    height: 41px; 
    /* border-radius: 50px; */
    line-height: 41px;
    color: #fff;
}
.membersContainer .linkedin
{
    position: absolute;
    z-index: 999;
    bottom: -8px;
    right: 4px;
    filter: none;
}
.membersContainer .linkedin i
{
    background: var(--linkedin);
    color: #fff;
}
@media only screen and (min-height: 800px){
  .circle--rotate>li .icon {
      width: 72px;
      height: 72px;
      margin: -36px auto;
  }
}

.circle--rotate>li .icon:hover {
	background-color: var(--darkgray);
}

.circle--rotate>li .icon:hover img {
	filter: invert(1);
}

.circle--rotate>li .icon span{
  position: absolute;
  z-index: -1;
  text-align: center;
  bottom: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
/*Beyond classroom*/


/* FAQs */

.section-faq__wrap {
  counter-reset: wrapper
}

.section-faq__row {
  background-color: #f9f9f9
}

.section-faq__row.active {
  background-color: var(--darkgray);
  color: #fff;
  transition: .3s ease-in-out
}

.section-faq__row+.section-faq__row {
  margin-top: 20px
}

.section-faq__title {
  margin-bottom: 0;
  padding: 1.75rem 3.75rem 1.75rem 2rem;
  color: var(--body-color);
  cursor: pointer;
  position: relative;
  transition: .3s
}

.pagetitle,
.section-faq__title::after,
.section-faq__title:hover {
  color: var(--primary-color)
}

.section-faq__row.active .section-faq__title {
  color: #fff
}

.section-faq__title::before {
  counter-increment: wrapper;
  content: 'Q' counter(wrapper) '. '
}

.section-faq__title::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "+";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 16px;
  line-height: 1
}

.section-faq__row.active .section-faq__title::after {
  content: "\f068";
  color: var(--secondary-color)
}

.section-faq__content {
  display: none;
  padding: 0 30px 18px 35px
}

.section-faq__row.active .section-faq__content {
  display: block
}

.section-faq__content p:last-child {
  margin-bottom: 0
}

.section-faq__list {
  margin-bottom: 16px
}

.section-faq__list li {
  position: relative;
  padding-left: 14px
}

.section-faq__list li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 4px;
  left: 0;
  z-index: 1
}
/* FAQs */