*,
*::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;
}

body {
  position: relative;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 4px;
}

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

header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  transition: 0.5s ease;
  height: var(--headerheight);
}
header::after {
  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: var(--prime);
}
header::after {
  bottom: auto;
  height: 0;
  z-index: -1;
  transition: 0.5s ease;
}
@media (max-width: 520px) {
  header {
    height: 80px;
  }
}
header .header-container {
  height: 100%;
  transition: 0.5s ease;
  padding-bottom: 54px;
}
header .header-container .upper-container {
  height: 80px;
  display: flex;
  border-bottom: 2px solid var(--text);
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--containerfluid);
  transition: 0.5s ease;
  gap: 2rem;
}
@media (max-width: 520px) {
  header .header-container .upper-container {
    padding: 6px 10px;
  }
}
header .header-container .upper-container .colA, header .header-container .upper-container .colB, header .header-container .upper-container .colC {
  height: 100%;
  display: flex;
}
header .header-container .upper-container .colA > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
header .header-container .upper-container .colA > ul li a {
  transition: 0.5s ease;
}
header .header-container .upper-container .colA > ul li a:hover {
  color: var(--elementhover);
}
header .header-container .upper-container .colA > ul li a svg {
  margin: 0 7px 5px 0;
}
header .header-container .upper-container .colA .logo {
  height: 100%;
  width: 100%;
}
header .header-container .upper-container .colA .logo img {
  width: 64px;
  height: 64px;
}
header .header-container .upper-container .colC {
  display: flex;
  justify-content: end;
}
header .header-container .upper-container .colC ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
header .header-container .upper-container .colC ul li.hasDropdown {
  position: relative;
}
header .header-container .upper-container .colC ul li.hasDropdown::before {
  content: "";
  background-image: url(../../icon/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 92%;
  background-size: var(--arrowsize) auto;
  position: absolute;
  right: 7%;
  top: 9%;
  width: 20px;
  height: 20px;
  z-index: 3;
}
header .header-container .upper-container .colC ul li.hasDropdown.group-sites .dropdown-menu {
  min-width: 230px;
}
header .header-container .upper-container .colC ul li.hasDropdown:hover .dropdown-menu {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
header .header-container .upper-container .colC ul li.hasDropdown:hover::before {
  transform: rotate(180deg);
  transition: 0.5s ease;
}
header .header-container .upper-container .colC ul li.hasDropdown > a {
  padding: 6px 30px 6px 10px;
}
header .header-container .upper-container .colC ul li.hover-btn > a {
  border: none !important;
  background: transparent;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .header-container .upper-container .colC ul li.hover-btn > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 25px;
  z-index: -2;
}
header .header-container .upper-container .colC ul li.hover-btn > a::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;
}
header .header-container .upper-container .colC ul li.hover-btn > a:hover::before {
  width: 100%;
}
header .header-container .upper-container .colC ul li.hover-btn > a:hover {
  border: 1px solid #1BB6F0;
}
header .header-container .upper-container .colC ul li.hasDropdown > a {
  padding: 6px 30px 6px 10px;
}
header .header-container .upper-container .colC ul li:last-child {
  padding-left: 20px;
  padding-top: 8px;
}
header .header-container .upper-container .colC ul li.reg-btn a {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 6px 15px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .header-container .upper-container .colC ul li.reg-btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 25px;
  z-index: -2;
}
header .header-container .upper-container .colC ul li.reg-btn a::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;
}
header .header-container .upper-container .colC ul li.reg-btn a:hover::before {
  width: 100%;
}
header .header-container .upper-container .colC ul li.reg-btn a:hover {
  transition: 0.5s ease;
  color: #fff;
}
header .header-container .upper-container .colC ul li button.ham-btn {
  background: none;
  border: none;
  width: 25px;
  height: 20px;
  --border: 2px;
  border-top: var(--border) solid var(--white);
  border-bottom: var(--border) solid var(--white);
  transition: 0.5s ease;
}
header .header-container .upper-container .colC ul li .dropdown-menu {
  --triangle: 10px;
  position: absolute;
  top: calc(100% + var(--triangle));
  left: 50%;
  translate: -50% 0;
  transform: perspective(2000px) translate3d(0px, 0px, 50px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  transform-origin: top;
  transition: 0.4s ease;
  opacity: 0;
  width: 100%;
  min-width: 185px;
  z-index: 2;
}
header .header-container .upper-container .colC ul li .dropdown-menu::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - var(--triangle) / 2);
  left: 50%;
  translate: -50% 0;
  width: var(--triangle);
  height: var(--triangle);
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul {
  display: block;
  background: #fff;
  padding: 12px 10px;
  box-shadow: rgba(0, 0, 0, 0.01) -2px 6px 2px 3px;
  border-radius: 5px;
  text-align: left;
  white-space: nowrap;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li {
  padding: 0;
  display: block;
  color: #000;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 2px;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li > a {
  font-size: 13px;
  display: block;
  color: var(--black);
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li > a:hover::before {
  width: 100%;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li > a:hover {
  color: #fff;
}
header .header-container .lower-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 15px 0;
}
header .header-container .lower-container ul li.hasDropdown {
  position: relative;
}
header .header-container .lower-container ul li.hasDropdown:hover .dropdown-menu {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
header .header-container .lower-container ul li .dropdown-menu {
  --triangle: 10px;
  position: absolute;
  top: calc(100% + var(--triangle));
  left: 50%;
  translate: -50% 0;
  transform: perspective(2000px) translate3d(0px, 0px, 50px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  transform-origin: top;
  transition: 0.4s ease;
  opacity: 0;
  width: 100%;
  min-width: 220px;
}
header .header-container .lower-container ul li .dropdown-menu::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - var(--triangle) / 2);
  left: 50%;
  translate: -50% 0;
  width: var(--triangle);
  height: var(--triangle);
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
header .header-container .lower-container ul li .dropdown-menu ul {
  display: block;
  background: #fff;
  padding: 12px 10px;
  box-shadow: rgba(0, 0, 0, 0.01) -2px 6px 2px 3px;
  border-radius: 5px;
  text-align: left;
  white-space: nowrap;
}
header .header-container .lower-container ul li .dropdown-menu ul li {
  padding: 0;
  display: block;
  color: #000;
}
header .header-container .lower-container ul li .dropdown-menu ul li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 2px;
}
header .header-container .lower-container ul li .dropdown-menu ul li a {
  font-size: 13px;
  display: block;
  color: var(--black);
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .header-container .lower-container ul li .dropdown-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
header .header-container .lower-container ul li .dropdown-menu ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
header .header-container .lower-container ul li .dropdown-menu ul li a:hover::before {
  width: 100%;
}
header .header-container .lower-container ul li .dropdown-menu ul li a:hover {
  color: #fff;
}
header .header-container .lower-container ul li a {
  transition: 0.5s ease;
}
header .header-container .lower-container ul li a:hover, header .header-container .lower-container ul li a:active {
  color: var(--elementhover);
}

header.header-fixed .header-container .upper-container .colA ul li a, header.header-fixed .header-container .upper-container .colC ul li a {
  font-size: 12px;
  transition: 0.5s ease;
}
header.header-fixed .header-container .lower-container ul li a {
  font-size: 14px;
  transition: 0.5s ease;
}
header.header-fixed, header.header-fit {
  transition: 0.5s ease;
  height: var(--headerfixed);
}
@media (max-width: 520px) {
  header.header-fixed, header.header-fit {
    height: 60px;
  }
}
header.header-fixed::after, header.header-fit::after {
  height: 100%;
}
header.header-fit {
  transition: 0s;
}
header.header-fit::after {
  transition: none;
}
header.header-fit .header-container .colA .logo {
  transition: none !important;
}
header.header-shadow {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}

.ham-pop-img {
  margin-right: -133px;
  margin-top: 95px;
}

.model.ham-pop {
  right: 0;
  max-width: 480px;
  background: #fff;
  transform: translateX(100%);
  transition: 0.5s ease;
  z-index: 10;
}
.model.ham-pop.is-open {
  transform: translateX(0%);
}
.model.ham-pop .close {
  top: 30px;
  right: 25px;
  background: transparent;
  border: none;
}
.model.ham-pop .close path {
  stroke: var(--text) !important;
  stroke-width: 2 !important;
}
.model.ham-pop .model-body {
  padding: 0px 40px 30px;
  margin-top: 85px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.model.ham-pop .model-body::-webkit-scrollbar {
  width: 6px;
  background: var(--white);
}
.model.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
.model.ham-pop .model-body .ico {
  max-width: 70px;
  margin-bottom: 55px;
  line-height: 0;
}
.model.ham-pop .model-body .ico img, .model.ham-pop .model-body .ico svg {
  width: 100%;
  height: auto;
}
.model.ham-pop .model-body .nav-list {
  flex: 1;
}
.model.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 15px;
}
.model.ham-pop .model-body .nav-list > li.desktop-non {
  display: none;
}
@media (max-width: 991px) {
  .model.ham-pop .model-body .nav-list > li.desktop-non {
    display: block;
  }
}
.model.ham-pop .model-body .nav-list > li.hasDropdown {
  position: relative;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico {
  position: absolute;
  right: 0;
  top: 4px;
  --sizeplu: 20px;
  height: var(--sizeplu);
  width: var(--sizeplu);
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: var(--prime);
  transition: 0.5s ease;
  transform: rotate(90deg);
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: var(--prime);
  transition: 0.5s ease;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico.active::before {
  transform: rotate(0deg);
  opacity: 0;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham {
  display: none;
  padding-top: 15px;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  max-height: 226px;
  overflow-y: auto;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul::-webkit-scrollbar {
  width: 4px;
  background: #fff;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul::-webkit-scrollbar-thumb {
  background-color: #1BB6F0;
  border-radius: 4px;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul li {
  padding: 4px 0;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul li a {
  font-size: 15px;
  color: #000;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul li a:hover {
  color: var(--prime);
}
.model.ham-pop .model-body .nav-list > li > a {
  font-size: 20px;
  line-height: 1.06;
  color: #000;
  display: inline-block;
  font-weight: 500;
}
.model.ham-pop .model-body .nav-list > li > a:hover {
  color: var(--prime);
}
.model.ham-pop .model-body .bottom-list {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.model.ham-pop .model-body .bottom-list .social-icons a {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  color: var(--text);
}
.model.ham-pop .model-body .bottom-list .social-icons a::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: var(--prime);
}
.model.ham-pop .model-body .bottom-list .social-icons a::before {
  border-radius: 50%;
  transform: scale(1.5);
  z-index: -1;
  opacity: 0;
  transition: 0.2s ease;
}
.model.ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 4px;
}
.model.ham-pop .model-body .bottom-list .social-icons a svg {
  width: 24px;
  height: 24px;
}
.model.ham-pop .model-body .bottom-list .social-icons a svg path {
  transition: none;
}
.model.ham-pop .model-body .bottom-list .social-icons a svg path[stroke], .model.ham-pop .model-body .bottom-list .social-icons a svg path[fill=none] {
  stroke: currentColor;
}
.model.ham-pop .model-body .bottom-list .social-icons a svg path[fill] {
  fill: currentColor;
}
.model.ham-pop .model-body .bottom-list .social-icons a:hover {
  color: #dadada;
}
.model.ham-pop .model-body .bottom-list .social-icons a:hover::before {
  transition: 0.5s ease;
  opacity: 1;
  transform: scale(1);
}

.model.enquire-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  background: var(--white);
  z-index: 10;
}
.model.enquire-pop.is-open {
  transform: translateX(0%);
}
.model.enquire-pop button.close {
  top: 25px;
  right: 25px;
}
.model.enquire-pop .model-body {
  padding: 60px 35px 30px;
  height: 100%;
  overflow-y: auto;
}
.model.enquire-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
}
.model.enquire-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.enquire-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
.model.enquire-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.model.enquire-pop .model-body .title h4 {
  font-size: 32px;
  color: var(--black);
  font-family: Queens;
  font-weight: 500;
  text-transform: capitalize;
}
.model.enquire-pop .model-body .title p {
  color: var(--black);
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  max-width: 317px;
  margin-left: auto;
  margin-right: auto;
}
.model.enquire-pop .model-body .form {
  --gaptb: 15px;
}
.model.enquire-pop .model-body .form .sbmt-grp {
  width: 100%;
}
.model.enquire-pop .model-body .form .sbmt-grp a {
  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;
  color: #fff;
}
.model.enquire-pop .model-body .form .sbmt-grp a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 25px;
  z-index: -2;
}
.model.enquire-pop .model-body .form .sbmt-grp a::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;
}
.model.enquire-pop .model-body .form .sbmt-grp a:hover::before {
  width: 100%;
}
.model.enquire-pop .model-body .form .sbmt-grp a::after {
  background: #4459C5;
}
.model.enquire-pop .model-body .form .sbmt-grp a::before {
  background: #1B0E96;
}

.model.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.model.video-pop.is-open {
  transform: translateY(0%);
}
.model.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.model.video-pop .close-video:hover {
  background: var(--primary);
}
.model.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.model.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.model.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
.model.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
  background: var(--white);
}

.Admission-enquiry {
  background-color: var(--prime-dark);
}
.Admission-enquiry ul {
  display: flex;
  gap: 5rem;
}
.Admission-enquiry li {
  padding: 30px 0;
}
.Admission-enquiry li h3 {
  color: var(--white);
}
.Admission-enquiry li p {
  color: var(--white);
  font-weight: 500;
}

.enquiry-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enquiry-content h3 {
  font-family: "Poppins", serif;
}

.achievement {
  background-color: var(--primelight);
}

.achievement-parent {
  display: grid;
  grid-template-columns: 64% auto;
  gap: 20px;
  align-items: center;
}

.achievement-text {
  display: inline-block;
  transform: rotate(-30deg);
  z-index: 1;
  padding-left: 75px;
}
.achievement-text a {
  font-size: 7rem;
  color: var(--white);
  font-weight: 700;
  margin: -25px 0;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
.achievement-text a:hover {
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
}

.achievement-text1 {
  transform: skew(-26deg);
  display: inline-block;
  padding-top: 160px;
}

.achievement-text2 {
  transform: skew(18deg);
  display: inline-block;
}
.achievement-text2 > a {
  color: var(--textprime);
}

.achievement-text3 {
  transform: skew(-26deg);
  padding-bottom: 245px;
  display: inline-block;
}

.achievement-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.achievement-img {
  position: relative;
  top: 60px;
  left: 104px;
}

.customimg {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.8s ease-in-out;
}

.active {
  bottom: 0;
}

.BBMS {
  text-align: center;
  background-image: url("/assets/images/home/lifeBBMS.jfif");
  width: 100%;
  padding: 60px 0 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  z-index-filter: grayscale(100%);
}
.BBMS::before {
  background-color: red;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(231, 231, 231, 0.9019607843);
}

.life-heading {
  padding-top: 44px;
}
.life-heading p {
  margin-top: 12px;
  font-weight: 600;
  color: var(--secondary);
}

.divjfj {
  margin: 160px 0 120px 0;
  display: inline-block;
  position: relative;
  width: 550px;
  height: 550px;
}

.lifeCircleimg {
  background-image: url("/assets/images/home/lifeCircle.jfif");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  border: 30px solid var(--white);
  box-shadow: rgba(0, 0, 0, 0.3) -1px 44px 51px, rgba(0, 0, 0, 0.22) 3px -19px 53px;
}

.lifeCircle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.lifeCircle .life-icon1, .lifeCircle .life-icon2, .lifeCircle .life-icon3, .lifeCircle .life-icon4, .lifeCircle .life-icon5 {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.lifeCircle .life-icon1 h5, .lifeCircle .life-icon2 h5, .lifeCircle .life-icon3 h5, .lifeCircle .life-icon4 h5, .lifeCircle .life-icon5 h5 {
  color: var(--prime);
  position: absolute;
}
.lifeCircle .life-icon1 .icons1, .lifeCircle .life-icon1 .icons2, .lifeCircle .life-icon1 .icons3, .lifeCircle .life-icon1 .icons4, .lifeCircle .life-icon1 .icons5, .lifeCircle .life-icon2 .icons1, .lifeCircle .life-icon2 .icons2, .lifeCircle .life-icon2 .icons3, .lifeCircle .life-icon2 .icons4, .lifeCircle .life-icon2 .icons5, .lifeCircle .life-icon3 .icons1, .lifeCircle .life-icon3 .icons2, .lifeCircle .life-icon3 .icons3, .lifeCircle .life-icon3 .icons4, .lifeCircle .life-icon3 .icons5, .lifeCircle .life-icon4 .icons1, .lifeCircle .life-icon4 .icons2, .lifeCircle .life-icon4 .icons3, .lifeCircle .life-icon4 .icons4, .lifeCircle .life-icon4 .icons5, .lifeCircle .life-icon5 .icons1, .lifeCircle .life-icon5 .icons2, .lifeCircle .life-icon5 .icons3, .lifeCircle .life-icon5 .icons4, .lifeCircle .life-icon5 .icons5 {
  padding: 30px;
  background-color: var(--white);
  border: 4px solid var(--prime);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.lifeCircle .life-icon1 .icons1 svg, .lifeCircle .life-icon1 .icons2 svg, .lifeCircle .life-icon1 .icons3 svg, .lifeCircle .life-icon1 .icons4 svg, .lifeCircle .life-icon1 .icons5 svg, .lifeCircle .life-icon2 .icons1 svg, .lifeCircle .life-icon2 .icons2 svg, .lifeCircle .life-icon2 .icons3 svg, .lifeCircle .life-icon2 .icons4 svg, .lifeCircle .life-icon2 .icons5 svg, .lifeCircle .life-icon3 .icons1 svg, .lifeCircle .life-icon3 .icons2 svg, .lifeCircle .life-icon3 .icons3 svg, .lifeCircle .life-icon3 .icons4 svg, .lifeCircle .life-icon3 .icons5 svg, .lifeCircle .life-icon4 .icons1 svg, .lifeCircle .life-icon4 .icons2 svg, .lifeCircle .life-icon4 .icons3 svg, .lifeCircle .life-icon4 .icons4 svg, .lifeCircle .life-icon4 .icons5 svg, .lifeCircle .life-icon5 .icons1 svg, .lifeCircle .life-icon5 .icons2 svg, .lifeCircle .life-icon5 .icons3 svg, .lifeCircle .life-icon5 .icons4 svg, .lifeCircle .life-icon5 .icons5 svg {
  fill: var(--prime);
  stroke: var(--prime);
}
.lifeCircle .life-icon1 .icons1:hover svg, .lifeCircle .life-icon1 .icons2:hover svg, .lifeCircle .life-icon1 .icons3:hover svg, .lifeCircle .life-icon1 .icons4:hover svg, .lifeCircle .life-icon1 .icons5:hover svg, .lifeCircle .life-icon2 .icons1:hover svg, .lifeCircle .life-icon2 .icons2:hover svg, .lifeCircle .life-icon2 .icons3:hover svg, .lifeCircle .life-icon2 .icons4:hover svg, .lifeCircle .life-icon2 .icons5:hover svg, .lifeCircle .life-icon3 .icons1:hover svg, .lifeCircle .life-icon3 .icons2:hover svg, .lifeCircle .life-icon3 .icons3:hover svg, .lifeCircle .life-icon3 .icons4:hover svg, .lifeCircle .life-icon3 .icons5:hover svg, .lifeCircle .life-icon4 .icons1:hover svg, .lifeCircle .life-icon4 .icons2:hover svg, .lifeCircle .life-icon4 .icons3:hover svg, .lifeCircle .life-icon4 .icons4:hover svg, .lifeCircle .life-icon4 .icons5:hover svg, .lifeCircle .life-icon5 .icons1:hover svg, .lifeCircle .life-icon5 .icons2:hover svg, .lifeCircle .life-icon5 .icons3:hover svg, .lifeCircle .life-icon5 .icons4:hover svg, .lifeCircle .life-icon5 .icons5:hover svg {
  fill: var(--white);
  stroke: var(--white);
}
.lifeCircle .life-icon1 img, .lifeCircle .life-icon2 img, .lifeCircle .life-icon3 img, .lifeCircle .life-icon4 img, .lifeCircle .life-icon5 img {
  border: none;
  border-radius: 0;
  width: 45px;
  height: 45;
}
.lifeCircle .life-icon1 {
  top: -42px;
  right: 170px;
}
.lifeCircle .life-icon1 h5 {
  left: 16px;
  top: -40px;
}
.lifeCircle .life-icon2 {
  right: -27px;
  top: 198px;
}
.lifeCircle .life-icon2 h5 {
  right: -85px;
  top: 25px;
  transform: rotate(74deg);
}
.lifeCircle .life-icon3 {
  top: 113px;
  left: -11px;
}
.lifeCircle .life-icon3 h5 {
  left: -75px;
  top: -14px;
  transform: rotate(-51deg);
}
.lifeCircle .life-icon4 {
  bottom: -14px;
  right: 123px;
}
.lifeCircle .life-icon4 h5 {
  right: -35px;
  top: 130px;
  transform: rotate(158deg);
}
.lifeCircle .life-icon5 {
  bottom: 46px;
  left: 34px;
  z-index: 10;
}
.lifeCircle .life-icon5 h5 {
  top: 112px;
  left: -27px;
  transform: rotate(-138deg);
}

.events {
  padding: 5rem 0;
  background-color: var(--bggray);
}

.event-parent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.event-content {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
}
.event-content > h1 {
  font-weight: 400;
  margin-bottom: 20px;
}
.event-content h6, .event-content h2, .event-content p {
  margin-bottom: 20px;
}
.event-content .slide-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-content .slide-btn .swiper-nav button {
  border: 1px solid #666;
}

.event-slider {
  width: 55%;
}
.swiper-nav {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.item {
  background-color: var(--white);
  border-radius: 12px;
  padding: 68px 30px 50px 30px;
  overflow: hidden;
}
.item figcaption {
  padding: 30px;
}
.item figcaption h4 {
  margin: 12px 0;
}
.item figcaption p {
  margin: 12px 0 25px 0;
}
.item figcaption > a {
  color: var(--prime);
  font-size: 14px;
  font-weight: 500;
}

.btn-hovleft, .btn-hovright {
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 2rem;
}
.flex figure {
  margin-top: auto;
}

.starts-prev, .starts-next {
  border: none;
}

.swiper-slide {
  padding: 0;
}

.item1 {
  background-color: var(--white);
  padding: 30px 30px 0 30px;
  border-radius: 12px;
}

.rank {
  margin-top: 20px;
}

.item1 h2 {
  color: var(--prime);
  font-family: "Poppins", serif;
}
.item1 h2 span {
  font-size: 14px;
}

.parentHub {
  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;
}
.parentHub::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;
}
.parentHub::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.472);
  z-index: -1;
}
.parentHub::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.parentHub h1 {
  color: var(--white);
}
.parentHub .home-secG {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
}

.parentA {
  width: 635px;
  display: flex;
}

.formParent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.formImg {
  width: 50%;
}

.formContent {
  width: 40%;
  padding: 0 140px 0 0;
}

.form-container .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.form-container .form .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-container .form .form-group .form-control {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
}
.form-container .form .form-group .form-control label {
  position: absolute;
  top: -8px;
  left: 10px;
  font-size: 12px;
  color: #888;
  background-color: #fff;
  padding: 0 5px;
}
.form-container .form .form-group .form-control .sbmt-grp {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.form-container .form .form-group .form-control .full {
  width: 100%;
}
.form-container .form .form-group .form-control .form-grid {
  margin-top: 60px;
}
.form-container .form .form-group .form-control .form .form-group:nth-child(1),
.form-container .form .form-group .form-control .form .form-group:nth-child(2) {
  grid-column: span 1;
}
.form-container .form .form-group .form-control .form > .form-group:nth-child(5),
.form-container .form .form-group .form-control .form-group:nth-child(6) {
  grid-column: span 2;
  width: 100%;
}
.form-container .form .form-group .form-control textarea.form-control,
.form-container .form .form-group .form-control input.form-control {
  height: 100%;
}

.parentA {
  position: relative;
}

.swiper-nav-parent {
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 108%;
  top: 40%;
}

.header-fixed::after {
  background-color: var(--prime-dark) !important;
}

.addAnimation {
  animation: roational 40s linear infinite;
  animation-play-state: running;
}

.noAnimation {
  animation-play-state: paused;
}

@keyframes roational {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.parents-container {
  position: relative;
}

.parent-main {
  display: flex;
  flex-direction: column;
  justify-content: right;
}

.parents-nav {
  display: flex;
  position: absolute;
  top: 39%;
  left: 588px;
  gap: 722px;
}
.parents-nav .colC {
  margin-left: 72px;
}

.btn-hovright1 img {
  width: 60px;
}

.coment-img {
  margin-top: 58px;
  filter: none !important;
  position: relative;
  z-index: 1;
}

.parents-comments {
  position: relative;
}

.arrow {
  position: absolute;
  left: 45%;
  top: 290px;
}
.arrow img {
  width: 70px;
}

.coment-content {
  margin-top: 20px;
}
.coment-content h5, .coment-content p {
  color: var(--white);
}
.coment-content p {
  margin-top: 4px;
}

.parents-comments p {
  text-align: left;
}

.parents-info {
  text-align: right;
  padding: 35px 0 0;
}

.item figure img {
  width: 100%;
}

.item-data {
  padding: 20px;
  border: 1.4px solid var(--text);
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: center;
}
.item-data small {
  font-size: 10px;
  font-weight: 500;
}

.item-data-img {
  margin-left: 9px;
}

.icons1, .icons2, .icons3, .icons4, .icons5 {
  transition: all 0.2s ease-in-out;
}
.icons1:hover, .icons2:hover, .icons3:hover, .icons4:hover, .icons5:hover {
  background-color: var(--prime) !important;
  border: 4px solid var(--white) !important;
}

.icons4 {
  transform: rotate(168deg);
}

.icons2 {
  transform: rotate(-114deg);
}

.icons3 {
  transform: rotate(45deg);
}

.icons5 {
  transform: rotate(-47deg);
}

.model.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.model.video-pop.is-open {
  transform: translateY(0%);
}
.model.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--prime);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.model.video-pop .close-video:hover {
  background: var(--prime);
}
.model.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.model.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.model.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
.model.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
  background: var(--white);
}

.model.admissioneq-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  background: var(--white);
  z-index: 10;
}
.model.admissioneq-pop.is-open {
  transform: translateX(0%);
}
.model.admissioneq-pop button.close {
  top: 25px;
  right: 25px;
}
.model.admissioneq-pop .model-body {
  padding: 60px 35px 30px;
  height: 100%;
  overflow-y: auto;
}
.model.admissioneq-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
}
.model.admissioneq-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.admissioneq-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
.model.admissioneq-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.model.admissioneq-pop .model-body .title h4 {
  font-size: 32px;
  color: var(--black);
  font-family: Queens-regular;
  font-weight: 500;
  text-transform: none;
  line-height: 1;
}
.model.admissioneq-pop .model-body .title p {
  color: var(--black);
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  max-width: 317px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .model.admissioneq-pop .model-body .title p {
    font-size: 14px;
    max-width: 300px;
  }
}
.model.admissioneq-pop .model-body .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  --gaptb: 15px;
  --borderbefore: var(--black);
}
.model.admissioneq-pop .model-body .form .form-group {
  position: relative;
  border-bottom: 1px solid #666;
}
.model.admissioneq-pop .model-body .form .form-group::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: var(--borderbefore);
}
.model.admissioneq-pop .model-body .form .form-group::before {
  height: var(--borderwidth);
  top: unset;
  border-bottom: #666;
}
.model.admissioneq-pop .model-body .form .form-group input, .model.admissioneq-pop .model-body .form .form-group textarea {
  border-bottom: none;
}
.model.admissioneq-pop .model-body .form .form-group.w-full {
  grid-column: span 2;
}
.model.admissioneq-pop .model-body .form .form-group select ~ label {
  top: -50%;
  color: #000;
  font-size: 12px;
  opacity: 0;
}
.model.admissioneq-pop .model-body .form .form-group .custom-select::before {
  background-image: url(/assets/icon/arrow-down.svg);
  background-size: 65% auto;
}
.model.admissioneq-pop .model-body .form .form-group .custom-select .list {
  opacity: 0;
  pointer-events: none;
  transform: scale(1) translateY(-10px);
  transition: all 0.2s ease-in-out;
}
.model.admissioneq-pop .model-body .form .form-group .custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.model.admissioneq-pop .model-body .sbmt-grp {
  width: 100%;
  padding-top: 20px;
}
.model.admissioneq-pop .model-body .sbmt-grp a {
  text-align: center;
  text-transform: capitalize;
  padding: 10px 30px;
}
.model.admissioneq-pop .model-body .sbmt-grp a:hover {
  background: #1BB6F0;
  color: #fff;
}

.model.result-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
@media only screen and (max-width: 420px) {
  .model.result-pop {
    bottom: -45px;
  }
}
.model.result-pop.is-open {
  transform: translateY(0%);
}
.model.result-pop .close-profile {
  position: absolute;
  bottom: calc(100% + 50px);
  right: -10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--prime);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  z-index: 10;
}
@media (max-width: 675px) {
  .model.result-pop .close-profile {
    right: 0;
  }
}
@media (max-width: 540px) {
  .model.result-pop .close-profile {
    height: 30px;
    width: 30px;
    bottom: calc(100% + 30px);
  }
}
.model.result-pop .close-profile:hover {
  background: var(--prime);
}
.model.result-pop .close-profile svg {
  height: 35%;
  width: 35%;
}
.model.result-pop .close-profile path {
  stroke-width: 2;
  stroke: var(--white);
}
.model.result-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 50%;
  background: var(--white);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .model.result-pop .model-body {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .model.result-pop .model-body {
    max-width: 95%;
    padding: 20px;
  }
}
@media (max-width: 540px) {
  .model.result-pop .model-body {
    max-width: 75%;
  }
}
@media only screen and (max-width: 420px) {
  .model.result-pop .model-body {
    max-width: 95%;
  }
}
.model.result-pop .model-body .result-grid {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 540px) {
  .model.result-pop .model-body .result-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.model.result-pop .model-body .result-grid .result-content {
  flex: 1;
  min-width: 300px;
}
@media (max-width: 768px) {
  .model.result-pop .model-body .result-grid .result-content {
    flex: 0 50%;
  }
}
@media (max-width: 540px) {
  .model.result-pop .model-body .result-grid .result-content {
    flex: 1;
    min-width: auto;
    width: 100%;
    text-align: center;
  }
}
.model.result-pop .model-body .result-grid .result-content h5 {
  margin-bottom: 12px;
  color: #000;
}
.model.result-pop .model-body .result-grid .result-content p {
  margin-bottom: 4px;
}
.model.result-pop .model-body .result-grid .result-swiper-container {
  flex: 1;
  min-width: 300px;
  position: relative;
}
@media (max-width: 768px) {
  .model.result-pop .model-body .result-grid .result-swiper-container {
    flex: 0 50%;
  }
}
@media (max-width: 540px) {
  .model.result-pop .model-body .result-grid .result-swiper-container {
    flex: 1;
    min-width: auto;
    width: 100%;
  }
}
.model.result-pop .model-body .result-grid .result-swiper-container .resultX-slider,
.model.result-pop .model-body .result-grid .result-swiper-container .resultXII-slider {
  width: 100%;
  position: relative;
}
.model.result-pop .model-body .result-grid .result-swiper-container .resultX-slider .swiper-slide img,
.model.result-pop .model-body .result-grid .result-swiper-container .resultXII-slider .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 540px) {
  .model.result-pop .model-body .result-grid .result-swiper-container .resultX-slider .swiper-slide img,
  .model.result-pop .model-body .result-grid .result-swiper-container .resultXII-slider .swiper-slide img {
    width: 100%;
    margin: 0 auto;
  }
}
.model.result-pop .model-body .result-grid .result-swiper-container .swiper-group {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  width: auto;
}
.model.result-pop .model-body .result-grid .result-swiper-container .swiper-group .resultX-next {
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.model.result-pop .model-body .result-grid .result-swiper-container .swiper-group .resultX-next:hover {
  transform: scale(1.1);
}
.model.result-pop .model-body .result-grid .result-swiper-container .swiper-group .resultX-next svg {
  width: 20px;
  height: 20px;
}

.ad-pop {
  left: 0;
  right: 0;
  max-width: 100%;
  background: none;
  transform: translateY(100%);
  transition: 0.5s ease;
  pointer-events: none;
}
.ad-pop.is-open {
  transform: translateY(0%);
}
.ad-pop .model-body {
  height: 100%;
}
.ad-pop .model-body figure {
  line-height: 0;
  position: relative;
  top: 50%;
  translate: 0 -50%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: all;
}
@media (max-width: 540px) {
  .ad-pop .model-body figure {
    max-width: 280px;
  }
}
.ad-pop .model-body img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.ad-pop .model-body .close {
  position: absolute;
  color: var(--white);
  top: -35px !important;
  right: -36px !important;
  line-height: 0;
}
.ad-pop .model-body svg path[stroke], .ad-pop .model-body svg path[fill=none] {
  stroke: currentcolor;
}
.ad-pop .model-body svg path[fill] {
  fill: currentcolor;
}/*# sourceMappingURL=header.css.map */