@charset "UTF-8";

/*
Theme Name: Scool360 WP
Theme URI: https://nspglobaltech.com/
Author: the NSP team
Author URI: https://nspglobaltech.com/
Description: NSP WP custom theme to facilitate NSP blog template. Used by only the NSP internal team.
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nspwp
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/**
1. Normalize
2. Theme Specific CSS
*/


/* 1. Normalize */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */
@font-face {
  font-family: Nunito Sans;
  src: url(../nunito-sans/NunitoSans-Regular.ttf);
}
@import url("https://fonts.googleapis.com/share?selection.family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900");
body {
  margin: 0;
  font-family: 'Poppins' !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

p {
  font-family: 'Poppins' !important;
}
h2 {
  font-family: 'Poppins' !important;
  font-style: normal;
  font-weight: 700 !important;

  letter-spacing: 0.0125em;
  word-wrap: break-word;
}
h3 {
  font-family: 'Poppins' !important;
  font-style: normal;

  letter-spacing: 0.0125em;

}
.activetab{
	border-bottom: 4px solid #febb2f !important;
}
h4 {
  font-family: 'Poppins' !important;
  font-style: normal;


  letter-spacing: 0.0125em;
  /* text-transform: capitalize; */

}
h5 {
  font-family: 'Poppins' !important;
  font-style: normal !important;


  line-height: 24px !important;
  
}
h6 {
  font-family: 'Poppins' !important;

}
span.attitude-matters {
  font-weight: 400;
}

.top-nav {
  height: 34px;
}
.top-nav > ul > li {
  display: inline-block;
  padding: 0 16px;
}
.top-nav > ul > li > a {
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px !important;
  line-height: 24px;
  color: #202124;
}
.ns-bg-light-grey {
  background-color: #f6f6f6;
}

/* navbar */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.fixed-menu-bar {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1020;
}

.nav {
  height: 83px;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

.nav-item {
  float: right;
  padding: 0px 18px;

  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  letter-spacing: 0.2px;
  vertical-align: middle;
}

.nav-link {
  color: #1f3965 !important;
  text-decoration: none;
  font-size: 18px !important;
}
.nav-item > a {
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 600 !important;

}

.navbar-right {
  float: right;
}

.logo {
  height: 48px;
  width: 130px;
}

.active {
  color: #1f3965 !important;
}

.card-newsroom {
  padding: 12px 0px 12px 0px !important;
  margin-bottom: 0;
  background-color: rgb(255 255 255) !important;
  color: #000000;
  font-size: 16px;
  border-bottom: none !important;
}

.accordion .card-header.collapsed:after {
  content: '-';
  background-image: url(https://scool360.com/assets/images/icons/subtract-line.png);
  width: 29px;
  color: #f7f7f7;
}

.accordion .card-header.collapsed:after {
  content: '+';
}

.accordion .card-header:after {
  height: 20px;
  content: '+';
  float: right;
  background-image: url(https://scool360.com/assets/images/icons/add-line.png);
  width: 29px;
  color: #f7f7f7;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown,
.dropup {
  position: relative;
  z-index: 999 !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  left: -2px;
}

.dropdown-content > ul {
  background: #1f3965;
  margin-top: 22px;
}

.dropdown-content a {
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-weight: normal;
  font-size: 14px !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.card-header {
  padding: 12px 0px 12px 0px !important;
  margin-bottom: 0px;
  background-color: rgb(255 255 255) !important;
  color: #000000;
  font-size: 16px;
  border-bottom: none !important;
}

.card-title {
  margin-bottom: 0;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

nav {
  position: relative;
}

ul.main-nav {
  list-style-type: none;
  display: block;
  padding: 0px;
  max-width: 1275px;
  margin: 0 auto;
}

ul.main-nav > li {
  display: inline-block;
  padding: auto;
}

ul.main-nav > li > a {
  display: block;
  padding: 20px 30px;
  position: relative;
  color: #fff;
  box-sizing: border-box;
}

ul.main-nav > li:hover {
  background-color: #f9f9f9;
}

ul.main-nav > li:hover > a {
  color: #333;
  font-weight: 400;
}

ul.main-nav > li ul.sub-menu-lists {
  margin: auto 0;
  padding: 1px 0;
  list-style-type: none;
  display: block;
}

ul.main-nav > li ul.sub-menu-lists > li {
  padding: auto;
  width: 100%;
  margin-top: 2px;
}

ul.main-nav > li ul.sub-menu-lists > li > a {
  font-size: 1em;
  font-weight: 500;
}

.ic {
  position: fixed;
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
/*   text-align: center; */
  top: 0px;
  outline: none;
}

.ic.close {
  opacity: 0;
  font-size: 0px;
  font-weight: 300;
  color: #fff;
  top: 8px;
  height: 40px;
  display: block;
  outline: none;
}

/* navbar end*/

/* mobile-menu-start*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #ffff;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav .closebtn {
  position: absolute;
  top: 29px;
  right: 31px;
}

.side-bar-fullwidth {
  width: 100%;
  height: 100%;
  background: white;
  padding-top: 35px;
}
.card.mb-0 {
  border: none;
}
.treeview-menu > li {
  text-decoration: none;
  display: block;
  margin-left: -48px;
}
li {
  font-family: 'Poppins' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 25px;
  word-wrap: break-word;
}
.treeview-menu > li > a {
  padding: 5px 0px 12px 0px;
  display: block;
  font-size: 14px;
  color: #09121f;
}

.close-button {
  margin-left: 9px;
  width: 32px;
}

.navbar-collapse.collapse.show {
  background: white;
}

.bg-light {
  background-color: #ffffff !important;
}

.mob-item {
  background-color: rgb(255 255 255) !important;
  color: #000000;
  font-size: 16px;
  border-bottom: none !important;
}
/* mobile-menu-end*/

/* spacing */

.p-6 {
  padding: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}

.pr-7 {
  padding-right: 15rem;
}
.mt-7 {
  margin-top: 1rem !important;
}

a {
  text-decoration: none !important;

}

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

.f-16 {
  font-size: 1rem !important;
  line-height: 1.6rem !important;
}

/* spacing  end*/

/* footer  */

.footer-li {
  padding: 12px 0px 12px 0px;
}

.footer-link {
  font-weight: 400;
  font-size: 1.125rem !important;
  line-height: 20px;
  margin-bottom: 24px;
}

.footer-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 24px;
  padding-bottom: 16px;
}

.ns-footer-bottom-ul {
  display: flex;
  justify-content: end;
  list-style-type: none;
}

.ns-footer-bottom-ul > li {
  padding: 0px 16px;
}
.text-light-scool {
  color: #ffff !important;
}
.ns-footer-bg {
  background-color: #1f3965 !important;
}

.hr-line {
  width: 100%;
  height: 0.1px;
  background-color: white;
  margin-bottom: 0px;
}

.input-field-email {
  height: 50px !important;
}
.subscribe-btn {
  height: 50px !important;
  background: #dadada !important;
  color: black !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 25px !important;
}
.get-started-partner {
  max-width: 100% !important;
  border-radius: 8px !important;
  font-size: 14px !important;
}
.partner-enquiry-form {
  background: #fbfbfb;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
  border-radius: 16px;
  padding: 27px 50px 27px 50px !important;
}
.partner-enquery {
  font-size: 64px !important;
}
label.col-form-label.partner-enquiry {
  font-size: 18px !important;
  line-height: 29px !important;
  color: #1f3965 !important;
}
.background-gradient {
  background: radial-gradient(
      103% 102.77% at 56.25% 0%,
      rgb(255 255 255 / 0%) 13.33%,
      rgb(155 227 241 / 29%) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  transform: rotate(0deg);
}
button {
height: 50px;
  width: 100%;
  /* max-width: 445px; */
  font-size: 16px;
  padding: 12px;
  line-height: 0;
  vertical-align: top;
  cursor: pointer;
  color: #000;
  border: 0;
  /* border-radius: 0px 5px 5px 0px; */
  background: #fdb738;
  /* box-shadow: 0 4px 10px hsl(34 100% 56% / 0.6); */
  transition: 0.1s ease-in;
  font-weight: 600;
}
.scool-button {
  font-size: 18px !important;
}
button:hover {
  background: #d8932c;
  box-shadow: 0 4px 10px hsl(34 100% 56% / 0.2);
}

input {

  width: 100%;
  /* border-radius: 5px 0 0 5px; */

  border: 1px solid #c4c6e2;
  padding: 12px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #17192f;
}

.scool-copyright {
  font-weight: 600;
  font-size: 16px !important;
}

.scool-privacy {
  font-weight: 400;
  font-size: 18px !important;
}

.ns-footer-bottom-ul > li {
  padding: 0px 71px;
}

.our-newsletter {
  font-size: 18px !important;
  color: #fff;
}
/* footer end */

/* colors */

.color-white {
  color: #fff !important;
}

.color-sky {
  color: #4080ee !important;
}

.color-blue {
  color: #1f3965 !important;
}

.color-red {
  color: red !important;
}

.ns-color-orange {
  color: #febb2f;
}

.ns-bg-dark-blue-color {
  background: #192531;
  border-radius: 6px;
}
.ns-bg-dark-gray-color {
  background-color: #2d3135;
  border-radius: 6px;
}

.ns-light-grey-bg {
  background: #f7f9fa !important;
}

.ns-primary-blue-bg {
  background-color: #1f3965;
}
/* colors end */

/*contact css*/
.submit-application-input {
  background: #ffffff !important;
  border: 1px solid #c4c4c4 !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
}

.apply-btn {
  width: 100%;
  height: 60px;
  left: 142px;
  top: 551px;
  border: none;
  background: #febb2f;
  border-radius: 32px;
  color: #ffffff;
}
.col-form-label {
  font-size: 20px !important;
  color: #202020 !important;
  font-weight: 700;
  opacity: 0.6 !important;
}

/*contact end*/

.logo {
  height: auto;
  width: 108px;
}

/*partner css*/
.partner-banner {
  background-image: url(../images/mask-group.jpg);
  background-repeat: no-repeat;
  height: 432px;
  background-size: cover;
}

.expand-your-h {
  font-weight: 700;
  font-size: 48px;
  line-height: 67px;
  text-align: center;
  color: #1f3965;
}

.expand-your-p {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #1f3965;
}
.expand-your-h4 {
  font-weight: 400;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 50px;
  text-align: center;
  color: #1f3965;
  padding: 0px 72px 0px 72px;
}

.rewarding {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 64px !important;
  line-height: 106px;
  color: #fdb738;
}
.scool360-paragraph {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #3c3c3c;
  padding-right: 3rem !important;
}
.identify-prospective {
  font-weight: 400;
  font-size: 48px;
  line-height: 67px;
  text-align: center;
  color: #092c4c;
}
.grow-together {
  font-weight: 700;
  font-size: 48px;
  line-height: 67px;
  text-align: center;
  color: #092c4c;
}
span.grow-together-span {
  color: #fdb738;
}

/* way-scool-360*/

.way-scool-360-banner {
  background-image: url(../images/way-scool-360-img.jpg);
  background-repeat: no-repeat;
  height: 432px;
  background-size: cover;
}

.why-scool-360 {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -0.017em;
  color: #1f3965;
}
h4.deserve-the-best {
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 58px !important;
  color: #1f3965;
}
.multi-scool-management.font-italic {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.017em;
  color: #202124;
}
.display-sec {
  display: flex;
}

.display-flex-section {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
}
p.multi-scool-management-p {
  line-height: 0.8;
}
.color-gray {
  background: linear-gradient(0deg, #ebe5f2 -9.79%, #ffffff 121%);
}
/*feature css*/
.feature-banner {
  background-image: url(../images/confident-teacher-explaining.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 662px;
}
.text-align-center {
  text-align: center;
}
img.watch-video-img {
  width: 189px;
}
.font-size-20 {
  font-size: 20px;
}
.ns-blue-color {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 46px !important;
  color: #1f3965;
}
.paragraph-feature {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
img.feature-image {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0px 0px;
}
.border-box-feature {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 10%);
  border-radius: 20px;
  height: 582px;
}
.border-feature {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 10%);
  height: 402px;
}
.border-bottom-feature {
  border-bottom: 1px solid #e6e6e6;
  font-size: 36px !important;
}
.add-ons {
  font-size: 18px !important;
}

/*packeg css*/
.table thead th {
  /* vertical-align: bottom; */
  border-right: 2px solid #dee2e6;
  border-bottom: none;
}

.justify-content-center.heading {
  font-family: 'Poppins' !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 3rem !important;
  line-height: 61px;
  letter-spacing: 0.0125em;
  text-align: center;
  color: #1f3965;
}


td {
  /* vertical-align: bottom; */
  border-right: 2px solid !important;
  text-align: center;
}

th {
  border-right: 2px solid !important;
}

.table-bordered {
  border: none !important;
}

.table td {
  border-top: none !important;
}

.nsp-item {
  position: sticky !important;
}
.table-bordered td,
.table-bordered th {
  border-bottom: none !important;
  border-left: none !important;
}
.nsp-shark-2 {
  top: 5rem !important;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none !important;
}

a.btn.btn-link {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 22px;
  border: 1px solid black;
  border-radius: 27px;
  color: black;
  padding: 13px 41px !important;
}
.modal-dialog.top-form {
  max-width: 450px !important;
  margin: 3.75rem auto !important;
}
a.btn.btn-success {
  background-color: #0fa958 !important;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 22px;
  border-radius: 32px;
  padding: 13px 41px !important;
}

a.btn.btn-primary {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 22px;
  border-radius: 32px;
  padding: 13px 41px !important;
}

a.btn.btn-dark {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 22px;
  border-radius: 32px;
  padding: 13px 41px !important;
}

.row.display-flex-table {
  display: flex;
  justify-content: space-around;
}

.in-center.display-flex-vertical-center.nsp-item.nsp-shark-2 {
  background: #fff;
  z-index: 1;
}
/*packeg css*/

/*home page css*/
.try-free-demo {
  width: 228px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background: radial-gradient(
      103% 102.77% at 56.25% 0%,
      #ffffff 13.33%,
      rgba(247, 250, 255, 0) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected; */;
  border-radius: 102px !important;
  border: 1px solid #febb2f;
  box-shadow: none;
  text-decoration: none !important;
  background: #fdb738;
  color: white !important;
  border: none !important;
}

.home-page-banner-bg {
  background: radial-gradient(
    103% 102.77% at 56.25% 0%,
    #d3f8ff 13.33%,
    rgba(247, 250, 255, 0) 100%
  );
}
.form-box {
  padding: 44px;
  background: #fbfbfb;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
  border-radius: 16px;
}
label.form-label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #1f3965;
}
.form-input-box {
  background: #ffffff !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 8px !important;
}

.form-button-home {
  background: #febb2f !important;
  border-radius: 8px !important;
  border-color: #febb2f !important;
}
.scool360-paragraph-home-page {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #3c3c3c;
}
.fetaure {
  color: #202124 !important;
}
.why-scool360 {
  color: #666666 !important;
}
.partner-enquery {
  color: #092c4c !important;
}
.center {
  text-align: center;
}
button.btn.download-brochure {
  width: 228px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #febb2f;
  background: radial-gradient(
      103% 102.77% at 56.25% 0%,
      #ffffff 13.33%,
      rgba(247, 250, 255, 0) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected; */;
  border-radius: 102px !important;
  border: 1px solid #febb2f;
  box-shadow: none;
}

.row.box-scool {
  background: #ffffff;
  box-shadow: 0px 4px 64px rgb(0 0 0 / 8%);
  border-radius: 8px;
  margin-top: 75px !important;
}
.ns-latest-news-bg {
  background-image: url(../images/about-notebook.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 512px;
  border-radius: 8px 8px 8px 8px;
}
.ng-red-transparent-bg {
  height: 512px !important;
  background: rgba(31, 57, 101, 0.92);
  border-radius: 8px 0px 0px 8px;
}
.ns-latest-news-tag {
  width: 153px;
  height: 44px;
  text-align: center;
  padding-top: 8px;
  background: #007aff;
  border-radius: 0px 0px 8px 8px;
  font-family: 'Poppins' !important;
}
.home-baner-textsize {
  font-size: 25px;
  line-height: 33px;
  color: #ffffff;
}
.ns-yellow-color-blackk {
  background: #febb2f;
  border: 1px solid #febb2f;
  box-sizing: border-box;
  border-radius: 32px;
  padding: 16px 48px;
  color: white;
  margin-right: 31px;
}
.yellow-hover:hover {
  text-decoration: none !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    #febb2f !important;
  color: white !important;
  border: none !important;
}
.ns-white-color-blackk {
  background: #ffffff;
  border: 1px solid #febb2f;
  box-sizing: border-box;
  border-radius: 32px;
  padding: 16px 48px;
  color: #febb2f;
}
h3.color-blue-heading {
  line-height: 70px;
  color: #1f3965;
}
.happy-customers-heading {
  color: #092c4c;
}
.color-blue-parag {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #666666;
}

section.p-3.color-dark-blue {
  background: #18386f;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}
p.color-white-modules {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.color-white-button-top {
  margin-top: 89px;
}
a.color-white-modules-button {
  background: #18386f;
  border: 1px solid #febb2f;
  box-sizing: border-box;
  border-radius: 32px;
  padding: 15px 26px;
  color: #febb2f;
}
.text-center-module {
  text-align: center;
}

section.p-6.multi-school-management {
  background-image: url(https://scool360.com/assets/images/multi-school-management.jpg);
  background-repeat: no-repeat;
  background-size: cover;

  /* border-radius: 8px 8px 8px 8px; */
}
h3.multi-school-heading {
  color: #ffffff;
}
p.multi-school-parag {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
li.text-left.v-flip {
  font-weight: 400;
  display: flex;
  justify-content: start;
  text-align: left;
  line-height: 2.5rem;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
.nsp-check-bullets {
  margin-left: -39px !important;
}
p.multi-school-parag {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
}
p.our-happy {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #092c4c;
  text-align: justify;
}
p.our-happy-700 {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #092c4c;
  text-align: justify;
}
section.p-6.bg-gray {
  background: #f6f6f7;
}
.card.card-body {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 8%);
  border-radius: 16px;
}
.card.stackholder {
  background: #ffffff;
  border: 1px solid #fdb738;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
  border-radius: 16px;
  text-align: center;
  height: 630px;
}
li.text-left.v-flip.stackholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #202124;
}
h5.card-title.stackholder {
  font-weight: 700;
  font-size: 36px !important;
  line-height: 50px !important;
  color: #1f3965 !important;
}

span.color-yellow {
  color: #fdb738;
}
p.color-blue-parag.heading {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px;
  color: #666666;
}

.table-mobule-heading {
  font-size: 22px !important;
  font-weight: 700;
}
.row.gray-row-mobile-view {
  background: rgb(250, 250, 250);
  padding: 22px 12px 29px;
}
.row.white-row-mobile-view {
  padding: 22px 12px 29px;
}
.heading.mobile-our-packages {
  padding-top: 37px;
}
.carousel-control-prev {
  left: 39% !important;
}
.carousel-control-next {
  right: 39% !important;
}
.carousel-control-next,
.carousel-control-prev {
  top: 383px !important;
}
.carousel-control-next:focus,
.carousel-control-next,
.carousel-control-prev,
.carousel-control-prev {
  /* color: #fff; */
  text-decoration: none;
  /* outline: 0; */
  opacity: 0.9 !important;
}
.green-basic {
  color: #0fa958;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
}
.blue-advance {
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  color: #007aff;
}
.light-ultimate {
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  color: #092c4c;
}
.light-starter {
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
}
.modal-dialog {
  max-width: 760px !important;
  margin: 6.75rem auto !important;
}
p.multi-school-parag.heading {
  padding: 0px 229px 46px 0px;
}
.kpi-text-right {
  text-align: right;
}
p.kpi-first-text {
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #1f3965;
}
p.kpi-second-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 0px;
  color: #666666;
}
.latest-update {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 34px !important;
  color: #1f3965 !important;
}
/* slider */

.display-flex-justify-center {
  display: flex;
  justify-content: center;
}
.thanku-page {
  /* color: #1f3965 !important; */
  font-size: 1.5rem !important;
  line-height: 2.1rem !important;
  color: #1f3965 !important;
  font-weight: bolder !important;
}
.log-btn{
  border-radius: 20px;
  background: #007AFF;
  border: 1px solid #007AFF;
}
.log-btn:hover{
   background: #004ea2;
 }
.regular-btn {
  width: 100%;
  height: 55px;
  background: #febb2f;
  border: 1px solid #febb2f;
  border-radius: 32px;
  color: #ffffff;
}
/* coming soon */

/* coming soon */
.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.waviy span {
  position: relative;
  display: inline-block;
  color: #1f3965;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(0.1s * var(--i));
}
@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
.regular-btn {
  width: 100%;
  height: 55px;
  background: #febb2f;
  border: 1px solid #febb2f;
  border-radius: 32px;
  color: #ffffff;
}

.waviy {
  position: relative;

  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.waviy span {
  font-family: 'Alfa Slab One', cursive;

  position: relative;

  display: inline-block;

  color: #1f3965;

  text-transform: uppercase;

  animation: waviy 1s infinite;

  animation-delay: calc(0.1s * var(--i));
}

@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-20px);
  }
}

@media only screen and (max-width: 990px) {
  .hide {
    display: none;
  }
  .mobile-view-hide {
    display: none;
  }
}
@media only screen and (min-width: 500px) {
  .desktop-view-hide {
    display: none !important;
  }
  .pl-5 {
    padding-left: 1rem !important;
  }
  .pr-5 {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 280px) and (max-width: 576px) {
  .ns-footer-bottom-ul > li {
    padding: 0px 7px;
  }
  .nav-link {
    color: #1f3965 !important;
    text-decoration: none;
    font-size: 15px !important;
  }
  input {
    min-width: 139px !important;
  }
  a.btn.btn-link {
    padding: 6px 17px !important;
    font-size: 9px !important;
  }
  a.btn.btn-success {
    padding: 6px 17px !important;
    font-size: 9px !important;
  }
  a.btn.btn-primary {
    padding: 6px 17px !important;
    font-size: 9px !important;
  }
  a.btn.btn-dark {
    padding: 6px 17px !important;
    font-size: 9px !important;
  }
  .card.stackholder {
    height: 858px !important;
  }

  .ns-yellow-color-blackk,
  .ns-white-color-blackk {
    padding: 5px 6px !important;
    font-size: 15px !important;
  }
  .border-bottom-feature {
    font-size: 28px !important;
  }
  .border-feature {
    height: 544px;
  }
  .border-box-feature {
    height: 683px;
  }
  h5.card-title.stackholder {
    font-size: 25px !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 740px) {
  .stack-reverse {
    flex-direction: column-reverse !important;
  }
  .try-free-demo {
    width: 100%;
  }
  button.btn.download-brochure {
    width: 100%;
  }
  button.btn.try-free-demo {
    margin-bottom: 20px;
  }
  h4 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .pr-6 {
    padding-right: -1px !important;
  }
  .nav {
    height: 102px;
    background: #ffffff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 10%);
  }
  .pl-6 {
    padding-left: 1.5rem !important;
  }
  .mb-8 {
    margin-bottom: 2rem !important;
  }
  .ns-footer-bottom-ul {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
  }
  .carousel-control-prev {
    left: 29% !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 360px !important;
  }
  .row.desktop-view-hide {
    display: inherit !important;
  }
  .mobile-view-hide {
    display: none;
  }
  .justify-content-center.heading {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 2rem !important;
    line-height: 28px;
    letter-spacing: 0.0125em;
    text-align: center;
    color: #1f3965;
  }

  a.btn.btn-primary,
  a.btn.btn-dark,
  a.btn.btn-link,
  a.btn.btn-success {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 15px;
    border-radius: 32px;
    padding: 6px 24px !important;
  }
  .heading.mobile-our-packages {
    padding-bottom: 18px !important;
  }
}

@media screen and (max-width: 600px) {
  p {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem !important;
    line-height: 1.6rem !important;
    word-wrap: break-word;
    color: #202124;
  }
  .ns-yellow-color-blackk {
    padding: 10px 22px;
    margin-right: 0px;
  }

  h4.deserve-the-best {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .display-flex-section {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .multi-scool-management.font-italic {
    margin-top: 20px;
  }
  .display-sec {
    display: flex;
    flex-direction: column;
  }
  .ns-white-color-blackk {
    padding: 10px 22px;
  }
  .mobile-menu {
    display: none !important;
  }
  .mobile-view-hide {
    display: none !important;
  }
  .mobile-our-packages {
    padding-top: 25px;
  }
  .desktop-view-hide {
    display: initial !important;
  }
  .form-box {
    padding: 16px;
  }
  .expand-your-h4 {
    padding: 0px 0px 0px 0px !important;
    line-height: 34px !important;
    font-size: 20px !important;
  }
  .scool360-paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #3c3c3c;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  p.multi-school-parag.heading {
    padding: 0px 0px 11px 0px;
  }
  .p-5 {
    padding: 8px !important;
  }
  /* spacing */
  .p-6 {
    padding: 1rem !important;
  }
  .pl-6 {
    padding-left: 1rem !important;
  }
  .pt-6 {
    padding-top: 1rem !important;
  }
  .pr-6 {
    padding-right: 1rem !important;
  }
  .pb-6 {
    padding-bottom: 1rem !important;
  }
  .pl-5 {
    padding-left: 1rem !important;
  }

  .pr-5 {
    padding-right: 1rem !important;
  }
  .pr-7 {
    padding-right: 1rem;
  }
  .pb-5 {
    padding-bottom: 1rem !important;
  }
  .mt-6 {
    margin-top: 1rem !important;
  }
  .mt-6 {
    margin-top: 1rem !important;
  }
  .mt-7 {
    margin-top: 6rem !important;
  }
  .mb-6 {
    margin-bottom: 1rem !important;
  }
  .pl-8 {
    padding-left: 2rem !important;
  }
  .mb-8 {
    margin-bottom: 2rem !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word !important;
  }
  h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
  h4 {
    font-size: 20px !important;
    line-height: 32px !important;
  }

  .btn-md,
  .btn-white,
  .btn-dnd {
    width: 158px;
    height: 48px;
  }

  .btn-md a,
  .btn-white a,
  .btn-dnd a {
    font-size: 0.9rem !important;
  }

  .btn-lg {
    width: 300px;
    height: 45px;
  }
  .btn-lg a {
    font-size: 1.2rem !important;
  }

  .m-center {
    text-align: center !important;
    align-self: center;
  }

  .mobile-view-hide {
    display: none !important;
  }

  .desktop-view-hide {
    display: initial !important;
  }

  .stack {
    flex-direction: column-reverse !important;
  }
  img.beautiful-businesswoman {
    width: 100%;
  }

  button,
  input {
    overflow: visible;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  input {
    min-width: 189px;
  }
  .nav {
    height: 96px;
  }

  .text-align-center {
    padding-top: 158px !important;
  }
  .scool360-paragraph-home-page {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #3c3c3c;
    padding: 0px 0px 0px 0px;
    text-align: left;
  }
  a.btn.btn-primary {
    padding: 10px 26px !important;
  }
  a.btn.btn-dark {
    padding: 10px 26px !important;
  }
  a.btn.btn-link {
    padding: 10px 26px !important;
  }
  a.btn.btn-success {
    padding: 10px 26px !important;
  }
  p.multi-school-parag.tab-view {
    padding-top: 25px;
  }
  h5 {
    font-family: 'Poppins' !important;
    font-style: normal !important;
/*     font-weight: 700 !important; */
    font-size: 26px !important;
    line-height: 24px !important;

  }
}

@media (min-width: 576px) and (max-width: 820px) {
  .pt-6 {
    padding-top: 0.5rem !important;
  }
  .pr-5 {
    padding-right: 0rem !important;
  }
  .pr-6 {
    padding-right: 0.5rem !important;
  }
  .stack {
    flex-direction: column-reverse !important;
  }
  .desktop-view-menu {
    display: none;
  }
  .mobile-view-hide {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  h2 {
    font-size: 40px !important;
  }
  h3 {
    font-size: 36px !important;
  }
  h1 {
    font-size: 42px !important;
  }
  h2 {
    font-size: 32px !important;
  }
  h4 {
    font-size: 30px !important;
  }
  .pr-6 {
    padding-right: 0.5rem !important;
  }

  .pl-6 {
    padding-left: 1rem !important;
  }

  h4.deserve-the-best {
    font-weight: 700 !important;
    font-size: 37px !important;
    line-height: 43px !important;
    color: #1f3965;
  }
  .nav {
    height: 99px;
    background: #ffffff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 10%);
  }
  input {
    min-width: 214px;
  }
  /* .mobile-view-hide {
    display: none !important;
  } */
  .desktop-view-hide {
    display: block !important;
  }
  a.color-white-modules-button {
    padding: 12px 14px;
  }
  span.box-scool.span {
    font-size: 29px;
  }
  .p-5 {
    padding: 8px !important;
  }
  /* spacing */
  .p-6 {
    padding: 1rem !important;
  }
  .pl-6 {
    padding-left: 1rem !important;
  }
  .pt-6 {
    padding-top: 1rem !important;
  }
  .pr-6 {
    padding-right: 1rem !important;
  }
  .pl-5 {
    padding-left: 1rem !important;
  }
  .pr-5 {
    padding-right: 1rem !important;
  }
  .pr-7 {
    padding-right: 1rem;
  }
  .pb-5 {
    padding-bottom: 1rem !important;
  }
  .mt-6 {
    margin-top: 1rem !important;
  }
  .mt-6 {
    margin-top: 1rem !important;
  }
  .mt-7 {
    margin-top: 6rem !important;
  }
  .mb-6 {
    margin-bottom: 1rem !important;
  }
  .pl-8 {
    padding-left: 2rem !important;
  }
  .mb-8 {
    margin-bottom: 2rem !important;
  }
  p.multi-school-parag.heading {
    padding: 0px 230px 30px 0px;
  }
}
@media (max-width: 820px) {
  p.multi-school-parag.tab-view {
    padding-top: 25px;
  }
  img.tab-view-img-coolicon {
    display: none;
  }
  .stack-reverse {
    flex-direction: column-reverse !important;
  }
  .try-free-demo {
    width: 100%;
  }
  button.btn.download-brochure {
    width: 100%;
  }
  button.btn.try-free-demo {
    margin-bottom: 20px;
  }
}
@media (min-width: 1180px) and (max-width: 1280px) {
}
@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
@media (max-width: 1024px) {
  .try-free-demo {
    width: 215px;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

img.img-fluid.dauble-cot {
  width: 32px;
}

/*youtube css*/
.wrapper {
  max-width: 680px;
}

.modal-content {
  background-color: transparent !important;
  border: none !important;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: '';
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.breadcrumb{
	background-color: transparent !important;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #FDB738; 
  border-radius: 20px;
}
