/* colors */
/* sidenav theme */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.me-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ms-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.me-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ms-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.me-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ms-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.me-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ms-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.me-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ms-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* font */
.text-strike {
  text-decoration: line-through;
}

.text-70 {
  font-size: 0.7em !important;
}

.text-75 {
  font-size: 0.75em !important;
}

.text-80 {
  font-size: 0.8em !important;
}

.text-90 {
  font-size: 0.9em !important;
}

body {
  background-color: rgb(255, 255, 255);
}

a,
a:active {
  text-decoration: none;
}

#back-to-top {
  position: fixed;
  bottom: 50px;
  right: 35px;
  display: none;
}

.user-navbar {
  flex-direction: unset;
}
.user-navbar li.nav-item {
  display: inline-block !important;
}

.hh-accordion .card .card-header a,
.hh-accordion .card .card-header a:hover,
.hh-accordion card .card-header a:active {
  color: #000;
  text-decoration: none;
}
.hh-accordion .card .card-header a.btn-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.hh-accordion .card .card-header a.btn-link.collapsed:after {
  content: "\f106";
}

.bg-cover {
  background-size: cover;
}

.signin .brand a {
  color: inherit;
}
.signin .brand a:hover {
  color: inherit;
  text-decoration: none;
}
.signin h1 {
  font-size: 2.5em;
}
.signin h2 {
  font-size: 2em;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-title {
  position: relative;
  padding: 80px 0 20px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px 0px 15px 0px;
  min-height: 240px;
}

.page-title:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.35;
  position: absolute;
}

.page-title .inner-container {
  position: relative;
}

.page-title h1 {
  position: relative;
  float: left;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  color: white;
  text-shadow: -1px -1px 0 rgba(68, 68, 68, 0.5019607843), 1px -1px 0 rgba(68, 68, 68, 0.5019607843), -1px 1px 0 rgba(68, 68, 68, 0.5019607843), 1px 1px 0 rgba(68, 68, 68, 0.5019607843);
}

.page-title .bread-crumb {
  position: relative;
  list-style: none;
  float: right;
  padding: 10px 0;
}

.page-title .bread-crumb li {
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: white;
  text-shadow: -1px -1px 0 rgba(68, 68, 68, 0.5019607843), 1px -1px 0 rgba(68, 68, 68, 0.5019607843), -1px 1px 0 rgba(68, 68, 68, 0.5019607843), 1px 1px 0 rgba(68, 68, 68, 0.5019607843);
  font-weight: 400;
  text-transform: capitalize;
  cursor: default;
  padding-right: 15px;
  margin-right: 15px;
}

.page-title .bread-crumb li:before {
  position: absolute;
  right: -8px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
}

.page-title .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a {
  color: #c49aff;
  transition: all 300ms ease;
  text-decoration: none;
}

.page-title .bread-crumb li a:hover {
  color: #bbbbbb;
  text-decoration: none;
}

.page-title-compact {
  padding: 5px 0 5px 0;
}

.page-title-compact h1 {
  font-weight: 800;
  color: #3970b6;
}

.nav-link-white {
  color: #ffffff;
  font-weight: 600;
}

.nav-link-white:hover {
  color: #f68521;
}

.page-title-compact .bread-crumb {
  position: relative;
  padding: 10px 0;
}

.page-title-compact .bread-crumb li {
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 30px;
  color: #808080;
  font-weight: 400;
  text-transform: capitalize;
  cursor: default;
  padding-right: 15px;
  margin-right: 15px;
  list-style: none;
}

.page-title-compact .bread-crumb li:before {
  position: absolute;
  right: -8px;
  font-size: 16px;
  color: #f80101;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
}

.page-title-compact .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-title-compact .bread-crumb li:last-child:before {
  display: none;
}

.page-title-compact .bread-crumb li a {
  color: #6b42a5;
  text-decoration: none;
}

.page-title-compact .bread-crumb li a:hover {
  color: #bbbbbb;
  text-decoration: none;
}

.carousel-container {
  margin: 55px 0px 15px 0px;
}
.carousel-container .carousel-item {
  min-height: 500px;
  background: #ccc;
}

.jumbotron-container {
  margin: 55px 0px 15px 0px;
}
.jumbotron-container .bg-image {
  background-image: url("/img/banner.jpg");
  background-position: left;
  background-size: cover;
  height: 400px;
}
.jumbotron-container .bg-image .bg-mask {
  background-color: rgba(1, 1, 1, 0.1);
  height: 400px;
  border-radius: 25px;
}

@media (max-width: 576px) {
  .text-xs-center {
    text-align: center;
  }
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
}
.courses-stickybar {
  top: 74px;
  padding-right: 16px;
  padding-left: 16px;
}

.courses .card-subtitle,
.courses .card-title {
  font-weight: 400;
}
.courses .card-title {
  font-size: 1.1rem;
  color: #495057;
}
.courses .card {
  margin-bottom: 24px;
  box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0.05);
}
.courses .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: initial;
  border-radius: 0.25rem;
}
.courses .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.courses .card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}
.courses .card-header {
  border-bottom-width: 1px;
}
.courses .pb-0 {
  padding-bottom: 0 !important;
}
.courses .card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid transparent;
}
.courses .btn-action {
  display: block;
  text-align: center;
  color: #4e555b;
}
.courses .btn-action span {
  display: none;
}
.courses .btn-action:hover i {
  display: none;
}
.courses .btn-action:hover span {
  display: block;
}

/* Blog */
.blog-post {
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.blog-post .avatar.avatar-ex-sm {
  height: 36px;
}
.blog-post .shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}
.blog-post .para-desc {
  max-width: 600px;
}
.blog-post .text-muted {
  color: #8492a6 !important;
}

.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
}

@media (min-width: 992px) {
  .blog-post .blog-img img {
    height: 232px;
  }
}
.blog-post .blog-img .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog-post .blog-img .post-meta {
  bottom: 5%;
  right: 5%;
  z-index: 1;
}

.blog-post .blog-img .post-meta .read-more:hover {
  color: #6dc77a !important;
}

.blog-post .content h1,
.blog-post .content h2,
.blog-post .content h3,
.blog-post .content h4,
.blog-post .content h5,
.blog-post .content h6 {
  line-height: 1.2;
}

.blog-post .content .title {
  font-size: 18px;
}

.blog-post .content .title:hover {
  color: #6dc77a !important;
}

.blog-post .content .author .name:hover {
  color: #6dc77a !important;
}

.blog-post:hover {
  transform: translateY(-7px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-post:hover .blog-img .overlay {
  opacity: 0.65;
}

.blog-post:hover .blog-img .post-meta {
  opacity: 1;
}

.blog-post .post-meta .like i,
.profile-post .like i {
  -webkit-text-stroke: 2px #dd2427;
  -webkit-text-fill-color: transparent;
}

.blog-post .post-meta .like:active i,
.blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
  -webkit-text-stroke: 0 #dd2427;
  -webkit-text-fill-color: #dd2427;
}

#footer {
  color: #ffffff !important;
}

#footer a {
  font-size: 13px;
  color: #FFFFFF;
}

#footer ul {
  list-style: none;
}

#footer ul.links li a {
  text-transform: uppercase;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.megamenu {
  position: static;
}

/* bgs */
.blog {
  background-color: #eeeeee;
}

@media (min-width: 576px) {
  .bg-padding {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (min-width: 768px) {
  .bg-padding {
    padding-left: 8em;
    padding-right: 8em;
  }
}
/* testimonials */
.hh-testimonial-container {
  font-size: 0.9em;
}

.hh-testimonials {
  position: relative;
  margin-top: 30px;
  padding-left: 6em;
  padding-right: 6em;
}

@media (max-width: 767px) {
  .hh-testimonials {
    margin-top: 20px;
  }
}
.hh-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}

.hh-testimonials .owl-stage-outer {
  padding: 30px 0;
}

.hh-testimonials .owl-nav {
  display: none;
}

.hh-testimonials .owl-dots {
  text-align: center;
}

.hh-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.hh-testimonials .owl-dots .active {
  box-shadow: none;
}

.hh-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.hh-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}

.hh-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}

.hh-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}

.hh-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}

.hh-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}

.hh-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}

.hh-testimonials .center {
  opacity: 1;
}

.hh-testimonials .center h5 {
  font-size: 24px;
}

.hh-testimonials .center h5 span {
  font-size: 20px;
}

.hh-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}

ul.tags {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul.tags li {
  float: left;
}
ul.tags li a.tag {
  font-size: 14px;
  color: #fff;
  background: #1dbb90;
  margin: 0 9px 5px 0;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  text-decoration: none;
  height: 26px;
  line-height: 25px;
  position: relative;
  padding: 0 13px 0 21px;
  -webkit-transition: color 0.2s;
}
ul.tags li a.tag:before {
  position: absolute;
  left: 10px;
  height: 6px;
  width: 6px;
  top: 10px;
  content: "";
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(51, 49, 49, 0.25);
}
ul.tags li a.tag:after {
  top: 0;
  right: 0;
  content: "";
  background: #f4f4f4;
  border-bottom: 13px solid #fff;
  border-top: 13px solid #fff;
  border-left: 10px solid #1dbb90;
  position: absolute;
}
ul.tags li a.tag:hover {
  color: #fff;
  background: crimson;
}
ul.tags li a.tag:hover:after {
  background: #f4f4f4;
  border-bottom: 13px solid #fff;
  border-top: 13px solid #fff;
  border-left: 10px solid crimson;
  position: absolute;
}

.posts-section ul {
  padding: 0;
  list-style: none;
}
.posts-section ul li.blog-item {
  border-left: 4px solid #55A145;
  padding: 8px;
  background: #f4f4f4;
  margin-bottom: 6px;
}
.posts-section ul li.blog-item a {
  display: block;
  text-decoration: none;
  color: #000;
}
.posts-section ul li.blog-item:hover {
  background: #55A145;
  transition: 0.3s;
}
.posts-section ul li.blog-item:hover a {
  display: block;
  color: #fff;
}

.hh-nav-scroll {
  top: 80px !important;
}

.hh-contact {
  position: fixed;
  bottom: 25px;
  left: 25px;
}

.hh-picnav img {
  border-radius: 15px;
}
.hh-picnav a {
  text-decoration: none;
}
.hh-picnav a span {
  font-size: 1.5em;
  font-style: italic;
}
.hh-picnav a:hover {
  text-decoration: none;
}

div.cc-container img {
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
div.cc-container img.cc {
  height: 30px;
}
div.cc-container img.cc-square {
  height: 40px;
}

.fit-content {
  width: auto;
  min-width: 1rem;
}

img.btn-apple-pay {
  height: 76px;
  width: 120px;
}

/* User profile */
.card.user-card {
  border-radius: 8px;
}
.card.user-card .card-header {
  background-color: #fff;
}
.card.user-card h3 {
  font-size: 1.25rem;
}
.card.user-card span.h4 {
  font-size: 16px;
}

.sidenav.navbar .navbar.nav {
  width: 100%;
}

.sidenav {
  padding: 1.5rem !important;
  background-color: #fff !important;
}
.sidenav .navbar-header {
  font-size: 0.6875rem;
  text-transform: uppercase;
  padding: 0.3rem 0.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0.2rem;
}
.sidenav .nav-item {
  font-size: 14px;
  font-weight: 500;
}
.sidenav .nav-item.active,
.sidenav .nav-item:hover {
  border-radius: 0.5rem;
  background-color: #e3dcff;
  color: #754ffe !important;
}

.dropdown .dropdown-header {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  padding: 0.25rem 1.2rem;
}
.dropdown .dropdown-item {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 28px;
  padding: 0.125rem 1.2rem;
}
.dropdown .dropdown-item-icon {
  color: #79758f;
  display: inline-block;
  font-size: 0.8125rem;
  opacity: 0.7;
  width: 1.5rem;
}

.list-payments h5 {
  font-size: 0.875rem;
}
.list-payments .cc-container {
  display: inline-block;
  width: 60px;
}
.list-payments img.cc {
  height: 20px !important;
}

.mouse-clickable {
  cursor: pointer;
}

.pricing-table .pricing-plan-allotment,
.pricing-table a {
  font-weight: 700;
}
.pricing-table .btn-rounded {
  border-radius: 50rem;
}
.pricing-table .btn-subscribed {
  cursor: default !important;
}

.bootstrap-autocomplete li {
  padding: 0.25rem 1.5rem;
}
.bootstrap-autocomplete li.active {
  background-color: #e3dcff;
  color: #754ffe !important;
}
.bootstrap-autocomplete a,
.bootstrap-autocomplete a:active {
  color: #000000;
  text-decoration: none;
}

.toggle-password {
  top: 6px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}

.btn-hh-blue {
  color: #fff;
  background-color: #3970b7;
  border-color: #3970b7;
}

.btn-hh-green {
  color: #fff;
  background-color: #55a145;
  border-color: #55a145;
}

.btn-hh-blue3 {
  color: #fff;
  background-color: #3970b6;
  border-color: #3970b6;
}

.btn-hh-blue2 {
  color: #fff;
  background-color: #4383cb;
  border-color: #4383cb;
}

.btn-hh-green2 {
  color: #fff;
  background-color: #5ab334;
  border-color: #5ab334;
}

.btn-hh-orange {
  color: #fff;
  background-color: #f68521;
  border-color: #f68521;
}

.btn-hh-orange2 {
  color: #000;
  background-color: #fac290;
  border-color: #fac290;
}

.btn-hh-red {
  color: #fff;
  background-color: #c5221f;
  border-color: #c5221f;
}

.btn-hh-gray {
  color: #fff;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-hh-gray2 {
  color: #000;
  background-color: #ddd;
  border-color: #ddd;
}

.txt-hh-blue {
  color: #3970b7;
}

.txt-hh-green {
  color: #55a145;
}

.txt-hh-blue2 {
  color: #4383cb;
}

.txt-hh-green2 {
  color: #5ab334;
}

.txt-hh-orange {
  color: #f68521;
}

.txt-aidcpr-red {
  color: #c5221f;
}

.txt-aidcpr-blue {
  color: #3970b6;
}

/* Montessori4Teachers Theme */
.txt-montessori4teachers-blue {
  color: #0074D9; /* Example blue color */
}

.txt-montessori4teachers-red {
  color: #FF4136; /* Example red color */
}/*# sourceMappingURL=main.theme.css.map */