.custom-logo {
  width: 158px;
}


.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  cursor: pointer;
}


.whatsapp-button img {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  margin-top: 10px;
}




h1,
h2,
h3,
h4,
h5,
h6 {
  color: #64555d;
}


section {
  padding: 60px;
}


a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}


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


.faq {
  padding: 120px 0 90px;
  background: #f7fbff;
  /* min-height: 100vh; */
}








.faq .section-title {
  margin-bottom: 54px;
}








.faq .section-title h2 {
  margin-bottom: 22px;
}








.faq .accordion .card {
  border: none;
  margin-bottom: 30px;
}








.faq .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 10px;
}








.faq .accordion .card .card-header {
  border: none;
  border-radius: 10px;
  padding: 0;
}








.faq .accordion .card .card-header h5 {
  padding: 0;
}


.faq .accordion .card .card-header h5 button:hover {
  box-shadow: 0px -50px 140px 0px rgba(0, 0, 1, 0.10);




}




.faq .accordion .card .card-header h5 button {
  color: #1e3056;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 30px 0 70px;
  height: 60px;
  display: block;
  width: 100%;
  color: rgb(0 0 0 / 80%);
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
  box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 10px 10px 0 0;
  position: relative;
}

.faq .accordion .card .card-header h5 button.collapsed:hover {
  background-color: rgba(0, 0, 0, 0.15);
}







.faq .accordion .card .card-header h5 button:after {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: rgb(219, 138, 222);
  text-align: center;
  border: 1px solid rgb(219, 138, 222);
  border-radius: 50%;
  line-height: 100%;
  content: '+';
  font-size: 15px;
  line-height: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}








.faq .accordion .card .card-header h5 button.collapsed {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgb(1 1 1 / 41%);
}








.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
  content: '+';
  color: #fff;
  background-color: rgb(219, 138, 222);
}








.faq .accordion .card .card-body {
  -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 0 0 10px 10px;
  padding-top: 0;
  margin-top: -6px;
  padding-left: 72px;
  padding-right: 70px;
  padding-bottom: 23px;
  color: rgba(30, 48, 86, 0.8);
  line-height: 30px;
  text-align: left;
  word-spacing: 2px;
}




.teachers-height {
  height: 300px;
}




.meta-3 img {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}




.meta-5 img {
  border-radius: 35% 65% 49% 51% / 73% 24% 76% 27%;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}




@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');




.contact-container {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
}




.contact-container h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333;
}




.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}




.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}




.contact-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}




.contact-list li i {
  font-size: 1.5rem;
  color: black;
  margin-right: 1rem;
  padding-left: 10px;
}




.contact-list li span {
  font-size: 12px;
  color: #635353;
  font-style: normal;
}


.contact-list-header {
  font-style: normal;
}


/*
@media only screen and (max-width: 768px) {




} */




body {
  text-align: justify;
}












/* Styling the hidden popup form */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black background */
  z-index: 1000;
  /* Ensures the overlay is above other content */
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
}




.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  /* background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}


#popup-form {
  display: flex;
  flex-direction: column;
}


#close-popup {
  margin-top: 10px;
  cursor: pointer;
  color: black;
  padding: 5px;
}


#popup-left {
  font-family: 'Open Sans', sans-serif;
  color: #dc8cdb;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}






#whatWeOffer {
  font-family: Arial, sans-serif;
  padding-bottom: 4px;
}


#whatWeOfferHome {
  font-family: Arial, sans-serif;
  padding-bottom: 8px;
}

/* #whatWeOffer .feat {
  background-color: #f9f9f9;
} */


#whatWeOffer .section-head {
  margin-bottom: 60px;
}


#whatWeOffer .section-head h4 {
  position: relative;
  color: #dd24da;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}




#whatWeOffer .section-head h4 span {
  color: black;
}


#whatWeOffer .section-head p {
  color: #818181;
  font-size: 16px;
  text-align: center;
}


#whatWeOffer .item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.30);
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  height: 335px;
  word-spacing: 1px;
}




@media screen and (max-width: 1200px) {
  #whatWeOffer .item {
    height: 370px;
  }

  #whatWeOfferHome .item {
    height: 390px;
  }
}




@media screen and (max-width: 650px) {
  #whatWeOffer .item {
    height: 390px;
  }

  #whatWeOfferHome .item {
    height: 410px;
  }
}




#whatWeOffer .item:hover {
  background: #e992e869;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


#whatWeOffer .item h6 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}


#whatWeOffer .item:hover h6,
#whatWeOffer .item:hover p {
  color: #000000;
}


#whatWeOffer .item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #dd24da;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
}


#whatWeOffer .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
}


#whatWeOffer .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
}


#whatWeOffer .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
}


#whatWeOffer .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
}


#whatWeOffer .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
}


#whatWeOffer .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
}








/* whatsapp shake start*/
.shake-animation {
  width: 50px;
  /* Adjust the size if needed */
  height: 50px;
  animation: shake 1.5s infinite;
  transition: transform 0.3s ease;
}


.shake-animation:hover {
  transform: scale(1.1);
}


.shake-animation {
  width: 50px;
  /* Adjust the size if needed */
  height: 50px;
  animation: vertical-shake 1.5s infinite;
  transition: transform 0.3s ease;
}


.shake-animation:hover {
  transform: scale(1.1);
}


@keyframes vertical-shake {


  0%,
  100% {
    transform: translateY(0);
  }


  25% {
    transform: translateY(-4px);
  }


  50% {
    transform: translateY(4px);
  }


  75% {
    transform: translateY(-4px);
  }
}


/* whatsapp shake end*/




#contactpopup *,
#contactpopup *:before,
#contactpopup *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




#contactpopup body {
  background: linear-gradient(to right, #ea1d6f 0%, #eb466b 100%);
  font-size: 12px;
}




#contactpopup body,
#contactpopup button,
#contactpopup input {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1.4px;
}




#contactpopup .background {
  display: flex;
  min-height: 100vh;
}




#contactpopup .container {
  flex: 0 1 700px;
  margin: auto;
  padding: 10px;
}




#contactpopup .screen {
  position: relative;
  background: white;
  border-radius: 15px;
}




#contactpopup .screen:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: -1;
}




#contactpopup .screen-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: rgb(242, 241, 241);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}




#contactpopup .screen-header-left {
  margin-right: auto;
}




#contactpopup .screen-header-button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 8px;
  background: white;
}




#contactpopup .screen-header-button.close {
  background: #dc8cdb;
}




#contactpopup .screen-header-button.maximize {
  background: #e8e925;
}




#contactpopup .screen-header-button.minimize {
  background: #74c54f;
}




#contactpopup .screen-header-right {
  display: flex;
}




#contactpopup .screen-header-ellipsis {
  width: 3px;
  height: 3px;
  margin-left: 2px;
  border-radius: 8px;
  background: #dddbdb;
}




#contactpopup .screen-body {
  display: flex;
}




#contactpopup .screen-body-item {
  flex: 1;
  padding: 50px;
}




#contactpopup .screen-body-item.left {
  display: flex;
  flex-direction: column;
}




#contactpopup .app-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}




#contactpopup .app-title span span {
  color: #dc8cdb;
}




/* #contactpopup .app-title:after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: -10px;
width: 25px;
height: 4px;
background: #ea1d6f;
} */




#contactpopup .app-contact {
  margin-top: auto;
  font-size: 8px;
  color: #888;
}




#contactpopup .app-form-group {
  margin-bottom: 15px;
}




#contactpopup .app-form-group.message {
  margin-top: 40px;
}




#contactpopup .app-form-group.buttons {
  margin-bottom: 0;
  text-align: right;
}




#contactpopup .app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color 0.2s;
}




#contactpopup .app-form-control::placeholder {
  color: #666;
}




#contactpopup .app-form-control:focus {
  border-bottom-color: #ddd;
}




#contactpopup .app-form-button {
  background: none;
  border: none;
  color: #dc8cdb;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}




#contactpopup .app-form-button:hover {
  color: #b9134f;
}




#contactpopup .credits {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #ffa4bd;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
}




#contactpopup .credits-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}




#contactpopup .dribbble {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}




@media screen and (max-width: 520px) {
  #contactpopup .screen-body {
    flex-direction: column;
  }




  #contactpopup .screen-body-item.left {
    margin-bottom: 30px;
  }




  #contactpopup .app-title {
    flex-direction: row;
  }




  #contactpopup .app-title span {
    margin-right: 12px;
  }




  #contactpopup .app-title:after {
    display: none;
  }
}




#contactpopup .screen {
  width: 477px;
}


.app-title {
  margin-top: 20px;
}


.app-title p {
  margin-bottom: 20px;
}




@media screen and (max-width: 524px) {
  /* #contactpopup .screen-body {
  padding: 40px;
}




#contactpopup .screen-body-item {
  padding: 0;
} */




  #contactpopup .screen .app-title {
    flex-direction: column;
  }


  #contactpopup .screen .app-title p {
    margin-bottom: 10px;




  }


  #contactpopup .screen .screen-body-item {
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }


  #contactpopup .screen {
    width: 350px;
  }
}




@media screen and (max-width: 480px) {
  #contactpopup .screen {
    width: 350px;
  }


  #contactpopup .screen-body-item {
    padding: 10px;
  }
}




@media screen and (max-width: 350px) {
  #contactpopup .screen {
    width: 300px;
  }
}




/*  */
@keyframes fadeInOut {


  0%,
  100% {
    opacity: 0;
    /* Fully transparent */
  }


  50% {
    opacity: 1;
    /* Fully visible */
  }
}


.popup-img-shake {
  animation: fadeInOut 1s infinite;
}


.overlay {
  opacity: 0;
  /* Start fully transparent */
  animation: overlayfadeIn 1s ease-in forwards;
  /* Apply the animation */
}


@keyframes overlayfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.one-on-one {
  color: #2d2c2c;
}






/* new */


@import url('https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans');


#homesummary *,
#homesummary *:before,
#homesummary *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


#homesummary html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#homesummary body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  background: #fff;
  color: #999;
}


#homesummary a {
  text-decoration: none;
  margin: 1rem 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 1px;
}


#homesummary p {
  font-size: 0.9rem;
  margin: 1rem 0;
  line-height: 1.5;
}


#homesummary section {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}


#homesummary h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 1.825rem;
  margin: 1.3rem 0;
}


#homesummary .section-lead {
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}


#homesummary .service a {
  color: #5b7abb;
  display: block;
}


#homesummary .service h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #56ceba;
  font-size: 1.3rem;
  margin: 1rem 0 0.6rem;
}


#homesummary .services-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}


#homesummary .service {
  background: #fff;
  margin: 20px;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e7e7e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


#homesummary .service:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}


#homesummary .service i {
  font-size: 3.45rem;
  margin: 1rem 0;
}


#homesummary .service1 i,
#homesummary .service1 h4,
#homesummary .service1 .cta {
  color: #42b7ca;
}


#homesummary .service1:hover {
  border: 2px solid #42b7ca;
}


#homesummary .service2 i,
#homesummary .service2 h4,
#homesummary .service2 .cta {
  color: #425fca;
}


#homesummary .service2:hover {
  border: 2px solid #425fca;
}


#homesummary .service3 i,
#homesummary .service3 h4,
#homesummary .service3 .cta {
  color: #9c42ca;
}


#homesummary .service3:hover {
  border: 2px solid #9c42ca;
}


#homesummary .service .cta span {
  font-size: 0.6rem;
}


#homesummary .service>* {
  flex: 1 1 100%;
}


#homesummary .service .cta {
  align-self: flex-end;
}


@media all and (max-width:900px) {
  #homesummary .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}


/* Define the fade-in animation */
@keyframes one-on-onefadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* Apply the fade-in animation to the target element */
.one-on-one {
  animation: one-on-onefadeIn 3s ease-in forwards;
}


/* new 2 */
#newsummarysection {
  --DarkBlue: hsl(240, 38%, 20%);
  --GrayishBlue: hsl(240, 18%, 77%);
  --Background: #FFFFFF;

  font-family: 'Inter', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 90px;
}


#newsummarysection main {
  width: 100%;
  max-width: 1440px;
  padding: 16px;
}


#newsummarysection .slider {
  position: relative;
}


#newsummarysection .buttons {
  z-index: 1;
  right: 50%;
  top: 176px;
  width: 72px;
  height: 31px;
  position: absolute;
  border-radius: 50px;
  transform: translateX(50%);
  background-color: var(--Background);
}


#newsummarysection .buttons .previous,
#newsummarysection .buttons .next {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}


#newsummarysection .buttons .previous {
  left: 0;
  background-image: url('https://alcs-slider.netlify.app/images/icon-prev.svg');
}


#newsummarysection .buttons .previous:hover {
  transform: scale(1.25);
}


#newsummarysection .buttons .next {
  right: 0;
  background-image: url('https://alcs-slider.netlify.app/images/icon-next.svg');
}


#newsummarysection .buttons .next:hover {
  transform: scale(1.25);
}


#newsummarysection .slide {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}


#newsummarysection .slide .testimonial {
  padding: 0px 51px;
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
}


#newsummarysection .slide .testimonial blockquote {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 33px;
  word-spacing: 2px;
}


#newsummarysection .slide .testimonial .author {
  font-size: 15px;
  font-weight: 700;
}


#newsummarysection .slide .testimonial .author span {
  display: block;
  color: var(--GrayishBlue);
  font-weight: 500;
}


#newsummarysection .slide .slider-img {
  width: 100%;
  padding: 30px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}


#newsummarysection .slide .slider-img img {
  width: 160px;
  height: 160px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
}


#newsummarysection .slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}


@media screen and (min-width: 600px) {
  #newsummarysection {
    body {
      main {
        max-width: 800px;

        .slider .buttons {
          top: 280px;
        }
      }
    }
  }
}


@media screen and (min-width: 900px) {
  #newsummarysection {
    body {
      main {
        width: 100%;
        max-width: 1054px;
        padding: 64px 64px 64px 0;

        .slider .buttons {
          right: 43%;
          top: 500px;
        }

        .slide {
          position: relative;
          text-align: left;
          display: flex;
          flex-direction: row;
        }

        .slide .testimonial {
          padding: 32px 0 0 0;
          background-size: 80px;
          background-position: 19% -7%;
          transform: translateX(100px);
        }

        .slide .testimonial blockquote {
          font-size: 24px;
          line-height: 30px;
        }

        .slide .testimonial .author span {
          display: contents;
        }

        .slide .slider-img {
          padding: 55px;
        }

        .slide .slider-img img {
          width: 400px;
        }
      }
    }
  }
}




/* new  3 */












#ourteam {
  display: grid;
  place-items: center;
  font-family: 'Passion One', cursive;
  font-weight: 400;
  perspective: 500px;
  -webkit-perspective: 500px;
  perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
}


#ourteam {
  padding: 20px;
  width: 100%;
}


#ourteam .testimonial {
  background: var(--color-red);
  background: #a5e9f34d;
  background-size: 200% 200%;
  padding: 30px;
  border-radius: 20px;
  width: 322px;
  position: relative;
  color: white;
  animation: spin 12s infinite 0.2s ease-in-out, shade 12s infinite 0.2s ease-in-out;
}


#ourteam .testimonial:nth-child(2) {
  /* animation-delay: 4s; */
}

#ourteam .testimonial:nth-child(3) {
  /* animation-delay: 8s; */
}


/* #ourteam .testimonial:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -22px;
  right: 0;
  background: var(--color-red);
  background: #b7c9ec;
  background-size: 200% 200%;
  clip-path: polygon(80% 80%, 90% 100%, 90% 80%);
  animation: shade 12s infinite 0.2s ease-in-out;
} */


#ourteam .testimonial:nth-child(2):after {
  /* animation-delay: 4s; */
}

#ourteam .testimonial:nth-child(3):after {
  /* animation-delay: 8s; */
}


#ourteam .testimonial:before {
  /* shadow */
  content: "";
  width: 300px;
  height: 50px;
  left: 50px;
  top: 50px;
  position: absolute;
  background: rgb(0 0 0 / 0.2);
  transform: translateY(200px) translateZ(-50px) rotateX(90deg);
  filter: blur(20px);
}


#ourteam .testimonial.hid {
  display: none;
}


#ourteam .testimonial h3.b,
#ourteam .testimonial h3.c,
#ourteam .testimonial p.b,
#ourteam .testimonial p.c {
  display: none;
}


#ourteam .testimonial h3,
#ourteam .testimonial p {
  /* animation: showhide 36s infinite 0.2s; */
}

#ourteam .testimonial h3.b,
#ourteam .testimonial p.b {
  /* animation-delay: 12.2s; */
}

#ourteam .testimonial h3.c,
#ourteam .testimonial p.c {
  /* animation-delay: 24.4s; */
}


#ourteam .testimonial h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}


@keyframes spinnew {
  0% {
    transform: rotateY(90deg) rotateX(0deg);
  }

  5% {
    transform: rotateY(38deg) rotateX(4deg);
  }

  95% {
    transform: rotateY(-30deg) rotateX(-1deg);
  }

  100% {
    transform: rotateY(-90deg) rotateX(0deg);
  }
}


@keyframes spin {

  0%,
  100% {
    transform: rotateY(-15deg) rotateX(-1deg);
  }

  50% {
    transform: rotateY(19deg) rotateX(4deg);
  }
}


@keyframes shade {

  0%,
  100% {
    background-position: 0% 100%;
  }

  50% {
    background-position: 100% 0%;
  }
}


@keyframes showhide {
  0% {
    display: block;
  }

  33.3333% {
    display: block;
  }

  33.3334% {
    display: none;
  }

  100% {
    display: none;
  }
}


@media (min-width: 400px) and (max-width: 500px) {
  #courses .left-image {
    left: 2%;
  }
}


@media (min-width: 450px) and (max-width: 500px) {
  #courses .left-image {
    left: 9%;
  }
}


@media screen and (max-width: 400px) {
  #courses .left-image {
    left: -6%;
  }

  #courses .left-image img {
    width: 200px;
    height: 158px;
  }
}


/* new 3 */
#ourteamslide .heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}


#ourteamslide .heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

#ourteamslide .white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}


#ourteamslide .heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}


/*-----Testimonial-------*/


#ourteamslide .testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}


#ourteamslide .testimonial {
  min-height: 375px;
  position: relative;
  background: #17a7f463;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}

#ourteamslide .testimonial .heading {
  text-shadow: 5px 0px 6px rgba(0, 0, -1, .5);
}

#ourteamslide .testimonial4_slide img {
  border: 3px solid white;
}

#ourteamslide #testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#ourteamslide #testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#ourteamslide #testimonial4 .carousel-inner .item {
  overflow: hidden;
}


#ourteamslide .testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

#ourteamslide .testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: black;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#ourteamslide .testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#ourteamslide .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

#ourteamslide .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}


#ourteamslide .testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

#ourteamslide .testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

#ourteamslide .testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

#ourteamslide .testimonial4_control_button .carousel-control.left:hover,
#ourteamslide .testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}


#ourteamslide .testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

#ourteamslide .testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}


#ourteamslide .testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

#ourteamslide .testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

#ourteamslide .testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}


#ourteamslide .testimonial .carousel {
  padding-bottom: 50px;
}

#ourteamslide .testimonial .carousel-control-next-icon,
#ourteamslide .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}


.ourteamslide-h4 {
  margin-top: 50px;
  color: #000;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
}

#ourteamslide .testimonial4_slide h6 {
  color: #120808;
}

/* ------testimonial close------- */
@media screen and (max-width: 600px) {
  body {
    text-align: justify !important;
    word-spacing: -2px !important;
  }
}

@media screen and (min-width: 990px) {
  section.our-office #video .thumb {
    top: 120px;
    left: 65px;
    z-index: 99;
  }
}

@media screen and (max-width: 990px) {
  section.our-office #video .thumb {
    display: none;
  }

  #imfctfooter {
    display: none;
  }
}

.ourteamslide-h4 {
  margin-bottom: 10px;
}

.testimonial-custom {
  text-align: left;
}

.testimonial-custom p {
  text-align: center;
}

.author span {
  color: #000 !important;
}

#Our_Expertise {
  font-size: 16px;
}
#personalisededucation {
  font-size: 16px;
}


.footer {
  margin-bottom: 15px
}

#whatWeOffer .item p {
  color: #000000;
  line-height: 19px;
}

section.our-courses ul.nacc li .right-content p {
  text-align: left;
  line-height: 22px;
  word-spacing: 2px;
}

#newsummarysection .slide .testimonial blockquote {
  padding-left: 40px;
  padding-right: 40px;
}

/* custom media querry -- start */

/* Mobile devices (portrait and landscape) */
@media only screen and (min-width: 200px) and (max-width: 767px) {
  .main-button-gradient a {
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0px 0px 4px rgba(0, 0, -1, .8);
    word-spacing: .5px;
  }

  #index_popup {
    word-spacing: 1px;
  }
  .Enroll-now-index {
    word-spacing: 1px;
  }

  section {
    padding: 10px;
  }

  #Contact-us-index {
    word-spacing: 1px;
  }

  #whatWeOfferHome .item {
    height: 335px;
  }

  .services .item h4 {
    word-spacing: 2px;
  }

  section.our-courses .section-heading p {
    word-spacing: 2px;
  }

  #newsummarysection .slide .testimonial blockquote {
    padding-left: 0px;
    padding-right: 0px;
  }
  

  .Foreschool-is-unique {
    word-spacing: 2px;
  }
  /* .main-banner .header-text h2 {
    font-size: 35px;
    line-height: 42px;
  } */
}


/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-button-gradient a {
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0px 0px 4px rgba(0, 0, -1, .8);
    word-spacing: .5px;
  }

  .Enroll-now-index {
    word-spacing: 1px;
  }
}
/* custom media querry -- end */


/* glocal font */

/* glocal font end*/