:root {
  /* --theme-primary: hsl(216, 100%, 57%); */
  --theme-primary: #247cff;
  /* --theme-primary-dark: #144fe1; */
  --theme-primary-dark: #003078;
  --theme-accent-light: hsl(212, 100%, 97%);
  --theme-accent: hsl(212, 100%, 93%);
  --color-b: #272727;
  --step--2: clamp(0.6076rem, 0.6012rem + 0.0324vw, 0.64rem);
  --step--1: clamp(0.7292rem, 0.715rem + 0.0708vw, 0.8rem);
  --step-0: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  --step-1: clamp(1.05rem, 1.01rem + 0.2vw, 1.25rem);
  --step-2: clamp(1.26rem, 1.1995rem + 0.3025vw, 1.5625rem);
  --step-3: clamp(1.512rem, 1.4238rem + 0.4411vw, 1.9531rem);
  --step-4: clamp(1.8144rem, 1.689rem + 0.627vw, 2.4414rem);
  --step-5: clamp(2.1773rem, 2.0024rem + 0.8745vw, 3.0518rem);
  font-size: 100%;
}
@keyframes customBounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.15);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.bounceEffect {
  animation: customBounce 0.6s ease;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a,
li,
ul {
  list-style: none !important;
  text-decoration: none !important;
  margin: 0;
  padding: 0;
}
body {
  font-size: var(--step-0);
  color: var(--color-b) !important;
  font-family: proxima-nova, sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

.h1,
h1 {
  font-size: var(--step-5);
}
.h2,
h2 {
  font-size: var(--step-4);
}
.h3,
h3 {
  font-size: var(--step-3);
}
.h4,
h4 {
  font-size: var(--step-2);
}
.h5,
h5 {
  font-size: var(--step-1);
}
.h6,
h6 {
  font-size: var(--step-0);
}
.fw-black {
  font-weight: 800;
}
.bg-theme-primary {
  background: var(--theme-primary) !important;
}
.bg-theme-accent {
  background: var(--theme-accent) !important;
}
.bg-theme-primary-light {
  background: var(--theme-primary-light) !important;
}
.btn-theme-primary {
  background: var(--theme-primary);
  color: rgba(255, 255, 255, 0.89);
  transition: all 0.2s;
}
.btn-theme-primary:focus,
.btn-theme-primary:hover {
  background: var(--theme-primary-dark);
  color: #fff;
}
.text-white {
  color: #fff !important;
}
.btn-theme-light {
  color: var(--theme-primary);
  background: #fff;
}
.btn-theme-light:hover {
  background: var(--theme-primary-dark);
}
.text-theme-primary {
  color: var(--theme-primary);
}
.text-theme-accent {
  color: var(--theme-accent);
}
.border-theme-accent {
  border-color: var(--theme-accent) !important;
}
@media (max-width: 767px) {
  .main-header {
    top: 1.5rem !important;
  }
}
.topSection p {
  letter-spacing: 0.09rem;
}
.h-links {
  color: #fff;
  display: flex;
  gap: 1.5rem;
}
.h-links a {
  color: #fff;
  text-decoration: none;
}
.top-links {
  color: var(--theme-primary);
  display: flex;
  gap: 0.7rem;
  font-size: 0.6rem;
  justify-content: center;
  padding: 0.25rem 0.3rem;
}
.top-links a {
  color: var(--theme-primary);
  text-decoration: none;
  font-weight: 500;
}
.banner-img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.banner-content {
  color: #fff;
  height: 100%;
  left: 50%;
  top: 100px;
}
.banner-slider .owl-dots {
  margin-top: 1rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .banner-slider .owl-dots {
    justify-content: start;
    margin-top: 1rem;
  }
  .topSection-img {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  @keyframes scrolling {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(-100%);
    }
  }
  .topSection-img {
    margin-top: 4rem !important;
  }
}
.topSection-img {
  margin-top: 2rem;
}
.topSection-img img {
  width: 28rem !important;
  object-fit: contain;
}

.banner-content {
  background: #366feb;
  background: linear-gradient(
    140deg,
    rgba(54, 111, 235, 1) 0,
    rgba(16, 69, 201, 1) 72%
  );
}
/* @media (min-width: 768px) {
  .topSection {
    margin-top: 7rem;
  }
} */
@media (min-width: 992px) {
  .banner-content {
    position: absolute;
    transform: translateX(-50%);
    background: 0 0;
  }
  .banner-img {
    position: static;
    /* height: 100vh !important; */
    height: 700px;
    width: 100%;
  }
  .topSection {
    margin-top: inherit;
  }
}
@media (min-width: 1200px) {
  .sol-box {
    margin: 0 !important;
  }
}
@media (min-width: 1500px) {
  .topSection-img img {
    width: 35rem !important;
    object-fit: contain;
  }
  .banner-img {
    height: 750px;
  }
  .banner-form {
    width: 70% !important;
  }
  .gpa-sec {
    padding: 10rem 0 2rem !important;
    margin-top: -10rem !important;
  }
  .gpa-sec > img {
    height: 25rem !important;
  }
}
.banner-form {
  position: relative;
  color: var(--color-b);
  background: #fff;
  border-radius: var(--bs-border-radius-xl);
  padding: 1.5rem;
  box-shadow: var(--bs-box-shadow);
  width: 80%;
}
@media (min-width: 767px) {
  .banner-form::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 95%;
    bottom: -5%;
    right: -5%;
    transform: translate(0, 0);
    background: rgba(255, 255, 255, 0.295);
    border-radius: var(--bs-border-radius-xl);
    z-index: -1;
  }
}
.banner-form input,
.banner-form select {
  border-color: #bcdcff !important;
}
input:focus,
select:focus {
  border-color: #4787cc !important;
  box-shadow: none !important;
}
.banner-form input::placeholder,
.banner-form select option:first-child {
  color: #888 !important;
}
@media (min-width: 992px) {
  .px-lg-5r {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
.gpa-sec {
  background: transparent linear-gradient(180deg, #eef6ff 0, #fff 100%) 0 0
    no-repeat padding-box;
  position: relative;
  z-index: -1;
  overflow-x: hidden;
}
.gpa-sec > img {
  position: absolute;
  right: 0;
  bottom: 15%;
  transform: translate(40%, 0);
  height: 22rem;
}
.gpa-slider .owl-dots .owl-dot {
  background-color: lightgrey !important;
}
.gpa-slider .owl-dots .owl-dot.active {
  background-color: var(--theme-primary) !important;
}
.gpa-sec-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  height: 20rem;
  width: 100%;
  object-fit: contain;
  scale: 1.075;
}
.count > div > img {
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .gpa-sec {
    padding: 12rem 0 2rem;
    margin-top: -8rem;
  }
}
.stats-img {
  width: 55px !important;
  background-color: #fff;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  padding: 0.8rem;
  margin: 0 auto 0.8rem;
}
.stats-slider .item {
  position: relative;
}
.stats-slider .owl-item:not(:last-child) .item::after {
  content: "";
  /* border-right: 2px solid #fff; */
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.client-slider .client-img {
  border: 1px solid var(--theme-primary);
  border-radius: var(--bs-border-radius-xl);
  box-shadow: var(--bs-box-shadow-sm);
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-slider .client-img img {
  height: 80px;
  object-fit: contain;
}
.client-sec {
  position: relative;
}
.client-sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: var(--theme-primary);
  bottom: 0;
  left: 0;
}
.client-slider .owl-dots {
  margin-top: 1rem;
}
.sol-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 2.25rem; */
  overflow: hidden;
}
.sol-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 0%;
  transition-duration: 0.35s;
}
.sol-box:hover .sol-overlay {
  height: 100%;
  transition-duration: 0.35s;
}
.advancedOfferingdiv-li img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .sol-box {
    padding: 2rem;
  }
  .sol-box img {
    height: 3rem !important;
    width: 3rem !important;
    object-fit: contain;
  }
  .advancedOfferingdiv-li img {
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
  }
  .country-names img {
    height: 2.5rem;
    width: 2.5rem;
    object-fit: contain;
  }
  .country-names span {
    font-size: small;
  }
  .globe-strip {
    width: 75% !important;
  }
  .sa-strip {
    /* position: absolute;
    left: -25%;
    transform: translate(0, 0); */
    width: 100%;
  }
  .globe-main svg {
    scale: 2;
    position: relative;
    left: -20%;
    margin-top: 1rem;
  }
  .topSection-img {
    margin-top: 4rem;
  }
  .call-btn,
  .mail-btn,
  .whatsapp-btn,
  .schedule-btn {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
  }
  .schedule-btn img {
    height: 1rem;
    scale: 1.5;
  }
}
.sol-box img {
  height: 4.5rem;
  width: 4.5rem;
  object-fit: contain;
}
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.473) !important;
  transition: all 0.3s;
}
.owl-dots button.active {
  background: #fff !important;
  width: 16px;
}
.tab-btns button {
  padding: 0.5rem 1.3rem;
  background: 0 0;
  border: none;
  text-align: left;
  font-weight: 600;
  color: #272727;
  border: 6px solid transparent;
  transition: all 0.3s;
}
.tab-btns button.active {
  color: var(--theme-primary);
  border-left: 6px solid var(--theme-primary);
  background-color: var(--theme-accent-light);
}
.tab-btns button:hover {
  color: var(--theme-primary);
  background-color: var(--theme-accent-light);
}
.tab-btn img {
  width: 1.5em;
  margin-right: 0.8em;
  filter: brightness(0) opacity(0.2);
  transition: all 0.3s;
}
.tab-btns button.active img,
.tab-btns button:hover img {
  filter: unset;
}
.pills-item {
  border: 1px solid #bcdcff;
  padding: 0.6em 1em;
  font-size: 0.875rem;
}
.pills-item img {
  background: var(--theme-accent);
  border-radius: 50%;
  padding: 0.4rem;
  width: 2.5em;
  margin-right: 0.8em;
}
@media (min-width: 768px) {
  .ad-sec {
    background: url(https://resources.edunexttechnologies.com/web-data/edu-landing/images/automate-bg.png)
      no-repeat center;
    background-size: 100% 100%;
  }
}

.commonImgElement {
  height: 210px;
  object-fit: contain;
}
.w-fit {
  width: fit-content;
}
.w-auto {
  width: auto;
}
.demo-sec {
  background: var(--theme-primary)
    url(https://resources.edunexttechnologies.com/web-data/edu-landing/images/demo-bg.png)
    no-repeat center;
  background-size: 100% 100%;
}
.demo-sec h2 {
  letter-spacing: 0.09rem;
}
.faq {
  background-color: #eef6ff;
}
.faq .accordion-item {
  margin-bottom: 1rem;
  border-radius: 12px !important;
}
.faq .accordion-item .accordion-button {
  background-color: var(--theme-primary);
}
.faq .accordion-item .accordion-body {
  border: 2px solid var(--theme-primary);
}
.faq .accordion-item .accordion-button {
  background-color: var(--theme-primary);
  color: #fff;
  font-weight: 700;
}
.faq .accordion-item .accordion-button:hover {
  background-color: var(--theme-primary) !important;
  color: #fff !important;
}
.faq .accordion-item .accordion-button {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.faq .accordion-item .accordion-button.collapsed {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  color: #272727;
  background-color: #fff;
  border: 0.1rem solid #bcdcff;
  /* box-shadow: 0 3px 30px #28b9e63d !important; */
}
.faq .accordion-item .accordion-body {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  color: #272727;
  border-top: 0;
}
.faq .accordion-item:last-child .accordion-button {
  margin-bottom: 0;
}
.faq .accordion-item .accordion-button::after {
  content: "\292B";
  color: #272727;
  transform: rotate(45deg);
  transform-origin: center;
  font-size: var(--step-2);
  --bs-accordion-btn-icon: none !important;
  width: auto !important;
  height: auto !important;
}
.faq .accordion-item:hover .accordion-button::after {
  color: #fff !important;
}
.faq .accordion-button:not(.collapsed)::after {
  color: #fff !important;
  background-image: none !important;
  transform: rotate(0) !important;
}
.faq .accordion-button:focus {
  box-shadow: none !important;
}
footer {
  font-weight: 300;
  background: #366feb;
  background: linear-gradient(
    140deg,
    rgba(54, 111, 235, 1) 0,
    rgba(16, 69, 201, 1) 72%
  );
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .gpa-sec > img {
    height: 15rem;
  }
  .demo-sec {
    background: var(--theme-primary);
  }
  .globe-title {
    position: relative !important;
    /* top: 5%; */
    /* left: 50%; */
    /* transform: translate(-50%, 0%); */
    z-index: 10;
  }
  .gpa-sec > img {
    bottom: 5% !important;
  }
}
.opacity-80 {
  opacity: 80%;
}
@media (min-width: 992px) {
  footer {
    background: #eef6ff
      url(https://resources.edunexttechnologies.com/web-data/edu-landing/images/footer-bg.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
footer ul li {
  margin-bottom: 0.75rem;
}
.footer-ul {
  max-width: 340px;
}
footer ul li a {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: fit-content;
}
footer ul li a {
  color: #fff;
  font-size: small;
  /* opacity: 90%; */
}
footer .menu-ul li a i {
  margin-right: 0.5em;
}
footer .map {
  border: 4px solid #fff;
}
@media (min-width: 576px) {
  footer .map {
    box-shadow: 8px 8px 0 #ffffff52;
    border: 4px solid #fff;
  }
}
footer .social-ul li a {
  height: 2rem;
  width: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition-duration: 0.3s;
}
footer .social-ul li .fb:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #1877f2;
  transition-duration: 0.3s;
}
footer .social-ul li .insta:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #c13584;
  transition-duration: 0.3s;
}
footer .social-ul li .x:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #14171a;
  transition-duration: 0.3s;
}
footer .social-ul li .lin:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #0a66c2;
  transition-duration: 0.3s;
}
footer .social-ul li .utube:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #ff0000;
  transition-duration: 0.3s;
}
footer hr {
  border-top: 2px solid #f2f2f2;
}
.list-style-disc li {
  list-style-type: disc !important;
}
.advancedOfferingdiv {
  background-color: #eef6ff;
  border: 1px solid var(--theme-primary);
}
/* .advancedOfferingdiv ul {
  column-count: 2;
}
@media (min-width: 768px) {
  .advancedOfferingdiv ul {
    column-count: 3;
  }
} */
.loader {
  background-color: transparent;
  display: flex;
  justify-content: center;
  height: 93vh;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
}
.loader svg path,
.loader svg rect {
  fill: var(--theme-primary);
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  background: #007aff;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  padding: 0 5px 9px 10px;
  border-radius: 0 0 0 42px;
  cursor: pointer;
  z-index: 999;
  border: none;
  cursor: pointer;
  font-weight: 900;
  line-height: 25px;
}
.modal-dialog {
  pointer-events: all;
}

.schedule-btn {
  position: fixed;
  right: 1rem;
  width: 50px;
  height: 50px;
  transition: all 0.5s;
  background-color: #eef6ff;
  color: var(--theme-primary);
  display: flex;
  text-wrap: nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 99;
  border-radius: 12px;
}
.schedule-btn span {
  opacity: 0;
  margin-right: -100%;
}

.schedule-btn:hover,
.schedule-btn:active,
.schedule-btn:focus {
  background: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
  color: white !important;
  /* width: 250px; */
}
.schedule-btn:hover span {
  margin-right: 0;
  opacity: 1;
}
.schedule-btn:hover img {
  filter: brightness(0) invert(1);
}
.call-btn,
.mail-btn,
.whatsapp-btn {
  position: fixed;
  right: 1rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eef6ff;
  color: var(--theme-primary);
  border-radius: 12px;
  transition: all 0.5s;
  margin: 0;
  z-index: 99;
}
.call-btn {
  bottom: 14rem;
}
.mail-btn {
  bottom: 10rem;
}
.schedule-btn {
  bottom: 6rem;
}
.whatsapp-btn {
  bottom: 2rem;
}
.btn.call-btn:hover {
  background: var(--theme-primary) !important;
  color: #fff;
}
.btn.mail-btn:hover {
  background: var(--theme-primary) !important;
  color: #fff;
}
.btn.whatsapp-btn:hover {
  background-color: #50cd5d;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-accent-light);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--theme-primary);
  border-radius: 4px;
  animation-duration: 0.3s;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-primary-dark);
  animation-duration: 0.3s;
}
.form-control {
  padding: 0.25rem 0.5rem;
  font-size: smaller;
}
/* .form-label {
  font-size: medium;
} */
.sa-strip {
  background: rgba(255, 255, 255, 0.25);
  /* position: absolute;
  left: 0;*/
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  display: block;
  width: 50rem;
  transition-duration: 0.3s;
}
.sa-strip:hover {
  background: rgba(255, 255, 255, 0.35);
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .banner-form {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #aboutSection {
    top: 5% !important;
  }
  .banner-form {
    width: 100%;
  }
}
.g-recaptcha > div div > iframe {
  max-width: 100%;
}
.countries {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scrolling 25s linear infinite;
}
.countries .country-names {
  width: fit-content;
  margin-right: 1.5rem;
}

.globe {
  overflow: hidden;
  /* background: url("https://resources.edunexttechnologies.com/web-data/edu-landing/images/globe-bg.svg");
  background-position: center;
  background-size: 100% 100%; */
}
.globe .globe-left {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  object-fit: contain;
}
.globe .globe-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  object-fit: contain;
}

.globe-strip {
  height: 0.5rem;
  width: 50%;
  background-color: #272727;
  position: absolute;
  top: -0.5%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 10;
}

#Group_288229-4,
#Group_288229-3,
#Group_288229-2,
#Group_288229,
#Group_288229-5,
#Group_288229-6 {
  transform: scale3d(1, 1, 1);
  transition-duration: 0.5s;
  position: relative;
  transform-origin: bottom;
}
#Component_20_22:hover #Group_288229-4,
#Component_20_21:hover #Group_288229-3,
#Component_20_20:hover #Group_288229-2,
#Component_20_19:hover #Group_288229,
#Component_20_23:hover #Group_288229-5,
#Component_20_24:hover #Group_288229-6 {
  transform: scale3d(1, 1.03, 1);
  transition-duration: 0.5s;
}
/* .globe-title {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 10;
} */

#Group_288709,
#Group_288710,
#Group_288711,
#Group_288712,
#Group_288713,
#Group_288714 {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
}

#Component_20_24:hover #Group_288709,
#Component_20_23:hover #Group_288710,
#Component_20_19:hover #Group_288711,
#Component_20_20:hover #Group_288712,
#Component_20_21:hover #Group_288713,
#Component_20_22:hover #Group_288714 {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}
