@font-face {
  font-family: "JUST Sans Variable";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/JUST-Sans-ExLight.woff2") format("woff2");
}
@font-face {
  font-family: "JUST Sans Variable";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/JUST-Sans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "JUST Sans Variable";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/JUST-Sans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "JUST Sans Variable";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/JUST-Sans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "JUST Sans Variable";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/JUST-Sans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "JUST Sans Variable";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/JUST-Sans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "JUST Sans Variable";
  font-style: normal;
 font-weight: 700;
  src: url("../fonts/JUST-Sans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "JUST Sans Variable";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/JUST-Sans-Regular.woff") format("woff2");
}
@font-face {
  font-family: "JUST Sans Variable";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/JUST-Sans-Regular.woff2") format("woff2");
}
/* --- SF Pro Display ------ */
/* ----- SF Pro Display Italic -------- */
:root {
  --font-ut: 100;
  --font-th: 200;
  --font-l: 300;
  --font-r: 400;
  --font-m: 500;
  --font-sb: 600;
  --font-b: 600;
  --font-eb: 800;
  --font-black: 900;
  --bs-emphasis-color-rgb: #222222;
  --bs-link-color-rgb: #222222;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 20px;
  }
}
:root {
  --black-dark: #222222;
  --black-light: #636363;
  --blue: #0D26A7;
  --orange: #F97A60;
  --darkgray: #CCCCCC;
  --lightgray: #F5F5F7;
  --gradient-bo: linear-gradient(90deg, #0D26A7 0%, #F97A60 71.99%);
  --black-dark-hover:#1a1a1a;
  --gradient-v2: linear-gradient(90deg, #1629A4 0%, #F97A60 40.45%);
}

:root {
  --font-ut: 100;
  --font-th: 200;
  --font-l: 300;
  --font-r: 400;
  --font-m: 500;
  --font-sb: 600;
  --font-b: 700;
  --font-eb: 800;
  --font-black: 900;
  --bs-emphasis-color-rgb: #222222;
  --bs-link-color-rgb: #222222;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 20px;
  }
}
:root {
  --font-ut: 100;
  --font-th: 200;
  --font-l: 300;
  --font-r: 400;
  --font-m: 500;
  --font-sb: 600;
  --font-b: 700;
  --font-eb: 800;
  --font-black: 900;
  --bs-emphasis-color-rgb: #222222;
  --bs-link-color-rgb: #222222;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 20px;
  }
}
body {
  font-family: "JUST Sans Variable";
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #222222;
}

a:hover {
  color: #0D26A7;
}

.bg-gray {
  background-color: #F5F5F7;
}

.btn {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
}

@media (min-width: 576px) {
  .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0D26A7;
  --bs-btn-border-color: #0D26A7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0A1F8F;
  --bs-btn-hover-border-color: #0A1F8F;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0A1F8F;
  --bs-btn-active-border-color: #0A1F8F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0D26A7;
  --bs-btn-disabled-border-color: #0D26A7;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #F97A60;
  --bs-btn-border-color: #F97A60;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #E06954;
  --bs-btn-hover-border-color: #E06954;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #E06954;
  --bs-btn-active-border-color: #E06954;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #F97A60;
}

.btn-outline-primary {
  --bs-btn-color: #0D26A7;
  --bs-btn-border-color: #0D26A7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0D26A7;
  --bs-btn-hover-border-color: #0D26A7;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0D26A7;
  --bs-btn-active-border-color: #0D26A7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0D26A7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0D26A7;
  --bs-gradient: none;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.gradient-text {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

:root {
  --font-ut: 100;
  --font-th: 200;
  --font-l: 300;
  --font-r: 400;
  --font-m: 500;
  --font-sb: 600;
  --font-b: 700;
  --font-eb: 800;
  --font-black: 900;
  --bs-emphasis-color-rgb: #222222;
  --bs-link-color-rgb: #222222;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 20px;
  }
}
.navbar {
  padding: 20px 0;
}

.navbar .navbar-nav {
  gap: 13px;
}

.navbar .nav-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.navbar .nav-link:hover, .navbar .nav-link:focus {
  font-weight: 500;
}

.navbar small {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.navbar .logo {
  width: 110px;
}

.navbar-desktop .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-close:focus {
  box-shadow: none;
}

.header-bar {
  padding: 30px 0;
}

.header-bar.scrolling-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 1030;
}

.header-bar .list-inline-item:not(:last-child) {
  margin-right: 22px;
}

.header-bar .list-inline-item a {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.header-bar .list-inline-item a:hover {
  font-weight: 500;
  color: #222222;
}

.header-bar-leftbar {
  gap: 44px;
}

.header-bar .btn-danger {
  margin-right: 8px;
}

.header-bar-leftbarmobile {
  margin-top: 27px;
}

.header-bar-leftbarmobile ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  gap: 12px;
}

.header-bar-leftbarmobile ul li a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.header-bar-leftbarmobile ul li a:hover {
  font-weight: 500;
  color: #222222;
  text-decoration: underline;
}

.offcanvas-mobilemenu.offcanvas a {
  display: block;
  font-size: 24px;
 font-weight: 600;
  line-height: 30px;
  color: #636363;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  background: 0 0;
  border: 0;
}

.offcanvas-mobilemenu.offcanvas a:hover {
  color: #222222;
}

.offcanvas-mobilemenu.offcanvas .form-control:focus,
.offcanvas-search.offcanvas .form-control:focus {
  border-color: none;
  box-shadow: none;
  outline: 0;
}

.offcanvas-mobilemenu.offcanvas .form-control::placeholder,
.offcanvas-search.offcanvas .form-control::placeholder {
  font-size: 28px;
  line-height: 30px;
 font-weight: 600;
  color: #636363;
}

.offcanvas-mobilemenu.offcanvas .btn-close:focus,
.offcanvas-search.offcanvas .btn-close:focus {
  border-color: none;
  box-shadow: none;
}

.offcanvas-mobilemenu.offcanvas.offcanvas-top,
.offcanvas-search.offcanvas.offcanvas-top {
  height: 100%;
}

.offcanvas-mobilemenu.offcanvas-backdrop.show,
.offcanvas-search.offcanvas-backdrop.show {
  opacity: 0;
}

.offcanvas-search ~ .offcanvas-backdrop,
.offcanvas-mobilemenu ~ .offcanvas-backdrop {
  display: none;
}

.quick-links h6 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  margin-top: 30px;
}

.quick-links ul {
  padding-left: 10px;
}

.quick-links ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  position: relative;
}

.quick-links ul li::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url("../images/quick-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.quick-links ul li a {
  text-decoration: none;
  color: #222222;
 font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  transition: color 0.2s ease-in-out;
}

.quick-links ul li a:hover {
  color: #1a1a1a;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-main {
  --bs-breadcrumb-divider: ">";
}

.breadcrumb-item {
  font-size: 14px;
  line-height: 100%;
  color: #636363;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 4px;
}

.header-bar-leftbarmobile ul li a.custom-active {
  font-weight: 500;
  color: #222;
  text-decoration: underline;
}

.horizon-banner {
  position: relative;
  padding-top: 54px;
  padding-bottom: 45px;
}

.horizon-banner-main {
  width: 100%;
  margin: 0 auto;
}

.horizon-banner-flex {
  text-align: center;
}

.horizon-banner-textcontainer {
  display: block;
  text-align: center;
  width: 100%;
}

.horizon-banner-textcontainer-heading {
  grid-column: 1;
}

.horizon-banner-textcontainer-subheading {
  grid-column: 2;
}

.horizon-banner-heading h1 {
  font-size: 64px;
  line-height: 50px;
  font-weight: var(--font-b);
  border-right: none;
  margin-bottom: 20px;
  padding-right: 0px;
}

.horizon-banner-heading h1 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.horizon-banner-subheading h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--black-dark);
  margin: 0 auto;
  margin-bottom: 20px;
}

.horizon-banner-subheading p {
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font-r);
  color: var(--black-light);
}

.horizon-banner-image {
  margin-top: 50px;
}

.horizon-banner-image img {
  max-width: 100%;
  height: auto;
}

.scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.scroll-down img {
  display: block;
  margin: 0 auto;
}

.meets-interaction {
  position: relative;
  padding: 44px 0 32px;
}

.meets-interaction-image {
  text-align: center;
}

.meets-interaction-image img {
  max-width: 100%;
  height: auto;
}

.meets-interaction h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 44px;
  text-align: center;
}

.meets-interaction h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  margin-top: 10px;
}

.meets-interaction h2 x-span {
  display: block;
}

.meets-interaction-items-container {
  margin-bottom: 32px;
}

.meets-interaction-items h5 {
  font-size: 18px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 6px;
}

.meets-interaction-items h5 span {
  display: inline-block;
  font-size: 18px;
  line-height: 110%;
 font-weight: 600;
}

.meets-interaction-items ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.meets-interaction-items ul li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #636363;
  display: inline;
}

.meets-interaction .scroll-down {
  bottom: 0;
}

.meets-interaction .scroll-down img {
  display: block;
  margin: 0 auto;
}

.half-fluid-leftimage, .half-fluid-rightimage {
  left: 0%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}

.trusted {
  position: relative;
  padding-top: 26px;
}

.trusted-contentright {
  padding-bottom: 30px;
}

.trusted-contentright h3 {
  font-size: 24px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 6px;
}

.trusted-contentright h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 10px;
}

.trusted-contentright h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trusted-contentright p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.trusted-imageleft img {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(0%);
  width: 95%;
  max-width: 500px;
  z-index: 0;
  height: 289px;
}

.trusted .clientlogo {
  padding-bottom: 26px;
}

.trusted .clientlogo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trusted .clientlogo-item img {
  width: auto;
  height: auto;
  max-width: 45px;
}

.trusted .half-fluid-leftimage .institutesimage {
  background-image: url("../images/institutes.png");
  background-size: cover;
  background-position: center;
  min-height: 278px;
  height: 100%;
}

.learning-reimagined {
  padding: 68px 0 32px;
  position: relative;
}

.learning-reimagined-heading h2 {
  font-size: 24px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 10px;
}

.learning-reimagined-heading h2 span {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.learning-reimagined-heading h2 x-span {
  display: block;
}

.learning-reimagined-heading p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.learning-reimagined-contentbox {
  margin-top: 25px;
}

.learning-reimagined-contentbox-card {
  margin-bottom: 28px;
}

.learning-reimagined-contentbox-card h4 {
  font-size: 16px;
  line-height: 120%;
 font-weight: 600;
  margin-bottom: 6px;
}

.learning-reimagined-contentbox-card p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #636363;
}

.learning-reimagined a {
  font-size: 14px;
  line-height: 10px;
  font-weight: 500;
  margin-top: 14px;
  text-align: center;
  text-decoration: none;
}

.learning-reimagined a svg {
  width: 10px;
  height: 10px;
}

.learning-reimagined-mobileimage img {
  width: 100%;
}

.learning-reimagined-image img {
  position: absolute;
  right: 0;
  max-width: 45%;
  z-index: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}

.smart-classroom {
  padding: 32px 0;
}

.smart-classroom-headingsection h2 {
  font-size: 24px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 8px;
}

.smart-classroom-headingsection h2 span {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 10px;
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.smart-classroom-headingsection h2 x-span {
  display: block;
}

.smart-classroom-headingsection p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.smart-classroom-card {
  margin-top: 32px;
}

.smart-classroom-card-item {
  height: 100%;
  background: #F5F5F7;
  border-radius: 5px;
  text-align: center;
}

.smart-classroom-card-item.center-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 90px 0;
}

.smart-classroom-card-image {
  margin-bottom: 16px;
}

.smart-classroom-card-image img {
  max-width: 100%;
  height: auto;
}

.smart-classroom-card-bottomimageimage {
  margin-top: 16px;
}

.smart-classroom-card-content h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 10px;
}

.smart-classroom-card-content p,
.smart-classroom-card-content a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
}

.smart-classroom .bottom-image-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 27px;
}

.smart-classroom .bottom-image-box img {
  width: 100%;
  margin-top: auto;
  border-radius: 0 0 5px 5px;
}

.feature {
  position: relative;
  padding: 14px 0 48px;
  overflow: hidden;
}

.feature-sectionheading {
  padding-bottom: 14px;
}

.feature-sectionheading h2 {
  font-size: 24px;
  line-height: 100%;
 font-weight: 600;
  margin-bottom: 10px;
}

.feature-sectionheading h2 span {
  font-size: 24px;
  line-height: 100%;
 font-weight: 600;
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-sectionheading p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.feature-imagemobile img {
  width: 100%;
  margin-left: -10%;
}

.feature-imageleft img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 55%;
  max-width: 800px;
  z-index: 0;
}

.feature-contentright {
  margin-top: 10px;
}

.feature-item {
  margin-bottom: 23px;
  gap: 12px;
}

.feature-item-icon {
  flex-shrink: 0;
}

.feature-item-icon img {
  max-width: 25px;
  max-height: 30px;
}

.feature-item-content h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 3px;
}

.feature-item-content p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.feature-btncontainer {
  display: block;
  width: 75%;
  margin: 30px auto 0;
}

.feature-btncontainer .btn-primary {
  margin: 0 auto 24px;
}

.educators {
  padding: 49px 0 53px;
}

.educators-headingsection h2 {
  font-size: 24px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 38px;
}

.educators-headingsection h2 span {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.educators-headingsection h2 x-span {
  display: block;
}

.educators-card {
  border-radius: 20px;
  margin: 0 20px;
}

.educators-card img {
  width: 100%;
}

.educators-card p {
  padding: 21px 0px 29px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
 font-weight: 600;
  width: 80%;
  margin: 0 auto;
}

.educators-card-sliderarrow {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: end;
  margin-top: 20px;
}

.educators-card-sliderarrow .slider-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100px;
}

.educators-card-sliderarrow .educators-prev {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #E1E1E4;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.4s 0s ease;
  cursor: pointer;
}

.educators-card-sliderarrow .educators-prev.slick-disabled {
  background: #F5F5F7;
}

.educators-card-sliderarrow .educators-prev img {
  transform: rotate(180deg);
}

.educators-card-sliderarrow .educators-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #E1E1E4;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: all 0.4s 0s ease;
}

.educators-card-sliderarrow .educators-next.slick-disabled {
  background: #F5F5F7;
}

.watch-horizon {
  padding: 37px 0;
}

.watch-horizon-box {
  padding: 37px 0 0;
  border-radius: 30px;
}

.watch-horizon-content {
  text-align: center;
}

.watch-horizon-content h2 {
  font-size: 36px;
  line-height: 38px;
 font-weight: 600;
  margin-top: 14px;
}

.watch-horizon-content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 10px auto 0;
}

.watch-horizon-content-play {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 20px;
}

.watch-horizon-content-play a {
  text-decoration: none;
}

.watch-horizon-imagecontainer {
  width: 92%;
}

.watch-horizon-image {
  justify-items: end;
}

.watch-horizon-image img {
  width: 100%;
  border-radius: 0 0 30px 0;
}

.order {
  padding: 56px 0 0;
}

.order-main {
  width: 90%;
  margin: 0 auto;
}

.order img {
  margin-bottom: 24px;
}

.order-card {
  margin-bottom: 70px;
}

.order-card h6 {
  font-size: 21px;
  line-height: 29px;
 font-weight: 600;
  margin-bottom: 0px;
}

.order-card p {
  line-height: 26px;
  margin-bottom: 7px;
}

.order-card a {
  margin-bottom: 0;
  text-decoration: none;
}

.order-card p,
.order-card a {
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
}

.letspower > *:not(.letspower-wavesvg) {
  position: relative;
  z-index: 2;
}

.letspower {
  padding-block: 34px 70px;
  background: #222222;
  position: relative;
}

.letspower-topbar img {
  margin-bottom: 28px;
}

.letspower-topbar h2 {
  font-size: 30px;
  line-height: 110%;
  font-weight: 600;
  margin: 0 auto 18px;
  color: #ffffff;
}

.letspower-topbar p {
  color: #CCCCCC;
  width: 70%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 27px;
}

.letspower-btncontainer {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.letspower-btncontainer .d-grid {
  justify-content: center;
}

.letspower-btncontainer .btn-danger {
  margin: 0 0 21px;
}

.letspower-bottombar {
  padding-top: 108px;
  padding-bottom: 16px;
}

.letspower-bottombar-logo img {
  width: 80px;
}

.letspower-bottombar-tel a, .letspower-bottombar-email a {
  font-size: 8px;
  line-height: 110%;
  font-weight: 400;
  color: #ffffff;
}

.letspower-bottombar-tel a:hover, .letspower-bottombar-email a:hover {
  color: #c6c7c8;
}

.letspower-bottombar-tel a img, .letspower-bottombar-email a img {
  width: 10px;
}

.letspower-wavesvg {
  position: absolute;
  bottom: -2%;
  left: 0%;
  width: 100%;
  height: auto;
  z-index: 0;
}

.letspower-wavesvg img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.footer {
  padding: 60px 0 0;
}

.footer-logo p {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  color: #636363;
  margin-top: 21px;
}

.footer a {
  text-decoration: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #636363;
}

.footer a:hover {
  text-decoration: underline;
}

.footer h6 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  color: #222222;
  margin-top: 24px;
}

.footer ul {
  padding-left: 0;
  list-style: none;
}

.footer-social {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: #222222;
}

.footer-social li a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.footer-social li a:hover {
  background-color: #c6c7c8;
  transform: scale(1.1);
}

.footer-bottom {
  border-top: 1px solid #CCCCCC;
  padding-top: 28px;
  margin-block: 28px;
}

.footer-links ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.footer-links ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #636363;
  margin-right: 16px;
}

.footer-links ul li :last-child a {
  margin-right: 0;
}

.footer-copyright {
  padding: 20px 0;
}

.footer-copyright p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

@media (max-width: 576px) {
  .container {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}
.nova-edtech {
  padding: 60px 0;
}

.nova-edtech h2 {
  font-size: 30px;
  line-height: 110%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
}

.nova-edtech h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nova-edtech img {
  width: 100%;
}

.nova-edtech p {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  margin-bottom: 25px;
  color: #636363;
}

.nova-edtech ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.nova-edtech ul li {
  font-size: 22px;
  line-height: 160%;
 font-weight: 600;
}

.novalearning {
  padding-block: 60px;
}

.novalearning-headingsection {
  margin-bottom: 40px;
}

.novalearning-headingsection h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  text-align: center;
}

.novalearning-headingsection h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.novalearning-headingsection h2 x-span {
  display: block;
}

.novalearning-sleekdevice {
  width: 100%;
  margin: 0 auto;
}

.novalearning-sleekdevice h3 {
  font-size: 24px;
  line-height: 120%;
 font-weight: 600;
  margin-bottom: 20px;
}

.novalearning-sleekdevice p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #636363;
}

.novalearning-sleekdevice img {
  width: 100%;
}

.videocall-section {
  padding-block: 45px 45px;
}

.videocall-section-container {
  width: 100%;
  margin: 0 auto;
}

.videocall-section img {
  width: 100%;
  margin-bottom: 26px;
}

.videocall-section h3 {
  font-size: 24px;
  line-height: 120%;
 font-weight: 600;
  margin-bottom: 26px;
}

.videocall-section p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #636363;
}

.builttostay img {
  padding-bottom: 45px;
  width: 100%;
}

.builttostay h3 {
  font-size: 24px;
  line-height: 120%;
 font-weight: 600;
  margin-bottom: 20px;
}

.builttostay p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #636363;
  width: 100%;
  margin: 0 auto;
}

.builttostay-anchor {
  text-align: center;
  margin-top: 45px;
}

.builttostay-anchor a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.compactdesign {
  padding-block: 60px 30px;
}

.compactdesign h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
}

.compactdesign h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.compactdesign h2 x-span {
  display: block;
}

.compactdesign-item {
  cursor: pointer;
  padding-top: 20px;
  border-top: 1px solid #6E6E73;
  transition: all 0.3s ease;
  padding-bottom: 20px;
}

.compactdesign-item h5 {
  font-size: 20px;
  line-height: 140%;
 font-weight: 600;
}

.compactdesign-item ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.compactdesign-item ul li {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #636363;
}

.compactdesign-item.active {
  border-top: 2px solid #222222;
}

.compactdesign-item.active h5 {
  background: linear-gradient(90deg, #0D26A7 0%, #F97A60 71.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.compactdesign-imagecontainer {
  margin-bottom: 50px;
}

.compactdesign-imagecontainer img {
  max-width: 100%;
  transition: opacity 0.4s ease-in-out;
}

.inovation {
  padding-block: 30px 60px;
}

.inovation-headingsection {
  margin-bottom: 40px;
  text-align: center;
}

.inovation-headingsection h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
}

.inovation-headingsection h2 span {
  color: #0D26A7;
}

.inovation-headingsection h3 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  background-image: var(--gradient-v2);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.inovation-headingsection p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #636363;
}

.inovation-width {
  width: 100%;
  margin: 0 auto;
}

.inovation-card-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.inovation-overlay {
  position: absolute;
  inset: 0;
}

.inovation-content {
  z-index: 2;
  padding: 16px;
  position: absolute;
  top: 3%;
}

.inovation-content h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 10px;
}

.inovation-content a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.builtclassrooms {
  padding-block: 40px 40px;
}

.builtclassrooms-relative {
  position: relative;
}

.builtclassrooms h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  text-align: center;
}

.builtclassrooms h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.builtclassrooms-tabs {
  padding-top: 18px;
  padding-bottom: 40px;
}

.builtclassrooms-tabs-item {
  margin-block: 22px;
  cursor: pointer;
}

.builtclassrooms-tabs-item h4 {
  font-size: 24px;
  line-height: 125%;
 font-weight: 600;
  margin-bottom: 10px;
}

.builtclassrooms-tabs-item h4 span {
  font-size: 24px;
  line-height: 125%;
 font-weight: 600;
}

.builtclassrooms-tabs-item p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #636363;
  margin-bottom: 20px;
}

.builtclassrooms-tabs-item.active h4 {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.builtclassrooms-tabs-item.active h4 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.builtclassrooms-borderbottom {
  border-bottom: 1px solid #CCCCCC;
  width: 40%;
}

.builtclassrooms-rightimage img {
  width: 100%;
}

.draw-framework {
  position: relative;
  padding-block: 40px 40px;
}

.draw-framework h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.draw-framework h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
}

.draw-framework h2 x-span {
  display: block;
}

.draw-framework-image {
  text-align: center;
}

.draw-framework-image img {
  max-width: 100%;
  height: auto;
}

.draw-framework-items {
  margin-top: 40px;
}

.draw-framework-items-container {
  text-align: center;
  margin-bottom: 20px;
}

.draw-framework-items-container img {
  width: 40px;
}

.draw-framework-items-container h5 {
  font-size: 18px;
  line-height: 140%;
 font-weight: 600;
  margin-bottom: 0px;
  margin-top: 16px;
}

.draw-framework-items-container ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.draw-framework-items-container ul li {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.smartertools {
  padding-block: 40px 40px;
}

.smartertools-card-main-col:first-child .smartertools-card-item {
  text-align: right;
}

.smartertools-card-main-col:first-child .smartertools-card-item img {
  margin-right: -35px;
}

.smartertools-card-main-col:nth-of-type(2) .smartertools-card-item, .smartertools-card-main-col:nth-of-type(3) .smartertools-card-item {
  text-align: center;
}

.smartertools-card-item {
  border-radius: 20px;
  padding: 35px;
}

.smartertools-card-item img {
  max-width: 100%;
}

.smartertools-card-item h4 {
  padding-bottom: 32px;
  font-size: 24px;
  line-height: 125%;
  font-weight: 500;
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

.smartertools-cardv2 {
  margin-top: 40px;
}

.smartertools-cardv2-itemv2 {
  border-radius: 20px;
  height: 100%;
  margin-bottom: 20px;
}

.smartertools-cardv2-itemv2 img {
  width: 100%;
}

.smartertools-cardv2-itemv2 p {
  padding-block: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 125%;
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
}

.glide-banner {
  padding-bottom: 0;
}

.learnerssection {
  position: relative;
  padding-top: 50px;
}

.learnerssection h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 0px;
}

.learnerssection h3 {
  font-size: 40px;
  line-height: 110%;
 font-weight: 600;
}

.learnerssection h3 span {
  font-size: 40px;
  line-height: 110%;
 font-weight: 600;
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.learnerssection p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #636363;
}

.learnerssection-tablethands img {
  width: 100%;
}

.learnerssection .scroll-down {
  right: auto;
}

.smart-classroom-card-bottomimageimage.glide-bottomimageimage {
  margin-top: 16px;
  padding: 30px;
}

.empoweringeducation {
  padding-block: 90px 40px;
}

.empoweringeducation-title {
  margin-bottom: 55px;
  text-align: center;
}

.empoweringeducation-title h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
}

.empoweringeducation-title h2 x-span {
  display: block;
}

.empoweringeducation-title h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
}

.empoweringeducation-title p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.empoweringeducation-card {
  background-color: #F5F5F7;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 60px;
}

.empoweringeducation-card img {
  width: 100%;
  height: 200px;
}

.empoweringeducation-card-content {
  padding: 30px;
}

.empoweringeducation-card h4 {
  font-size: 24px;
  line-height: 160%;
 font-weight: 600;
  margin-bottom: 18px;
}

.empoweringeducation-card p {
  font-size: 18px;
  line-height: 125%;
  font-weight: 400;
  color: #636363;
}

.empoweringmoduel {
  padding-block: 60px;
}

.empoweringmoduel-card {
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}

.empoweringmoduel-card img {
  padding-bottom: 24px;
}

.empoweringmoduel-card h3 {
  font-size: 26px;
  line-height: 120%;
 font-weight: 600;
  margin-bottom: 18px;
}

.empoweringmoduel-card p {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #636363;
}

.smartpanels {
  padding-block: 60px;
  text-align: center;
}

.smartpanels-title {
  padding-bottom: 60px;
}

.smartpanels img {
  width: 100%;
}

.smartpanels h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 16px;
}

.smartpanels h2 span {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.smartpanels p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.ourjourney {
  padding-block: 44px;
  text-align: center;
}

.ourjourney h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 16px;
}

.ourjourney p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.jointhe {
  padding-block: 60px 44px;
  text-align: center;
}

.jointhe h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 16px;
}

.jointhe h2 span {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jointhe p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.getintouch {
  padding-block: 44px 76px;
}

.getintouch-title {
  margin-bottom: 44px;
  text-align: center;
}

.getintouch h2 {
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
  margin-bottom: 16px;
}

.getintouch h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 110%;
 font-weight: 600;
}

.getintouch h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 16px;
}

.getintouch p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #636363;
}

.getintouch-formbox {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
}

.reachus {
  padding-block: 46px 44px;
}

.reachus-content h4 {
  font-size: 24px;
  line-height: 160%;
 font-weight: 600;
  margin-bottom: 16px;
}

.reachus-content p {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #636363;
  margin-bottom: 16px;
}

.reachus-content h6 {
  font-size: 16px;
  line-height: 125%;
  font-weight: 500;
  margin-bottom: 0;
}

.reachus-content address {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #636363;
  margin-bottom: 16px;
}

.reachus-contact {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.reachus-contact li {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #636363;
  margin-bottom: 16px;
}

.reachus-contact li a {
  text-decoration: none;
}

.reachus-contact li strong {
  font-size: 16px;
  line-height: 125%;
 font-weight: 600;
  color: #222222;
}

.reachus-social {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.reachus-social svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.reachus-social li a {
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.reachus-social li a:hover {
  background-color: #0d6efd;
  transform: scale(1.1);
}

.form-floating {
  color: #636363;
}

.form-floating-mb {
  margin-bottom: 20px;
}

.form-floating .form-select {
  background-color: #f5f5f7;
  padding-top: 1.4rem;
  height: calc(3rem + var(--bs-border-width) * 2);
  min-height: calc(3rem + var(--bs-border-width) * 2);
}

.form-floating .form-select label {
  border: none;
}

.form-floating .form-select::placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-floating .form-select:focus {
  border: 0;
  background-color: #F5F5F7;
  border: 1px solid #0D26A7;
  outline: 0;
  box-shadow: none;
}

.form-floating .form-control {
  background: #F5F5F7;
  border-radius: 5px;
  height: calc(2.8rem + var(--bs-border-width) * 2);
  min-height: calc(2.8rem + var(--bs-border-width) * 2);
}

.form-floating .form-control--plaintext {
  height: calc(3rem + var(--bs-border-width) * 2);
  min-height: calc(3rem + var(--bs-border-width) * 2);
}

.form-floating .form-control label {
  border: none;
}

.form-floating .form-control::placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-floating .form-control:focus {
  border: 0;
  background-color: #F5F5F7;
  border: 1px solid #0D26A7;
  outline: 0;
  box-shadow: none;
}

.form-floating textarea:focus ~ label::after, .form-floating textarea:not(:placeholder-shown) ~ label::after {
  background: transparent;
  height: auto;
  border: none;
  box-shadow: none;
}

.form-floating label {
  padding: 0.65rem 0.75rem;
  color: #636363;
}

.form-floating-custom .form-control {
  background: #F5F5F7;
  border-radius: 10px;
}

.form-floating-custom .form-control label {
  border: none;
}

.form-floating-custom .form-control::placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-floating-custom .form-control:focus {
  border: 0;
  background-color: #f5f5f7;
  border: 1px solid #dee2e6;
  outline: 0;
  box-shadow: none;
  padding-top: inherit;
  padding-bottom: inherit;
}

.form-floating-custom .form-control:focus ~ label {
  top: -7px;
  left: 5px;
  z-index: 5;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  padding: 2px 6px;
  background: linear-gradient(180deg, #fff 54%, #F5F5F7 46%);
  height: auto;
  border: none;
  box-shadow: none;
}

.form-floating-custom .form-control:not(:placeholder-shown) {
  padding-top: inherit;
  padding-bottom: inherit;
  padding: 1rem 0.75rem;
}

.form-floating-custom .form-control:not(:placeholder-shown).form-control:not(:focus) ~ label {
  top: -7px;
  left: 5px;
  z-index: 9;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  padding: 2px 6px;
  background: linear-gradient(180deg, #fff 54%, #F5F5F7 46%);
  height: auto;
  box-shadow: none;
}

.form-floating-custom textarea:focus ~ label::after, .form-floating-custom textarea:not(:placeholder-shown) ~ label::after {
  background: linear-gradient(180deg, #fff 54%, #F5F5F7 46%);
  height: auto;
  border: none;
  box-shadow: none;
}

.form-check-label {
  color: #636363;
  padding-left: 10px;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.form-check-input:focus {
  border-color: #0D26A7;
  outline: 0;
  box-shadow: none;
  background-color: #BDC3E6;
}

.form-check-input:checked {
  background-color: #0D26A7;
  border-color: #0D26A7;
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: none;
}

.br-5 {
  border-radius: 5px;
}

.error-message {
  font-size: 8px;
  color: red;
  margin-top: 4px;
  position: absolute;
  bottom: -11px;
  left: 5px;
  z-index: 1049;
}

.demoform p {
  color: #636363;
}

.demoform h5 {
  font-size: 18px;
}

.demoform .modal-title {
  margin-bottom: 24px;
}

.demoform .modal-title h5 {
  font-size: 24px;
  line-height: 100%;
 font-weight: 600;
  margin-bottom: 8px;
}

.demoform .modal-title p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 0px;
}

.modal-content {
  border-radius: 20px;
  padding: 24px;
}

.modal-header {
  position: absolute;
  right: 0;
  top: 0;
}

.modal-header .btn-close {
  color: #222222;
  opacity: 1;
}

.modal-body {
  padding: 0;
}

.form-select[value=""] ~ .form-select-label {
  transform: translateY(0.3rem) scale(1);
}

select.form-select option {
  background-color: #ffffff;
  color: #222222;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 1px solid #0D26A7;
}

.thanku h2 {
  font-size: 40px;
 font-weight: 600;
  line-height: 150%;
  margin-bottom: 30px;
}

.thanku h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thanku p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #636363;
  margin-bottom: 30px;
}

.privacy {
  font-size: 14px;
}

.home-banner {
  padding-block: 60px;
}

.home-banner-heading h1 {
  font-size: 24px;
  line-height: 110%;
  font-weight: 600;
  margin-bottom: 20px;
}

.home-banner-heading p {
  font-size: 16px;
  line-height: 125%;
  font-weight: var(--font-r);
  margin-bottom: 20px;
  color: #636363;
}

.home-banner-btncontainer .d-grid {
  justify-content: center;
}

.home-banner-grid {
  margin-top: 60px;
  row-gap: 20px;
}

.home-banner-grid a {
  text-decoration: none;
}

.home-banner-grid a img {
  width: 100%;
  height: 67px;
  object-fit: contain;
}

.home-banner-grid p {
  font-size: 10px;
  line-height: 100%;
  font-weight: var(--font-r);
  margin-top: 12px;
  margin-bottom: 0;
}

.home-banner .narrow-row {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.home-learning {
  padding: 20px 24px;
}

.home-learning-main {
  padding-block: 60px 36px;
  border-radius: 25px;
}

.home-learning-headingsection {
  margin-bottom: 37px;
}

.home-learning-headingsection h2 {
  font-size: 30px;
  line-height: 100%;
 font-weight: 600;
  margin-bottom: 18px;
}

.home-learning-headingsection h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-learning-headingsection p {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  margin-bottom: 37px;
}

.home-learning img {
  max-width: 100%;
  height: auto;
}

.home-softwaresuite {
  padding-block: 40px 20px;
}

.home-softwaresuite-headingsection {
  margin-bottom: 60px;
  text-align: center;
}

.home-softwaresuite-headingsection h2 {
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 16px;
}

.home-softwaresuite-headingsection h2 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-softwaresuite-headingsection p {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #636363;
}

.home-softwaresuite-card-main {
  row-gap: 40px;
}

.home-softwaresuite-card-item {
  border-radius: 20px;
}

.home-softwaresuite-card-item-content {
  padding: 36px;
  text-align: center;
}

.home-softwaresuite-card-item-content h4 {
  font-size: 32px;
  line-height: 125%;
  font-weight: 500;
  margin-bottom: 18px;
}

.home-softwaresuite-card-item-content h4 span {
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-softwaresuite-card-item-content p {
  font-size: 18px;
  line-height: 125%;
  font-weight: 500;
  margin-bottom: 18px;
}

.home-softwaresuite-card img {
  width: 100%;
  height: auto;
  border-radius: 0 0 20px 20px;
}

.smart-investment {
  padding-block: 80px;
  text-align: center;
}

.smart-investment-headingsection {
  margin-bottom: 60px;
  width: 80%;
  margin: 0 auto 60px;
}

.smart-investment-headingsection h2 {
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 16px;
}

.smart-investment-headingsection h2 span {
  margin-top: 16px;
  background-image: var(--gradient-bo);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.smart-investment-headingsection h2 x-span {
  display: block;
}

.smart-investment-headingsection p {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #636363;
}

.smart-investment-headingsection p span {
  margin: 16px 0;
}

.smart-investment img {
  max-width: 100%;
}

:root {
  --font-ut: 100;
  --font-th: 200;
  --font-l: 300;
  --font-r: 400;
  --font-m: 500;
  --font-sb: 600;
  --font-b: 700;
  --font-eb: 800;
  --font-black: 900;
  --bs-emphasis-color-rgb: #222222;
  --bs-link-color-rgb: #222222;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .header-bar-leftbarmobile {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .navbar {
    padding: 12px 0;
  }
  .navbar .navbar-nav {
    gap: 13px;
  }
  .navbar .logo {
    width: auto;
  }
  .header-bar {
    padding: 12px 0;
  }
  .header-bar-leftbar {
    gap: 36px;
  }
  .header-bar ul li {
    display: inline-block;
  }
  .header-bar ul li:not(:last-child) {
    margin-right: 22px;
  }
  .header-bar ul li a {
    font-size: 14px;
  }
  .header-bar ul li a:hover {
    font-weight: 500;
    color: #222222;
    text-decoration: underline;
  }
  .header-bar .btn-danger {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .navbar {
    z-index: 1051;
    position: relative;
    padding: 14px 0;
  }
  .navbar .navbar-nav {
    gap: 13px;
  }
  .navbar .navbar-nav a {
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    padding: 8px;
    display: block;
    text-decoration: none;
    background: 0 0;
    border: 0;
  }
  .navbar .navbar-nav a:hover, .navbar .navbar-nav a:focus {
    font-weight: 500;
    color: var(--bs-nav-link-hover-color);
  }
  .navbar .navbar-nav a:focus-visible {
    outline: 0;
  }
  .header-bar {
    padding: 18px 0;
  }
  .header-bar.scrolling-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 1030;
  }
  .header-bar-leftbar {
    gap: 40px;
  }
  .header-bar ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
  }
  .header-bar ul li {
    display: inline-block;
  }
  .header-bar ul li:not(:last-child) {
    margin-right: 22px;
  }
  .header-bar ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
  }
  .header-bar ul li a:hover {
    font-weight: 500;
    color: #222222;
    text-decoration: underline;
  }
  .header-bar-leftbar ul li a.custom-active {
    font-weight: 500;
    color: #222;
    text-decoration: underline;
  }
  .header-bar .btn-danger {
    margin-right: 12px;
  }
  .breadcrumb-item {
    font-size: 18px;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 5px;
  }
  .modal-backdrop.show {
    z-index: 1052;
  }
  .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 1000;
    padding: 20px 0;
    border: 0;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
    border-radius: 0;
  }
  .dropdown-menu.show {
    display: block;
    transform: translateY(0);
  }
  .dropdown-menu .custommenu-mega-conatinermain {
    padding: 15px 0;
  }
  .menuname-software-card {
    padding: 0 20px;
    transition: all 0.3s ease;
  }
  .menuname-software-card img {
    width: 90%;
    max-width: 100%;
    height: auto;
  }
  .menuname-software h4 {
    font-size: 16px;
    line-height: 100%;
   font-weight: 600;
    margin-bottom: 18px;
  }
  .menuname-software-border {
    border-right: 1px solid #CCCCCC;
  }
  .menuname-search .form-control:focus {
    border-color: none;
    box-shadow: none;
    outline: 0;
  }
  .menuname-search .quick-links h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #636363;
    margin-top: 30px;
  }
  .menuname-search .quick-links ul {
    padding-left: 10px;
    flex-direction: column;
    gap: 0;
  }
  .menuname-search .quick-links ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative;
  }
  .menuname-search .quick-links ul li::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url("../images/quick-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .menuname-search .quick-links ul li a {
    text-decoration: none;
    color: #222222;
   font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    transition: color 0.2s ease-in-out;
    padding: 0;
  }
  .menuname-search .quick-links ul li a:hover {
    color: #0D26A7;
   font-weight: 600;
  }
  .dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1040;
    /* Below dropdown-menu (1045) */
  }
  .dropdown-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 16px 0;
  }
  .navbar .navbar-nav a {
    font-size: 14px;
    padding: 10px;
  }
  .header-bar {
    padding: 20px 0;
  }
  .header-bar-leftbar {
    gap: 44px;
  }
  .header-bar ul li a {
    font-size: 18px;
  }
  .header-bar .btn-danger {
    margin-right: 14px;
  }
  .breadcrumb-item {
    font-size: 22px;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 6px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 6px;
  }
  .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 1000;
    padding: 20px 0;
    border: 0;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-menu .custommenu-mega-conatinermain {
    padding: 15px 0;
  }
  .menuname-software-card {
    padding: 0 20px;
    transition: all 0.3s ease;
  }
  .menuname-software-card img {
    width: 90%;
    max-width: 100%;
    height: auto;
  }
  .menuname-software h4 {
    font-size: 24px;
    line-height: 100%;
   font-weight: 600;
    margin-bottom: 22px;
  }
  .menuname-software-border {
    border-right: 1px solid #CCCCCC;
  }
  .menuname-search .form-control:focus {
    border-color: none;
    box-shadow: none;
    outline: 0;
  }
  .menuname-search .quick-links h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #636363;
    margin-top: 30px;
  }
  .menuname-search .quick-links ul {
    padding-left: 10px;
    flex-direction: column;
    gap: 0;
  }
  .menuname-search .quick-links ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative;
  }
  .menuname-search .quick-links ul li::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url("../images/quick-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .menuname-search .quick-links ul li a {
    text-decoration: none;
    color: #222222;
   font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    transition: color 0.2s ease-in-out;
    padding: 0;
  }
  .menuname-search .quick-links ul li a:hover {
    color: #0D26A7;
   font-weight: 600;
  }
}
@media (min-width: 576px) {
  .trusted .half-fluid-leftimage .institutesimage {
    min-height: 419px;
    width: 81%;
    height: 419px;
  }
  .feature-imagemobile img {
    width: 100%;
    margin-left: -21%;
  }
}
@media (min-width: 768px) {
  .horizon-banner {
    padding-top: 54px;
  }
  .horizon-banner-heading h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .horizon-banner-subheading h4 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 auto 15px;
  }
  .horizon-banner-subheading p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }
  .horizon-banner-image {
    margin-top: 54px;
  }
  .scroll-down {
    bottom: 45px;
  }
  .scroll-down img {
    margin: 0 auto 15px;
  }
  .meets-interaction {
    padding: 54px 0 28px;
  }
  .meets-interaction h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .meets-interaction h2 span {
    font-size: 40px;
  }
  .meets-interaction h2 x-span {
    display: block;
  }
  .meets-interaction-items {
    text-align: center;
  }
  .meets-interaction-items h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .meets-interaction-items h5 span {
    display: block;
    font-size: 20px;
  }
  .meets-interaction-items ul li {
    font-size: 18px;
    line-height: 26px;
    display: block;
  }
  .half-fluid-leftimage, .half-fluid-rightimage {
    left: 50%;
    margin-left: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    padding: 0px;
  }
  .half-fluid-leftimage {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid-rightimage {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
  .trusted {
    padding-top: 50px;
  }
  .trusted-contentright {
    padding: 50px 0 130px;
  }
  .trusted-contentright h3 {
    font-size: 40px;
    margin-bottom: 0px;
  }
  .trusted-contentright h2 {
    font-size: 70px;
    margin-bottom: 6px;
  }
  .trusted-contentright p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
  }
  .trusted-imageleft img {
    max-width: 700px;
    z-index: 0;
    height: 411px;
  }
  .trusted .clientlogo {
    padding-bottom: 40px;
  }
  .trusted .clientlogo-item img {
    max-width: 90px;
  }
  .trusted .half-fluid-leftimage .institutesimage {
    min-height: 360px;
    width: 105%;
    height: 360px;
  }
  .learning-reimagined {
    padding: 90px 0 50px;
  }
  .learning-reimagined-heading h2 {
    font-size: 40px;
  }
  .learning-reimagined-heading h2 span {
    font-size: 40px;
  }
  .learning-reimagined-heading h2 x-span {
    display: inline;
  }
  .learning-reimagined-heading p {
    font-size: 18px;
    line-height: 30px;
  }
  .learning-reimagined-contentbox {
    margin-top: 49px;
  }
  .learning-reimagined-contentbox-card {
    margin-bottom: 32px;
  }
  .learning-reimagined-contentbox-card h4 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .learning-reimagined-contentbox-card p {
    font-size: 18px;
    line-height: 22px;
  }
  .learning-reimagined a {
    font-size: 20px;
    line-height: 24px;
    margin-top: 14px;
  }
  .learning-reimagined a svg {
    width: auto;
    height: auto;
  }
  .smart-classroom {
    padding: 50px 0;
  }
  .smart-classroom-headingsection h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .smart-classroom-headingsection h2 span {
    font-size: 40px;
  }
  .smart-classroom-headingsection p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .smart-classroom-card {
    margin-top: 58px;
  }
  .smart-classroom-card-item {
    border-radius: 5px;
  }
  .smart-classroom-card-item:first-child, .smart-classroom-card-item:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .smart-classroom-card-image {
    margin-bottom: 16px;
  }
  .smart-classroom-card-content {
    padding: 0 20px;
  }
  .smart-classroom-card-content h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .smart-classroom-card-content p,
  .smart-classroom-card-content a {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .smart-classroom .bottom-image-box {
    padding-top: 40px;
  }
  .feature {
    padding: 30px 0 48px;
  }
  .feature-sectionheading h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .feature-sectionheading h2 span {
    font-size: 40px;
  }
  .feature-sectionheading p {
    font-size: 20px;
    line-height: 26px;
  }
  .feature-imageleft img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-45%);
    width: 55%;
    max-width: 800px;
    z-index: 0;
  }
  .feature-item {
    margin-bottom: 24px;
    gap: 22px;
  }
  .feature-item-content h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .feature-item-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .feature-btncontainer {
    margin-top: 53px;
  }
  .feature-btncontainer .btn-primary {
    margin: 0 62px 0 0;
  }
  .educators {
    padding: 48px 0 50px;
  }
  .educators-headingsection h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .educators-headingsection h2 span {
    font-size: 40px;
  }
  .educators-card p {
    padding: 21px 0px 29px;
    font-size: 18px;
    line-height: 22px;
  }
  .watch-horizon {
    padding: 25px 0;
  }
  .watch-horizon-box {
    padding: 47px 0 0px 88px;
  }
  .watch-horizon-content {
    text-align: center;
  }
  .watch-horizon-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 30px;
  }
  .watch-horizon-content p {
    font-size: 21px;
    line-height: 29px;
    margin: 16px auto 0;
  }
  .watch-horizon-content-play {
    margin-top: 20px;
  }
  .watch-horizon-content-play a {
    font-size: 19px;
    line-height: 28px;
  }
  .order {
    padding: 70px 0 20px;
  }
  .order-main {
    width: 100%;
  }
  .order-card h6 {
    font-size: 18px;
    line-height: 22px;
  }
  .order-card a {
    line-height: 21px;
  }
  .letspower {
    padding-block: 70px;
  }
  .letspower-topbar img {
    margin-bottom: 40px;
  }
  .letspower-topbar h2 {
    font-size: 40px;
    margin-bottom: 27px;
    width: 100%;
  }
  .letspower-topbar p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 56px;
  }
  .letspower-bottombar {
    padding-top: 200px;
    padding-bottom: 30px;
  }
  .letspower-bottombar-logo img {
    width: 100px;
  }
  .letspower-bottombar-tel a, .letspower-bottombar-email a {
    font-size: 20px;
  }
  .letspower-bottombar-tel a img, .letspower-bottombar-email a img {
    width: auto;
  }
  .letspower-btncontainer {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .letspower-btncontainer .btn:not(:last-child) {
    margin-right: 16px;
  }
  .letspower-btncontainer .btn-danger {
    margin: 0 16px 0 0;
  }
  .letspower-wavesvg {
    bottom: -12%;
  }
}
@media (min-width: 992px) {
  .horizon-banner {
    padding-top: 60px;
  }
  .horizon-banner-main {
    width: 90%;
  }
  .horizon-banner-flex {
    gap: 26px;
    text-align: left;
  }
  .horizon-banner-textcontainer {
    display: inline-grid;
    grid-auto-columns: auto 40%;
    grid-template-columns: auto 40%;
    justify-content: center;
    gap: 26px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .horizon-banner-textcontainer-heading {
    grid-column: 1;
  }
  .horizon-banner-textcontainer-subheading {
    grid-column: 2;
  }
  .horizon-banner-heading h1 {
    font-size: 140px;
    line-height: 160px;
    border-right: 1px solid #CCCCCC;
    margin-bottom: 0px;
    padding-right: 26px;
  }
  .horizon-banner-subheading h4 {
    font-size: 28px;
    line-height: 32px;
    width: 100%;
    margin: 0 0 15px;
  }
  .horizon-banner-subheading p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }
  .horizon-banner-image {
    margin-top: 60px;
  }
  .meets-interaction {
    padding: 60px 0 30px;
  }
  .meets-interaction h2 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .meets-interaction h2 span {
    font-size: 50px;
  }
  .meets-interaction h2 x-span {
    display: inline;
  }
  .meets-interaction-items {
    text-align: left;
  }
  .meets-interaction-items h5 {
    font-size: 22px;
  }
  .meets-interaction-items h5 span {
    font-size: 19px;
  }
  .half-fluid-leftimage, .half-fluid-rightimage {
    left: 50%;
    margin-left: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    padding: 0px;
  }
  .half-fluid-leftimage {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid-rightimage {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
  .trusted {
    padding-top: 60px;
  }
  .trusted .clientlogo {
    padding-bottom: 60px;
  }
  .trusted-contentright {
    padding: 50px 0 172px;
  }
  .trusted-contentright h3 {
    font-size: 50px;
  }
  .trusted-contentright h2 {
    font-size: 80px;
  }
  .trusted-contentright p {
    font-size: 18px;
    line-height: 24px;
  }
  .trusted-imageleft img {
    width: 57%;
    max-width: 750px;
    height: auto;
  }
  .trusted .clientlogo-item img {
    max-width: 110px;
  }
  .trusted .half-fluid-leftimage .institutesimage {
    min-height: 392px;
    height: 392px;
    width: 100%;
  }
  .learning-reimagined {
    padding: 60px 0 60px;
  }
  .learning-reimagined-heading h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .learning-reimagined-heading h2 span {
    font-size: 50px;
  }
  .learning-reimagined-heading h2 x-span {
    display: inline;
  }
  .learning-reimagined-heading p {
    font-size: 18px;
    line-height: 24px;
  }
  .learning-reimagined-contentbox {
    margin-top: 39px;
  }
  .learning-reimagined-contentbox-card {
    margin-bottom: 32px;
  }
  .learning-reimagined-contentbox-card h4 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .learning-reimagined-contentbox-card p {
    font-size: 18px;
    line-height: 25px;
  }
  .learning-reimagined a {
    font-size: 22px;
    line-height: 24px;
    margin-top: 14px;
    text-align: left;
  }
  .smart-classroom {
    padding: 60px 0 30px;
  }
  .smart-classroom-headingsection h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .smart-classroom-headingsection h2 span {
    font-size: 50px;
  }
  .smart-classroom-headingsection h2 x-span {
    display: inline;
  }
  .smart-classroom-headingsection p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .smart-classroom-card {
    width: 90%;
    margin: 0 auto;
    margin-top: 58px;
  }
  .smart-classroom-card-content {
    padding: 0 10px;
  }
  .smart-classroom-card-content h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .smart-classroom-card-content p,
  .smart-classroom-card-content a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    text-decoration: none;
  }
  .smart-classroom .bottom-image-box {
    padding-top: 40px;
  }
  .feature {
    padding: 30px 0 30px;
  }
  .feature-sectionheading {
    padding-bottom: 60px;
  }
  .feature-sectionheading h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .feature-sectionheading h2 span {
    font-size: 50px;
  }
  .feature-sectionheading p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .feature-imageleft img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-45%);
    width: 55%;
    max-width: 800px;
    z-index: 0;
  }
  .feature-item {
    margin-bottom: 26px;
    gap: 22px;
  }
  .feature-item-icon {
    flex-shrink: 0;
  }
  .feature-item-content h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .feature-item-content p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .feature-btncontainer {
    margin-top: 35px;
  }
  .feature-btncontainer .btn-primary {
    margin: 0 62px 0 0;
  }
  .feature .half-fluid-leftimage {
    top: 30%;
  }
  .feature .half-fluid-leftimage .featureimage {
    background-image: url("../images/features.png");
    background-size: cover;
    background-position: center;
    min-height: 565px;
  }
  .educators {
    padding: 30px 0 30px;
  }
  .educators-headingsection h2 {
    font-size: 50px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 50px;
  }
  .educators-headingsection h2 span {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 16px;
  }
  .educators-headingsection h2 span span {
    background-image: var(--gradient-bo);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .educators-headingsection h2 span {
    font-size: 50px;
    line-height: 110%;
   font-weight: 600;
  }
  .educators-headingsection h2 x-span {
    display: inline;
  }
  .educators-card {
    border-radius: 20px;
  }
  .educators-card img {
    width: 100%;
  }
  .educators-card p {
    padding: 21px 0px 34px;
    text-align: center;
    font-size: 18x;
    line-height: 24px;
   font-weight: 600;
    width: 80%;
    margin: 0 auto;
  }
  .educators-card-sliderarrow {
    display: none;
  }
  .watch-horizon {
    padding: 25px 0;
  }
  .watch-horizon-box {
    padding: 37px 0 0px 60px;
    border-radius: 30px;
  }
  .watch-horizon-content {
    text-align: center;
  }
  .watch-horizon-content h2 {
    font-size: 46px;
    line-height: 60px;
   font-weight: 600;
    margin-top: 20px;
  }
  .watch-horizon-content p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 16px auto 0;
  }
  .watch-horizon-content-play {
    font-size: 20x;
    line-height: 26px;
    font-weight: 500;
    margin-top: 20px;
  }
  .watch-horizon-content-play a {
    text-decoration: none;
  }
  .watch-horizon-image {
    justify-items: end;
  }
  .watch-horizon-image img {
    border-radius: 0 0 30px 0;
  }
  .order {
    padding: 60px 0 65px;
  }
  .order-main {
    width: 100%;
    margin: 0 auto;
  }
  .order img {
    margin-bottom: 24px;
  }
  .order-card {
    margin-bottom: 0;
  }
  .order-card h6 {
    font-size: 20px;
    line-height: 29px;
   font-weight: 600;
    margin-bottom: 0px;
  }
  .order-card p {
    line-height: 26px;
    margin-bottom: 7px;
  }
  .order-card a {
    line-height: 29px;
    margin-bottom: 0;
    text-decoration: none;
  }
  .order-card p,
  .order-card a {
    font-size: 20px;
    font-weight: 400;
  }
  .letspower > *:not(.letspower-wavesvg) {
    position: relative;
    z-index: 2;
  }
  .letspower {
    padding-block: 90px;
    background: #222222;
    position: relative;
  }
  .letspower-topbar img {
    margin-bottom: 44px;
  }
  .letspower-topbar h2 {
    font-size: 50px;
    line-height: 110%;
    font-weight: 600;
    margin-bottom: 22px;
    color: #ffffff;
  }
  .letspower-topbar p {
    color: #CCCCCC;
    margin: 0 auto;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .letspower-bottombar {
    padding-top: 200px;
    padding-bottom: 40px;
  }
  .letspower-bottombar-logo img {
    width: auto;
  }
  .letspower-bottombar-tel a, .letspower-bottombar-email a {
    font-size: 22px;
    line-height: 110%;
    font-weight: 400;
    color: #ffffff;
  }
  .letspower-bottombar-tel a:hover, .letspower-bottombar-email a:hover {
    color: #c6c7c8;
  }
  .letspower-bottombar-tel a img, .letspower-bottombar-email a img {
    width: auto;
  }
  .letspower-btncontainer {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .letspower-btncontainer .btn-danger {
    margin: 0 16px 0 0;
  }
  .letspower-wavesvg {
    position: absolute;
    bottom: -17%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .letspower-wavesvg img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .horizon-banner {
    position: relative;
    padding-top: 70px;
  }
  .horizon-banner-main {
    width: 82%;
    margin: 0 auto;
  }
  .horizon-banner-flex {
    gap: 20px;
    text-align: left;
  }
  .horizon-banner-heading h1 {
    font-size: 160px;
    line-height: 180px;
    font-weight: var(--font-b);
    border-right: 1px solid #CCCCCC;
    margin-bottom: 0px;
    padding-right: 20px;
  }
  .horizon-banner-subheading h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: var(--black-dark);
    margin: 0 0 15px;
  }
  .horizon-banner-subheading p {
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--font-r);
    color: var(--black-light);
    margin: 0;
    width: 100%;
  }
  .horizon-banner-image {
    margin-top: 70px;
  }
  .scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    z-index: 2;
  }
  .scroll-down img {
    display: block;
    margin: 0 auto 15px;
  }
  .meets-interaction {
    position: relative;
    padding: 70px 0 40px;
  }
  .meets-interaction h2 {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 62px;
  }
  .meets-interaction h2 span {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
  }
  .meets-interaction h2 x-span {
    display: inline;
  }
  .meets-interaction-items {
    text-align: left;
  }
  .meets-interaction-items h5 {
    font-size: 24px;
    line-height: 140%;
   font-weight: 600;
    margin-bottom: 15px;
  }
  .meets-interaction-items h5 span {
    display: block;
    font-size: 20px;
    line-height: 140%;
   font-weight: 600;
  }
  .meets-interaction-items ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
  }
  .meets-interaction-items ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #636363;
    display: block;
  }
  .meets-interaction .scroll-down {
    bottom: 0;
  }
  .meets-interaction .scroll-down img {
    display: block;
    margin: 0 auto;
  }
  .trusted {
    position: relative;
    padding-top: 70px;
  }
  .trusted .clientlogo {
    padding-bottom: 70px;
  }
  .trusted .clientlogo-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trusted .clientlogo-item img {
    width: auto;
    height: auto;
    max-width: 130px;
  }
  .trusted-contentright {
    padding: 89px 0 219px;
  }
  .trusted-contentright h3 {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 0px;
  }
  .trusted-contentright h2 {
    font-size: 90px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 6px;
  }
  .trusted-contentright p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .trusted-imageleft img {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(0%);
    width: 57%;
    max-width: 750px;
    z-index: 0;
    height: auto;
  }
  .trusted .half-fluid-leftimage .institutesimage {
    background-position: center;
    min-height: 495px;
    height: 496px;
    width: 100%;
  }
  .learning-reimagined {
    padding: 70px 0 70px;
    position: relative;
  }
  .learning-reimagined-heading h2 {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 10px;
  }
  .learning-reimagined-heading h2 span {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
  }
  .learning-reimagined-heading h2 x-span {
    display: inline;
  }
  .learning-reimagined-heading p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .learning-reimagined-contentbox {
    margin-top: 49px;
  }
  .learning-reimagined-contentbox-card {
    margin-bottom: 30px;
  }
  .learning-reimagined-contentbox-card h4 {
    font-size: 28px;
    line-height: 120%;
   font-weight: 600;
    margin-bottom: 14px;
  }
  .learning-reimagined-contentbox-card p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #636363;
  }
  .learning-reimagined a {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 14px;
    text-align: left;
    text-decoration: none;
  }
  .learning-reimagined a svg {
    width: auto;
    height: auto;
  }
  .learning-reimagined-image img {
    position: absolute;
    right: 0;
    max-width: 45%;
    z-index: 0;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
  }
  .smart-classroom {
    padding: 70px 0 35px;
  }
  .smart-classroom-headingsection h2 {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 15px;
  }
  .smart-classroom-headingsection h2 span {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
  }
  .smart-classroom-headingsection h2 x-span {
    display: inline;
  }
  .smart-classroom-headingsection p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .smart-classroom-card {
    width: 90%;
    margin: 0 auto;
    margin-top: 58px;
  }
  .smart-classroom-card-item {
    height: 100%;
    background: #F5F5F7;
    border-radius: 5px;
    text-align: center;
  }
  .smart-classroom-card-item:first-child, .smart-classroom-card-item:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .smart-classroom-card-image {
    margin-bottom: 16px;
  }
  .smart-classroom-card-bottomimageimage {
    margin-top: 16px;
  }
  .smart-classroom-card-content h3 {
    font-size: 38px;
    line-height: 43px;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .smart-classroom-card-content p,
  .smart-classroom-card-content a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 14px;
    text-decoration: none;
  }
  .smart-classroom .bottom-image-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 40px;
  }
  .smart-classroom .bottom-image-box img {
    width: 100%;
    margin-top: auto;
    border-radius: 0 0 5px 5px;
  }
  .feature {
    position: relative;
    padding: 35px 0 35px;
  }
  .feature-sectionheading {
    padding-bottom: 70px;
  }
  .feature-sectionheading h2 {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 16px;
  }
  .feature-sectionheading h2 span {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
  }
  .feature-sectionheading p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .feature-imageleft img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-45%);
    width: 55%;
    max-width: 800px;
    z-index: 0;
  }
  .feature-item {
    margin-bottom: 28px;
    gap: 22px;
  }
  .feature-item-icon {
    flex-shrink: 0;
  }
  .feature-item-content h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .feature-item-content p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .feature-btncontainer {
    margin-top: 46px;
  }
  .feature-btncontainer .btn-primary {
    margin: 0 62px 0 0;
  }
  .feature .half-fluid-leftimage .featureimage {
    min-height: 630px;
  }
  .educators {
    padding: 35px 0 70px;
  }
  .educators-headingsection h2 {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 50px;
  }
  .educators-headingsection h2 span {
    font-size: 54px;
    line-height: 110%;
   font-weight: 600;
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 16px;
  }
  .educators-headingsection h2 span span {
    background-image: var(--gradient-bo);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .educators-headingsection h2 x-span {
    display: inline;
  }
  .educators-card {
    border-radius: 20px;
  }
  .educators-card img {
    width: 100%;
  }
  .educators-card p {
    padding: 24px 0px 36px;
    text-align: center;
    font-size: 20px;
    line-height: 29px;
   font-weight: 600;
    width: 80%;
    margin: 0 auto;
  }
  .educators-card-sliderarrow {
    display: none;
  }
  .watch-horizon {
    padding: 25px 0;
  }
  .watch-horizon-box {
    padding: 42px 0 0px 78px;
    border-radius: 30px;
  }
  .watch-horizon-content {
    text-align: center;
  }
  .watch-horizon-content h2 {
    font-size: 52px;
    line-height: 60px;
   font-weight: 600;
    margin-top: 30px;
  }
  .watch-horizon-content p {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    margin: 16px auto 0;
  }
  .watch-horizon-content-play {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
  }
  .watch-horizon-content-play a {
    text-decoration: none;
  }
  .watch-horizon-image {
    justify-items: end;
  }
  .watch-horizon-image img {
    border-radius: 0 0 30px 0;
  }
  .order {
    padding: 70px 0 75px;
  }
  .order-main {
    width: 85%;
    margin: 0 auto;
  }
  .order img {
    margin-bottom: 24px;
  }
  .order-card {
    margin-bottom: 0;
  }
  .order-card h6 {
    font-size: 20px;
    line-height: 29px;
   font-weight: 600;
    margin-bottom: 0px;
  }
  .order-card p {
    line-height: 26px;
    margin-bottom: 7px;
  }
  .order-card a {
    line-height: 29px;
    margin-bottom: 0;
    text-decoration: none;
  }
  .order-card p,
  .order-card a {
    font-size: 20px;
    font-weight: 400;
  }
  .letspower > *:not(.letspower-wavesvg) {
    position: relative;
    z-index: 2;
  }
  .letspower {
    padding-block: 100px 112px;
    background: #222222;
    position: relative;
  }
  .letspower-topbar img {
    margin-bottom: 54px;
  }
  .letspower-topbar h2 {
    font-size: 54px;
    line-height: 110%;
    font-weight: 600;
    margin-bottom: 27px;
    color: #ffffff;
  }
  .letspower-topbar p {
    color: #CCCCCC;
    margin: 0 auto;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 56px;
  }
  .letspower-bottombar {
    padding-top: 200px;
    padding-bottom: 40px;
  }
  .letspower-bottombar-logo img {
    width: auto;
  }
  .letspower-bottombar-tel a, .letspower-bottombar-email a {
    font-size: 22px;
    line-height: 110%;
    font-weight: 400;
    color: #ffffff;
  }
  .letspower-bottombar-tel a:hover, .letspower-bottombar-email a:hover {
    color: #c6c7c8;
  }
  .letspower-bottombar-tel a img, .letspower-bottombar-email a img {
    width: auto;
  }
  .letspower-btncontainer {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .letspower-btncontainer .btn-danger {
    margin: 0 16px 0 0;
  }
  .letspower-wavesvg {
    position: absolute;
    bottom: -17%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .letspower-wavesvg img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .horizon-banner {
    position: relative;
    padding-top: 80px;
  }
  .horizon-banner-main {
    width: 82%;
    margin: 0 auto;
  }
  .horizon-banner-flex {
    gap: 26px;
    text-align: left;
  }
  .horizon-banner-heading h1 {
    font-size: 180px;
    line-height: 200px;
    font-weight: var(--font-b);
    border-right: 1px solid #CCCCCC;
    margin-bottom: 0px;
    padding-right: 26px;
  }
  .horizon-banner-subheading h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: var(--black-dark);
    margin: 0 0 15px;
  }
  .horizon-banner-subheading p {
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--font-r);
    color: var(--black-light);
    margin: 0;
    width: 100%;
  }
  .horizon-banner-image {
    margin-top: 80px;
  }
  .scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    z-index: 2;
  }
  .scroll-down img {
    display: block;
    margin: 0 auto 15px;
  }
  .meets-interaction {
    position: relative;
    padding: 80px 0 50px;
  }
  .meets-interaction h2 {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 62px;
  }
  .meets-interaction h2 span {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
  }
  .meets-interaction h2 x-span {
    display: inline;
  }
  .meets-interaction-items {
    text-align: left;
  }
  .meets-interaction-items h5 {
    font-size: 26px;
    line-height: 140%;
   font-weight: 600;
    margin-bottom: 15px;
  }
  .meets-interaction-items h5 span {
    display: block;
    font-size: 21px;
    line-height: 140%;
   font-weight: 600;
  }
  .meets-interaction-items ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
  }
  .meets-interaction-items ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #636363;
    display: block;
  }
  .meets-interaction .scroll-down {
    bottom: 0;
  }
  .meets-interaction .scroll-down img {
    display: block;
    margin: 0 auto;
  }
  .trusted {
    position: relative;
    padding-top: 80px;
  }
  .trusted .clientlogo {
    padding-bottom: 80px;
  }
  .trusted-contentright {
    padding: 89px 0 201px;
  }
  .trusted-contentright h3 {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 0px;
  }
  .trusted-contentright h2 {
    font-size: 100px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 6px;
  }
  .trusted-contentright p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .trusted-imageleft img {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(0%);
    width: 55%;
    max-width: 770px;
    z-index: 0;
    height: auto;
  }
  .trusted .half-fluid-leftimage .institutesimage {
    background-position: center;
    min-height: 495px;
    height: 496px;
    width: 95%;
  }
  .clientlogo-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .clientlogo-item img {
    width: auto;
    height: auto;
    max-width: 180px;
  }
  .learning-reimagined {
    padding: 80px 0 80px;
    position: relative;
  }
  .learning-reimagined-heading h2 {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 10px;
  }
  .learning-reimagined-heading h2 span {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
  }
  .learning-reimagined-heading h2 x-span {
    display: inline;
  }
  .learning-reimagined-heading p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .learning-reimagined-contentbox {
    margin-top: 49px;
  }
  .learning-reimagined-contentbox-card {
    margin-bottom: 32px;
  }
  .learning-reimagined-contentbox-card h4 {
    font-size: 29px;
    line-height: 120%;
   font-weight: 600;
    margin-bottom: 14px;
  }
  .learning-reimagined-contentbox-card p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #636363;
  }
  .learning-reimagined a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 14px;
    text-align: left;
    text-decoration: none;
  }
  .learning-reimagined a svg {
    width: auto;
    height: auto;
  }
  .learning-reimagined-image img {
    position: absolute;
    right: 0;
    max-width: 45%;
    z-index: 0;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
  }
  .smart-classroom {
    padding: 80px 0 40px;
  }
  .smart-classroom-headingsection h2 {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 15px;
  }
  .smart-classroom-headingsection h2 span {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
  }
  .smart-classroom-headingsection h2 x-span {
    display: inline;
  }
  .smart-classroom-headingsection p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .smart-classroom-card {
    width: 90%;
    margin: 0 auto;
    margin-top: 58px;
  }
  .smart-classroom-card-item {
    height: 100%;
    background: #F5F5F7;
    border-radius: 5px;
    text-align: center;
  }
  .smart-classroom-card-item:first-child, .smart-classroom-card-item:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .smart-classroom-card-image {
    margin-bottom: 16px;
  }
  .smart-classroom-card-bottomimageimage {
    margin-top: 16px;
  }
  .smart-classroom-card-content h3 {
    font-size: 38px;
    line-height: 43px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .smart-classroom-card-content p,
  .smart-classroom-card-content a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    text-decoration: none;
  }
  .smart-classroom .bottom-image-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 40px;
  }
  .smart-classroom .bottom-image-box img {
    width: 100%;
    margin-top: auto;
    border-radius: 0 0 5px 5px;
  }
  .feature {
    position: relative;
    padding: 40px 0 40px;
  }
  .feature-sectionheading {
    padding-bottom: 80px;
  }
  .feature-sectionheading h2 {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 16px;
  }
  .feature-sectionheading h2 span {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
  }
  .feature-sectionheading p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .feature-imageleft img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-45%);
    width: 55%;
    max-width: 800px;
    z-index: 0;
  }
  .feature-item {
    margin-bottom: 30px;
    gap: 22px;
  }
  .feature-item-icon {
    flex-shrink: 0;
  }
  .feature-item-content h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .feature-item-content p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .feature-btncontainer {
    margin-top: 50px;
  }
  .feature-btncontainer .btn-primary {
    margin: 0 62px 0 0;
  }
  .feature .half-fluid-leftimage {
    top: 25%;
  }
  .feature .half-fluid-leftimage .featureimage {
    min-height: 709px;
  }
  .educators {
    padding: 40px 0 80px;
  }
  .educators-headingsection h2 {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 16px;
  }
  .educators-headingsection h2 span {
    background-image: var(--gradient-bo);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .educators-headingsection h2 {
    margin-bottom: 80px;
  }
  .educators-headingsection h2 span {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
    margin-bottom: 16px;
  }
  .educators-headingsection h2 span span {
    background-image: var(--gradient-bo);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .educators-headingsection h2 x-span {
    display: inline;
  }
  .educators-card {
    border-radius: 20px;
  }
  .educators-card img {
    width: 100%;
  }
  .educators-card p {
    padding: 26px 0px 38px;
    text-align: center;
    font-size: 21px;
    line-height: 29px;
   font-weight: 600;
    width: 70%;
    margin: 0 auto;
  }
  .educators-card-sliderarrow {
    display: none;
  }
  .watch-horizon {
    padding: 25px 0;
  }
  .watch-horizon-box {
    padding: 30px 0 0px 88px;
    border-radius: 30px;
  }
  .watch-horizon-content {
    text-align: center;
  }
  .watch-horizon-content h2 {
    font-size: 56px;
    line-height: 60px;
   font-weight: 600;
    margin-top: 30px;
  }
  .watch-horizon-content p {
    font-size: 21px;
    line-height: 29px;
    font-weight: 400;
    margin: 16px auto 0;
  }
  .watch-horizon-content-play {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
  }
  .watch-horizon-content-play a {
    text-decoration: none;
  }
  .watch-horizon-image {
    justify-items: end;
  }
  .watch-horizon-image img {
    border-radius: 0 0 30px 0;
  }
  .order {
    padding: 80px 0 100px;
  }
  .order-main {
    width: 80%;
    margin: 0 auto;
  }
  .order img {
    margin-bottom: 24px;
  }
  .order-card h6 {
    font-size: 21px;
    line-height: 29px;
   font-weight: 600;
    margin-bottom: 0px;
  }
  .order-card p {
    line-height: 26px;
    margin-bottom: 7px;
  }
  .order-card a {
    line-height: 29px;
    margin-bottom: 0;
    text-decoration: none;
  }
  .order-card p,
  .order-card a {
    font-size: 21px;
    font-weight: 400;
  }
  .letspower > *:not(.letspower-wavesvg) {
    position: relative;
    z-index: 2;
  }
  .letspower {
    padding-block: 123px 112px;
    background: #222222;
    position: relative;
  }
  .letspower-topbar img {
    margin-bottom: 54px;
  }
  .letspower-topbar h2 {
    font-size: 60px;
    line-height: 110%;
    font-weight: 600;
    margin-bottom: 27px;
    color: #ffffff;
  }
  .letspower-topbar p {
    color: #CCCCCC;
    margin: 0 auto;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 56px;
  }
  .letspower-bottombar {
    padding-top: 200px;
    padding-bottom: 40px;
  }
  .letspower-bottombar-logo img {
    width: auto;
  }
  .letspower-bottombar-tel a, .letspower-bottombar-email a {
    font-size: 24px;
    line-height: 110%;
    font-weight: 400;
    color: #ffffff;
  }
  .letspower-bottombar-tel a:hover, .letspower-bottombar-email a:hover {
    color: #c6c7c8;
  }
  .letspower-bottombar-tel a img, .letspower-bottombar-email a img {
    width: auto;
  }
  .letspower-btncontainer {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .letspower-btncontainer .btn-danger {
    margin: 0 16px 0 0;
  }
  .letspower-wavesvg {
    position: absolute;
    bottom: -18%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .letspower-wavesvg img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0 0;
  }
  .footer-logo p {
    width: 80%;
  }
  .footer-bottom {
    padding-top: 24px;
    margin-block: 28px 40px;
  }
  .footer-links ul {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 70px 0 0;
  }
  .footer-bottom {
    padding-top: 30px;
    margin-block: 28px 44px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 74px 0 0;
  }
  .footer-bottom {
    padding-top: 34px;
    margin-block: 28px 54px;
  }
}
@media (min-width: 1400px) {
  .footer {
    padding: 80px 0 0;
  }
  .footer-bottom {
    padding-top: 34px;
    margin-block: 28px 80px;
  }
}
@media (min-width: 768px) {
  .nova-edtech {
    padding: 80px 0;
  }
  .nova-edtech h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .nova-edtech h2 span {
    background-image: var(--gradient-bo);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .nova-edtech p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .nova-edtech ul li {
    font-size: 24px;
  }
  .novalearning {
    padding-block: 80px;
  }
  .novalearning-headingsection {
    margin-bottom: 60px;
  }
  .novalearning-headingsection h2 {
    font-size: 40px;
  }
  .novalearning-sleekdevice {
    width: 80%;
  }
  .novalearning-sleekdevice h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .novalearning-sleekdevice p {
    font-size: 20px;
    line-height: 30px;
  }
  .novalearning-sleekdevice img {
    width: 100%;
  }
  .videocall-section {
    padding-block: 80px 64px;
  }
  .videocall-section img {
    margin-bottom: 36px;
  }
  .videocall-section h3 {
    font-size: 30px;
    margin-bottom: 26px;
  }
  .videocall-section p {
    font-size: 20px;
    line-height: 30px;
  }
  .builttostay-imagecontainer {
    width: 70%;
    margin: 0 auto;
  }
  .builttostay-imagecontainer img {
    padding-bottom: 45px;
  }
  .builttostay h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .builttostay p {
    font-size: 20px;
    line-height: 30px;
    width: 70%;
  }
  .builttostay-anchor {
    margin-top: 55px;
  }
  .builttostay-anchor a {
    font-size: 20px;
    line-height: 20px;
  }
  .compactdesign {
    padding-block: 80px 40px;
  }
  .compactdesign h2 {
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 55px;
  }
  .compactdesign h2 x-span {
    display: inline;
  }
  .compactdesign-item {
    cursor: pointer;
    padding-top: 30px;
  }
  .compactdesign-item h5 {
    font-size: 20px;
  }
  .compactdesign-imagecontainer {
    margin-bottom: 55px;
  }
  .inovation {
    padding-block: 40px 40px;
  }
  .inovation-headingsection {
    margin-bottom: 40px;
  }
  .inovation-headingsection h2 {
    font-size: 40px;
  }
  .inovation-headingsection h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .inovation-headingsection p {
    font-size: 20px;
    line-height: 24px;
  }
  .inovation-card-item {
    height: 400px;
  }
  .inovation-content h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .inovation-content a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .nova-edtech {
    padding: 90px 0;
  }
  .nova-edtech h2 {
    font-size: 50px;
    margin-bottom: 65px;
  }
  .nova-edtech p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .nova-edtech ul li {
    font-size: 28px;
  }
  .novalearning {
    padding-block: 90px;
  }
  .novalearning-headingsection {
    margin-bottom: 80px;
  }
  .novalearning-headingsection h2 {
    font-size: 50px;
  }
  .novalearning-sleekdevice {
    width: 70%;
    margin: 0 auto;
  }
  .novalearning-sleekdevice h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .novalearning-sleekdevice p {
    font-size: 22px;
    line-height: 30px;
  }
  .videocall-section {
    padding-block: 90px 74px;
  }
  .videocall-section-container {
    width: 80%;
    margin: 0 auto;
  }
  .videocall-section img {
    margin-bottom: 30px;
  }
  .videocall-section h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .videocall-section p {
    font-size: 22px;
    line-height: 30px;
  }
  .builttostay img {
    padding-bottom: 55px;
  }
  .builttostay h3 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .builttostay p {
    font-size: 22px;
    line-height: 30px;
    width: 60%;
  }
  .builttostay-anchor {
    margin-top: 65px;
  }
  .builttostay-anchor a {
    font-size: 22px;
    line-height: 22px;
  }
  .compactdesign {
    padding-block: 90px 50px;
  }
  .compactdesign h2 {
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 60px;
  }
  .compactdesign-item {
    padding-top: 24px;
  }
  .compactdesign-item h5 {
    font-size: 22px;
  }
  .compactdesign-imagecontainer {
    margin-bottom: 55px;
  }
  .inovation {
    padding-block: 50px 50px;
  }
  .inovation-headingsection {
    margin-bottom: 50px;
  }
  .inovation-headingsection h2 {
    font-size: 50px;
  }
  .inovation-headingsection h3 {
    font-size: 50px;
    margin-bottom: 14px;
  }
  .inovation-headingsection p {
    font-size: 22px;
    line-height: 30px;
  }
  .inovation-width {
    width: 90%;
  }
  .inovation-card-item {
    height: 400px;
  }
  .inovation-content h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .inovation-content a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .nova-edtech {
    padding: 100px 0;
  }
  .nova-edtech h2 {
    font-size: 50px;
    margin-bottom: 75px;
  }
  .nova-edtech p {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .nova-edtech ul li {
    font-size: 30px;
  }
  .novalearning {
    padding-block: 100px;
  }
  .novalearning-headingsection {
    margin-bottom: 90px;
  }
  .novalearning-headingsection h2 {
    font-size: 54px;
  }
  .novalearning-sleekdevice {
    width: 70%;
  }
  .novalearning-sleekdevice h3 {
    font-size: 34px;
    margin-bottom: 22px;
  }
  .novalearning-sleekdevice p {
    font-size: 24px;
    line-height: 40px;
  }
  .videocall-section {
    padding-block: 100px 80px;
  }
  .videocall-section-container {
    width: 80%;
  }
  .videocall-section img {
    margin-bottom: 32px;
  }
  .videocall-section h3 {
    font-size: 34px;
    margin-bottom: 26px;
  }
  .videocall-section p {
    font-size: 24px;
    line-height: 40px;
  }
  .builttostay img {
    padding-bottom: 65px;
  }
  .builttostay h3 {
    font-size: 34px;
    margin-bottom: 26px;
  }
  .builttostay p {
    font-size: 24px;
    line-height: 40px;
    width: 55%;
  }
  .builttostay-anchor {
    margin-top: 75px;
  }
  .builttostay-anchor a {
    font-size: 24px;
    line-height: 24px;
  }
  .compactdesign {
    padding-block: 110px 50px;
  }
  .compactdesign h2 {
    font-size: 54px;
    margin-bottom: 80px;
  }
  .compactdesign-item {
    padding-top: 28px;
  }
  .compactdesign-item h5 {
    font-size: 22px;
  }
  .compactdesign-item ul li {
    font-size: 18px;
  }
  .compactdesign-imagecontainer {
    margin-bottom: 70px;
  }
  .inovation {
    padding-block: 55px 55px;
  }
  .inovation-headingsection {
    margin-bottom: 55px;
  }
  .inovation-headingsection h2 {
    font-size: 54px;
  }
  .inovation-headingsection h3 {
    font-size: 54px;
    margin-bottom: 15px;
  }
  .inovation-width {
    width: 80%;
  }
  .inovation-card-item {
    height: 450px;
  }
  .inovation-content h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .inovation-content a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1400px) {
  .nova-edtech {
    padding: 120px 0;
  }
  .nova-edtech h2 {
    font-size: 60px;
    margin-bottom: 85px;
  }
  .nova-edtech p {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .nova-edtech ul li {
    font-size: 32px;
  }
  .novalearning {
    padding-block: 120px;
  }
  .novalearning-headingsection {
    margin-bottom: 137px;
  }
  .novalearning-headingsection h2 {
    font-size: 60px;
  }
  .novalearning-sleekdevice {
    width: 70%;
  }
  .novalearning-sleekdevice h3 {
    font-size: 36px;
    margin-bottom: 22px;
  }
  .novalearning-sleekdevice p {
    font-size: 24px;
    line-height: 40px;
  }
  .videocall-section {
    padding-block: 118px 84px;
  }
  .videocall-section-container {
    width: 80%;
  }
  .videocall-section img {
    width: 100%;
    margin-bottom: 36px;
  }
  .videocall-section h3 {
    font-size: 36px;
    margin-bottom: 26px;
  }
  .videocall-section p {
    font-size: 24px;
    line-height: 40px;
  }
  .builttostay img {
    padding-bottom: 65px;
  }
  .builttostay h3 {
    font-size: 36px;
    margin-bottom: 26px;
  }
  .builttostay p {
    font-size: 24px;
    line-height: 40px;
    width: 45%;
  }
  .builttostay-anchor {
    margin-top: 88px;
  }
  .builttostay-anchor a {
    font-size: 24px;
    line-height: 24px;
  }
  .compactdesign {
    padding-block: 120px 60px;
  }
  .compactdesign h2 {
    font-size: 60px;
    margin-bottom: 85px;
  }
  .compactdesign-item {
    padding-top: 30px;
  }
  .compactdesign-item h5 {
    font-size: 24px;
  }
  .compactdesign-imagecontainer {
    margin-bottom: 75px;
  }
  .inovation {
    padding-block: 60px 60px;
  }
  .inovation-headingsection {
    margin-bottom: 60px;
  }
  .inovation-headingsection h2 {
    font-size: 60px;
  }
  .inovation-headingsection h3 {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .inovation-width {
    width: 80%;
  }
  .inovation-card-item {
    height: 450px;
  }
  .inovation-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .inovation-content a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 576px) {
  .draw-framework h2 x-span {
    display: inline;
  }
}
@media (min-width: 768px) {
  .builtclassrooms {
    padding-block: 50px 50px;
    overflow: hidden;
  }
  .builtclassrooms h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .builtclassrooms-tabs {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .builtclassrooms-tabs-item {
    margin-block: 20px;
    cursor: pointer;
  }
  .builtclassrooms-tabs-item h4 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .builtclassrooms-tabs-item h4 span {
    font-size: 28px;
  }
  .builtclassrooms-tabs-item p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .builtclassrooms-rightimage {
    position: absolute;
    right: 0;
    max-width: 65%;
    z-index: 0;
    top: 17%;
    height: 455px;
  }
  .draw-framework {
    padding-block: 50px 50px;
  }
  .draw-framework h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .draw-framework h2 span {
    font-size: 40px;
  }
  .draw-framework-items {
    margin-top: 50px;
  }
  .draw-framework-items-container {
    text-align: left;
  }
  .draw-framework-items h5 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 16px;
  }
  .draw-framework-items ul li {
    font-size: 20px;
  }
  .smartertools {
    padding-block: 50px 50px;
  }
  .smartertools-card-main-col:first-child .smartertools-card-item {
    text-align: right;
  }
  .smartertools-card-main-col:first-child .smartertools-card-item img {
    margin-right: -35px;
  }
  .smartertools-card-item h4 {
    padding-bottom: 32px;
    font-size: 26px;
  }
  .smartertools-cardv2 {
    margin-top: 50px;
  }
  .smartertools-cardv2-itemv2 p {
    padding-block: 40px 40px;
    font-size: 26px;
    width: 95%;
  }
}
@media (min-width: 992px) {
  .builtclassrooms {
    padding-block: 60px 60px;
  }
  .builtclassrooms h2 {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .builtclassrooms-tabs {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .builtclassrooms-tabs-item h4 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .builtclassrooms-tabs-item h4 span {
    font-size: 30px;
  }
  .builtclassrooms-tabs-item p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .builtclassrooms-rightimage {
    top: 10%;
  }
  .draw-framework {
    padding-block: 60px 60px;
  }
  .draw-framework h2 {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .draw-framework h2 span {
    font-size: 50px;
  }
  .draw-framework-items {
    margin-top: 60px;
  }
  .draw-framework-items h5 {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 18px;
  }
  .draw-framework-items ul li {
    font-size: 20px;
  }
  .smartertools {
    padding: 60px 0 60px;
  }
  .smartertools-card-item {
    height: 100%;
  }
  .smartertools-card-item h4 {
    padding-bottom: 36px;
    font-size: 28px;
  }
  .smartertools-cardv2 {
    width: 90%;
    margin: 60px auto 0;
  }
  .smartertools-cardv2 .row {
    --bs-gutter-x: 4rem;
  }
  .smartertools-cardv2-itemv2 {
    margin-bottom: 0;
  }
  .smartertools-cardv2-itemv2 p {
    padding-block: 55px 55px;
    font-size: 28px;
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .builtclassrooms {
    padding-block: 70px 70px;
  }
  .builtclassrooms h2 {
    font-size: 54px;
    margin-bottom: 70px;
  }
  .builtclassrooms-relative {
    overflow: inherit;
  }
  .builtclassrooms-tabs {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .builtclassrooms-tabs-item {
    margin-block: 30px;
  }
  .builtclassrooms-tabs-item h4 {
    font-size: 34px;
    margin-bottom: 14px;
  }
  .builtclassrooms-tabs-item h4 span {
    font-size: 34px;
  }
  .builtclassrooms-tabs-item p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .builtclassrooms-rightimage {
    right: -15%;
    max-width: 74%;
    top: 12%;
    height: 455px;
  }
  .builtclassrooms-rightimage img {
    width: 91%;
  }
  .draw-framework {
    padding-block: 70px 70px;
  }
  .draw-framework h2 {
    font-size: 54px;
    margin-bottom: 70px;
  }
  .draw-framework h2 span {
    font-size: 54px;
  }
  .draw-framework-items {
    margin-top: 70px;
  }
  .draw-framework-items h5 {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .draw-framework-items ul li {
    font-size: 22px;
  }
  .smartertools {
    padding: 70px 0 70px;
  }
  .smartertools-card {
    width: 90%;
    margin: 0 auto;
  }
  .smartertools-card-main-col:first-child .smartertools-card-item h4 {
    padding-bottom: 32px;
  }
  .smartertools-card-item h4 {
    padding-bottom: 46px;
    font-size: 30px;
  }
  .smartertools-cardv2 {
    width: 80%;
    margin: 70px auto 0;
  }
  .smartertools-cardv2 .row {
    --bs-gutter-x: 6rem;
  }
  .smartertools-cardv2-itemv2 {
    margin-bottom: 0;
  }
  .smartertools-cardv2-itemv2 p {
    padding-block: 60px 60px;
    font-size: 30px;
    width: 95%;
  }
}
@media (min-width: 1400px) {
  .builtclassrooms {
    padding-block: 80px 80px;
  }
  .builtclassrooms-relative {
    position: relative;
  }
  .builtclassrooms h2 {
    font-size: 60px;
    line-height: 110%;
   font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
  }
  .builtclassrooms-tabs {
    width: 91%;
    padding-top: 18px;
    padding-bottom: 68px;
  }
  .builtclassrooms-tabs-item {
    margin-block: 36px;
  }
  .builtclassrooms-tabs-item h4 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .builtclassrooms-tabs-item h4 span {
    font-size: 36px;
  }
  .builtclassrooms-tabs-item p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 36px;
  }
  .builtclassrooms-rightimage {
    right: 0;
    top: 0%;
    max-width: 65%;
  }
  .builtclassrooms-rightimage img {
    width: auto;
  }
  .draw-framework {
    padding-block: 80px 80px;
  }
  .draw-framework h2 {
    font-size: 60px;
    margin-bottom: 80px;
  }
  .draw-framework h2 span {
    font-size: 60px;
  }
  .draw-framework-items {
    margin-top: 80px;
  }
  .draw-framework-items h5 {
    font-size: 24px;
    margin-top: 24px;
  }
  .draw-framework-items ul li {
    font-size: 24px;
  }
  .smartertools {
    padding: 80px 0 80px;
  }
  .smartertools-card-item h4 {
    padding-bottom: 56px;
    font-size: 32px;
  }
  .smartertools-cardv2 {
    width: 80%;
    margin: 80px auto 0;
  }
  .smartertools-cardv2 .row {
    --bs-gutter-x: 6rem;
  }
  .smartertools-cardv2-itemv2 {
    margin-bottom: 0;
  }
  .smartertools-cardv2-itemv2 p {
    padding-block: 65px 65px;
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .learnerssection h2 {
    font-size: 40px;
  }
  .learnerssection h3 {
    font-size: 50px;
  }
  .learnerssection h3 span {
    font-size: 50px;
  }
  .learnerssection p {
    font-size: 18px;
    line-height: 22px;
  }
  .learnerssection .scroll-down {
    bottom: -10px;
  }
}
@media (min-width: 992px) {
  .learnerssection h2 {
    font-size: 50px;
  }
  .learnerssection h3 {
    font-size: 60px;
  }
  .learnerssection h3 span {
    font-size: 60px;
  }
  .learnerssection p {
    font-size: 20px;
    line-height: 24px;
  }
  .learnerssection .scroll-down {
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .learnerssection h2 {
    font-size: 54px;
  }
  .learnerssection h3 {
    font-size: 70px;
  }
  .learnerssection h3 span {
    font-size: 70px;
  }
  .learnerssection p {
    font-size: 22px;
    line-height: 26px;
  }
  .learnerssection .scroll-down {
    bottom: 45px;
  }
  .smart-classroom-card-bottomimageimage.glide-bottomimageimage {
    padding: 33px 69px;
  }
}
@media (min-width: 1400px) {
  .learnerssection h2 {
    font-size: 60px;
  }
  .learnerssection h3 {
    font-size: 80px;
  }
}
@media (min-width: 576px) {
  .empoweringeducation-card img {
    width: 100%;
    height: 250px;
  }
}
@media (min-width: 768px) {
  .empoweringeducation {
    padding-block: 100px 40px;
  }
  .empoweringeducation-title {
    margin-bottom: 65px;
  }
  .empoweringeducation-title h2 {
    font-size: 40px;
  }
  .empoweringeducation-title h2 span {
    font-size: 40px;
  }
  .empoweringeducation-title p {
    font-size: 20px;
    line-height: 28px;
  }
  .empoweringeducation-card {
    margin-bottom: 70px;
  }
  .empoweringeducation-card img {
    height: 300px;
  }
  .empoweringeducation-card-content {
    padding: 20px 60px;
  }
  .empoweringeducation-card h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .empoweringeducation-card p {
    font-size: 20px;
  }
  .empoweringmoduel {
    padding-block: 70px;
  }
  .empoweringmoduel-card {
    padding: 50px 40px;
  }
  .empoweringmoduel-card img {
    padding-bottom: 34px;
  }
  .empoweringmoduel-card h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .smartpanels {
    padding-block: 70px 60px;
  }
  .smartpanels-title {
    padding-bottom: 70px;
  }
  .smartpanels h2 {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .smartpanels h2 span {
    font-size: 40px;
  }
  .smartpanels p {
    font-size: 18px;
    line-height: 24px;
  }
  .ourjourney {
    padding-block: 54px;
  }
  .ourjourney h2 {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .ourjourney p {
    font-size: 18px;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
  }
  .jointhe {
    padding-block: 70px 54px;
  }
  .jointhe h2 {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .jointhe h2 span {
    font-size: 40px;
  }
  .jointhe p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .empoweringeducation {
    padding-block: 120px 40px;
  }
  .empoweringeducation-title {
    margin-bottom: 75px;
  }
  .empoweringeducation-title h2 {
    font-size: 50px;
  }
  .empoweringeducation-title h2 span {
    font-size: 50px;
  }
  .empoweringeducation-title p {
    font-size: 22px;
    line-height: 28px;
  }
  .empoweringeducation-card {
    margin-bottom: 80px;
  }
  .empoweringeducation-card img {
    height: 350px;
  }
  .empoweringeducation-card-content {
    padding: 10px 70px;
  }
  .empoweringeducation-card h4 {
    font-size: 28px;
    margin-bottom: 22px;
  }
  .empoweringeducation-card p {
    font-size: 22px;
  }
  .empoweringmoduel {
    padding-block: 80px;
  }
  .empoweringmoduel-card {
    padding: 54px 42px;
  }
  .empoweringmoduel-card img {
    padding-bottom: 38px;
  }
  .empoweringmoduel-card h3 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .smartpanels {
    padding-block: 90px 80px;
  }
  .smartpanels-title {
    padding-bottom: 80px;
  }
  .smartpanels .width {
    width: 90% !important;
  }
  .smartpanels h2 {
    font-size: 50px;
    margin-bottom: 18px;
  }
  .smartpanels h2 span {
    font-size: 50px;
  }
  .smartpanels p {
    font-size: 20px;
    line-height: 26px;
  }
  .ourjourney {
    padding-block: 64px;
  }
  .ourjourney h2 {
    font-size: 50px;
    margin-bottom: 18px;
  }
  .ourjourney p {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }
  .jointhe {
    padding-block: 80px 64px;
  }
  .jointhe h2 {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .jointhe h2 span {
    font-size: 40px;
  }
  .jointhe p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .empoweringeducation {
    padding-block: 120px 40px;
  }
  .empoweringeducation-title {
    margin-bottom: 85px;
  }
  .empoweringeducation-title h2 {
    font-size: 54px;
  }
  .empoweringeducation-title h2 span {
    font-size: 54px;
  }
  .empoweringeducation-title p {
    font-size: 22px;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
  }
  .empoweringeducation-card {
    margin-bottom: 80px;
  }
  .empoweringeducation-card img {
    height: 350px;
  }
  .empoweringeducation-card-content {
    padding: 10px 80px;
  }
  .empoweringeducation-card h4 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .empoweringeducation-card p {
    font-size: 24px;
  }
  .empoweringmoduel {
    padding-block: 90px;
  }
  .empoweringmoduel-card {
    padding: 58px 44px;
  }
  .empoweringmoduel-card img {
    padding-bottom: 40px;
  }
  .empoweringmoduel-card h3 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .smartpanels {
    padding-block: 100px 93px;
  }
  .smartpanels-title {
    padding-bottom: 90px;
  }
  .smartpanels h2 {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .smartpanels h2 span {
    font-size: 54px;
  }
  .smartpanels p {
    font-size: 22px;
    line-height: 30px;
  }
  .ourjourney {
    padding-block: 74px;
  }
  .ourjourney h2 {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .ourjourney p {
    font-size: 22px;
    line-height: 30px;
    width: 90%;
  }
  .jointhe {
    padding-block: 100px 74px;
  }
  .jointhe h2 {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .jointhe h2 span {
    font-size: 54px;
  }
  .jointhe p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .empoweringeducation {
    padding-block: 159px 50px;
  }
  .empoweringeducation-title {
    margin-bottom: 95px;
    text-align: center;
  }
  .empoweringeducation-title h2 {
    font-size: 60px;
  }
  .empoweringeducation-title h2 x-span {
    display: block;
  }
  .empoweringeducation-title h2 span {
    font-size: 60px;
  }
  .empoweringeducation-title p {
    font-size: 22px;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
  }
  .empoweringeducation-card {
    background-color: #F5F5F7;
    border-radius: 20px;
    padding: 0;
    margin-bottom: 90px;
  }
  .empoweringeducation-card img {
    width: 100%;
    height: 400px;
  }
  .empoweringeducation-card-content {
    padding: 10px 90px;
  }
  .empoweringeducation-card h4 {
    font-size: 32px;
    line-height: 160%;
   font-weight: 600;
    margin-bottom: 24px;
  }
  .empoweringeducation-card p {
    font-size: 24px;
    line-height: 125%;
    font-weight: 400;
    color: #636363;
  }
  .empoweringmoduel {
    padding-block: 109px;
  }
  .empoweringmoduel-card {
    border-radius: 20px;
    padding: 60px 44px;
  }
  .empoweringmoduel-card img {
    padding-bottom: 44px;
  }
  .empoweringmoduel-card h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .smartpanels {
    padding-block: 120px 113px;
  }
  .smartpanels-title {
    padding-bottom: 108px;
  }
  .smartpanels .width {
    width: 90% !important;
  }
  .smartpanels h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .smartpanels h2 span {
    font-size: 60px;
  }
  .smartpanels p {
    font-size: 22px;
    line-height: 30px;
  }
  .ourjourney {
    padding-block: 84px;
  }
  .ourjourney h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .ourjourney p {
    font-size: 22px;
    line-height: 30px;
    width: 80%;
  }
  .jointhe {
    padding-block: 120px 84px;
  }
  .jointhe h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .jointhe h2 span {
    font-size: 60px;
  }
  .jointhe p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .getintouch {
    padding-block: 54px 86px;
  }
  .getintouch-title {
    margin-bottom: 54px;
  }
  .getintouch h2 {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .getintouch h2 span {
    font-size: 40px;
  }
  .getintouch h4 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .getintouch p {
    font-size: 18px;
    line-height: 26px;
  }
  .reachus {
    padding-block: 56px 54px;
  }
  .reachus-content h4 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .reachus-content p {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .reachus-content h6 {
    font-size: 18px;
  }
  .reachus-content address {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .reachus-contact li {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .reachus-contact li strong {
    font-size: 18px;
  }
  .demoform .modal-title {
    margin-bottom: 28px;
  }
  .demoform .modal-title h5 {
    font-size: 28px;
  }
  .modal-content {
    padding: 30px;
  }
  .thanku h2 {
    font-size: 44px;
    margin-bottom: 36px;
  }
  .thanku p {
    font-size: 18px;
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .getintouch {
    padding-block: 64px 96px;
  }
  .getintouch-title {
    margin-bottom: 64px;
  }
  .getintouch h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .getintouch h2 span {
    font-size: 50px;
  }
  .getintouch h4 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .getintouch p {
    font-size: 20px;
    line-height: 28px;
  }
  .getintouch-formbox {
    padding: 45px;
  }
  .reachus {
    padding-block: 66px 60px;
  }
  .reachus-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .reachus-content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .reachus-content h6 {
    font-size: 20px;
  }
  .reachus-content address {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .reachus-contact li {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .reachus-contact li strong {
    font-size: 20px;
  }
  .demoform .modal-title {
    margin-bottom: 30px;
  }
  .demoform .modal-title h5 {
    font-size: 30px;
  }
  .modal-content {
    padding: 36px;
  }
  .thanku h2 {
    font-size: 50px;
    margin-bottom: 38px;
  }
  .thanku p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .getintouch {
    padding-block: 74px 100px;
  }
  .getintouch-title {
    margin-bottom: 74px;
  }
  .getintouch h2 {
    font-size: 54px;
    margin-bottom: 22px;
  }
  .getintouch h2 span {
    font-size: 54px;
  }
  .getintouch h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .getintouch p {
    font-size: 22px;
    line-height: 30px;
  }
  .reachus {
    padding-block: 76px 64px;
  }
  .reachus-content h4 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .reachus-content p {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .reachus-content address {
    margin-bottom: 22px;
  }
  .reachus-contact li {
    margin-bottom: 22px;
  }
  .demoform .modal-title {
    margin-bottom: 32px;
  }
  .demoform .modal-title h5 {
    font-size: 32px;
  }
  .modal-content {
    padding: 40px;
  }
  .thanku h2 {
    font-size: 54px;
    margin-bottom: 40px;
  }
  .thanku p {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .getintouch {
    padding-block: 84px 106px;
  }
  .getintouch-title {
    margin-bottom: 84px;
  }
  .getintouch h2 {
    font-size: 60px;
    margin-bottom: 24px;
  }
  .getintouch h2 span {
    font-size: 60px;
  }
  .getintouch h4 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .getintouch p {
    font-size: 22px;
    line-height: 30px;
  }
  .getintouch-formbox {
    padding: 50px;
  }
  .reachus {
    padding-block: 86px 64px;
  }
  .reachus-content h4 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .reachus-content p {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .reachus-content h6 {
    font-size: 20px;
  }
  .reachus-content address {
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 24px;
  }
  .reachus-contact li {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .reachus-contact li strong {
    font-size: 20px;
  }
  .demoform h5 {
    font-size: 20px;
  }
  .demoform .modal-title {
    margin-bottom: 36px;
  }
  .demoform .modal-title h5 {
    font-size: 36px;
  }
  .demoform .modal-title p {
    font-size: 18px;
  }
  .modal-content {
    padding: 48px;
  }
  .thanku h2 {
    font-size: 64px;
    margin-bottom: 50px;
  }
  .thanku p {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
@media (min-width: 576px) {
  .home-banner-heading span {
    width: 73%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .home-banner-heading h1 {
    font-size: 30px;
  }
  .home-banner-heading p {
    font-size: 18px;
  }
  .home-banner-heading p span {
    width: 100%;
  }
  .home-banner-btncontainer .btn:not(:last-child) {
    margin-right: 15px;
  }
  .home-banner-grid p {
    font-size: 12px;
    margin-top: 14px;
  }
  .home-learning {
    padding: 20px 30px;
  }
  .home-learning-headingsection h2 {
    font-size: 40px;
  }
  .home-learning-headingsection p {
    font-size: 18px;
  }
  .home-softwaresuite {
    padding-block: 50px 10px;
  }
  .home-softwaresuite-headingsection {
    margin-bottom: 70px;
  }
  .home-softwaresuite-headingsection h2 {
    font-size: 40px;
  }
  .home-softwaresuite-headingsection p {
    font-size: 18px;
  }
  .smart-investment-headingsection {
    margin-bottom: 70px;
  }
  .smart-investment-headingsection h2 {
    font-size: 40px;
  }
  .smart-investment-headingsection p {
    font-size: 18px;
  }
  .smart-investment-headingsection p span {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .home-banner-heading h1 {
    font-size: 40px;
  }
  .home-banner-heading p {
    font-size: 20px;
  }
  .home-banner-grid a img {
    width: auto;
    height: 70px;
    object-fit: cover;
  }
  .home-banner-grid p {
    font-size: 14px;
    margin-top: 16px;
  }
  .home-learning {
    padding: 20px 40px;
  }
  .home-learning-headingsection h2 {
    font-size: 50px;
  }
  .home-learning-headingsection p {
    font-size: 20px;
  }
  .home-softwaresuite {
    padding-block: 60px 0px;
  }
  .home-softwaresuite-headingsection {
    margin-bottom: 80px;
  }
  .home-softwaresuite-headingsection h2 {
    font-size: 50px;
  }
  .home-softwaresuite-headingsection p {
    font-size: 20px;
  }
  .smart-investment-headingsection {
    margin-bottom: 80px;
  }
  .smart-investment-headingsection h2 {
    font-size: 50px;
  }
  .smart-investment-headingsection p {
    font-size: 20px;
  }
  .smart-investment-headingsection p span {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .home-banner-heading h1 {
    font-size: 50px;
  }
  .home-banner-heading p {
    font-size: 22px;
  }
  .home-banner-grid p {
    font-size: 16px;
    margin-top: 18px;
  }
  .home-learning-headingsection h2 {
    font-size: 60px;
  }
  .home-learning-headingsection p {
    font-size: 22px;
  }
  .home-softwaresuite-headingsection h2 {
    font-size: 60px;
  }
  .home-softwaresuite-headingsection p {
    font-size: 22px;
  }
  .smart-investment-headingsection h2 {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .home-banner-heading h1 {
    font-size: 60px;
  }
  .home-banner-heading p {
    line-height: 26px;
  }
  .home-banner-grid p {
    font-size: 18px;
    margin-top: 20px;
  }
  .home-learning-headingsection h2 {
    font-size: 64px;
  }
  .home-learning-headingsection p {
    font-size: 24px;
  }
  .home-softwaresuite-headingsection h2 {
    font-size: 64px;
  }
  .home-softwaresuite-headingsection p {
    font-size: 24px;
  }
  .smart-investment-headingsection h2 {
    font-size: 64px;
  }
}
:root {
  --font-ut: 100;
  --font-th: 200;
  --font-l: 300;
  --font-r: 400;
  --font-m: 500;
  --font-sb: 600;
  --font-b: 700;
  --font-eb: 800;
  --font-black: 900;
  --bs-emphasis-color-rgb: #222222;
  --bs-link-color-rgb: #222222;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 376px) {
  .letspower-topbar h2 {
    width: 90%;
  }
}
@media (min-width: 0px) and (max-width: 992px) {
  .mobilemenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
    z-index: 9999;
  }
  .mobilemenu a {
    display: block;
    font-size: 24px;
   font-weight: 600;
    line-height: 30px;
    color: #636363;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    background: 0 0;
    border: 0;
  }
  .mobilemenu a:hover {
    color: #222222;
  }
  .mobilemenu-close {
    padding: 10px;
    margin: 10px;
  }
  .mobilemenu.show {
    transform: translateY(0);
  }
  .dropdown-menu.show {
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    max-height: 100%;
    border: 0;
    transform: translateY(-100%);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: block;
    transform: none;
  }
  .menuname-software-card img {
    display: none;
  }
  .custommenu-mega-mobilenav-close {
    padding: 10px;
    margin: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .trusted .half-fluid-leftimage .institutesimage {
    min-width: 443px;
  }
}
@media (min-width: 481px) and (max-width: 576px) {
  .trusted .half-fluid-leftimage .institutesimage {
    min-height: 376px;
    width: 95%;
    height: 376px;
  }
}
@media (min-width: 400px) and (max-width: 480px) {
  .trusted .half-fluid-leftimage .institutesimage {
    min-height: 322px;
    width: 100%;
    height: 325px;
  }
}
@media (max-width: 480px) and (min-width: 377px) {
  .letspower-topbar h2 {
    width: 80%;
  }
  .horizon-banner-subheading p {
    margin: 0 auto 16px;
  }
  .watch-horizon-content p {
    margin: 10px auto 0;
  }
  .watch-horizon-content h2 {
    margin: 14px auto 0;
  }
}
@media (max-width: 2000px) and (min-width: 1600px) {
  .trusted .half-fluid-leftimage .institutesimage {
    width: 80%;
    max-width: 875px;
  }
  .half-fluid-leftimage {
    top: 20%;
  }
  .half-fluid-leftimage .featureimage {
    min-height: 723px;
  }
}

/*# sourceMappingURL=style.css.map */
