*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 175px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --prime: #4459C5;
  --primelight: #8497FB;
  --textprime: #C1CBFD;
  --prime-dark:#040635;
  --elementhover: #1BB6F0;
  --green: #BCBF00;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --bggray: #E8EBFF;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
  --space: 11px;
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.primey-btn {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000 !important;
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

main {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  .heading h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

p {
  color: var(--text);
}

a {
  color: #fff;
}

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

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgb(256 256 256 / .6);
  --color: #000;
  --font: 300;
  --borderbefore: rgb(256 256 256 / .6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme);
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid var(--theme);
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 14px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group textarea ~ label {
  background: var(--sectionbackground);
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 14px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}

.custom-select {
  max-width: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--prime);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 180px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(-5px);
  transition: 0.25s ease;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  padding: 0 20px;
  line-height: 35px;
}
.custom-select .list li:hover {
  background: var(--prime);
  color: var(--white);
}
.custom-select .list li.selected {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.banner {
  position: relative;
  position: relative;
}
.banner::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: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.79) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.164) 24.5%, rgba(40, 39, 39, 0.42) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --bordercolor: var(--secondary);
  --playbtncolor: var(--secondary);
  width: 60px !important;
  height: 60px !important;
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: var(--white);
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #2a2a2a;
}

.theme-btn {
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 25px;
  background-color: var(--prime);
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: #FBC740;
  color: #000;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: var(--prime-dark);
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.flex .colA {
  padding-left: 0;
}

.banner.home-banner .bg {
  height: 100vh;
}
.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;
}
.banner.home-banner .bg .banner-wrapper.banner2 {
  bottom: 10%;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex {
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex {
  gap: 45px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li {
  padding: 0 15px 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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: 0.5s ease;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a:hover {
  color: #1BB6F0;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a img {
  width: 35px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a.star {
  transition: 0.5s ease;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colA .flex li a.star:hover svg path {
  stroke: #1BB6F0;
  transition: 0.5s ease;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn {
  margin-right: 50px;
  --btnsize: 52px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn svg {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -18px;
  left: -14px;
  transform: rotate(272deg);
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colB .play-btn svg text {
  fill: #fff;
  letter-spacing: 4px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC {
  margin-right: 17%;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC button {
  animation: scroll 1.5s ease-in-out infinite forwards;
  margin-bottom: 25px;
}
@keyframes scroll {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(10px);
  }
}
@media (max-width: 520px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container .flex .colC button img {
    width: 40px;
  }
}

.home-secA {
  padding: 80px 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;
  padding: 6px 20px;
  opacity: 0;
  transition: 1s ease;
}
.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-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: #E03E40;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes2 {
  background-color: #1BB6F0;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes3 {
  background-color: #1B0E96;
  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: #E69000;
}
.home-secC .container-fluid .grid .notes5 {
  background-color: #3740EA;
}
.home-secC .container-fluid .grid .notes6 {
  background-color: #FF59CD;
}
.home-secC .container-fluid .grid .notes7 {
  background-color: #BCBF00;
}

.home-secD {
  width: 100%;
  padding: 80px 0;
  background: #DCE2FF;
}
.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-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;
}
.home-secF .container .sub-heading {
  text-align: center;
  position: relative;
  align-items: center;
  display: flex;
}
.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;
  left: 28rem;
  font-size: 100px;
  text-transform: uppercase;
  font-family: Queens;
  z-index: 1;
  color: rgba(255, 255, 255, 0.1607843137);
}
@media (min-width: 1784px) {
  .home-secF .container .sub-heading span {
    left: 16rem;
  }
}
@media (max-width: 1366px) {
  .home-secF .container .sub-heading span {
    left: 13rem;
    top: -50px;
  }
}
@media (max-width: 1280px) {
  .home-secF .container .sub-heading span {
    left: 10rem;
    top: -44px;
    font-size: 90px;
  }
}
@media (max-width: 1024px) {
  .home-secF .container .sub-heading span {
    left: 10rem;
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .home-secF .container .sub-heading span {
    top: -1.5rem;
    left: 7rem;
    font-size: 59px;
  }
}
@media (max-width: 675px) {
  .home-secF .container .sub-heading span {
    top: -2rem;
    left: 2rem;
    font-size: 60px;
  }
}
@media (max-width: 540px) {
  .home-secF .container .sub-heading span {
    left: 80px;
    top: -22px;
    font-size: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .container .sub-heading span {
    left: 20px;
    top: 0px;
    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 .swiper-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  top: 6%;
  right: 0%;
  z-index: 2;
}
.home-secF .container .shining-stars-container .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 .shining-stars-container .shining-slider .item {
  background: #fff;
  padding: 40px 15px 0;
  border-radius: 10px;
}
.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: 22px;
}
@media (max-width: 768px) {
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
    font-size: 18px;
  }
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption p {
  margin: 3px 0;
}
.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;
  padding-left: 8px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 span {
  font-size: 15px;
}
.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;
}

.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;
  gap: 15rem;
}
.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::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;
}
.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;
}

.header-container {
  background-color: var(--prime-dark);
  height: 30px;
}

.home-secG {
  margin: 80px 0 0;
  padding-bottom: 0;
}
@media (max-width: 540px) {
  .home-secG {
    margin: 75px 0 0;
  }
}
.home-secG .container .sub-heading {
  text-align: center;
  margin-top: 50px 0 0;
}
@media (max-width: 768px) {
  .home-secG .container .sub-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .home-secG .container .sub-heading {
    margin-bottom: 30px;
  }
}
.home-secG .container .sub-heading h2 {
  text-transform: none;
  max-width: 365px;
  margin: 0 auto 10px;
  line-height: 1;
  color: #fff;
}
.home-secG .container .sub-heading p {
  color: #fff;
}
.home-secG .container .parents-container {
  padding-top: 90px;
}
@media (max-width: 540px) {
  .home-secG .container .parents-container {
    padding-top: 0;
  }
}
.home-secG .container .parents-container .flex {
  align-items: center;
  justify-content: center;
  gap: 6rem;
  line-height: 0;
}
@media (max-width: 1440px) {
  .home-secG .container .parents-container .flex {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex {
    align-items: flex-start;
  }
}
.home-secG .container .parents-container .flex .colC {
  flex: 0 1 auto;
}
.home-secG .container .parents-container .flex .colB {
  flex: 0 1 36%;
}
@media (max-width: 991px) {
  .home-secG .container .parents-container .flex .colB {
    flex: 0 1 50%;
  }
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colB {
    flex: 0 1 70%;
  }
}
.home-secG .container .parents-container .flex .colA {
  flex: 0 1 18%;
}
@media (max-width: 1536px) {
  .home-secG .container .parents-container .flex .colA {
    flex: 0 1 35%;
  }
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colA {
    flex: 0 1 50%;
    display: none;
  }
}
.home-secG .container .parents-container .flex .colA img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secG .container .parents-container .flex .colB {
  padding: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colB {
    padding: 0 0 43px 0;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs {
  background: #fff;
  padding: 40px;
  border-radius: 25px;
  position: relative;
}
@media (max-width: 675px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs {
    padding: 26px;
  }
}
@media (max-width: 675px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs {
    width: 450px;
  }
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs {
    width: 310px;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs::before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  width: 30px;
  height: 60px;
  border-right: solid 30px rgb(255, 255, 255);
  border-bottom: solid 30px transparent;
  border-top: solid 30px transparent;
  position: absolute;
  transform: rotate(270deg);
  left: 20%;
  bottom: -14%;
  z-index: 0;
}
@media (max-width: 1536px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs::before {
    bottom: -10%;
  }
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs::before {
    bottom: -10%;
    left: 14%;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info {
  padding-top: 80px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info {
    padding-top: 45px;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info .parent-name h5 {
  font-size: 18px;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info .parent-name h6 {
  font-size: 14px;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info button.play-btn {
  --bordercolor: #000;
  --playbtncolor: #000;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav li:not(.active) img {
  filter: grayscale(1);
  opacity: 0.4;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav li img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.home-secG .container .parents-container .flex .colC {
  transform: translateY(-55px);
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colC {
    transform: translateY(-20px);
  }
}
.home-secG .container .parents-container .flex .colC .flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colC .flex {
    flex-direction: row;
  }
}
.home-secG .container .parents-container .flex .colC .flex a:hover .contents {
  background: #fff;
}
.home-secG .container .parents-container .flex .colC .flex a:hover .contents .icon svg path {
  fill: #BCBF00;
}
.home-secG .container .parents-container .flex .colC .flex a:hover .contents p {
  color: #BCBF00;
}
.home-secG .container .parents-container .flex .colC .flex .contents {
  min-width: 132px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: 0.5s ease;
}
.home-secG .container .parents-container .flex .colC .flex .contents .icon img {
  width: 35px;
}
.home-secG .container .parents-container .flex .colC .flex .contents p {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 600;
  padding-top: 7px;
  max-width: 110px;
  transition: 0.3s ease;
}/*# sourceMappingURL=parent-speak.css.map */