.banner.home-banner .bg .banner-wrapper {
  bottom: 35%;
}
.banner.home-banner .bg .banner-wrapper .container .content {
  display: flex;
  justify-content: center;
}
.banner.home-banner .bg .banner-wrapper .container .content h2 {
  max-width: 530px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .banner.home-banner .bg video {
    -o-object-fit: none;
       object-fit: none;
  }
}
.banner.home-banner .bg .quickLinks {
  position: absolute;
  top: 40%;
  right: 32px;
  z-index: 3;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .banner.home-banner .bg .quickLinks {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .banner.home-banner .bg .quickLinks {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 430px) {
  .banner.home-banner .bg .quickLinks {
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
  }
}
.banner.home-banner .bg .quickLinks .container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .banner.home-banner .bg .quickLinks .container {
    justify-content: center;
  }
}
.banner.home-banner .bg .quickLinks .quickLinks-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 10% 0%;
  padding: 0;
  line-height: 1;
}
@media (min-width: 1367px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list {
    margin: 10% 0%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list {
    align-items: center;
    gap: 18px;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list {
    gap: 16px;
  }
}
@media (max-width: 420px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list {
    gap: 14px;
  }
}
@media (max-width: 365px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list {
    gap: 12px;
  }
}
.banner.home-banner .bg .quickLinks .quickLinks-list li {
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li {
    width: 114%;
  }
}
.banner.home-banner .bg .quickLinks .quickLinks-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: 0.5s ease;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  justify-content: left;
}
.banner.home-banner .bg .quickLinks .quickLinks-list li a:hover {
  color: #1BB6F0;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li a {
    font-size: 16px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li a {
    font-size: 20px;
    gap: 14px;
    justify-content: left;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li a {
    font-size: 12px;
    gap: 12px;
  }
}
@media (max-width: 420px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li a {
    font-size: 12px;
    gap: 10px;
  }
}
@media (max-width: 365px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li a {
    font-size: 10px;
    gap: 8px;
  }
}
.banner.home-banner .bg .quickLinks .quickLinks-list li a img {
  width: 35px;
  height: 35px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li a img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li a img {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li a img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 420px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li a img {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 365px) {
  .banner.home-banner .bg .quickLinks .quickLinks-list li a img {
    width: 22px;
    height: 22px;
  }
}
.banner.home-banner .bg .quickLinks .quickLinks-list li a svg.svg {
  width: 25px !important;
  height: 25px !important;
}
.banner.home-banner .bg .quickLinks .quickLinks-list li .quickLinks-star {
  transition: 0.5s ease;
}
.banner.home-banner .bg .quickLinks .quickLinks-list li .quickLinks-star:hover svg path {
  stroke: #1BB6F0;
  transition: 0.5s ease;
}

.home-secA {
  padding: 30px 0;
  background-color: #DCE2FF;
}
.home-secA .container.flex {
  justify-content: center;
  gap: 40px;
  padding: 20px 10px;
}
.home-secA .container.flex .left-a, .home-secA .container.flex .right-a {
  flex: 1;
}
.home-secA .container.flex .left-a {
  position: relative;
}
.home-secA .container.flex .left-a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
  z-index: -1;
}
.home-secA .container.flex .left-a img {
  border-radius: 10px;
}
.home-secA .container.flex .left-a .count-wrapper {
  display: flex;
  position: absolute;
  color: #fff;
  align-items: center;
  bottom: 2%;
  left: 0;
  padding: 10px 20px;
  width: 100%;
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap {
  flex: 1;
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap:first-child {
  flex: 0 1 auto;
  padding-right: 25px;
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info h4, .home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info p {
  color: #fff;
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info p {
  font-size: 14px;
}
.home-secA .container.flex .right-a {
  padding: 20px;
}
.home-secA .container.flex .right-a h2 {
  text-transform: capitalize;
  max-width: 290px;
  line-height: 1;
  font-weight: 400;
}
.home-secA .container.flex .right-a p {
  color: var(--text);
  padding: 25px 0 40px;
  font-weight: 400;
}
.home-secA .container.flex .right-a .theme-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-secA .container.flex .right-a .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.home-secA .container.flex .right-a .theme-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.home-secA .container.flex .right-a .theme-btn:hover::before {
  width: 100%;
}
.home-secA .container.flex .right-a .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.home-secA .container.flex .right-a .theme-btn::before {
  border-radius: 25px;
}

.home-secB {
  position: relative;
  height: 100%;
  padding: 80px 0;
  background-image: url(/assets/images/home/secB-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #8497FB;
}
.home-secB::before {
  content: "";
  width: 100%;
  height: 80%;
  background-image: url(/assets/images/home/secB-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-secB .container .heading {
  text-align: center;
}
.home-secB .container .heading h3, .home-secB .container .heading p {
  color: #fff;
  text-transform: capitalize;
}
.home-secB .container .heading h3 {
  line-height: 48px;
}
.home-secB .container .building-wings-container {
  position: relative;
  padding: 50px 0 70px;
}
.home-secB .container .building-wings-container .swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: 28%;
  justify-content: space-between;
  position: absolute;
  left: 36%;
  top: 30%;
  z-index: 2;
}
.home-secB .container .building-wings-container .swiper-nav.swiper-group button {
  color: #fff;
}
.home-secB .container .building-wings-container .wings-slider {
  padding: 15px 0;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 1s ease;
  transform: translateY(130px);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-prev, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-next {
  transform: translateY(130px);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-prev figcaption, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-next figcaption {
  transition: 0.3s ease;
  transform: translateY(-30px);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-prev figcaption h5, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-next figcaption h5 {
  font-size: 18px;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active {
  transform: translateY(0);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active figure {
  scale: 1;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active figcaption p, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active figcaption .read-more {
  opacity: 1;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figure {
  scale: 0.7;
  transition: 0.7s ease;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figure img {
  border-radius: 50%;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption {
  padding: 5px 20px;
  text-align: center;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption h5, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption p {
  color: #fff;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption h5 {
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.5s ease;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption p {
  padding-bottom: 30px;
  opacity: 0;
  transition: 1s ease;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 10px 22px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 25px;
  z-index: -2;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  border-radius: 25px;
  z-index: -1;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more:hover::before {
  width: 100%;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more {
  padding: 6px 20px;
  opacity: 0;
  transition: 1s ease;
}

.home-secC {
  width: 100%;
  height: 80vh;
}
.home-secC .container-fluid {
  padding: 0;
  height: 100%;
}
.home-secC .container-fluid .grid {
  height: 100%;
  grid-template-columns: repeat(5, 1fr);
}
.home-secC .container-fluid .grid .notes {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3647058824);
  opacity: 0;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes:hover .icon1 {
  transform: translateY(0%);
}
.home-secC .container-fluid .grid .notes:hover .icon2 {
  transform: translateY(75%);
}
.home-secC .container-fluid .grid .notes:hover.notes1, .home-secC .container-fluid .grid .notes:hover.notes2, .home-secC .container-fluid .grid .notes:hover.notes3, .home-secC .container-fluid .grid .notes:hover.notes4, .home-secC .container-fluid .grid .notes:hover.notes5, .home-secC .container-fluid .grid .notes:hover.notes6, .home-secC .container-fluid .grid .notes:hover.notes7 {
  background-color: transparent;
}
.home-secC .container-fluid .grid .notes:hover.notes3 .icon1 {
  transform: translateY(750%);
}
.home-secC .container-fluid .grid .notes:hover.notes3 .icon2 {
  transform: translateY(110%);
}
.home-secC .container-fluid .grid .notes:hover::before {
  opacity: 1;
}
.home-secC .container-fluid .grid .notes .icon1 {
  transform: translateY(75%);
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes .icon1 p {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  max-width: 140px;
}
.home-secC .container-fluid .grid .notes .icon2 {
  transform: translateY(0%);
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-secC .container-fluid .grid .notes figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .container-fluid .grid .notes1 {
  background-color: #ded068;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes2 {
  background-color: #c9def0;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes3 {
  background-color: #be7e4f;
  transition: 0.5s ease;
  flex-direction: column;
  align-items: center;
  grid-column: span 2;
  grid-row: span 2;
}
.home-secC .container-fluid .grid .notes3 .icon1 {
  transform: translateY(0%);
}
.home-secC .container-fluid .grid .notes3 .icon1 p {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 36px;
  line-height: 48px;
}
.home-secC .container-fluid .grid .notes3 .icon2 {
  transform: translateY(20%);
}
.home-secC .container-fluid .grid .notes4 {
  background-color: #ded068;
}
.home-secC .container-fluid .grid .notes5 {
  background-color: #3c468c;
}
.home-secC .container-fluid .grid .notes6 {
  background-color: #cca658;
}
.home-secC .container-fluid .grid .notes7 {
  background-color: #c9def0;
}

.home-secD {
  width: 100%;
  padding: 0px 0;
}
.home-secD .heading {
  text-align: center;
}
.home-secD .heading h2 {
  text-transform: none;
  max-width: 365px;
  margin: 0 auto;
  line-height: 1;
}
.home-secD .events-slider-container {
  position: relative;
  padding: 50px 0 60px;
}
.home-secD .events-slider-container .events-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  position: absolute;
  left: 16%;
  top: 32%;
  z-index: 2;
}
.home-secD .events-slider-container .events-nav button {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}
.home-secD .events-slider-container .events-slider .item {
  transition: 1s ease;
}
.home-secD .events-slider-container .events-slider .item.swiper-slide-active figcaption a {
  opacity: 1;
}
.home-secD .events-slider-container .events-slider .item.swiper-slide-prev {
  transform: rotate(356deg);
  scale: 0.8;
  transition: 0.5 ease;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .home-secD .events-slider-container .events-slider .item.swiper-slide-prev {
    transform: rotate(360deg);
    scale: 1;
  }
}
.home-secD .events-slider-container .events-slider .item.swiper-slide-next {
  transform: rotate(364deg);
  scale: 0.8;
  transition: 0.5 ease;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .home-secD .events-slider-container .events-slider .item.swiper-slide-next {
    transform: rotate(360deg);
    scale: 1;
  }
}
.home-secD .events-slider-container .events-slider .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home-secD .events-slider-container .events-slider .item figcaption {
  padding: 25px 15px 35px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home-secD .events-slider-container .events-slider .item figcaption h6 {
  line-height: 20px;
}
.home-secD .events-slider-container .events-slider .item figcaption p {
  font-size: 14px;
  line-height: 20px;
  padding: 11px 0;
}
.home-secD .events-slider-container .events-slider .item figcaption a {
  color: #4358C5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  opacity: 0;
  transition: 0.5s ease;
}
.home-secD .events-slider-container .events-slider .item figcaption a::after {
  content: "";
  position: absolute;
  background: url(/assets/icon/right-arow.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.home-secD .btn-wraper {
  text-align: center;
}
.home-secD .btn-wraper .theme-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-secD .btn-wraper .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.home-secD .btn-wraper .theme-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.home-secD .btn-wraper .theme-btn:hover::before {
  width: 100%;
}
.home-secD .btn-wraper .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.home-secD .btn-wraper .theme-btn::before {
  border-radius: 25px;
}

.home-timing {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 768px) {
  .home-timing {
    padding: 60px 0;
  }
}
@media (max-width: 540px) {
  .home-timing {
    padding: 40px 0;
  }
}
.home-timing .heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .home-timing .heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .home-timing .heading {
    margin-bottom: 30px;
  }
}
.home-timing .heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--black);
  text-transform: capitalize;
  font-family: Queens;
}
@media (max-width: 768px) {
  .home-timing .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .home-timing .heading h2 {
    font-size: 26px;
  }
}
.home-timing .timing-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 991px) {
  .home-timing .timing-wrapper {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .home-timing .timing-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.home-timing .timing-wrapper .timing-col h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 30px;
  font-family: "Poppins", serif;
}
@media (max-width: 768px) {
  .home-timing .timing-wrapper .timing-col h3 {
    font-size: 24px;
  }
}
@media (max-width: 540px) {
  .home-timing .timing-wrapper .timing-col h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.home-timing .timing-wrapper .timing-col .timing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media (max-width: 540px) {
  .home-timing .timing-wrapper .timing-col .timing-grid {
    gap: 18px;
  }
}
.home-timing .timing-wrapper .timing-col .timing-grid .card {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 40px;
  background: #f9f9f9;
  border-radius: 15px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .home-timing .timing-wrapper .timing-col .timing-grid .card {
    padding: 25px 30px;
    gap: 20px;
  }
}
@media (max-width: 540px) {
  .home-timing .timing-wrapper .timing-col .timing-grid .card {
    padding: 20px;
    gap: 15px;
    flex-direction: column;
    text-align: center;
  }
}
.home-timing .timing-wrapper .timing-col .timing-grid .card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.home-timing .timing-wrapper .timing-col .timing-grid .card img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
@media (max-width: 540px) {
  .home-timing .timing-wrapper .timing-col .timing-grid .card img {
    width: 40px;
    height: 40px;
  }
}
.home-timing .timing-wrapper .timing-col .timing-grid .card div {
  flex: 1;
}
.home-timing .timing-wrapper .timing-col .timing-grid .card div h6 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 5px;
  font-family: "Poppins", serif;
}
@media (max-width: 768px) {
  .home-timing .timing-wrapper .timing-col .timing-grid .card div h6 {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .home-timing .timing-wrapper .timing-col .timing-grid .card div h6 {
    font-size: 15px;
  }
}
.home-timing .timing-wrapper .timing-col .timing-grid .card div p {
  font-size: 16px;
  color: var(--text);
  margin: 0;
  line-height: 1.6;
  font-family: "Poppins", serif;
  text-align: left;
}
@media (max-width: 768px) {
  .home-timing .timing-wrapper .timing-col .timing-grid .card div p {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .home-timing .timing-wrapper .timing-col .timing-grid .card div p {
    font-size: 14px;
    text-align: center;
  }
}
.home-timing .timing-wrapper .timing-col .timing-grid .card div p br {
  display: block;
}

.home-secE {
  width: 100%;
  padding: 80px 0;
  background: #fff;
}
.home-secE .container .heading {
  text-align: center;
}
.home-secE .container h2 {
  text-transform: none;
  max-width: 365px;
  margin: 0 auto 10px;
  line-height: 1;
}
.home-secE .container .grid {
  padding-top: 2.5rem;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3px;
}
.home-secE .container .grid .item {
  position: relative;
  position: relative;
}
.home-secE .container .grid .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
}
.home-secE .container .grid .item::before {
  z-index: 1;
}
.home-secE .container .grid .item:hover figure img {
  transform: scale(1.06);
}
.home-secE .container .grid .item figure {
  overflow: hidden;
}
.home-secE .container .grid .item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
  transform-origin: top;
}
.home-secE .container .grid .item figcaption {
  position: absolute;
  top: 5%;
  right: 7%;
  z-index: 2;
}
.home-secE .container .grid .item figcaption p {
  font-size: 23px;
  font-weight: 600;
  writing-mode: sideways-lr;
  color: #fff;
}

.home-secF {
  width: 100%;
  background: #8497FB;
  padding: 80px 0;
}
@media (max-width: 540px) {
  .home-secF {
    padding: 50px 0;
  }
}
.home-secF .container {
  position: relative;
  padding: 0px 20px;
}
.home-secF .container .sub-heading {
  text-align: center;
  position: relative;
  align-items: center;
  display: flex;
}
.home-secF .container .sub-heading .swiper-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  top: 6%;
  right: 0%;
  z-index: 2;
}
.home-secF .container .sub-heading .swiper-group button {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home-secF .container .sub-heading h2 {
  text-transform: none;
  font-size: 60px;
  margin: 0 auto 10px;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1366px) {
  .home-secF .container .sub-heading h2 {
    font-size: 55px;
  }
}
@media (max-width: 1024px) {
  .home-secF .container .sub-heading h2 {
    font-size: 50px;
    left: 36px;
    top: -13px;
  }
}
@media (max-width: 768px) {
  .home-secF .container .sub-heading h2 {
    font-size: 40px;
    top: -1px;
  }
}
@media (max-width: 675px) {
  .home-secF .container .sub-heading h2 {
    left: 5px;
    font-size: 36px;
    top: -4px;
  }
}
@media (max-width: 540px) {
  .home-secF .container .sub-heading h2 {
    font-size: 30px;
    left: 3px;
    top: 1px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .container .sub-heading h2 {
    font-size: 25px;
    left: -4px;
    top: 15px;
    margin: 0 auto 30px;
  }
}
.home-secF .container .sub-heading span {
  position: absolute;
  top: -3rem;
  width: 100%;
  left: 0rem;
  font-size: 100px;
  text-transform: uppercase;
  font-family: Queens;
  z-index: 1;
  color: rgba(255, 255, 255, 0.1607843137);
}
@media (max-width: 1280px) {
  .home-secF .container .sub-heading span {
    font-size: 90px;
  }
}
@media (max-width: 1024px) {
  .home-secF .container .sub-heading span {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .home-secF .container .sub-heading span {
    font-size: 59px;
  }
}
@media (max-width: 675px) {
  .home-secF .container .sub-heading span {
    font-size: 60px;
  }
}
@media (max-width: 540px) {
  .home-secF .container .sub-heading span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .container .sub-heading span {
    font-size: 38px;
  }
}
.home-secF .container .shining-stars-container {
  padding: 60px 0 0;
}
@media (max-width: 1024px) {
  .home-secF .container .shining-stars-container {
    padding: 15px 0 0;
  }
}
.home-secF .container .shining-stars-container .shining-slider .item {
  background: #fff;
  padding: 0px 15px 0;
  border-radius: 10px;
  cursor: default;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .home-secF .container .shining-stars-container .shining-slider .item .flex {
    flex-wrap: nowrap;
  }
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption {
  padding: 0;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
    font-size: 16px;
  }
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption p {
  margin: 3px 0;
  font-size: 12px;
  text-align: left;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption .rank {
  padding-top: 25px;
  padding-left: 8px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 {
  font-family: "Poppins", serif;
  font-weight: 600;
  color: #667ADF;
  font-size: 38px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption > span {
  font-family: "Poppins", serif;
  font-weight: 600;
  color: #667ADF;
  font-size: 15px;
  display: block;
  text-align: right;
  margin-left: 0;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figure {
  width: 140px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figure img {
  width: 100%;
  display: block;
  margin-left: 11%;
}
@media (max-width: 991px) {
  .home-secF .container .shining-stars-container .shining-slider .item {
    padding: 0 12px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
    font-size: 15px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption p {
    font-size: 11px;
    margin: 2px 0;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption .rank {
    padding-top: 15px;
    padding-left: 6px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 {
    font-size: 30px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption > span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .home-secF .container .shining-stars-container .shining-slider .item {
    padding: 0 10px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
    font-size: 14px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption p {
    font-size: 10px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption .rank {
    padding-top: 12px;
    padding-left: 5px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 {
    font-size: 26px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption > span {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .home-secF .container .shining-stars-container .shining-slider .item {
    padding: 0 8px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
    font-size: 13px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption p {
    font-size: 9px;
    margin: 2px 0;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption .rank {
    padding-top: 10px;
    padding-left: 4px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 {
    font-size: 22px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption > span {
    font-size: 11px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figure img {
    width: 86%;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .container .shining-stars-container .shining-slider .item {
    padding: 0 0 0 8px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
    font-size: 12px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption p {
    font-size: 9px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption .rank {
    padding-top: 8px;
    padding-left: 3px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 {
    font-size: 20px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption > span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secF .container .shining-stars-container .shining-slider .item {
    padding: 0 0 0 8px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
    font-size: 11px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption p {
    font-size: 8px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption .rank {
    padding-top: 6px;
    padding-left: 2px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 {
    font-size: 18px;
  }
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption > span {
    font-size: 9px;
  }
}

.home-secG {
  text-align: center;
  width: 100%;
  padding: 140px 0 140px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.home-secG::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/images/home/parent-hub.jfif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  z-index: -1;
}
.home-secG::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.472);
  z-index: -1;
}
.home-secG .heading h2 {
  color: #fff;
  margin-bottom: 10px;
}
.home-secG .heading p {
  color: #fff;
}
.home-secG .parents-container {
  padding-top: 70px;
}
.home-secG .parents-container .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-secG .parents-container .flex .colA {
  width: 550px;
  position: relative;
}
.home-secG .parents-container .flex .colA .bubble {
  background: #fff;
  padding: 40px 60px 108px 60px;
  border-radius: 16px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
.home-secG .parents-container .flex .colA .bubble p {
  text-align: justify;
}
.home-secG .parents-container .flex .colA .bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
}
.home-secG .parents-container .flex .colA .bubble .play-btn {
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.home-secG .parents-container .flex .colA .coment-img {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.home-secG .parents-container .flex .colA .coment-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.home-secG .parents-container .flex .colA .coment-img h5 {
  margin: 10px 0 0;
  font-size: 18px;
}
.home-secG .parents-container .flex .colA .coment-img p {
  font-size: 14px;
  opacity: 0.7;
}
.home-secG .parents-container .flex .colA .parents-tab-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.home-secG .parents-container .flex .colA .parents-tab-nav li {
  cursor: pointer;
}
.home-secG .parents-container .flex .colA .parents-tab-nav li img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 0.4;
  transition: 0.3s;
}
.home-secG .parents-container .flex .colA .parents-tab-nav li.active img {
  opacity: 1;
}
.home-secG .parents-container .flex .colC {
  transform: translateY(-50px);
}
.home-secG .parents-container .flex .colC .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.home-secG .parents-container .flex .colC .flex .contents {
  width: 150px;
  padding: 15px;
  border-radius: 12px;
  border: 2px solid #fff;
  text-align: center;
  transition: 0.4s;
}
.home-secG .parents-container .flex .colC .flex .contents img {
  width: 35px;
}
.home-secG .parents-container .flex .colC .flex .contents p {
  color: #fff;
  margin-top: 8px;
}
.home-secG .parents-container .flex .colC .flex .contents:hover {
  background: #fff;
}
.home-secG .parents-container .flex .colC .flex .contents:hover p {
  color: #BCBF00;
}
.home-secG .parents-container .parents-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 35%;
}
.home-secG .parents-container .parents-nav button {
  background: none;
  border: none;
  cursor: pointer;
}
.home-secG .parents-container .parents-nav button img {
  width: 26px;
}

.home-secH {
  width: 100%;
  background: #fff;
  padding: 70px 0 0 0;
}
.home-secH .form-container .heading {
  text-align: center;
}
.home-secH .form-container .heading h2 {
  text-transform: none;
  max-width: 520px;
  margin: 0 auto 50px;
  line-height: 1;
}
.home-secH .form-container .bg-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secH .form-container .form-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-secH .form-container .form-container .rotate-form form {
  max-width: 600px;
  text-align: center;
  background: #fff;
  padding: 0 78px 30px;
  transform: translateY(-4rem);
  position: relative;
}
.home-secH .form-container .form-container .rotate-form form::before {
  content: "";
  width: 608px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -55px;
  left: -19px;
  rotate: 5deg;
  border-radius: 50px;
  z-index: -1;
}
.home-secH .form-container .form-container .rotate-form form .title-image img {
  width: 160px;
}
.home-secH .form-container .form-container .rotate-form form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .form-group:nth-child(5) {
  grid-column: span 2;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp {
  grid-column: span 2;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn:hover::before {
  width: 100%;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::before {
  border-radius: 25px;
}

.event-content p {
  text-align: left;
}

.event-slider p {
  text-align: left;
}

@media (max-width: 1400px) and (min-width: 1025px) {
  .banner.home-banner .bg .banner-wrapper .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB h1 {
    font-size: 58px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex {
    gap: 35px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a {
    font-size: 15px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a svg.svg {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn svg text {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .banner.home-banner .bg .banner-wrapper {
    bottom: 28%;
  }
  .banner.home-banner .bg .banner-wrapper .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .banner.home-banner .bg .banner-wrapper .container .content h2 {
    max-width: 420px;
    font-size: 22px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 {
    bottom: 8%;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex {
    gap: 18px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li {
    padding: 0 12px 0 0;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1.3;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a svg.svg {
    width: 26px !important;
    height: 26px !important;
    order: -1;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB h1 {
    font-size: 32px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn {
    margin-right: 20px;
    --btnsize: 32px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn svg {
    width: 55px;
    height: 55px;
    top: -11px;
    left: -8px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC {
    margin-right: 8%;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC button {
    margin-bottom: 16px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC button img {
    width: 32px;
  }
}
@media (max-width: 767px) {
  .banner.home-banner .bg .banner-wrapper {
    bottom: 22%;
  }
  .banner.home-banner .bg .banner-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner.home-banner .bg .banner-wrapper .container .content h2 {
    max-width: 260px;
    font-size: 16px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 {
    bottom: 5%;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex {
    gap: 30px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex {
    gap: 8px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li {
    padding: 0 6px 0 0;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4509803922);
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    font-size: 8px;
    line-height: 1.2;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a svg.svg {
    width: 16px !important;
    height: 16px !important;
    order: -1;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB h1 {
    font-size: 30px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB h1 br {
    display: none;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn {
    display: none !important;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC {
    margin-right: 3%;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC button {
    margin-bottom: 6px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC button img {
    width: 18px;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex {
    gap: 8px;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li {
    padding: 0 6px 0 0;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4509803922);
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    font-size: 7px;
    line-height: 1.2;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a svg.svg {
    width: 16px !important;
    height: 16px !important;
    order: -1;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB h1 {
    font-size: 24px !important;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB h1 br {
    display: none;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB h1 {
    font-size: 16px !important;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB h1 br {
    display: none;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn {
    display: none !important;
  }
}
@media (max-width: 365px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB h1 {
    font-size: 12px !important;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB h1 br {
    display: none;
  }
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .home-secF .container .sub-heading .swiper-group {
    right: 12px;
  }
  .home-secF .container .shining-stars-container {
    padding: 15px 12px 0;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .home-secF .shining-slider {
    width: 100%;
  }
  .home-secF .shining-slider .swiper-wrapper {
    width: 100%;
  }
  .home-secF .shining-slider .item {
    width: 100% !important;
    box-sizing: border-box;
    flex-shrink: 0;
    height: 260px;
  }
  .home-secF .shining-slider .item .flex {
    height: 100%;
    align-items: stretch;
  }
  .home-secF .shining-slider .item .flex figure {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .home-secF .shining-slider .item .flex figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 675px) {
  .home-secF .container .sub-heading .swiper-group {
    right: 10px;
  }
  .home-secF .container .shining-stars-container {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .home-secF .shining-slider {
    width: 100%;
  }
  .home-secF .shining-slider .swiper-wrapper {
    width: 100%;
  }
  .home-secF .shining-slider .item {
    width: 100% !important;
    box-sizing: border-box;
    flex-shrink: 0;
    height: 230px;
  }
}
@media (max-width: 540px) {
  .home-secF .container .sub-heading .swiper-group {
    right: 8px;
  }
  .home-secF .container .sub-heading .swiper-group button {
    width: 34px;
    height: 34px;
  }
  .home-secF .container .shining-stars-container {
    padding: 0 8px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .home-secF .shining-slider {
    width: 100%;
  }
  .home-secF .shining-slider .swiper-wrapper {
    width: 100%;
  }
  .home-secF .shining-slider .item {
    width: 100% !important;
    box-sizing: border-box;
    flex-shrink: 0;
    height: 200px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .container .sub-heading .swiper-group {
    right: 6px;
  }
  .home-secF .container .shining-stars-container {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .home-secF .shining-slider {
    width: 100%;
  }
  .home-secF .shining-slider .swiper-wrapper {
    width: 100%;
  }
  .home-secF .shining-slider .item {
    width: 100% !important;
    box-sizing: border-box;
    flex-shrink: 0;
    height: 180px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secF .container .sub-heading .swiper-group {
    right: 5px;
  }
  .home-secF .container .shining-stars-container {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .home-secF .shining-slider {
    width: 100%;
  }
  .home-secF .shining-slider .swiper-wrapper {
    width: 100%;
  }
  .home-secF .shining-slider .item {
    width: 100% !important;
    box-sizing: border-box;
    flex-shrink: 0;
    height: 160px;
  }
}
@media (max-width: 1024px) {
  .home-secD {
    padding: 0 1rem;
  }
}
@media (max-width: 540px) {
  .home-secD .heading .btn-groups {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .home-secD .heading .btn-groups .btn-wraper .theme-btn {
    font-size: 13px;
    padding: 8px 18px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 420px) {
  .home-secD .heading .btn-groups {
    gap: 6px;
  }
  .home-secD .heading .btn-groups .btn-wraper .theme-btn {
    font-size: 11px;
    padding: 6px 12px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 365px) {
  .home-secD .heading .btn-groups {
    gap: 5px;
  }
  .home-secD .heading .btn-groups .btn-wraper .theme-btn {
    font-size: 9.5px;
    padding: 5px 10px;
    white-space: nowrap;
  }
}
.home-secG {
  text-align: center;
  width: 100%;
  padding: 140px 0 140px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.home-secG::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/images/home/parent-hub.jfif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  z-index: -1;
}
.home-secG::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.472);
  z-index: -1;
}
.home-secG .heading h2 {
  color: #fff;
  margin-bottom: 10px;
}
.home-secG .heading p {
  color: #fff;
}
.home-secG .parents-container {
  padding-top: 70px;
  overflow-x: hidden;
}
.home-secG .parents-container .parents-nav {
  box-sizing: border-box;
  left: 0;
  right: 0;
}
.home-secG .parents-container .flex {
  display: flex;
  align-items: start;
  justify-content: center;
}
.home-secG .parents-container .flex .colA {
  width: 550px;
  position: relative;
}
.home-secG .parents-container .flex .colA .bubble {
  background: #fff;
  padding: 40px 40px 30px 40px;
  border-radius: 16px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
}
.home-secG .parents-container .flex .colA .bubble .bubble-top {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  max-height: 280px;
}
.home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar {
  width: 4px;
}
.home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-track {
  background: transparent;
  border-right: 2px solid rgba(199, 199, 199, 0.6);
}
.home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-thumb {
  background: #2998ff;
  border-radius: 0;
  min-height: 60px;
  margin: 2px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-thumb:hover {
  background: rgba(199, 199, 199, 0.6);
}
.home-secG .parents-container .flex .colA .bubble .bubble-top p {
  text-align: justify;
  margin-bottom: 10px;
}
.home-secG .parents-container .flex .colA .bubble .bubble-bottom {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 60px;
  margin-top: 10px;
}
.home-secG .parents-container .flex .colA .bubble .bubble-bottom .play-btn {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.home-secG .parents-container .flex .colA .bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
}
.home-secG .parents-container .flex .colA .coment-img {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.home-secG .parents-container .flex .colA .coment-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.home-secG .parents-container .flex .colA .coment-img h5 {
  margin: 10px 0 0;
  font-size: 18px;
}
.home-secG .parents-container .flex .colA .coment-img p {
  font-size: 14px;
  opacity: 0.7;
}
.home-secG .parents-container .flex .colA .parents-tab-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.home-secG .parents-container .flex .colA .parents-tab-nav li {
  cursor: pointer;
}
.home-secG .parents-container .flex .colA .parents-tab-nav li img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 0.4;
  transition: 0.3s;
}
.home-secG .parents-container .flex .colA .parents-tab-nav li.active img {
  opacity: 1;
}
.home-secG .parents-container .flex .colC {
  transform: translateY(0px);
}
.home-secG .parents-container .flex .colC .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.home-secG .parents-container .flex .colC .flex .contents {
  width: 150px;
  padding: 15px;
  border-radius: 12px;
  border: 2px solid #fff;
  text-align: center;
  transition: 0.4s;
}
.home-secG .parents-container .flex .colC .flex .contents img {
  width: 35px;
}
.home-secG .parents-container .flex .colC .flex .contents p {
  color: #fff;
  margin-top: 8px;
}
.home-secG .parents-container .flex .colC .flex .contents:hover {
  background: #fff;
}
.home-secG .parents-container .flex .colC .flex .contents:hover p {
  color: #BCBF00;
}

@media (max-width: 991px) {
  .home-secG {
    padding: 80px 0;
  }
  .home-secG .parents-container .flex .colA {
    width: 65%;
  }
  .home-secG .parents-container .flex .colA .bubble {
    padding: 30px 30px 25px 30px;
    min-height: 340px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top {
    max-height: 240px;
    font-size: 15px;
    line-height: 24px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-bottom {
    min-height: 50px;
    padding-top: 15px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-bottom .play-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .home-secG {
    padding: 60px 0;
  }
  .home-secG .heading h2 {
    font-size: 26px;
  }
  .home-secG .heading p {
    font-size: 14px;
  }
  .home-secG .parents-container {
    padding-top: 40px;
  }
  .home-secG .parents-container .parents-nav {
    position: static;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    top: auto;
  }
  .home-secG .parents-container .flex {
    flex-direction: column;
    gap: 30px;
  }
  .home-secG .parents-container .flex .colA {
    width: 100%;
    max-width: 100%;
  }
  .home-secG .parents-container .flex .colA .bubble {
    padding: 25px 20px 20px 20px;
    min-height: 300px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top {
    max-height: 200px;
    font-size: 14px;
    line-height: 22px;
    padding-right: 5px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar {
    width: 4px;
    display: block;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-track {
    background: transparent;
    border-right: 2px solid rgba(199, 199, 199, 0.6);
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-thumb {
    background: #2998ff;
    border-radius: 0;
    min-height: 60px;
    margin: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-bottom {
    min-height: 45px;
    padding-top: 12px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-bottom .play-btn {
    display: none;
  }
  .home-secG .parents-container .flex .colA .coment-img {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .home-secG .parents-container .flex .colA .coment-img img {
    width: 55px;
    height: 55px;
  }
  .home-secG .parents-container .flex .colA .coment-img h5 {
    font-size: 16px;
  }
  .home-secG .parents-container .flex .colA .coment-img p {
    font-size: 13px;
  }
  .home-secG .parents-container .flex .colA .parents-tab-nav {
    gap: 10px;
    margin-top: 20px;
  }
  .home-secG .parents-container .flex .colA .parents-tab-nav li img {
    width: 36px;
    height: 36px;
  }
  .home-secG .parents-container .flex .colC {
    transform: none;
    width: 100%;
  }
  .home-secG .parents-container .flex .colC .flex {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
  }
  .home-secG .parents-container .flex .colC .flex a {
    flex: 1 1 0;
    display: flex;
  }
  .home-secG .parents-container .flex .colC .flex a .contents {
    width: 100%;
    min-height: 120px;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .home-secG .parents-container .flex .colC .flex a .contents img {
    width: 28px;
    height: 28px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secG .parents-container .flex .colC .flex a .contents p {
    font-size: 13px;
    margin-top: 6px;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .home-secG {
    padding: 40px 0;
  }
  .home-secG .heading h2 {
    font-size: 22px;
  }
  .home-secG .heading p {
    font-size: 13px;
  }
  .home-secG .parents-container {
    padding-top: 25px;
  }
  .home-secG .parents-container .parents-nav {
    gap: 20px;
    margin-bottom: 15px;
  }
  .home-secG .parents-container .parents-nav button img {
    width: 20px;
  }
  .home-secG .parents-container .flex .colA .bubble {
    padding: 18px 15px 15px 15px;
    min-height: 260px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top {
    max-height: 170px;
    font-size: 13px;
    line-height: 20px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar {
    width: 4px;
    display: block;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-track {
    background: transparent;
    border-right: 2px solid rgba(199, 199, 199, 0.6);
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-thumb {
    background: #2998ff;
    border-radius: 0;
    min-height: 60px;
    margin: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::after {
    border-left-width: 18px;
    border-right-width: 18px;
    border-top-width: 18px;
    bottom: -18px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-bottom {
    min-height: 40px;
    padding-top: 10px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-bottom .play-btn {
    display: none;
  }
  .home-secG .parents-container .flex .colA .coment-img {
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .home-secG .parents-container .flex .colA .coment-img img {
    width: 45px;
    height: 45px;
  }
  .home-secG .parents-container .flex .colA .coment-img h5 {
    font-size: 14px;
  }
  .home-secG .parents-container .flex .colA .coment-img p {
    font-size: 12px;
  }
  .home-secG .parents-container .flex .colC .flex {
    gap: 10px;
  }
  .home-secG .parents-container .flex .colC .flex a {
    flex: 1 1 0;
    display: flex;
  }
  .home-secG .parents-container .flex .colC .flex a .contents {
    width: 100%;
    min-height: 110px;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .home-secG .parents-container .flex .colC .flex a .contents img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secG .parents-container .flex .colC .flex a .contents p {
    font-size: 11px;
    margin-top: 4px;
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .home-secG {
    padding: 30px 0;
  }
  .home-secG .heading h2 {
    font-size: 19px;
  }
  .home-secG .heading p {
    font-size: 12px;
  }
  .home-secG .parents-container .flex .colA .bubble {
    padding: 15px 12px 12px 12px;
    min-height: 230px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top {
    max-height: 150px;
    font-size: 12px;
    line-height: 18px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar {
    width: 4px;
    display: block;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-track {
    background: transparent;
    border-right: 2px solid rgba(199, 199, 199, 0.6);
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-thumb {
    background: #2998ff;
    border-radius: 0;
    min-height: 60px;
    margin: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-bottom {
    min-height: 35px;
    padding-top: 8px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-bottom .play-btn {
    display: none;
  }
  .home-secG .parents-container .flex .colA .coment-img img {
    width: 40px;
    height: 40px;
  }
  .home-secG .parents-container .flex .colA .coment-img h5 {
    font-size: 13px;
  }
  .home-secG .parents-container .flex .colA .coment-img p {
    font-size: 11px;
  }
  .home-secG .parents-container .flex .colC .flex {
    gap: 8px;
  }
  .home-secG .parents-container .flex .colC .flex a {
    flex: 1 1 0;
    display: flex;
  }
  .home-secG .parents-container .flex .colC .flex a .contents {
    width: 100%;
    min-height: 100px;
    padding: 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .home-secG .parents-container .flex .colC .flex a .contents img {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secG .parents-container .flex .colC .flex a .contents p {
    font-size: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 365px) {
  .home-secG .heading h2 {
    font-size: 17px;
  }
  .home-secG .heading p {
    font-size: 11px;
  }
  .home-secG .parents-container .flex .colA .bubble {
    padding: 12px 10px 10px 10px;
    min-height: 200px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top {
    max-height: 130px;
    font-size: 11px;
    line-height: 17px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar {
    width: 4px;
    display: block;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-track {
    background: transparent;
    border-right: 2px solid rgba(199, 199, 199, 0.6);
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-top::-webkit-scrollbar-thumb {
    background: #2998ff;
    border-radius: 0;
    min-height: 60px;
    margin: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-bottom {
    min-height: 30px;
    padding-top: 6px;
  }
  .home-secG .parents-container .flex .colA .bubble .bubble-bottom .play-btn {
    display: none;
  }
  .home-secG .parents-container .flex .colC .flex {
    gap: 8px;
  }
  .home-secG .parents-container .flex .colC .flex a {
    flex: 1 1 0;
    display: flex;
  }
  .home-secG .parents-container .flex .colC .flex a .contents {
    width: 100%;
    min-height: 90px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .home-secG .parents-container .flex .colC .flex a .contents img {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secG .parents-container .flex .colC .flex a .contents p {
    font-size: 9px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .home-secC {
    height: auto;
  }
  .home-secC .container-fluid {
    height: auto;
  }
  .home-secC .container-fluid .grid {
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 235px;
    grid-auto-flow: dense;
  }
  .home-secC .container-fluid .grid .notes {
    height: 100%;
    min-height: 235px;
    padding: 30px 24px;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes:hover .icon1,
  .home-secC .container-fluid .grid .notes:hover .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 p {
    font-size: 20px;
    line-height: 26px;
    max-width: 150px;
    word-break: break-word;
  }
  .home-secC .container-fluid .grid .notes .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon2 img {
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secC .container-fluid .grid .notes figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-secC .container-fluid .grid .notes3 {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 235px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes3 .icon1 p {
    font-size: 34px;
    line-height: 42px;
    max-width: 100%;
  }
  .home-secC .container-fluid .grid .notes3 .icon2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .home-secC {
    height: auto;
  }
  .home-secC .container-fluid {
    height: auto;
  }
  .home-secC .container-fluid .grid {
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 220px;
    grid-auto-flow: dense;
  }
  .home-secC .container-fluid .grid .notes {
    height: 100%;
    min-height: 220px;
    padding: 26px 20px;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes:hover .icon1,
  .home-secC .container-fluid .grid .notes:hover .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 p {
    font-size: 18px;
    line-height: 24px;
    max-width: 135px;
    word-break: break-word;
  }
  .home-secC .container-fluid .grid .notes .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon2 img {
    width: 44px;
    height: 44px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secC .container-fluid .grid .notes figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-secC .container-fluid .grid .notes3 {
    grid-column: span 3;
    grid-row: span 1;
    min-height: 230px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes3 .icon1 p {
    font-size: 30px;
    line-height: 38px;
    max-width: 100%;
  }
  .home-secC .container-fluid .grid .notes3 .icon2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-secC {
    height: auto;
  }
  .home-secC .container-fluid {
    height: auto;
  }
  .home-secC .container-fluid .grid {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
  }
  .home-secC .container-fluid .grid .notes {
    height: 100%;
    min-height: 200px;
    padding: 22px 18px;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes:hover .icon1,
  .home-secC .container-fluid .grid .notes:hover .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 p {
    font-size: 17px;
    line-height: 22px;
    max-width: 125px;
    word-break: break-word;
  }
  .home-secC .container-fluid .grid .notes .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon2 img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secC .container-fluid .grid .notes figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-secC .container-fluid .grid .notes3 {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 210px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes3 .icon1 p {
    font-size: 26px;
    line-height: 34px;
    max-width: 100%;
  }
  .home-secC .container-fluid .grid .notes3 .icon2 {
    display: none;
  }
}
@media (max-width: 540px) {
  .home-secC {
    height: auto;
  }
  .home-secC .container-fluid {
    height: auto;
  }
  .home-secC .container-fluid .grid {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 185px;
    grid-auto-flow: dense;
  }
  .home-secC .container-fluid .grid .notes {
    height: 100%;
    min-height: 185px;
    padding: 18px 15px;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes:hover .icon1,
  .home-secC .container-fluid .grid .notes:hover .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 p {
    font-size: 15px;
    line-height: 20px;
    max-width: 112px;
    word-break: break-word;
  }
  .home-secC .container-fluid .grid .notes .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon2 img {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secC .container-fluid .grid .notes3 {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 195px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes3 .icon1 p {
    font-size: 22px;
    line-height: 30px;
    max-width: 100%;
  }
  .home-secC .container-fluid .grid .notes3 .icon2 {
    display: none;
  }
}
@media (max-width: 420px) {
  .home-secC {
    height: auto;
  }
  .home-secC .container-fluid {
    height: auto;
  }
  .home-secC .container-fluid .grid {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 165px;
    grid-auto-flow: dense;
  }
  .home-secC .container-fluid .grid .notes {
    height: 100%;
    min-height: 165px;
    padding: 15px 12px;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes:hover .icon1,
  .home-secC .container-fluid .grid .notes:hover .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 p {
    font-size: 14px;
    line-height: 18px;
    max-width: 98px;
    word-break: break-word;
  }
  .home-secC .container-fluid .grid .notes .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon2 img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secC .container-fluid .grid .notes3 {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 175px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes3 .icon1 p {
    font-size: 20px;
    line-height: 27px;
    max-width: 100%;
  }
  .home-secC .container-fluid .grid .notes3 .icon2 {
    display: none;
  }
  .home-secC {
    height: auto;
  }
  .home-secC .container-fluid {
    height: auto;
  }
  .home-secC .container-fluid .grid {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 145px;
    grid-auto-flow: dense;
  }
  .home-secC .container-fluid .grid .notes {
    height: 100%;
    min-height: 145px;
    padding: 12px 10px;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes:hover .icon1,
  .home-secC .container-fluid .grid .notes:hover .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 p {
    font-size: 12px;
    line-height: 16px;
    max-width: 82px;
    word-break: break-word;
  }
  .home-secC .container-fluid .grid .notes .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon2 img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secC .container-fluid .grid .notes3 {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 160px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes3 .icon1 p {
    font-size: 25px;
    line-height: 24px;
    max-width: 100%;
  }
  .home-secC .container-fluid .grid .notes3 .icon2 {
    align-self: flex-end;
    margin-top: auto;
    margin-left: auto;
  }
  .home-secC .container-fluid .grid .notes3 .icon2 img {
    width: 42px;
    height: 42px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secC {
    height: auto;
  }
  .home-secC .container-fluid {
    height: auto;
  }
  .home-secC .container-fluid .grid {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 145px;
    grid-auto-flow: dense;
  }
  .home-secC .container-fluid .grid .notes {
    height: 100%;
    min-height: 145px;
    padding: 12px 10px;
    align-items: flex-start;
  }
  .home-secC .container-fluid .grid .notes:hover .icon1,
  .home-secC .container-fluid .grid .notes:hover .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon1 p {
    font-size: 12px;
    line-height: 16px;
    max-width: 82px;
    word-break: break-word;
  }
  .home-secC .container-fluid .grid .notes .icon2 {
    transform: none;
  }
  .home-secC .container-fluid .grid .notes .icon2 img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-secC .container-fluid .grid .notes3 {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 160px;
  }
  .home-secC .container-fluid .grid .notes3 .icon1 p {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
  .home-secC .container-fluid .grid .notes3 .icon2 img {
    width: 32px;
    height: 32px;
  }
  .home-secC .container-fluid .grid .notes {
    padding: 16px 12px;
    min-height: 160px;
  }
  .home-secC .container-fluid .grid .notes .icon1 p {
    font-size: 14px;
    line-height: 19px;
  }
  .home-secC .container-fluid .grid .notes .icon2 img {
    max-width: 28px;
  }
  .home-secC .container-fluid .grid .notes3 {
    min-height: 190px;
  }
  .home-secC .container-fluid .grid .notes3 .icon1 p {
    font-size: 20px;
    line-height: 28px;
  }
  .home-secC .container-fluid .grid .notes3 .icon2 img {
    max-width: 36px;
  }
}
.BBMS .divjfj .lifeCircle .life-icon1 .icons1, .BBMS .divjfj .lifeCircle .life-icon1 .icons2, .BBMS .divjfj .lifeCircle .life-icon1 .icons3, .BBMS .divjfj .lifeCircle .life-icon1 .icons4, .BBMS .divjfj .lifeCircle .life-icon1 .icons5, .BBMS .divjfj .lifeCircle .life-icon2 .icons1, .BBMS .divjfj .lifeCircle .life-icon2 .icons2, .BBMS .divjfj .lifeCircle .life-icon2 .icons3, .BBMS .divjfj .lifeCircle .life-icon2 .icons4, .BBMS .divjfj .lifeCircle .life-icon2 .icons5, .BBMS .divjfj .lifeCircle .life-icon3 .icons1, .BBMS .divjfj .lifeCircle .life-icon3 .icons2, .BBMS .divjfj .lifeCircle .life-icon3 .icons3, .BBMS .divjfj .lifeCircle .life-icon3 .icons4, .BBMS .divjfj .lifeCircle .life-icon3 .icons5, .BBMS .divjfj .lifeCircle .life-icon4 .icons1, .BBMS .divjfj .lifeCircle .life-icon4 .icons2, .BBMS .divjfj .lifeCircle .life-icon4 .icons3, .BBMS .divjfj .lifeCircle .life-icon4 .icons4, .BBMS .divjfj .lifeCircle .life-icon4 .icons5, .BBMS .divjfj .lifeCircle .life-icon5 .icons1, .BBMS .divjfj .lifeCircle .life-icon5 .icons2, .BBMS .divjfj .lifeCircle .life-icon5 .icons3, .BBMS .divjfj .lifeCircle .life-icon5 .icons4, .BBMS .divjfj .lifeCircle .life-icon5 .icons5 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50% !important;
  padding: 0 !important;
  width: 105px;
  height: 105px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .BBMS .divjfj .lifeCircle .life-icon1 .icons1, .BBMS .divjfj .lifeCircle .life-icon1 .icons2, .BBMS .divjfj .lifeCircle .life-icon1 .icons3, .BBMS .divjfj .lifeCircle .life-icon1 .icons4, .BBMS .divjfj .lifeCircle .life-icon1 .icons5, .BBMS .divjfj .lifeCircle .life-icon2 .icons1, .BBMS .divjfj .lifeCircle .life-icon2 .icons2, .BBMS .divjfj .lifeCircle .life-icon2 .icons3, .BBMS .divjfj .lifeCircle .life-icon2 .icons4, .BBMS .divjfj .lifeCircle .life-icon2 .icons5, .BBMS .divjfj .lifeCircle .life-icon3 .icons1, .BBMS .divjfj .lifeCircle .life-icon3 .icons2, .BBMS .divjfj .lifeCircle .life-icon3 .icons3, .BBMS .divjfj .lifeCircle .life-icon3 .icons4, .BBMS .divjfj .lifeCircle .life-icon3 .icons5, .BBMS .divjfj .lifeCircle .life-icon4 .icons1, .BBMS .divjfj .lifeCircle .life-icon4 .icons2, .BBMS .divjfj .lifeCircle .life-icon4 .icons3, .BBMS .divjfj .lifeCircle .life-icon4 .icons4, .BBMS .divjfj .lifeCircle .life-icon4 .icons5, .BBMS .divjfj .lifeCircle .life-icon5 .icons1, .BBMS .divjfj .lifeCircle .life-icon5 .icons2, .BBMS .divjfj .lifeCircle .life-icon5 .icons3, .BBMS .divjfj .lifeCircle .life-icon5 .icons4, .BBMS .divjfj .lifeCircle .life-icon5 .icons5 {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 768px) {
  .BBMS .divjfj .lifeCircle .life-icon1 .icons1, .BBMS .divjfj .lifeCircle .life-icon1 .icons2, .BBMS .divjfj .lifeCircle .life-icon1 .icons3, .BBMS .divjfj .lifeCircle .life-icon1 .icons4, .BBMS .divjfj .lifeCircle .life-icon1 .icons5, .BBMS .divjfj .lifeCircle .life-icon2 .icons1, .BBMS .divjfj .lifeCircle .life-icon2 .icons2, .BBMS .divjfj .lifeCircle .life-icon2 .icons3, .BBMS .divjfj .lifeCircle .life-icon2 .icons4, .BBMS .divjfj .lifeCircle .life-icon2 .icons5, .BBMS .divjfj .lifeCircle .life-icon3 .icons1, .BBMS .divjfj .lifeCircle .life-icon3 .icons2, .BBMS .divjfj .lifeCircle .life-icon3 .icons3, .BBMS .divjfj .lifeCircle .life-icon3 .icons4, .BBMS .divjfj .lifeCircle .life-icon3 .icons5, .BBMS .divjfj .lifeCircle .life-icon4 .icons1, .BBMS .divjfj .lifeCircle .life-icon4 .icons2, .BBMS .divjfj .lifeCircle .life-icon4 .icons3, .BBMS .divjfj .lifeCircle .life-icon4 .icons4, .BBMS .divjfj .lifeCircle .life-icon4 .icons5, .BBMS .divjfj .lifeCircle .life-icon5 .icons1, .BBMS .divjfj .lifeCircle .life-icon5 .icons2, .BBMS .divjfj .lifeCircle .life-icon5 .icons3, .BBMS .divjfj .lifeCircle .life-icon5 .icons4, .BBMS .divjfj .lifeCircle .life-icon5 .icons5 {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 540px) {
  .BBMS .divjfj .lifeCircle .life-icon1 .icons1, .BBMS .divjfj .lifeCircle .life-icon1 .icons2, .BBMS .divjfj .lifeCircle .life-icon1 .icons3, .BBMS .divjfj .lifeCircle .life-icon1 .icons4, .BBMS .divjfj .lifeCircle .life-icon1 .icons5, .BBMS .divjfj .lifeCircle .life-icon2 .icons1, .BBMS .divjfj .lifeCircle .life-icon2 .icons2, .BBMS .divjfj .lifeCircle .life-icon2 .icons3, .BBMS .divjfj .lifeCircle .life-icon2 .icons4, .BBMS .divjfj .lifeCircle .life-icon2 .icons5, .BBMS .divjfj .lifeCircle .life-icon3 .icons1, .BBMS .divjfj .lifeCircle .life-icon3 .icons2, .BBMS .divjfj .lifeCircle .life-icon3 .icons3, .BBMS .divjfj .lifeCircle .life-icon3 .icons4, .BBMS .divjfj .lifeCircle .life-icon3 .icons5, .BBMS .divjfj .lifeCircle .life-icon4 .icons1, .BBMS .divjfj .lifeCircle .life-icon4 .icons2, .BBMS .divjfj .lifeCircle .life-icon4 .icons3, .BBMS .divjfj .lifeCircle .life-icon4 .icons4, .BBMS .divjfj .lifeCircle .life-icon4 .icons5, .BBMS .divjfj .lifeCircle .life-icon5 .icons1, .BBMS .divjfj .lifeCircle .life-icon5 .icons2, .BBMS .divjfj .lifeCircle .life-icon5 .icons3, .BBMS .divjfj .lifeCircle .life-icon5 .icons4, .BBMS .divjfj .lifeCircle .life-icon5 .icons5 {
    width: 54px;
    height: 54px;
  }
}
@media only screen and (max-width: 420px) {
  .BBMS .divjfj .lifeCircle .life-icon1 .icons1, .BBMS .divjfj .lifeCircle .life-icon1 .icons2, .BBMS .divjfj .lifeCircle .life-icon1 .icons3, .BBMS .divjfj .lifeCircle .life-icon1 .icons4, .BBMS .divjfj .lifeCircle .life-icon1 .icons5, .BBMS .divjfj .lifeCircle .life-icon2 .icons1, .BBMS .divjfj .lifeCircle .life-icon2 .icons2, .BBMS .divjfj .lifeCircle .life-icon2 .icons3, .BBMS .divjfj .lifeCircle .life-icon2 .icons4, .BBMS .divjfj .lifeCircle .life-icon2 .icons5, .BBMS .divjfj .lifeCircle .life-icon3 .icons1, .BBMS .divjfj .lifeCircle .life-icon3 .icons2, .BBMS .divjfj .lifeCircle .life-icon3 .icons3, .BBMS .divjfj .lifeCircle .life-icon3 .icons4, .BBMS .divjfj .lifeCircle .life-icon3 .icons5, .BBMS .divjfj .lifeCircle .life-icon4 .icons1, .BBMS .divjfj .lifeCircle .life-icon4 .icons2, .BBMS .divjfj .lifeCircle .life-icon4 .icons3, .BBMS .divjfj .lifeCircle .life-icon4 .icons4, .BBMS .divjfj .lifeCircle .life-icon4 .icons5, .BBMS .divjfj .lifeCircle .life-icon5 .icons1, .BBMS .divjfj .lifeCircle .life-icon5 .icons2, .BBMS .divjfj .lifeCircle .life-icon5 .icons3, .BBMS .divjfj .lifeCircle .life-icon5 .icons4, .BBMS .divjfj .lifeCircle .life-icon5 .icons5 {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (max-width: 365px) {
  .BBMS .divjfj .lifeCircle .life-icon1 .icons1, .BBMS .divjfj .lifeCircle .life-icon1 .icons2, .BBMS .divjfj .lifeCircle .life-icon1 .icons3, .BBMS .divjfj .lifeCircle .life-icon1 .icons4, .BBMS .divjfj .lifeCircle .life-icon1 .icons5, .BBMS .divjfj .lifeCircle .life-icon2 .icons1, .BBMS .divjfj .lifeCircle .life-icon2 .icons2, .BBMS .divjfj .lifeCircle .life-icon2 .icons3, .BBMS .divjfj .lifeCircle .life-icon2 .icons4, .BBMS .divjfj .lifeCircle .life-icon2 .icons5, .BBMS .divjfj .lifeCircle .life-icon3 .icons1, .BBMS .divjfj .lifeCircle .life-icon3 .icons2, .BBMS .divjfj .lifeCircle .life-icon3 .icons3, .BBMS .divjfj .lifeCircle .life-icon3 .icons4, .BBMS .divjfj .lifeCircle .life-icon3 .icons5, .BBMS .divjfj .lifeCircle .life-icon4 .icons1, .BBMS .divjfj .lifeCircle .life-icon4 .icons2, .BBMS .divjfj .lifeCircle .life-icon4 .icons3, .BBMS .divjfj .lifeCircle .life-icon4 .icons4, .BBMS .divjfj .lifeCircle .life-icon4 .icons5, .BBMS .divjfj .lifeCircle .life-icon5 .icons1, .BBMS .divjfj .lifeCircle .life-icon5 .icons2, .BBMS .divjfj .lifeCircle .life-icon5 .icons3, .BBMS .divjfj .lifeCircle .life-icon5 .icons4, .BBMS .divjfj .lifeCircle .life-icon5 .icons5 {
    width: 38px;
    height: 38px;
  }
}
.BBMS .divjfj .lifeCircle .life-icon1 .icons1 svg, .BBMS .divjfj .lifeCircle .life-icon1 .icons2 svg, .BBMS .divjfj .lifeCircle .life-icon1 .icons3 svg, .BBMS .divjfj .lifeCircle .life-icon1 .icons4 svg, .BBMS .divjfj .lifeCircle .life-icon1 .icons5 svg, .BBMS .divjfj .lifeCircle .life-icon2 .icons1 svg, .BBMS .divjfj .lifeCircle .life-icon2 .icons2 svg, .BBMS .divjfj .lifeCircle .life-icon2 .icons3 svg, .BBMS .divjfj .lifeCircle .life-icon2 .icons4 svg, .BBMS .divjfj .lifeCircle .life-icon2 .icons5 svg, .BBMS .divjfj .lifeCircle .life-icon3 .icons1 svg, .BBMS .divjfj .lifeCircle .life-icon3 .icons2 svg, .BBMS .divjfj .lifeCircle .life-icon3 .icons3 svg, .BBMS .divjfj .lifeCircle .life-icon3 .icons4 svg, .BBMS .divjfj .lifeCircle .life-icon3 .icons5 svg, .BBMS .divjfj .lifeCircle .life-icon4 .icons1 svg, .BBMS .divjfj .lifeCircle .life-icon4 .icons2 svg, .BBMS .divjfj .lifeCircle .life-icon4 .icons3 svg, .BBMS .divjfj .lifeCircle .life-icon4 .icons4 svg, .BBMS .divjfj .lifeCircle .life-icon4 .icons5 svg, .BBMS .divjfj .lifeCircle .life-icon5 .icons1 svg, .BBMS .divjfj .lifeCircle .life-icon5 .icons2 svg, .BBMS .divjfj .lifeCircle .life-icon5 .icons3 svg, .BBMS .divjfj .lifeCircle .life-icon5 .icons4 svg, .BBMS .divjfj .lifeCircle .life-icon5 .icons5 svg {
  width: 45% !important;
  height: 45% !important;
}/*# sourceMappingURL=home.css.map */