.sb-table-theme tr th,
.sb-table-theme-2 tr th {
  height: 130px;
  vertical-align: middle;
  padding: 20px 30px;
  white-space: nowrap;
}
:root {
  --theme-color-1: #fa0c08;
  --theme-color-2: #feba05;
  --theme-color-3: #3c4db7;
  --theme-color-4: #981b9f;
}



body {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
p {
  letter-spacing: 0.44px;
}
.heading {
  font-family: Playfair, serif;
  font-weight: 700;
}
.fixed-nav {
  position: fixed !important;
  width: 100%;
  top: 0;
  background: #fff;
  padding: 18px 0 !important;
  transition: 0.3s;
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.0901960784);
}
.fixed-nav .nav-link {
  font-size: 15px !important;
}
.fixed-nav .brand-logo {
  width: 180px;
  transition: 0.3s;
}
.brand-logo {
  width: 210px;
}
.home-header-img {
  width: 95%;
  margin: auto;
  position: relative;
  z-index: 1;
  transition: 0.2s;
}
.heading-underlined,
.heading-underlined-left,
.heading-underlined-left-white {
  margin-bottom: 40px !important;
  position: relative;
}
.home-header-img:hover {
  transform: scale(1.01);
}
.home-banner-section {
  padding: 50px 0 60px;
  position: relative;
  z-index: 1;
}
.home-banner-content h1 {
  font-size: 97px;
  line-height: 95px;
}
.f-size-phone,
.fw-20px,
.home-banner-content p {
  font-size: 20px;
}
.sb-btn,
.sb-btn-outlined,
.sb-btn-white {
  height: 50px;
  font-size: 16px;
  padding: 12px 25px;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .home-banner-content h1 {
    font-size: 60px;
    line-height: 61px;
  }
  .home-banner-content p {
    font-size: 18px;
  }
  .sb-main-nav .offcanvas {
    background-image: url(../images/home-learning-bg-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 55%;
  }
}
.sb-btn {
  background: var(--theme-color-1);
  color: #fff !important;
  border-radius: 50px;
  font-weight: 700;
}
.sb-btn-light,
.sb-btn-outlined,
.sb-btn-white {
  background: #fff;
  font-weight: 700;
}
.sb-btn img,
.sb-btn-light img,
.sb-btn-light-outlined svg,
.sb-btn-outlined img,
.sb-btn-primary img,
.sb-btn-white img {
  opacity: 0.5;
  transition: 0.3s ease-out;
}
.sb-btn:hover {
  background: var(--theme-color-1) !important;
  color: #fff;
  box-shadow: 5px 5px 12px #d3d6eb;
  transform: translateX(-3px);
}
.sb-btn-light-outlined:hover,
.sb-btn-light:hover,
.sb-btn-outlined:hover,
.sb-btn-white:hover {
  background: #fff !important;
  transform: translateX(-3px);
}
.sb-btn-light-outlined:hover svg,
.sb-btn-light:hover img,
.sb-btn-outlined:hover img,
.sb-btn-primary:hover img,
.sb-btn-white:hover img,
.sb-btn:hover img {
  opacity: 1;
  transform: translateX(5px);
}
.sb-btn-outlined:focus,
.sb-btn-primary:focus,
.sb-btn-white:focus,
.sb-btn:focus {
  color: #fff;
}
.sb-btn-outlined {
  color: var(--theme-color-1) !important;
  border-radius: 50px;
  border: 1px solid var(--theme-color-1);
}
.sb-btn-outlined:hover {
  color: var(--theme-color-1) !important;
  box-shadow: 5px 5px 12px #d3d6eb;
  border: 1px solid var(--theme-color-1);
}
.sb-btn-white,
.sb-btn-white:hover {
  color: var(--theme-color-2) !important;
}
.sb-btn-white {
  border-radius: 50px;
  border: 1px solid var(--theme-color-2);
}
.sb-btn-white:hover {
  box-shadow: 5px 5px 12px rgba(211, 214, 235, 0.2941176471);
  border: 1px solid var(--theme-color-2);
}
.theme-border {
  border: 1px solid var(--theme-color-1);
}
.sb-btn-light,
.sb-btn-light-outlined {
  height: 50px;
  border-radius: 50px;
  padding: 12px 25px;
  transition: 0.3s ease-out;
  font-size: 16px;
}
.sb-btn-light {
  color: var(--theme-color-1);
}
.sb-btn-light-outlined:hover,
.sb-btn-light:hover {
  color: var(--theme-color-1);
  box-shadow: 5px 5px 12px var(--theme-color-1);
}
.sb-btn-light-outlined:focus,
.sb-btn-light:focus {
  color: var(--theme-color-1);
}
.sb-btn-light-outlined {
  background: var(--theme-color-1);
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
}
.sb-btn-light-outlined svg path {
  fill: #fff;
}
.sb-btn-light-outlined:hover svg path {
  fill: var(--theme-color-1);
}
.login-btn {
  height: 42px;
  background: linear-gradient(
    -47deg,
    var(--theme-color-1) 0,
    var(--theme-color-1) 100%
  ) !important;
  color: #fff !important;
  border-radius: 40px;
  font-size: 16px;
  padding: 8px 27px;
  font-weight: 400;
  transition: 0.3s;
}
.call-icon:hover,
.login-btn:hover {
  background: linear-gradient(
    -47deg,
    var(--theme-color-1) 0,
    var(--theme-color-2) 100%
  ) !important;
  transition: 0.3s;
}
.login-btn img {
  width: 13px;
  margin-top: -2px;
  margin-right: 2px;
}
.sb-btn-primary,
.sb-btn-secondary {
  height: 50px;
  background: var(--theme-color-2);
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 12px 25px;
  transition: 0.3s ease-out;
  font-weight: 700;
}
.sb-btn-primary:hover {
  background: var(--theme-color-2);
  color: #fff;
  box-shadow: 5px 5px 12px #d3d6eb;
  transform: translateX(-3px);
}
.sb-main-nav {
  padding: 25px 0;
  position: relative;
  z-index: 3;
}
.sb-main-nav .nav-link {
  font-weight: 600;
  color: #333;
  font-family: Roboto, sans-serif;
}
.contact-address a:hover,
.sb-main-nav .nav-link:hover,
.theme-text-primary,
footer ul li a:hover {
  color: var(--theme-color-2);
}
.sb-main-nav .nav-link:hover svg path {
  stroke: var(--theme-color-2) !important;
}
.sb-main-nav .navbar-toggler {
  outline: 0 !important;
  box-shadow: none !important;
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .sb-main-nav .dropdown-center:hover .dropdown-menu {
    display: block;
  }
}
.header-outer {
  background: url(../images/header-bg.png) right top/93% no-repeat;
  overflow: hidden;
}
.home-header-icons .object {
  position: absolute;
}
.home-header-icons .object:nth-child(odd) {
  animation: 2.1s infinite pulse;
  transform-origin: center;
}
.home-header-icons .object:nth-child(2n) {
  animation: 1.5s infinite pulse;
  transform-origin: center;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 600px) {
  .home-header-icons img {
    max-width: 50px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .home-header-icons img:nth-child(12) {
    top: 38% !important;
    left: auto !important;
    right: 26% !important;
  }
}
.home-learning {
  background: url(../images/home-learning-bg-1.png) left top no-repeat,
    url(../images/home-learning-bg-2.png) right bottom no-repeat;
}
.home-learning-box h2,
.skoolbeep-difference-box h1 {
  font-size: 20px;
  font-weight: 700;
}
.home-learning-box h3 {
  font-size: 17px;
  font-weight: 700;
}
.features-block h2,
.features-block h3 {
  font-family: Playfair, serif;
  margin-bottom: 0;
  font-weight: 800;
}
.features-block {
  background: url("../images/Ellipse-1.png") left/contain no-repeat;
}
.features-block h2 {
  font-size: 41px;
}
.features-block h3 {
  font-size: 38px;
}
.card-white h2,
.card-white h3,
.white-card-icon h3,
.white-card-with-icon h1 {
  font-family: Roboto, sans-serif;
}
.features-block p {
  color: var(--theme-color-1);
  font-weight: 700;
  font-size: 20px;
}
.card-white,
.contact-address a,
footer a {
  color: #333;
  text-decoration: none;
}
.features-block img {
  margin-bottom: 20px;
  max-height: 61px;
}
.sb-section {
  padding: 75px 0;
}
.heading-underlined::before {
  content: "";
  bottom: -15px;
  position: absolute;
  width: 54px;
  height: 3px;
  background: var(--theme-color-1);
  left: 50%;
  transform: translate(-50%, -50%);
}
.heading-underlined-left-white::before {
  content: "";
  bottom: -15px;
  position: absolute;
  width: 54px;
  height: 3px;
  background: #fff;
  left: 0;
}
.heading-underlined-light::before,
.heading-underlined-theme-1::before {
  bottom: -15px;
  height: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}
.heading-underlined-light {
  position: relative;
  margin-bottom: 40px;
}
.heading-underlined-light::before {
  width: 54px;
  background: #fff;
}
.heading-underlined-theme-1 {
  position: relative;
  margin-bottom: 80px;
}
.heading-underlined-theme-1::before {
  width: 35px;
  background: var(--theme-color-2);
}
.text-content {
  font-size: 18px;
  line-height: 30px;
}
.card-white {
  border-radius: 15px;
  border: 1px solid #e9e9e9;
  background: #fff;
  box-shadow: 0 17px 50px 5px rgba(0, 0, 0, 0.03);
  padding: 80px 30px;
  text-align: center;
  transition: 0.3s;
}
.card-white h3 {
  font-size: 16px;
  font-weight: 700;
}
.card-white h2 {
  font-size: 18px;
  font-weight: 700;
}
.card-white img {
  max-height: 172px;
  min-height: 175px;
  width: auto;
}
.card-white:hover,
.white-card-icon:hover {
  box-shadow: 0 0 20px #ddd;
}
.card-white:hover h2,
.card-white:hover h3,
.white-card-icon:hover h3 {
  color: var(--theme-color-1) !important;
  transition: 0.2s;
}
.img-with-with-box,
.inspire-engage-transform-img {
  border-radius: 12px;
  position: relative;
  width: 95%;
}
.video-holder,
.video-holder video {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.0392156863);
  border-radius: 14px;
}
.img-with-with-box img,
.inspire-engage-transform-img img {
  z-index: 2 !important;
  width: 100%;
  transition: 0.2s;
}
.img-with-with-box img:hover,
.inspire-engage-transform-img img:hover {
  transform: translateX(-5px) translateY(5px);
}
.img-with-with-box::after,
.inspire-engage-transform-img::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 50%;
  background: var(--theme-color-1);
  border-radius: 12px;
  right: -20px;
  top: -20px;
  z-index: -1 !important;
}
.video-holder {
  position: relative;
  width: 95%;
  overflow: hidden;
}
.video-holder video {
  z-index: 2 !important;
  width: 100%;
  transition: 0.2s;
}
.text-img-box {
  font-size: 20px;
  height: 100%;
}
.advisor-card img,
.leadership-card img,
.text-img-box img {
  width: 100%;
}
.text-img-box h2 {
  font-weight: 700;
  font-size: 22px;
}
.text-img-box h3 {
  font-weight: 700;
  font-size: 19px;
}
.text-img-box ul {
  list-style: circle;
  padding-left: 20px;
}
.text-img-box .text-img-box_content {
  background-image: url("../images/blue-semi-circle.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 0 34px;
}
.text-img-box .text-img-box_content li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
  padding-left: 12px;
}
.text-img-box .text-img-box_content li::before {
  content: "";
  position: absolute;
  top: 6px;
  height: 20px;
  width: 20px;
  left: -20px;
  border-radius: 50px;
  background-image: url("../images/icons/check-mark-outlined.png");
  background-size: contain;
}
.container-m-0 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.home-learning-box img {
  width: 100px;
}
.school-administration-section {
  background: url(../images/school-administration/bg.png) 0 0 / cover fixed;
  position: relative;
}
.school-administration-section::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  top: 0;
}
.school-administration-section .container,
.skoolbeep-difference-box_img img {
  position: relative;
  z-index: 1;
}
.skoolbeep-difference-box h3 {
  font-size: 16px;
  font-weight: 700;
}
.skoolbeep-difference-box_img {
  background: #f8eff8;
  width: 125px;
  height: 125px;
  margin: auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.sb-light-bg,
.testimonial-section,
footer {
  background: #f8f8f8;
}
.skoolbeep-difference-box_img:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 350px;
  background: #f7e1f7;
  left: -130px;
  transform: rotate(345deg);
  transition: 0.2s;
}
.skoolbeep-difference-box:hover .skoolbeep-difference-box_img:before {
  left: 0;
  transition: 0.2s;
}
.testimonial-card {
  border-radius: 13px;
  background: url(../images/icons/quote.png) 90% top no-repeat #fff;
  margin: 0 20px;
  overflow: hidden;
  min-height: 626px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card .testimonial-card_details,
.testimonial-card-learn .testimonial-card_details {
  background: var(--theme-color-1);
  text-align: center;
  color: #fff;
}
.testimonial-card .testimonial-card_details img,
.testimonial-card-learn .testimonial-card_details img {
  width: 113px;
  border-radius: 50px;
  margin-top: -72px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-card .testimonial-card_details h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonial-card .testimonial-card_details p {
  font-size: 14px;
}
.advisor-card h2,
.fee-management-section .card h5,
.fs-18,
.fs-18px,
footer h4 {
  font-size: 18px;
}
@media only screen and (max-width: 400px) {
  .home-banner-content h1 {
    font-size: 50px;
    line-height: 52px;
  }
  .testimonial-card_content {
    padding: 30px !important;
  }
}
.star-rating {
  display: flex;
}
.star-rating img {
  width: 20px !important;
}
.logo-slider img {
  width: auto !important;
  max-height: 210px;
  margin: auto;
}
footer {
  border-top: 1px solid #f1f1f1;
}
footer h4 {
  font-weight: 700;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-list-center li:not(:last-child),
footer ul li {
  margin-bottom: 15px;
}
footer .copyright {
  background: #f3f3f3;
  font-size: 14px;
}
.footer-social-links img {
  transition: 0.2s linear;
  width: 40px;
}
.footer-social-links a:hover img {
  filter: drop-shadow(2px 4px 6px #d0d0d0);
  transform: translateY(-5px);
  transition: 0.2s linear;
}
.vertical-scroll-cards .item {
  border-radius: 12px;
  background: #fff;
  height: 97px;
  padding: 20px;
  text-decoration: none;
}
.vertical-scroll-cards .item .icon {
  background: #f3f5ff;
  box-shadow: 0 4px 4px 0 rgba(60, 77, 183, 0.12) inset;
  height: 53px;
  width: 53px;
  border-radius: 100px;
  text-align: center;
  padding-top: 13px;
}
.vertical-scroll-cards .item .icon img {
  width: 30px !important;
  margin: auto;
  max-height: 27px;
}
.vertical-scroll-cards .item h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color-1);
  margin-bottom: 0;
}
.vertical-scroll-cards .item:hover {
  box-shadow: 0 4px 4px 0 rgba(47, 61, 150, 0.12) inset;
}
.about-section {
  background: url(../images/bg-icons.png) center/80% no-repeat;
}
.testimonial-image {
  width: 113px;
  height: 113px;
  margin-top: -72px;
  background-size: cover !important;
  border-radius: 100px;
  background-position: center;
  border: 1px solid #e7e7e7;
  margin-left: auto;
  margin-right: auto;
}
.sb-app-screen-1 {
  animation: 3s ease-out infinite app-y-animation;
}
@keyframes app-y-animation {
  0%,
  100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
.header-space {
  margin-top: 107px;
}
.f-weight-bold {
  font-weight: 700 !important;
}
.login-btn-home-learning {
  height: 40px;
  background: linear-gradient(
    -47deg,
    var(--theme-color-2) 0,
    var(--theme-color-2) 100%
  ) !important;
  color: #fff !important;
  border-radius: 40px;
  font-size: 16px;
  padding: 6px 35px;
  font-weight: 400;
  transition: 0.3s;
}
.home-banner-profile-img {
  width: 100%;
  height: 100%;
}
.home-learning-bground-sb {
  background-image: url(../images/learn-subscribe-img/learn-pink-back-icon-2.png);
}
.home-learning-bground-sb-main {
  background-image: url(../images/new-bg-home);
  background-size: cover;
}
.testimonial-card-learn,
.testimonial-card-learn-secondary {
  border-radius: 13px;
  background: url(../images/icons/quote.png) 90% top no-repeat #fff;
  margin: 0 20px;
  min-height: 500px;
  overflow: hidden;
  display: flex;
}
.testimonial-card-learn {
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 20px #ddd;
}
.testimonial-card-learn-secondary {
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 20px #9462a6;
}
.table-border-head-1,
.table-border-head-1-1 {
  background: #f9f9f9 !important;
  padding: 50px !important;
  text-align: center;
}
.testimonial-card-learn .testimonial-card_details h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.table-border-head-1 {
  width: 300px;
}
.table-border-head-1-1 {
  width: 450px;
}
.table-border-head-2 {
  background: #a53eab !important;
  padding: 50px !important;
  color: #fff !important;
}
.border-custom-table-learn {
  border: 0 solid #f1f1f1;
}
.table-border-tbody {
  padding: 50px !important;
}
.s-color-2 {
  color: #981b9f;
}
.m-r-30,
.mr-20,
.sb-table-icon-holder {
  margin-right: 20px;
}
.sb-learn-custom {
  background-color: #911e97 !important;
  color: #fff !important;
  border: 0 solid #96419b;
}
.cstm-border {
  border: 1px solid #9b5bac;
}
.background-white,
.bd-white {
  background: #fff;
}
.background-img-active {
  background: url(../images/learn-subscribe-img/mobile-background-icons.png);
}
.better-involvement-section,
.sb-learning-bnd {
  background: url(../images/sb-learning-bnd.png);
}
.background-img-active-effect {
  width: 100% !important;
  margin-top: 150px;
}
.owl-item {
  margin-bottom: 20px;
}
.arrow-width-20 {
  width: 20px !important;
  margin-left: 10px;
}
.sb-plus-px-200 {
  padding: 0 200px;
}
.telivision-width {
  width: 70px !important;
}
.telivision-large-width {
  width: 550px !important;
}
.mobile-large-width {
  width: 300px !important;
}
.ml-70 {
  margin-left: 70px;
}
.accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
  background-color: transparent !important;
}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.inner-content {
  font-size: 15px;
  color: #535353;
}
.ml-100 {
  margin-left: 100px;
}
.sb-min-height {
  min-height: 250px;
}
.sb-advantage-footer {
  background: var(--theme-color-1);
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
}
.fee-management-section,
.sb-adminstration-custom {
  background: url(../images/school-administration/bg.png);
}
.accordion-button {
  background-color: transparent;
}
.blog-card .blog-card-info .blog-posted,
hr {
  color: #999;
}
.sb-app-screens-3-device {
  align-items: center;
  justify-content: center;
  max-width: 968px;
  margin: auto auto 100px;
  position: relative;
  padding: 20px;
}
.sb-app-screens-3-device img {
  max-width: 33.33%;
}
.sb-app-screens-3-device img:first-child {
  margin-right: -50px;
  filter: drop-shadow(0px 40px 50px rgba(152, 27, 159, 0.4705882353));
}
.sb-app-screens-3-device img:nth-child(2) {
  position: relative;
  z-index: 1;
  margin-bottom: -25%;
}
.sb-app-screens-3-device img:nth-child(3) {
  margin-left: -50px;
  filter: drop-shadow(0px 40px 50px rgba(152, 27, 159, 0.4705882353));
}
.shadow-active::before {
  animation: 3s forwards fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.card-rounded {
  border-radius: 22px;
  border: 0;
  box-shadow: 0 0 80px #eab6f4;
}
.sb-table-theme tr th {
  width: 33.33%;
  min-width: 300;
  font-weight: 600;
}
.sb-table-theme tr td,
.sb-table-theme-2 tr td {
  height: 130px;
  vertical-align: middle;
  padding: 20px 30px;
  font-weight: 300;
  min-width: 320px;
}
.sb-table-theme tr td:nth-child(3) {
  background: var(--theme-color-2);
  color: #fff;
}
.sb-table-theme tr th:first-child {
  background: #f9f9f9 !important;
  padding-left: 50px;
}
.sb-table-theme tr th:nth-child(2) {
  background: #f9f9f9 !important;
}
.sb-table-theme tr th:nth-child(3) {
  background: #a63dac !important;
  color: #fff;
  text-align: center;
}
.sb-table-theme td,
.sb-table-theme th,
.sb-table-theme-2 td,
.sb-table-theme-2 th {
  border: 0;
}
.sb-table-theme tr:not(:last-child) td,
.sb-table-theme-2 tr:not(:last-child) td {
  border-bottom: 1px solid rgba(161, 161, 161, 0.2588235294);
}
.sb-table-theme tr td:first-child {
  border-right: 1px solid rgba(161, 161, 161, 0.2588235294);
  padding-left: 50px;
}
.theme-icon-bg .container {
  position: relative;
  z-index: 2;
}
.theme-icon-bg {
  background: url(../images/icons-bg.png) 0 0 / contain #f7edf8;
  position: relative;
}
.theme-icon-bg::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background: linear-gradient(0deg, #fff, transparent);
  bottom: 0;
}
.blog-card {
  box-shadow: 0 0 20px #ddd;
  overflow: hidden;
  border-radius: 12px;
}
.blog-card .blog-card-thumbnail {
  height: 182px;
  background-size: cover;
  border-bottom: 1px solid #ebebeb;
}
.blog-card h3 {
  color: #333;
  font-weight: 700;
  font-size: 20px;
}
.blog-card .blog-card-info {
  font-size: 13px;
}
.blog-card .blog-card-info .blog-posted-by {
  color: #666;
}
.blog-card .blog-card-body {
  padding: 30px 35px;
}
.blog-card .blog-card-body p {
  line-height: 28px;
}
.advisor-card .advisor-card-content a,
.blog-card .blog-card-body a,
.leadership-card .leadership-card-content a {
  text-decoration: none;
}
.blog-card .read-more-link {
  color: #333;
}
.blog-card .read-more-link img {
  opacity: 0.5;
  transform: translateX(-5px);
  transition: 0.2s ease-in-out;
}
.blog-card:hover .read-more-link img {
  opacity: 1;
  transform: translateX(0);
}
.subpage-bnner {
  min-height: 623px;
  background-size: cover !important;
  background-position: center !important;
}
.subpage-bnner h1 {
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3882352941);
}
.subpage-bnner h1 span {
  font-size: 18px;
  display: block;
}
.hr-icon-box h2 {
  font-size: 20px;
  font-weight: 600;
}
.hr-icon-box h3 {
  font-size: 18px;
  font-weight: 600;
}
.hr-icon-box .icon-box-square {
  min-width: 104px;
  max-width: 104px;
}
.hr-icon-box .icon-box-square img {
  width: 100%;
  max-height: 95px;
}
.list-with-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-with-dots li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
}
.list-with-dots li:before {
  content: "";
  position: absolute;
  border: 1px solid #666;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  top: 9px;
  left: 0;
}
.sb-app-links a img {
  width: 140px;
}
.navbar .dropdown-menu {
  box-shadow: 0 15px 15px rgba(145, 30, 151, 0.2941176471);
  border: 0;
  font-size: 15px;
  padding: 10px 0;
  border-radius: 8px;
}
.navbar .dropdown-menu a {
  padding: 9px 25px;
}
.fee-management-section .col:last-child ::before,
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  background-color: var(--theme-color-1) !important;
}
.navbar .submeu-2 {
  list-style: none;
  padding: 0;
}
.navbar .submeu-2 li a {
  padding-left: 45px;
}
.dropdown-toggle[aria-expanded*="false"] .dropdown-menu-icon,
.dropdown-toggle[aria-expanded*="true"] .dropdown-menu-icon {
  transition: 0.3s !important;
}
.dropdown-toggle[aria-expanded*="false"] .dropdown-menu-icon svg {
  transform: rotate(0);
  transition: 0.3s !important;
}
.dropdown-toggle[aria-expanded*="true"] .dropdown-menu-icon svg {
  transform: rotate(180deg);
  transition: 0.3s !important;
}
.heading-underlined-left::before,
.sb-card-with-icon h2:before,
.sb-card-with-icon h3:before {
  content: "";
  bottom: -15px;
  position: absolute;
  width: 54px;
  height: 3px;
  background: var(--theme-color-1);
  left: 0;
}
#back-top-top {
  width: 54px;
  height: 54px;
  border-radius: 50px;
  background: #fcf9fc;
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 3;
  visibility: hidden;
  text-align: center;
  padding-top: 12px;
  cursor: pointer;
  border: 1px solid rgba(152, 27, 159, 0.1098039216);
  opacity: 0.8 !important;
}
#back-top-top:hover {
  opacity: 1 !important;
}
#back-top-top.show {
  opacity: 1;
  visibility: visible;
}
.white-card-icon {
  border-radius: 15px;
  border: 1px solid #e9e9e9;
  background: #fff;
  box-shadow: 0 17px 50px 5px rgba(0, 0, 0, 0.03);
  padding: 80px 30px;
  text-align: center;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  height: 100%;
}
.white-card-icon h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.white-card-icon img {
  min-height: 28px;
  width: auto;
  margin-bottom: 20px;
}
.faq-section {
  border-top: 1px solid #fafafa;
  background: url(../images/home-learning-bg-1.png) left top no-repeat,
    url(../images/home-learning-bg-2.png) right bottom no-repeat;
}
.faq-section a {
  color: var(--theme-color-2) !important;
  text-decoration: none;
}
#accordion-faq .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;
  padding: 30px 0;
}
#accordion-faq .accordion-body {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.36px;
}
#accordion-faq .accordion-item {
  border-left: 0;
  border-right: 0;
  background-color: transparent;
}
#accordion-faq .accordion-item:first-child {
  border-top: 0;
}
#accordion-faq .accordion-item:last-child {
  border-bottom: 0;
}
#accordion-sb .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;
  padding: 15px 0;
}
#accordion-sb .accordion-body {
  padding-right: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.36px;
}
#accordion-sb .accordion-item {
  border: 0;
  background-color: transparent;
}
.accordion-button {
  color: #333 !important;
}
.testimonial-hr {
  border-radius: 13px;
  background: url(../images/icons/quote.png) 90% top no-repeat #fff;
  margin: 0 20px;
  overflow: hidden;
}
.testimonial-hr .testimonial-hr-info {
  background: var(--theme-color-1);
}
.testimonial-hr .testimonial-img {
  width: 70px;
  height: 70px;
  background-size: cover !important;
  border-radius: 50px;
}
.app-screen-1 {
  width: 100%;
  max-width: 640px;
}
.b-radius-22 {
  border-radius: 22px;
}
.p-30px,
.sb-card-with-icon {
  padding: 30px;
}
.heading-underlined-left-2 {
  position: relative;
  margin-bottom: 35px !important;
}
.heading-underlined-left-2::before {
  content: "";
  bottom: -15px;
  position: absolute;
  width: 35px;
  height: 3px;
  background: var(--theme-color-2);
  left: 0;
}
@media only screen and (max-width: 768px) {
  .heading-underlined-left-2:before,
  .heading-underlined-left:before {
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  footer ul li {
    margin-bottom: 5px;
  }
  .hr-icon-box h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  .icon-box-square {
    min-width: 65px !important;
    max-width: 65px !important;
  }
}
.intro-bg {
  background: url("../images/bg-icons.png");
}
.white-card-with-icon {
  border-radius: 15px;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 30px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  height: 100%;
}
.white-card-with-icon h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.leadership-card h2,
.leadership-card h3 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.white-card-with-icon img {
  width: 50px;
}
.timeline-section {
  background: url("../images/Ellipse-1.png") 0 0 / contain no-repeat;
}
.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}
@media (min-width: 768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: 0.25rem dotted var(--theme-color-1);
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: 0.3125rem;
  }
  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem dotted var(--theme-color-1);
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: 0.3125rem;
  }
}
.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center;
}
.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color-1);
}
.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: var(--theme-color-1);
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: 0.3;
}
.team-card {
  border-radius: 0;
}
.advisor-card,
.leadership-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.0705882353);
}
.team-section {
  background: var(--theme-color-1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.0705882353);
}
.team-section .team-title {
  border-radius: 20px;
  padding: 30px 60px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.0705882353);
  color: #fff;
}
.advisor-card .advisor-card-content,
.leadership-card .leadership-card-content {
  position: absolute;
  background: rgba(255, 255, 255, 0.768627451);
  width: 100%;
  padding: 25px 20px;
  bottom: -55px;
  transition: 0.2s ease-in;
  text-align: center;
}
.team-section .team-title p {
  margin-bottom: 0;
}
.team-card img {
  width: 100%;
  border-radius: 20px;
}
.leadership-card h2 {
  font-size: 18px;
}
.leadership-card h3 {
  font-size: 17px;
}
.leadership-card h4 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.advisor-card h4,
.advisor-card h6,
.leadership-card h6 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
.leadership-card .leadership-card-content ul {
  margin: 20px 0 0;
  padding: 0;
}
.advisor-card .advisor-card-content ul li,
.leadership-card .leadership-card-content ul li {
  list-style: none;
  display: inline;
  margin: 0 2px;
}
.advisor-card .advisor-card-content img,
.leadership-card .leadership-card-content img {
  width: 30px;
}
.advisor-card:hover .advisor-card-content,
.leadership-card:hover .leadership-card-content {
  background-color: #fff;
  bottom: 0;
}
.advisor-card h3 {
  font-size: 17px;
}
.advisor-card .advisor-card-content {
  color: #333;
}
.advisor-card .advisor-card-content ul {
  margin: 20px 0 0;
  padding: 0;
  transition: 0.2s;
}
.advisor-card .advisor-card-content:hover ul {
  opacity: 1;
  height: initial;
}
.sb-table-theme-2 tr th {
  width: 33.33%;
  min-width: 300;
  font-weight: 600;
  background: #f9f9f9;
}
.fee-management-section .col,
.sb-table-theme-2 tr td:nth-child(3),
.sb-table-theme-2 tr td:nth-child(4),
.sb-table-theme-2 tr th:nth-child(3),
.sb-table-theme-2 tr th:nth-child(4),
.sticky-contact-btn-group a {
  text-align: center;
}
.sb-table-theme-2 tr td:first-child {
  background: var(--theme-color-2);
  color: #fff;
  border-right: 1px solid rgba(161, 161, 161, 0.2588235294);
  padding-left: 50px;
}
.sb-table-theme-2 tr th:first-child {
  background: #a63dac !important;
  color: #fff;
  padding-left: 50px;
}
.sb-table-theme-2 .icon-yes-or-no {
  width: 40px;
}
.sb-table-icon-holder img {
  width: 39px;
}
.sb-theme-1-icons-bg {
  background-color: var(--theme-color-1);
  background-image: url("../images/icons-bg-white.png");
}
.call-icon {
  height: 42px;
  width: 42px;
  background: linear-gradient(
    -47deg,
    var(--theme-color-1) 0,
    var(--theme-color-1) 100%
  ) !important;
  color: #fff !important;
  border-radius: 40px;
  font-size: 16px;
  padding: 8px 0;
  font-weight: 400;
}
.why-choose-us {
  border-radius: 30px;
  color: #fff;
  background-image: url("../images/fee-management/why-choose-us-bg.png"),
    linear-gradient(160deg, #981b9f 22.08%, #7b2780 84.32%);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.fee-management-section .card {
  border-radius: 10px;
  position: relative;
  filter: drop-shadow(5px 0 20px rgba(0, 0, 0, 0.1254901961));
}
.fee-management-section .card img {
  margin-bottom: 20px;
  max-width: 50px;
  margin-top: 25px;
  transition: 0.3s ease-in-out;
}
.card-light-sb h3,
.fee-management-section .card h3 {
  font-size: 22px;
}
.fee-management-section .card::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  right: -10px;
  transform: rotate(45deg);
  top: 45%;
  border-radius: 3px;
}
.fee-management-section .card :hover img {
  transform: rotate(-7deg);
}
.custom-images img {
  width: 100%;
  margin: auto;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  padding: 15px;
  max-height: 580px;
}
video::-webkit-media-controls {
  --gradient-steps: transparent;
}
.card-light-sb {
  background: linear-gradient(180deg, #f9f9f9, #fff);
  border: 0;
  border-radius: 13px;
}
.card-list-center {
  line-height: 30px;
  list-style: none;
  margin-left: 20px;
  margin-top: 44px;
}
.card-list-center li,
.sb-card-with-icon h3 {
  position: relative;
}
.card-list-center li::after {
  content: "";
  position: absolute;
  top: 10px;
  border: 1px solid #666;
  height: 11px;
  width: 11px;
  left: -20px;
  border-radius: 50px;
}
.sb-card-with-icon h2 {
  position: relative;
  font-size: 24px;
}
.section-top-light-bg:after {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(247, 238, 248, 0.9607843137),
    transparent
  );
}
.app-download-section {
  border-radius: 30px;
  background-image: linear-gradient(160deg, #981b9f 22.08%, #7b2780 84.32%);
  color: #fff;
}
.panel-icon {
  max-width: 75px;
}
.android-panel-preview {
  background: #333;
  padding: 10px 10px 13px;
  border-radius: 5px;
  position: relative;
}
.android-panel-preview img {
  border-radius: 0;
  border: 1px solid #424242;
}
.android-panel-preview::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  height: 2px;
  width: 14px;
  background: #707070;
  border-radius: 5px;
}
.sticky-contact-btn-group {
  position: fixed;
  right: 15px;
  top: 50%;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 7px;
  z-index: 3;
  transform: translateY(-50%);
}
.sticky-contact-btn-group a:hover img {
  transform: scale(1);
}
.sticky-contact-btn-group img {
  transition: 0.2s ease-in;
  transform: scale(0.9);
  width: 47px;
}
.app-feature-card {
  border-radius: 10px;
  padding: 15px 20px;
  background: linear-gradient(180deg, #faf3fa, #fceaff);
}
.app-feature-card h3 {
  font-size: 18px;
  color: #aa37af;
  font-weight: 600;
}
.app-feature-card img {
  margin-top: -70px;
  margin-bottom: 20px;
  width: 100px;
}
.our-vision {
  background-size: cover !important;
  background-position: center !important;
}
.our-vision .text-highlight {
  letter-spacing: 2px;
  font-weight: 300 !important;
  font-size: 21px;
  text-overflow: 0 0 15px rgba(0, 0, 0, 0.7254901961);
}
.timeline-section .timeline-card {
  background: #f8eff8;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  min-height: 230px;
  margin-right: 20px;
  min-width: 320px;
  border: 1px solid #f4dbf9;
  transition: 0.1s ease-in;
}
.timeline-section .timeline-card h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  color: #9c27b0;
  background: rgba(156, 39, 176, 0.0705882353);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}
.timeline-section .timeline-card:hover {
  background: #981b9f;
  color: #fff;
}
.timeline-section .timeline-card:hover h3 {
  color: #fff;
  background: rgba(255, 255, 255, 0.1411764706);
}
.timeline-section #timeline-row {
  overflow-x: scroll;
  padding-left: 70px;
  display: flex;
}
.timeline-section #timeline-row::-webkit-scrollbar {
  visibility: hidden;
}
.our-team .owl-item img {
  border: 6px solid #f1f1f1;
  border-radius: 10px;
}
.our-team .owl-stage {
  padding: 15px 0;
}
.our-team .owl-stage .owl-item:nth-child(odd) img {
  transform: rotate(-2deg);
}
.our-team .owl-stage .owl-item:nth-child(2n) img {
  transform: rotate(1deg);
}
label {
  font-weight: 0;
}
.form-control,
.form-select {
  height: 50px;
  background: #ecf0f4;
  border-color: transparent;
  padding: 0 15px;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  border-radius: 0;
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  font-size: 15px;
  opacity: 0.5;
}
.form-control::placeholder,
.form-select::placeholder {
  font-size: 15px;
  opacity: 0.5;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--theme-color-2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.form-select {
  font-size: 15px;
}
.address-icon {
  min-width: 60px;
  background: #fff;
  border-right: 2px solid #ebebeb;
  padding: 15px;
  text-align: center;
}
.address-icon img {
  width: 21px;
}
.contact-address p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.parent-commun-portal-section {
  background: url(../images/homelearning-intro-bg.png);
}
@media only screen and (min-width: 991px) {
  .subpage-bnner h1 {
    font-size: 56px;
  }
  .subpage-bnner h1 span {
    font-size: 25px;
    display: block;
  }
  .navbar .dropdown-menu {
    min-width: 280px;
  }
  .navbar .dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0) !important;
  }
  #accordion-faq .accordion-button,
  #accordion-sb .accordion-button {
    font-size: 18px;
  }
  #accordion-faq .accordion-body,
  #accordion-sb .accordion-body {
    font-size: 16px;
  }
  .app-feature-card {
    max-width: 75%;
    min-width: 300px;
    margin: auto;
  }
  .col-lg-4:first-child .app-feature-card:first-child,
  .col-lg-4:first-child .app-feature-card:nth-child(3) {
    margin-right: 10px;
  }
  .col-lg-4:last-child .app-feature-card:first-child,
  .col-lg-4:last-child .app-feature-card:nth-child(3) {
    margin-left: 10px;
  }
  #sb-contact {
    scroll-margin: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .home-learning {
    background-size: 280px;
  }
  .sb-section {
    padding: 30px 0;
  }
  .text-content {
    font-size: 16px;
    line-height: 24px;
  }
  .card-white,
  .white-card-icon {
    padding: 50px 15px;
  }
  .card-white h3 {
    font-size: 14px;
  }
  .card-white h2,
  .white-card-icon h3 {
    font-size: 16px;
  }
  .text-img-box {
    font-size: 18px;
  }
  .text-img-box ul {
    list-style-type: none;
  }
  .subpage-bnner {
    min-height: 20vh;
  }
  .navbar .dropdown-menu-center li a {
    padding-left: 0 !important;
  }
  .navbar .dropdown-menu {
    box-shadow: none !important;
    background: 0 0;
  }
  .navbar .submeu-2 li a {
    padding-left: 25px;
  }
  .faq-section {
    background-size: 30%;
  }
  .app-feature-card {
    margin-bottom: 60px;
  }
  .features-device-mockup {
    margin-bottom: 100px;
  }
  #sb-contact {
    scroll-margin: 50px;
  }
}
.fs1rem {
  font-size: 24px;
}
.partner-with-us {
  color: #fff;
  background-image: url("../images/partnerships/who-can-partner-bg-only.png"),
    linear-gradient(160deg, #981b9f 22.08%, #7b2780 84.32%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
.heading-underlined-left-light {
  position: relative;
  margin-bottom: 40px;
}
.heading-underlined-left-light::before {
  content: "";
  bottom: -15px;
  position: absolute;
  width: 54px;
  height: 3px;
  background: #fff;
  left: 5%;
  transform: translate(-50%, -50%);
}
.fs1rem {
  font-size: 24px;
}
.fs-18,
.fs-18px {
  font-size: 18px;
}
.partnership-module {
  background: url(../images/sb-learning-bnd.png);
}
@media only screen and (max-width: 991px) {
  .heading-underlined-left-3::before {
    left: 45%;
  }
  .who-can-partner-img {
    order: 1;
  }
}
.sb-modal-theme .modal-content {
  background-image: url("../../img/v2/modal_bg_top.png"),
    url("../../img/v2/modalbg.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  position: end;
}
.modal-header,
.modal-footer {
  border: 0;
}
.custom-modal .modal-header {
  font-weight: 600;
  color: #8b2899;
}
.custom-modal .modal-text {
  font-size: 18px;
}
.custom-modal .form-label {
  font-size: small;
}


/* coustom */

.color-1 {
  color: var(--theme-color-1);
}
.color-2 {
  color: var(--theme-color-2);
}
.color-3 {
  color: var(--theme-color-3);
}
.linear-gradient{
    background: linear-gradient(
    -47deg,
    var(--theme-color-1) 0,
    var(--theme-color-2) 100%
  ) !important;
  transition: 0.3s;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--theme-color-2) !important;
}