:root {
  --font-family: 'Rubik', sans-serif;
  /*--main-color: #7A066B;*/
  --main-color: #79A8D4;
  --body-color: #616161;
  --heading-color: #111111;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-size: 16px;
  --transition: all ease .5s;
  --border-radius: 4px;
  --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  --main-background: linear-gradient(175deg, rgba(163, 209, 157, 1) 0%, rgba(121, 168, 212, 1) 100%); }

.single-categories:hover {
  cursor: pointer; }
  .single-categories:hover a h3 {
    color: var(--main-color) !important; }
.single-categories .categories-content-wrap .categories-content a h3 {
  font-size: 18px; }

.display-block {
  display: block !important; }

@media (min-width: 991px) {
  .hide-on-desktop {
    display: none !important; }

  .page-title-area {
    padding-top: 20vh;
    padding-bottom: 20vh;
    background-size: 100%;
    background-repeat: no-repeat; } }
@media (min-width: 991px) and (min-width: 1600px) {
  .page-title-area {
    padding-top: 18vh;
    padding-bottom: 18vh;
    background-size: 100%;
    background-repeat: no-repeat; } }
.nice-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px; }
.nice-scroll::-webkit-scrollbar-corner {
  background-color: red; }
.nice-scroll::-webkit-scrollbar-track {
  width: 3px;
  background: #f1f1f1; }
.nice-scroll::-webkit-scrollbar-track:hover {
  background-color: #f1f1f1; }
.nice-scroll::-webkit-scrollbar-thumb {
  background-color: #B9B9C0;
  border: 5px solid;
  border-color: #B9B9C0;
  border-radius: 16px; }
.nice-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #B9B9C0;
  border: 4px solid;
  border-color: #B9B9C0; }

.search-form {
  position: relative; }

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  height: 49px;
  background-color: #f5f6fa;
  border: none; }

.select2-container--default .select2-selection--single {
  text-align: left; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  float: left; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 75%; }

label.error {
  color: red; }

#toast-container > div {
  opacity: 1; }

.text-left {
  text-align: left; }

.enroll-wrap label.error {
  display: block;
  text-align: left;
  color: var(--white-color); }

.form-control {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important; }

.main-second-bar {
  border-bottom: 1px solid #a4a4a4;
  padding: 5px 0;
  margin-bottom: 10px; }
  .main-second-bar .second-bar {
    display: flex; }
    .main-second-bar .second-bar .content-email {
      margin-left: 10px; }
    .main-second-bar .second-bar .content-buttons {
      margin-left: auto; }
  .main-second-bar .container-fluid {
    max-width: 1470px;
    padding-left: 30px;
    padding-right: 30px; }

.navbar-area .main-nav {
  padding-top: 0; }

@media (max-width: 990px) {
  .mobile-nav .main-logo {
    height: 32px !important; }

  .main-second-bar .second-bar {
    justify-content: center; }
    .main-second-bar .second-bar .content-text {
      display: none; }
    .main-second-bar .second-bar .content-buttons {
      margin-left: 0; }
    .main-second-bar .second-bar .content-phone, .main-second-bar .second-bar .content-email {
      display: none; }

  .hide-on-mobile {
    display: none !important; }

  .page-title-area {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: bottom; }
    .page-title-area .title {
      font-size: 1rem; } }
.go-top.active {
  left: 3%;
  right: inherit; }

.text-justify {
  text-align: justify; }

.text-upper {
  text-transform: uppercase; }

.green-color {
  color: var(--green-color); }

.blue-color {
  color: var(--main-color); }

.p-relative {
  position: relative; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.bg-light-grey {
  background-color: #ebebeb !important; }

.mb-0 {
  margin-bottom: 0 !important; }

#right_sidebar {
  overflow: auto;
  background: #ffffff;
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  right: -100%;
  z-index: 9999;
  -moz-box-shadow: 0 0 3px #5f5f5f;
  -webkit-box-shadow: 0 0 3px #5f5f5f;
  box-shadow: 0 0 3px #5f5f5f;
  max-width: 1000px; }
  #right_sidebar #content_right_sidebar {
    position: relative;
    width: 100%;
    height: 90%;
    overflow: auto;
    overflow-x: hidden; }
  #right_sidebar #close_right_sidebar {
    position: absolute;
    top: 20px;
    right: 20px; }

.overlay-right-sidebar {
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }

.font-17-rem {
  font-size: 1.7rem; }

.margin-top-50 {
  margin-top: 50px !important; }

.content-loader-spinner {
  width: 100%;
  height: 300px;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .content-loader-spinner.has-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2; }
  .content-loader-spinner .loader-spinner {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: var(--main-color); }
    .content-loader-spinner .loader-spinner:before, .content-loader-spinner .loader-spinner:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: 50%;
      transform: rotateX(70deg);
      animation: 1s spin linear infinite; }
    .content-loader-spinner .loader-spinner:after {
      color: var(--green-color);
      transform: rotateY(70deg);
      animation-delay: .4s; }

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg); }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg); } }
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes spin {
  0%,
  100% {
    box-shadow: .2em 0px 0 0px currentcolor; }
  12% {
    box-shadow: .2em .2em 0 0 currentcolor; }
  25% {
    box-shadow: 0 .2em 0 0px currentcolor; }
  37% {
    box-shadow: -.2em .2em 0 0 currentcolor; }
  50% {
    box-shadow: -.2em 0 0 0 currentcolor; }
  62% {
    box-shadow: -.2em -.2em 0 0 currentcolor; }
  75% {
    box-shadow: 0px -.2em 0 0 currentcolor; }
  87% {
    box-shadow: .2em -.2em 0 0 currentcolor; } }
span.required:after {
  content: "*";
  color: red;
  display: inline-block;
  margin: 0 5px; }

.ml-auto {
  margin-left: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.account-wrap.no-before ul li::before {
  background-color: transparent !important; }

.main-banner {
  height: 500px; }
  .main-banner .enroll-wrap {
    padding: 0 !important; }
  .main-banner .courses-title {
    padding: 0 !important; }
    .main-banner .courses-title h3 {
      padding: 10px !important; }
  .main-banner .courses-form .form-group {
    margin-bottom: 20px !important; }
  .main-banner .courses-form .form-control {
    height: 36px !important; }
  .main-banner .courses-form span.required {
    display: inline-block !important; }

.iti--allow-dropdown {
  width: 100%; }

.width-100 {
  width: 100%; }

.no-border {
  border: none !important; }

.course-template .course-short-description {
  height: 115px;
  overflow: hidden; }
.course-template .course-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.border-top-1px-theme {
  border-top: 1px solid var(--theme-color1); }

.category-template .category-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.bg-fixed {
  background-attachment: fixed; }

.input-group .input-group-text {
  height: 54px; }
  .input-group .input-group-text button {
    height: 100%; }

.vertical-align-middle {
  vertical-align: middle !important; }

/*.work-with-us-section{
  background-image: url("../images/bg/bg2.jpg") !important;
}*/
ul.course-category-list {
  max-height: 350px;
  overflow-y: scroll; }

.page-title-area:before {
  background-color: rgba(17, 17, 17, 0.4) !important; }

.max-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/arrow_white.svg"); }

@media (max-width: 991px) {
  .show-on-mobile {
    display: block; }

  .show-on-desktop {
    display: none; } }
@media (min-width: 992px) {
  .show-on-mobile {
    display: none; }

  .show-on-desktop {
    display: block; } }
.content-category-filter .accordion-item {
  border: none;
  border-radius: 0 !important;
  margin-bottom: 20px; }
.content-category-filter .accordion-header {
  background-color: transparent !important; }
  .content-category-filter .accordion-header strong {
    font-size: 0.9rem; }

.select2 .selection .select2-selection {
  height: auto !important; }

html {
  overflow-y: visible; }

#content_category_filter .sticky-top {
  z-index: 8; }

.upcoming-events-current-style .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 75px; }

.btn-theme-colored2:hover {
  background-color: #467FC1;
  border-color: #467FC1; }

.btn-theme-colored1:hover {
  background-color: #5AC0AA;
  border-color: #5AC0AA; }

.menuzord.theme-color1 .menuzord-menu > li:hover .indicator i {
  color: #ffffff; }

.form-control {
  height: calc(2.25rem + 5px); }

.full-width {
  width: 100%; }

.link-color {
  color: #003f5e; }

.d-none {
  display: none !important; }

.mr-5 {
  margin-right: 5px; }

.ml-5 {
  margin-left: 5px; }

.scrollToTop {
  right: inherit;
  left: 15px; }

.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .user-pro-pic-wrapper {
  border-radius: 0; }

.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .user-pro-pic-wrapper .user-pro-pic {
  width: 40px;
  height: 40px; }

/* for mobile */
.hide-menu-button {
  display: none; }

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden; }

  .header-mid-right {
    display: none; }

  body.menuzord-menu-open {
    left: inherit;
    overflow: hidden !important; }
    body.menuzord-menu-open:before {
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 9; }
    body.menuzord-menu-open #rev_slider_1_1_wrapper {
      z-index: -1; }
    body.menuzord-menu-open .hide-menu-button {
      display: block;
      position: fixed;
      top: 10px;
      left: 22px;
      z-index: 999999999999999;
      color: #ffff;
      font-size: 25px; }
    body.menuzord-menu-open .navbar-scrolltofixed {
      z-index: 0 !important; }

  body.menuzord-menu-open #top-primary-nav-clone {
    z-index: 999999; } }
.menuzord-menu > li > .megamenu .megamenu-row li.mega-sub-child {
  border-bottom: 1px solid #969595; }

/* Blog Image Styling */
.tm-sc-blog .thumb {
  height: 250px;
  /* Fixed height for uniformity */
  overflow: hidden; }

.tm-sc-blog .thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; }

.tm-sc-blog .mascot-post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Limit to 3 lines */
  line-clamp: 3;
  /* Standard property */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 72px;
  /* Ensure consistent height even for short text */ }

/* Cookie Consent Banner */
#cookie-consent-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  opacity: 0;
  transform: translateY(100px);
  border: 1px solid #e0e0e0; }

#cookie-consent-banner.show {
  opacity: 1;
  transform: translateY(0); }

.cookie-content {
  flex: 1; }

.cookie-text {
  margin: 0;
  font-size: 14px;
  color: #333; }

.cookie-actions {
  display: flex;
  gap: 10px; }

@media (max-width: 768px) {
  #cookie-consent-banner {
    flex-direction: column;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px 12px 0 0; } }

/*# sourceMappingURL=custom.css.map */
