@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p {
  margin: 0 !important;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.fw-semi {
  font-weight: 500 !important;
}

.text-justify {
  text-align: justify;
}

.ws-nowrap {
  white-space: nowrap;
}

.btn-username {
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-label {
  font-weight: bold;
}

.font-white {
  color: white;
}

.font-black {
  color: black;
}

.font-grey {
  color: grey;
}

.font-neongreen {
  color: #00FF85;
}

.font-purple {
  color: #704098;
}

.font-green {
  color: #2BB573;
}

.bg-white {
  background: white;
}

.bg-grey {
  background: #f2f2f2;
}

.bg-black {
  background: black;
}

.bg-purple {
  background: #704098 !important;
}

.bg-orange {
  background: #F6931D !important;
}

.round-corner {
  border-radius: 20px !important;
}

.round-corner-sm {
  border-radius: 10px !important;
}

.border-radius-rounded-top {
  border-radius: 20px 20px 0px 0px !important;
}

/*scrollbar custom*/
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px lightgrey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: lightgrey;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: darkgrey;
}

a {
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: black;
  opacity: 0.8;
}

.link-white, .link-white a {
  text-decoration: none;
  color: white;
  transition: all 0.3s ease-in-out;
}
.link-white:hover, .link-white a:hover {
  color: white;
  opacity: 0.8;
}

.link-orange {
  text-decoration: none;
  color: #F6931D;
  transition: all 0.3s ease-in-out;
}
.link-orange:hover {
  color: #F6931D;
  opacity: 0.8;
}

.link-purple {
  text-decoration: none;
  color: #704098;
  transition: all 0.3s ease-in-out;
}
.link-purple:hover {
  color: #704098;
  opacity: 0.8;
}

.border-square {
  border: 1px solid black;
  padding: 5px 10px;
  text-transform: uppercase;
}

footer {
  background: #704098;
  color: white;
}

.btn-neongreen {
  background: #00FF85;
  color: black;
}
.btn-neongreen:hover {
  opacity: 0.9;
}
.btn-neongreen:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 255, 133, 0.25);
}

.btn-green {
  background: #2BB573;
  color: white;
  transition: all 0.3s ease-in-out;
}
.btn-green:hover {
  background: #00FF85;
  color: black;
}

.btn-black {
  background: black;
  color: white;
  transition: all 0.3s ease-in-out;
}
.btn-black:hover {
  background: black;
  opacity: 0.9;
  color: white;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: black !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #F6931D;
}

.accordion-button:focus {
  z-index: 3;
  border: 1px solid rgba(0, 0, 0, 0.125);
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem rgba(246,147,29,.25);*/
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
}

.accordion-button:not(.collapsed) {
  color: black;
  /* background-color: rgba(246,147,29,.25);*/
  background-color: rgba(255, 255, 255, 0.1);
}

.custom-tab .nav-item.show .nav-link, .custom-tab .nav-link.active {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) black !important;
  border-bottom: 5px solid;
}

.custom-tab > li.nav-item:has(> .active) {
  border-bottom: 5px black solid !important;
}
.custom-tab li button {
  height: 100%;
  /*&.active{
     border-bottom: 5px black solid !important;
      border: 0px solid white !important;
   }*/
}
.custom-tab li button:not(.active) {
  background: rgba(0, 0, 0, 0) !important;
}

.custom-next:after {
  content: "\f138" !important;
  color: black !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px !important;
  font-weight: 900;
}

.custom-prev:after {
  content: "\f137" !important;
  color: black !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px !important;
  font-weight: 900;
}

.banners-button-prev, .banners-button-next {
  color: black !important;
}

/*swiper custom*/
#custom-swiper > .swiper-wrapper > .swiper-slide {
  height: auto;
}
#custom-swiper > .swiper-wrapper > .swiper-slide > a.card {
  height: 100%;
}

.controls-placement {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  height: 100%;
}

/*swiper custom btn*/
.custom-button-next {
  /* right: -20px !important;*/
  top: 50% !important;
  width: auto !important;
}
.custom-button-next:after {
  content: "\f138" !important;
  color: #F6931D !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px !important;
  font-weight: 900;
}

.custom-button-prev {
  /*left: -20px !important;*/
  top: 50% !important;
  width: auto !important;
}
.custom-button-prev:after {
  content: "\f137" !important;
  color: #F6931D !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 30px !important;
  font-weight: 900;
}

.custom-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%) !important;
  bottom: 0px;
}

.swiper-pagination-bullet {
  margin: 0 4px;
}

html {
  height: 100%;
}

body {
  font-family: "Work Sans", sans-serif;
  min-height: 100%;
}

.hundredmvh {
  min-height: 100vh !important;
}

section {
  margin: 2rem 0rem;
}

.span-from-top {
  height: 20vh;
}
.span-from-top.no-banner {
  height: 5vh;
}

/*navbar*/
.navbar-custom .nav-item {
  padding: 0px 10px;
}

.glossy {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  /*margin-top: 40px;*/
  z-index: 1040;
}
.glossy:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px) !important;
  -moz-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px);
}

.glossy-2 {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  z-index: 1040;
}
.glossy-2:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(10px) !important;
  -moz-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px);
  border-radius: 20px 20px 0px 0px;
}

.title-accent::after {
  content: "";
  display: block;
  width: 80px;
  padding-top: 20px;
  border-bottom: 10px solid #F6931D;
}

.card-thumbnail {
  height: 130px !important;
  width: auto;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.card-hover {
  box-shadow: none;
  border-radius: 18px;
  transition: all 0.2s;
}
.card-hover:hover {
  transform: scale(1.01);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.2), 0 16px 28px rgba(0, 0, 0, 0.24);
}

#accordionFAQ .card .card-header {
  position: relative;
}
#accordionFAQ .card .card-header:hover {
  cursor: pointer;
}
#accordionFAQ .card .card-header[aria-expanded=true] i.fas::before {
  transform: rotate(180deg);
}
#accordionFAQ .card .card-header h6 {
  margin-right: 20px;
}
#accordionFAQ .card .card-header i.fas {
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translate(0px, 50%);
}

/*home*/
.img-holder__announcement {
  background-size: cover !important;
  height: 200px;
}

#banners-swiper {
  border-bottom: 10px solid #F6931D;
  margin-bottom: -10px;
  height: 50vh;
  position: relative;
}

/*faded-banner for some pages*/
.faded-banner {
  height: 50vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.faded-banner[img-for=events] {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%), url("../img/img_events.png") no-repeat center center;
  background-size: cover;
}
.faded-banner[img-for=courses] {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%), url("../img/wah-banner.png") no-repeat center center;
  background-size: cover;
}
.faded-banner[img-for=about] {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%), url("../img/img_events.png") no-repeat center center;
  background-size: cover;
}
.faded-banner[img-for=login] {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%), url("../img/img_events.png") no-repeat center center;
  background-size: cover;
}
.faded-banner[img-for=dashboard] {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%), url("../img/img_events.png") no-repeat center center;
  background-size: cover;
}

/*Resources page*/
.resources_card_select {
  border: 0px;
  height: 200px;
  border-radius: 10px;
  color: white;
}
.resources_card_select > * {
  z-index: 100;
}
.resources_card_select.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(246, 147, 29);
  opacity: 0.8;
  z-index: 1;
  border-radius: 10px;
}

/*footer illustration*/
.illust-holder {
  position: relative;
}
.illust-holder img {
  position: absolute;
  margin-top: -6rem;
  width: 300px;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .illust-holder {
    position: relative;
  }
  .illust-holder img {
    position: relative !important;
    margin-top: 0 !important;
    width: 150px;
  }
  #banners-swiper {
    height: 100vh;
  }
}
.modules-list > .col-md-6 > .form-check {
  margin: 20px 0px !important;
}

.progress {
  height: 10px;
}

/*chevron*/
#accordionModule .card .card-header {
  position: relative;
}
#accordionModule .card .card-header > h3:hover {
  cursor: pointer;
}
#accordionModule .card .card-header > [aria-expanded=true] i.fas::before, #accordionModule .card .card-header[aria-expanded=true] i.fas::before {
  transform: rotate(180deg);
}
#accordionModule .card .card-header h3 {
  margin-left: 40px;
}
#accordionModule .card .card-header i.fas {
  position: absolute;
  left: 20px;
  bottom: 50%;
  transform: translate(0px, 50%);
}
#accordionModule .card .card-header.cpointer:hover {
  cursor: pointer;
}

#accordionEvents .accordion-button.collapsed::after {
  transform: rotate(180deg) !important;
}
#accordionEvents .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg) !important;
}

.card[img-for=module-x] {
  /* background: linear-gradient(to right, rgba(0,0,0,0.7) 30%, rgba(0,0,0,1) 100%), url('../img/img_cover.jpg') no-repeat center center; */
  background-size: cover !important;
}

.progChart {
  position: relative;
}
.progChart canvas {
  margin: 0 auto;
  width: 150px !important;
  height: 100% !important;
}
.progChart.-type-donut.-label-centered .progChart__summary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.progChart.-type-donut.-label-centered .progChart__summary .progChart__summary__title {
  margin: -15px 0 0;
}
.progChart.-type-donut.-label-centered .progChart__summary .progChart__summary__number {
  font-size: inherit;
  margin: -5px 0 0 !important;
}

.overflowing > ul {
  height: 200px;
  overflow-y: scroll;
}
.overflowing > ul li {
  margin: 10px 0px;
}

/*Calendar Plugin*/
.fc-event {
  display: flex !important;
  align-items: center;
  height: 50px;
}

.swiper-container {
  overflow: hidden;
}

/* video */
.video-icon {
  position: relative;
}
.video-icon:after {
  position: absolute;
  content: "\f4f3";
  font-family: "Bootstrap-icons";
  color: white;
  font-size: 2rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */