@font-face {
    font-family: 'Poppins-semibold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-regular';
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-medium';
    src: url('../fonts/Poppins-Medium.ttf');
}
body {
    font-family: 'Poppins-regular';
    font-weight: 400;
    overflow-x: hidden;
}

.about-us-summary p {
    font-family: 'Poppins-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.46px;
    color: #000000;
}
.about-content h6 {
    font-family: 'Poppins-medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.46px;
    color: #000000;
}
.about-content a {
    font-family: 'Poppins-medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.46px;
    color: #000000;
}
.services-secondary {
  
  color: #000000 !important;
  letter-spacing: 0.46px !important;
	font-family: 'Poppins-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;


}

.about-us-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 8em;
  
  background-image: url(../images/about-us-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}

.about-us-summary {
  
}

#Program-Highlights,#Program-Philosophy,#Curriculum-Highlights {
  height: 14em;
  overflow: hidden;
}

#Program-Highlights-btn-hide, #Program-Philosophy-btn-hide ,#Curriculum-Highlights-btn-hide {
  display: none;
}

.readButtons {
  border: none;
  background-color: transparent;
  font-weight: 600;
}

.knowMore, .knowMore:hover {
  color: inherit;
  text-decoration: none;
}

.readButtons:hover {
  background: transparent;
}


.about-us-service-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  gap: 4em;
  padding: 0 3em;
}


.about-us-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  text-align: center;
 
 
}
.about-us-section .about-content p{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.about-img {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  transition: 0.5s all ease-in-out;
}
.about-us-item:hover .about-img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}

.about-us-item:hover .about-content a, .about-content a:hover{
  color: #093ED8;
}


@media (max-width: 1920px) {
  .why-us-section {
	/* right: 0; */
    /* bottom: -52rem; */
    /* filter: blur(1px); */
  }
}

@media (max-width: 1366px) {
  .why-us-section {
	/* right: 0; */
    /* bottom: -52rem; */
    
  }
}

@media (max-width: 1025px) {
  .why-us-section {
    /* bottom: 21rem; */
  }
}

@media (max-width: 767px) {

  .about-us-container {
    padding: 0;
    margin: 0 1em;
  }

  .about-us-service-container {
    display: block;
  }
}

@media (max-width:500px) {
  .laptop {
      height: 382px;
  }

  .laptop .table-responsive {
      height: 245px;
  }
}