.main-nav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (min-width: 992px) {
  .main-nav {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px; }
  .sm-clean a.has-submenu {
    padding-right: 14px; }
  .navbar_header .sm-clean a .sub-arrow {
    display: none; } }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  text-decoration: none; }

#main-menu {
  clear: both; }

@media (min-width: 992px) {
  #main-menu {
    float: right;
    clear: none; } }

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 6px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none; }

#main-menu-state:checked ~ #main-menu {
  display: block; }

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px; }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; }
  .sm-clean .sm-nowrap {
    min-width: 250px !important;
    border: 0; }
    .sm-clean .sm-nowrap li a {
      white-space: inherit;
      line-height: 18px;
      font-size: 16px; } }

.sm-clean > li > ul::after {
  top: -15px; }

@media (max-width: 992px) {
  #main-menu {
    background: #fff;
    position: fixed;
    width: 300px;
    left: -300px;
    top: 0;
    bottom: 0;
    overflow-y: auto; }
  .navbar_header .main-menu-btn {
    top: 10px; } }

/* Override Bootstrap Icons font behavior */
@font-face {
  font-family: 'bootstrap-icons';
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2"), url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'edumax_bold';
  src: url(../images/edumax_bold.woff);
  font-display: swap; }

@font-face {
  font-family: 'edumax_regular';
  src: url(../images/edumax_regular.woff);
  font-display: swap; }

@font-face {
  font-family: 'edumax_medium';
  src: url(../images/edumax_medium.woff);
  font-display: swap; }

@font-face {
  font-family: 'edumax_extra_bold';
  src: url(../images/edumax_extra_bold.woff);
  font-display: swap; }

.topbar {
  padding: 20px 0;
  background: #fff; }
  .topbar .top-icons img {
    filter: invert(1); }
  @media (max-width: 767px) {
    .topbar .top-icons {
      display: none !important; } }
  .topbar .btn {
    background: #fff;
    color: #000;
    border-radius: 2px;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px; }
  .topbar p {
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif; }
  .topbar a {
    color: #000;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }

.navbar_header {
  padding: 10px 0;
  background: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9; }
  .navbar_header ul li a {
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    font-weight: 600 !important; }
    .navbar_header ul li a:hover {
      color: #df3939; }
  .navbar_header ul li ul li a {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif; }
  .navbar_header .btn {
    background: none;
    border-radius: 25px !important;
    border: 1px solid #fff;
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: absolute;
    right: 0; }
    .navbar_header .btn a {
      color: #fff;
      font-weight: 500; }
    .navbar_header .btn:hover {
      background: #fff; }
      .navbar_header .btn:hover a {
        color: #000 !important; }
  .navbar_header .col-lg-9 .d-flex {
    position: relative; }

.navbar_header.nav-fixed {
  position: fixed;
  background: #000;
  padding: 10px 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  transition: .3s; }

body {
  font-family: "Plus Jakarta Sans", sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.container-fluid {
  position: relative;
  z-index: 1; }

a {
  text-decoration: none; }

.home-banners {
  position: relative;
  overflow: hidden;
  background: #000; }
  .home-banners .carousel-item .img-fluid {
    height: 850px;
    width: 100%;
    object-fit: cover;
    opacity: .8; }
  .home-banners .carousel-caption {
    top: 0;
    bottom: 0;
    left: 5%;
    width: 700px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    z-index: 3; }
  .home-banners .title {
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    padding: 20px 0; }
  .home-banners .sub-title {
    font-size: 36px;
    font-family: "Caveat", cursive;
    font-weight: 700;
    color: #fff; }
  .home-banners .description {
    color: #fff;
    font-size: 18px;
    font-weight: 400; }
  .home-banners .btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #df3939;
    color: #fff;
    padding: 12px 30px;
    font-weight: 500;
    margin-top: 30px; }

.home-about-us {
  padding: 80px 0;
  position: relative; }
  .home-about-us .sub-title {
    font-size: 36px;
    color: #df3939;
    margin-bottom: 20px;
    font-family: "Kalam", cursive; }
  .home-about-us .title {
    font-size: 42px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 30px;
    color: #16274a; }
  .home-about-us .description {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    color: #595959; }
  .home-about-us .btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    border: 2px solid #df3939;
    color: #16274a;
    font-weight: 500;
    margin-top: 30px;
    padding: .9rem 1.6rem;
    border-radius: 8px; }
  .home-about-us .img-fluid {
    border-radius: 20px; }
  .home-about-us .box-title {
    font-size: 18px;
    font-weight: 700; }
  .home-about-us .box {
    padding: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    margin-bottom: 10px;
    display: flex;
    gap: 20px; }
    .home-about-us .box .description {
      font-size: 15px; }
  .home-about-us .nav-tabs {
    gap: 15px; }
  .home-about-us .nav-item .nav-link {
    border-radius: 8px !important;
    border: 2px solid #df3939;
    padding: 12px 35px !important;
    color: #000;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif; }
  .home-about-us .nav-item .active {
    background: #df3939;
    color: #fff; }

.home-modules {
  padding: 60px 0;
  position: relative; }
  .home-modules .sub-title {
    font-size: 36px;
    font-family: "Kalam", cursive;
    color: #df3939; }
  .home-modules .title {
    font-size: 3.125rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    color: #16274a; }
    .home-modules .title span {
      color: #df3939; }
  .home-modules .description {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
    color: #595959; }
  @media (min-width: 1200px) {
    .home-modules .col-xl-3 {
      width: 20%; } }
  .home-modules .box {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    background: #f9f4f4;
    border-radius: 20px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 10px; }
    .home-modules .box img {
      filter: grayscale(1); }
    .home-modules .box .box-title {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #16274a;
      min-height: 45px; }
    .home-modules .box .description {
      font-size: 14px;
      color: #595959;
      line-height: 18px;
      font-weight: 500;
      margin-bottom: 0;
      text-align: left;
      min-height: 90px; }
    .home-modules .box .stretched-link {
      font-weight: 800;
      color: #df3939;
      transition: all .2s; }
      .home-modules .box .stretched-link:hover {
        padding-left: 5px; }

.home-why-choose-us {
  padding: 80px 0;
  position: relative;
  background: #f9f4f4; }
  .home-why-choose-us .sub-title {
    font-size: 36px;
    font-family: "Kalam", cursive;
    color: #df3939;
    margin-bottom: 20px; }
  .home-why-choose-us .title {
    font-size: 42px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 30px;
    color: #16274a; }
  .home-why-choose-us .description {
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    color: #595959; }
  .home-why-choose-us .btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    border: 2px solid #df3939;
    color: #16274a;
    font-weight: 500;
    margin-top: 30px;
    padding: .9rem 1.6rem;
    border-radius: 8px; }
  .home-why-choose-us .img-fluid {
    border-radius: 20px; }
  .home-why-choose-us .box-title {
    font-size: 18px;
    font-weight: 700; }
  .home-why-choose-us .box {
    padding: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    margin-bottom: 10px;
    border-radius: 20px;
    display: flex;
    background: #fff;
    gap: 20px; }
    .home-why-choose-us .box .description {
      font-size: 15px;
      min-height: 40px; }

.home-services {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background: #16274a; }
  .home-services .background {
    position: absolute;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    background-position: 50% 50%;
    background-size: cover !important;
    filter: blur(10px);
    mix-blend-mode: multiply;
    opacity: .3; }
  .home-services .title {
    font-size: 42px;
    font-family: "Kalam", cursive;
    text-align: center;
    color: #fff; }
  .home-services .description {
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 70px;
    text-align: center; }
  .home-services .short-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 50px;
    text-align: center; }
  .home-services .explore {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    letter-spacing: 1px; }
  .home-services .sub-title {
    color: #df3939;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-size: 24px; }
  .home-services .box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    gap: 20px;
    margin-bottom: 25px; }
    .home-services .box img {
      filter: invert(1); }
    .home-services .box .description {
      text-align: left;
      font-size: 16px;
      font-weight: 500; }
    .home-services .box:hover .sub-title {
      color: #fff; }

.home-clients {
  position: relative;
  padding: 70px 0 90px 0;
  overflow: hidden;
  background: #f5f5f5;
  /*   .glide__arrows {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        pointer-events: none;
       allow slides under arrows to still be clickable 
    }
    .glide__arrow {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        color: #333;
        border: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        pointer-events: auto;
        
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        transition: all 0.3s ease;
    }
      */ }
  .home-clients .description {
    font-size: 22px;
    font-family: "Kalam", cursive;
    text-align: center;
    color: #595959;
    margin-bottom: 60px; }
  .home-clients .title {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 48px;
    color: #000; }
  .home-clients .box {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    background: #fff;
    padding: 15px;
    display: flex;
    justify-content: center; }
    .home-clients .box .sub-title {
      text-align: center;
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 20px;
      z-index: 2;
      font-family: "Roboto", sans-serif;
      color: #fff; }
      .home-clients .box .sub-title span {
        font-family: "Roboto", sans-serif;
        display: block;
        margin: 5px 0;
        font-size: 18px;
        letter-spacing: 2px; }
    .home-clients .box .description {
      font-size: 18px;
      letter-spacing: .5px;
      line-height: 26px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      color: #5A5A5A;
      font-size: 16px;
      color: white;
      font-weight: 400;
      line-height: 22px; }
    .home-clients .box .btn {
      color: #fff;
      font-family: "Roboto", sans-serif;
      padding: 0;
      font-weight: 800; }
    .home-clients .box .img-fluid {
      height: 170px;
      object-fit: contain;
      mix-blend-mode: multiply; }

.home-faq {
  padding: 60px 0;
  position: relative;
  overflow: hidden; }
  .home-faq .title {
    font-size: 48px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
    font-weight: 800;
    margin-bottom: 40px;
    color: #16274a; }
  .home-faq .description {
    color: #595959;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500; }
  .home-faq .sub-title {
    color: #000;
    font-family: "Kalam", cursive;
    font-size: 26px;
    font-weight: 500;
    padding: 20px 0 10px 0; }
    .home-faq .sub-title span {
      color: #df3939; }

.footer {
  position: relative;
  background: #f9f4f4;
  overflow: hidden;
  border-top: 1px solid rgba(112, 112, 112, 0.05); }
  .footer .title {
    color: #000;
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 30px; }
  .footer .col-lg-4 .title.fw-medium.fs-3.mb-2 {
    font-family: "Kalam", cursive; }
  .footer .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #5A5A5A;
    font-size: 15px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    font-weight: 500; }
    .footer .description img,
    .footer .description .bi {
      margin-right: 8px; }
  .footer .sub-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8); }
  .footer ul {
    padding-left: 0;
    margin-bottom: 30px; }
    .footer ul li {
      list-style: none; }
      .footer ul li a {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        margin-bottom: 6px;
        font-weight: 500;
        display: inline-block;
        color: #5A5A5A; }
        .footer ul li a:hover {
          color: #df3939; }
  .footer .col-lg-8 {
    background: #fff;
    padding: 60px 50px; }
  .footer .icons {
    margin-top: 40px; }
    .footer .icons a {
      width: 40px;
      background: #f9f4f4;
      height: 40px;
      display: inline-block;
      border-radius: 100px;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
  .footer .btn {
    background-color: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    transition-duration: .8s;
    border: 1px solid #000000c4;
    border-radius: 0;
    padding: 12px 40px 12px 40px; }
  @media (min-width: 991px) {
    .footer address {
      width: 80%; } }
  .footer address .description img {
    margin-right: 8px; }

.copyright {
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  padding-top: 30px; }
  .copyright p {
    margin-bottom: 0; }

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
  color: #000;
  background: #fff;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.whatsapp {
  position: fixed;
  z-index: 2;
  right: 10px;
  bottom: 100px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #25d366;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  .whatsapp img {
    filter: invert(1); }

.common-banner {
  position: relative;
  overflow: hidden;
  background: #000; }
  .common-banner::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent); }
  .common-banner .container-fluid {
    height: 600px; }
  .common-banner .col-xl-11 {
    padding: 30px 15px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    @media (min-width: 992px) {
      .common-banner .col-xl-11 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; } }
  .common-banner .common-banner-title {
    text-align: center;
    position: relative;
    margin: auto; }
    @media (min-width: 992px) {
      .common-banner .common-banner-title {
        width: 70%; } }
  .common-banner .img-fluid {
    position: absolute;
    height: 600px;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: .7; }
  .common-banner .sub-title {
    font-family: "edumax_medium";
    text-transform: capitalize;
    font-size: 22px;
    color: #fff; }
  .common-banner .title {
    font-size: 60px;
    line-height: 66px;
    color: #fff;
    font-family: "edumax_bold";
    letter-spacing: -1px; }
  .common-banner .description {
    color: #fff;
    font-size: 30px;
    font-family: "edumax_regular";
    letter-spacing: -1px;
    margin-bottom: 0; }
  .common-banner .breadcrumb-item + .breadcrumb-item::before {
    color: #fff; }
  .common-banner .breadcrumb {
    margin: 0; }
    .common-banner .breadcrumb li {
      font-family: "edumax_regular";
      text-transform: capitalize;
      color: #fff;
      font-size: 18px; }
      .common-banner .breadcrumb li a {
        color: #fff; }
    .common-banner .breadcrumb .active {
      opacity: .7; }

.contact-inner {
  padding: 70px 0;
  position: relative;
  overflow-x: hidden; }
  .contact-inner .title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px; }
  .contact-inner .sub-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #16274a;
    margin-top: 25px; }
    .contact-inner .sub-title .bi {
      margin-right: 8px; }
  .contact-inner .box {
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    min-height: 220px;
    background: #df3939;
    border-radius: 15px; }
    .contact-inner .box:hover {
      box-shadow: 0 0 58px rgba(0, 0, 0, 0.05); }
  .contact-inner .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #5A5A5A;
    font-size: 18px; }
    .contact-inner .description .bi {
      margin-right: 8px; }
  .contact-inner .form-control {
    font-family: "Roboto", sans-serif;
    color: #595959;
    font-size: 16px; }
  .contact-inner ::placeholder,
  .contact-inner select {
    color: #595959; }
  .contact-inner input {
    height: 45px; }
  .contact-inner .btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #df3939;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    margin-top: 30px; }
  .contact-inner iframe {
    border-radius: 15px; }
  .contact-inner .icons {
    margin-top: 40px; }
    .contact-inner .icons a {
      width: 40px;
      background: #f9f4f4;
      height: 40px;
      display: inline-block;
      border-radius: 100px;
      display: inline-flex;
      justify-content: center;
      align-items: center; }

.inner-content {
  padding: 70px 0;
  position: relative;
  overflow-x: hidden; }
  .inner-content .title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px; }
    .inner-content .title span {
      color: #df3939; }
  .inner-content .sub-title {
    font-family: "Kalam", cursive;
    font-size: 30px;
    font-weight: 500;
    color: #16274a;
    margin-top: 25px; }
    .inner-content .sub-title .bi {
      margin-right: 8px; }
  .inner-content .box {
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    min-height: 280px;
    background: #df3939;
    border-radius: 15px; }
    .inner-content .box:hover {
      box-shadow: 0 0 58px rgba(0, 0, 0, 0.05); }
    .inner-content .box .sub-title {
      color: #fff; }
    .inner-content .box .description {
      color: #fff; }
  .inner-content .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #5A5A5A;
    font-size: 18px; }
    .inner-content .description .bi {
      margin-right: 8px; }
  .inner-content .smart-box {
    padding: 30px;
    min-height: 320px;
    border: 2px solid #df3939;
    margin-bottom: 30px;
    border-radius: 15px;
    text-align: center; }
    .inner-content .smart-box .sub-title {
      font-size: 30px;
      margin-bottom: 20px;
      font-family: "Kalam", cursive; }
    .inner-content .smart-box .description {
      font-size: 18px; }

.common-footer {
  background: #000;
  padding: 50px 0;
  position: relative;
  text-align: center; }
  .common-footer .title {
    font-family: "Kalam", cursive;
    font-size: 48px;
    margin-bottom: 40px;
    color: #fff; }
  .common-footer .description {
    font-family: "edumax_regular";
    font-size: 22px;
    color: #fff; }
  .common-footer .btn {
    background: none;
    border-radius: 25px !important;
    border: 1px solid #fff;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #fff;
    margin-top: 25px; }
    .common-footer .btn a {
      color: #fff;
      font-weight: 500; }
    .common-footer .btn:hover {
      background: #fff;
      color: #000 !important; }

.inner-why-choose-us {
  padding: 60px 0;
  position: relative;
  background: #f9f4f4; }
  .inner-why-choose-us .sub-title {
    font-weight: 300;
    font-size: 1.375rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #df3939; }
  .inner-why-choose-us .title {
    font-size: 3.125rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    color: #16274a; }
    .inner-why-choose-us .title span {
      color: #df3939; }
  .inner-why-choose-us .description {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
    color: #595959; }
  @media (min-width: 1200px) {
    .inner-why-choose-us .col-xl-3 {
      width: 20%; } }
  .inner-why-choose-us .box {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 20px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 10px; }
    .inner-why-choose-us .box img {
      filter: grayscale(1); }
    .inner-why-choose-us .box .box-title {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #16274a;
      min-height: 45px; }
    .inner-why-choose-us .box .description {
      font-size: 14px;
      color: #595959;
      line-height: 18px;
      font-weight: 500;
      margin-bottom: 0;
      text-align: left;
      min-height: 90px; }
    .inner-why-choose-us .box .stretched-link {
      font-weight: 800;
      color: #df3939;
      transition: all .2s; }
      .inner-why-choose-us .box .stretched-link:hover {
        padding-left: 5px; }

.inner-blue-background {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background: #16274a; }
  .inner-blue-background .background {
    position: absolute;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    background-position: 50% 50%;
    background-size: cover !important;
    filter: blur(10px);
    mix-blend-mode: multiply;
    opacity: .3; }
  .inner-blue-background .title {
    font-size: 42px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    text-align: center;
    color: #fff; }
  .inner-blue-background .description {
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center; }
  .inner-blue-background .explore {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    letter-spacing: 1px; }
  .inner-blue-background .sub-title {
    color: #df3939;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-size: 22px; }
  .inner-blue-background .box {
    overflow: hidden;
    display: flex;
    gap: 20px;
    margin-bottom: 25px; }
    .inner-blue-background .box img {
      filter: invert(1); }
    .inner-blue-background .box .description {
      text-align: left;
      font-size: 15px;
      font-weight: 400; }
  .inner-blue-background .nav-pills {
    border-right: 1px solid rgba(214, 214, 214, 0.2); }
    .inner-blue-background .nav-pills button {
      background: none;
      color: #fff;
      text-align: left;
      font-weight: 500;
      border-radius: 0;
      border-bottom: 1px solid rgba(214, 214, 214, 0.2); }
      .inner-blue-background .nav-pills button img {
        filter: invert(1);
        width: 24px;
        height: 24px;
        margin-right: 10px; }
    .inner-blue-background .nav-pills .active {
      background: #df3939; }
  .inner-blue-background .tab-content .title {
    color: #df3939; }
  .inner-blue-background .position-absolute {
    right: 10px; }
    @media (max-width: 991px) {
      .inner-blue-background .position-absolute {
        position: relative; } }

.why-edumax-global-outperforms {
  padding: 50px 0 70px 0;
  position: relative;
  background: #16274a; }
  .why-edumax-global-outperforms .title {
    font-size: 42px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    text-align: center;
    color: #fff; }
    .why-edumax-global-outperforms .title span {
      color: #df3939; }
  .why-edumax-global-outperforms .section {
    width: 100%;
    background: #fff; }
    @media (min-width: 992px) {
      .why-edumax-global-outperforms .section {
        display: flex; } }
    .why-edumax-global-outperforms .section .cards {
      width: 100%;
      border: 2px solid #eee;
      border-collapse: collapse;
      margin-left: -2px;
      padding-top: 25px; }
      .why-edumax-global-outperforms .section .cards:first-child {
        background: #df3939; }
        .why-edumax-global-outperforms .section .cards:first-child .sub-title {
          color: #fff; }
        .why-edumax-global-outperforms .section .cards:first-child li {
          color: #fff; }
    .why-edumax-global-outperforms .section .sub-title {
      font-size: 24px;
      padding: 10px 25px;
      color: #000; }
    .why-edumax-global-outperforms .section .description {
      padding-left: 0;
      color: #fff; }
      .why-edumax-global-outperforms .section .description li {
        list-style: none;
        font-size: 18px;
        color: #000;
        text-align: left;
        margin-bottom: 0px;
        padding: 5px 25px;
        display: flex;
        justify-content: start;
        flex-direction: row-reverse; }
        .why-edumax-global-outperforms .section .description li .bi {
          margin-right: 10px;
          color: #119642; }
  .why-edumax-global-outperforms .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
    color: #fff; }
  .why-edumax-global-outperforms .sub-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #fff; }

.benefits-of-school-erp-software {
  padding: 70px 0;
  position: relative; }
  .benefits-of-school-erp-software .title {
    margin-bottom: 60px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 42px;
    font-weight: 700; }
  .benefits-of-school-erp-software .description {
    font-size: 16px;
    color: #595959;
    font-weight: 400;
    transition: max-height 0.4s ease; }
  .benefits-of-school-erp-software .faq-box {
    margin-bottom: 5px;
    border: 1px solid rgba(214, 214, 214, 0.4);
    border-radius: 8px;
    padding: 10px 20px;
    transition: max-height 0.4s ease; }
    .benefits-of-school-erp-software .faq-box .sub-title {
      font-family: "Plus Jakarta Sans", sans-serif;
      color: #000;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 0;
      cursor: pointer;
      position: relative;
      transition: color 0.3s ease; }
      .benefits-of-school-erp-software .faq-box .sub-title::after {
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        content: "\f4fe";
        font-family: bootstrap-icons !important;
        transition: transform 0.3s, content 0.3s; }
    .benefits-of-school-erp-software .faq-box.active {
      transition: max-height 0.4s ease;
      width: 100%; }
      .benefits-of-school-erp-software .faq-box.active .sub-title {
        padding-bottom: 20px; }
        .benefits-of-school-erp-software .faq-box.active .sub-title::after {
          content: "\f2ea"; }
    .benefits-of-school-erp-software .faq-box.active .description {
      display: block; }
    .benefits-of-school-erp-software .faq-box .description {
      display: none;
      transition: max-height 0.4s ease;
      transition: all 0.4s ease;
      font-weight: 400;
      color: #5A5A5A;
      padding-right: 30px; }

.top-section {
  padding: 50px 0;
  position: relative; }
  .top-section .title {
    margin-bottom: 60px;
    font-family: "edumax_bold";
    font-size: 48px; }
  .top-section .description {
    font-size: 22px;
    color: #000000;
    font-family: "edumax_regular";
    transition: max-height 0.4s ease;
    letter-spacing: -.7px; }
  .top-section .sub-title {
    font-family: "edumax_bold";
    letter-spacing: -1px;
    font-size: 30px;
    color: #000; }
  .top-section .box {
    background: #e7e7e7;
    padding: 25px;
    min-height: 170px;
    border-radius: 15px;
    margin-bottom: 10px; }

.proven-result {
  padding: 120px 0;
  position: relative; }
  .proven-result::after {
    content: '';
    position: absolute;
    background: #000;
    height: 350px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
  .proven-result .col-xl-10 {
    position: relative;
    z-index: 2; }
  .proven-result .background {
    position: absolute;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    top: 0;
    bottom: 0;
    height: 350px;
    left: 0;
    right: 0;
    opacity: .5;
    z-index: 1; }
  .proven-result .card {
    border-radius: 20px;
    border: 0;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 3px solid #dfe5e9;
    margin-bottom: 40px; }
    .proven-result .card .title {
      color: #fff;
      background: #df3939;
      text-align: center;
      font-family: "edumax_bold";
      font-size: 30px;
      padding: 12px 35px;
      margin: 0;
      top: -3px;
      position: absolute;
      left: -3px;
      right: -3px;
      border-radius: 25px 25px 0 0;
      z-index: 2;
      letter-spacing: -.8px; }
    .proven-result .card .header {
      width: 50%;
      box-sizing: border-box;
      padding-top: 60px;
      border-left: 3px solid #dfe5e9;
      min-height: 480px; }
      .proven-result .card .header:nth-of-type(1), .proven-result .card .header:nth-of-type(3) {
        border: 0 !important; }
    .proven-result .card .sub-title {
      font-size: 24px;
      font-family: "edumax_bold";
      color: #000;
      padding: 15px 35px;
      margin: 0;
      letter-spacing: -.8px; }
    .proven-result .card .description {
      font-size: 19px;
      color: #5A5A5A;
      font-family: "edumax_regular";
      padding: 10px 35px;
      letter-spacing: -.8px;
      margin: 0; }

.why-display-ads {
  padding: 120px 0;
  position: relative;
  background: #000;
  overflow: hidden; }
  .why-display-ads::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
  .why-display-ads .col-xl-10 {
    position: relative;
    z-index: 2; }
  .why-display-ads .title {
    color: #fff;
    margin-bottom: 50px;
    font-family: "edumax_bold";
    font-size: 54px; }
  .why-display-ads .sub-title {
    font-size: 24px;
    font-family: "edumax_bold";
    color: #fff;
    letter-spacing: -.8px; }
  .why-display-ads ul {
    padding-left: 15px; }
  .why-display-ads .description {
    font-size: 22px;
    color: #fff;
    font-family: "edumax_regular";
    letter-spacing: -.8px; }
  .why-display-ads .background {
    position: absolute;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .7;
    z-index: 1; }

@media (min-width: 1281px) and (max-width: 1480px) {
  .navbar_header ul li a {
    font-size: 15px; }
  .sm-clean a,
  .sm-clean a:hover,
  .sm-clean a:focus,
  .sm-clean a:active,
  .sm-clean a.highlighted {
    padding: 8px 8px; }
  .sm-clean a.has-submenu {
    padding-right: 8px; }
  .home-banners .carousel-item .img-fluid {
    object-position: 85% 50% !important; }
  .home-services .sub-title {
    font-size: 22px; }
  .home-services .description {
    font-size: 15px;
    line-height: 18px; }
  .home-banners .carousel-item .img-fluid {
    height: 620px; }
  .home-modules .box .box-title {
    font-size: 18px; }
  .home-modules .description {
    font-size: 18px; }
  .home-services .box .description {
    font-size: 16px;
    line-height: 24px; } }

@media (min-width: 1200px) and (max-width: 1280px) {
  .col-xl-11 {
    width: 100%; }
  .navbar_header ul li a {
    font-size: 14px; }
  .sm-clean a,
  .sm-clean a:hover,
  .sm-clean a:focus,
  .sm-clean a:active,
  .sm-clean a.highlighted {
    padding: 8px 8px; }
  .sm-clean a.has-submenu {
    padding-right: 22px; }
  .home-services .box {
    gap: 15px; }
  .home-services .box .img-fluid {
    min-width: 250px; }
  .home-services .sub-title {
    font-size: 24px; }
  .tour-packages-content .box .img-fluid {
    height: 420px; }
  .tour-packages-content .col-xl-10 {
    width: 98%; }
  .tour-packages-detail .form-box {
    margin-left: 0 !important; }
  .home-modules .box .box-title {
    font-size: 18px; }
  .home-modules .description {
    font-size: 18px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar_header ul li a {
    font-size: 14px; }
  .sm-clean a,
  .sm-clean a:hover,
  .sm-clean a:focus,
  .sm-clean a:active,
  .sm-clean a.highlighted {
    padding: 12px 8px !important; }
  .sm-clean a.has-submenu {
    padding-right: 22px !important; }
  .navbar_header .btn {
    padding-left: 7px !important;
    padding-right: 7px !important; }
  .navbar_header .btn {
    position: relative; }
  .navbar_header .col-lg-9 .d-flex {
    justify-content: space-between !important; } }

@media (max-width: 991px) {
  .home-banners .carousel-item .img-fluid {
    height: 600px; }
  .home-banners .carousel-caption {
    left: 0px;
    padding: 20px; }
  .home-banners .title {
    font-size: 24px;
    line-height: 26px; }
  .home-banners .sub-title {
    font-size: 18px; }
  .home-banners .title {
    padding: 10px 0; }
  .home-banners .carousel-item .img-fluid {
    object-position: 81% 61%;
    opacity: 1; }
  .home-blogs .box-content {
    display: flex;
    flex-wrap: wrap; }
  .home-certificate-logos .glide__slides,
  .home-certificate-logos .glide__track {
    overflow: visible; }
  .navbar_header .btn {
    position: relative;
    left: auto;
    right: auto; }
  .home-banners {
    background: #f9f4f4; }
  .home-modules .description {
    font-size: 18px; }
  .home-modules .title,
  .home-why-choose-us .title,
  .home-about-us .title,
  .home-faq .title {
    font-size: 30px; }
  .home-about-us .sub-title {
    margin-top: 50px; }
  .footer .btn {
    margin-bottom: 40px; }
  .footer {
    padding-top: 50px; }
    .footer .col-lg-8 {
      padding-left: 15px; }
  .home-banners .carousel-caption {
    width: 50%; }
  .inner-blue-background .d-flex.align-items-start {
    display: block !important; }
  .inner-blue-background .w-25 {
    width: 100% !important; }
  .inner-blue-background .w-50 {
    width: 100% !important; }
  .inner-blue-background .position-absolute {
    position: relative !important;
    text-align: center; }
  .inner-blue-background .tab-content .title {
    margin-top: 25px !important; }
  .inner-content .title {
    padding: 15px 0;
    margin-bottom: 20px; }
  .navbar_header ul li a {
    color: #000 !important; }
  .navbar_header {
    position: relative;
    background: #000; }
    .navbar_header .btn {
      display: none; }
    .navbar_header .main-menu-btn-icon,
    .navbar_header .main-menu-btn-icon::before,
    .navbar_header .main-menu-btn-icon::after {
      background: #fff; }
  .common-banner .col-xl-11 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .common-banner-title {
    position: relative;
    display: flex;
    flex-direction: column; }
  .common-banner .title {
    font-size: 42px;
    line-height: 45px; }
  .common-banner .description {
    font-size: 18px; }
  .common-banner .img-fluid,
  .common-banner .container-fluid {
    height: 450px; }
  .common-banner::after {
    display: none; } }

@media (max-width: 767px) {
  .navbar_header .main-menu-btn {
    top: 0; }
  .home-india-tour .glide__arrows {
    top: 50%;
    left: 0; }
  .home-banners .carousel-caption {
    width: auto; }
  .home-certificate-logos .title,
  .home-blogs .title,
  .home-testimonials .title,
  .home-services .title,
  .home-india-tour .title,
  .home-clients .title,
  .home-trending-destinations .title,
  .home-features .title {
    font-size: 36px; }
  .home-services .sub-title {
    font-size: 24px; }
  .home-banners .carousel-item .img-fluid {
    height: 400px; }
  .footer {
    padding: 50px 0; }
    .footer address {
      margin-bottom: 40px; }
  .navbar_header .main-menu-btn {
    top: 19px; }
  .main-menu-btn {
    margin: 0; }
  .inner-why-choose-us .title,
  .benefits-of-school-erp-software .title {
    font-size: 36px; } }

@media (max-width: 550px) {
  .home-services .box .img-fluid {
    width: 100%; }
  .home-certificate-logos .glide__bullets button {
    width: 10px;
    height: 10px;
    margin: 0 8px; }
  .home-banners .carousel-item .img-fluid {
    height: 300px;
    object-position: 90% 50%; }
  .home-banners .carousel-caption {
    position: relative;
    background: #df3939; }
  .home-banners .btn {
    border: 1px solid #fff;
    background: none;
    border-radius: 30px;
    padding: 8px 30px; }
  .home-certificate-logos .title,
  .home-blogs .title,
  .home-testimonials .title,
  .home-services .title,
  .home-india-tour .title,
  .home-clients .title,
  .home-trending-destinations .title,
  .home-features .title {
    font-size: 30px; }
  .home-banners .title {
    font-size: 30px; }
  .home-banners .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px; }
  .home-services {
    padding: 50px 0; }
  .home-clients .title {
    margin-bottom: 40px; }
  .home-services .title {
    margin-bottom: 40px; }
  .topbar .d-flex.gap-3 {
    gap: 2px !important; } }
