/*
bp-1 [100px]=>[6.25em]
bp-2 [200px]=>[12.5em]
bp-3 [300px]=>[20em]
bp-4 [400px]=>[25em]
bp-5 [500px]=>[31.25em]
bp-6 [600px]=>[37.5em]
bp-7 [700px]=>[43.75em]
bp-8 [800px]=>[50em]
bp-9 [900px]=>[56.25em]
bp-10[1100px]=>[68.75em]
bp-11[1200px]=>[75em]
bp-12[1300 to 1600px]=>[81.25em to 100em]
bp-13[1800+]=>[112.5em]


ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translateX(0rem); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveBtnUp {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  80% {
    opacity: 1;
    transform: translateY(-1rem); }
  100% {
    opacity: 1;
    transform: translateY(0rem); } }

@keyframes logoFade {
  0% {
    opacity: 0; }
  80% {
    opacity: 70%; }
  100% {
    opacity: 1; } }

@keyframes logo {
  to {
    stroke-dashoffset: 0; } }

@keyframes fill {
  from {
    fill: transparent; }
  to {
    fill: #fff; } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* Calculation done by converting 10px into % by 10px/16px(Default Browser config) 
    10px/16px => 0.625 i.e in 62.5% 
    1rem = 10px */ }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 50em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 43.75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 31.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 25em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 20em) {
    html {
      font-size: 43.75%; } }
  @media only screen and (max-width: 12.5em) {
    html {
      font-size: 43.75%; } }
  @media only screen and (max-width: 6.25em) {
    html {
      font-size: 43.75%; } }
  @media only screen and (max-width: 68.75em) {
    html {
      font-size: 65.62%; } }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 65.62%; } }
  @media only screen and (min-width: 81.25em) and (max-width: 100em) {
    html {
      font-size: 65.62%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 65.62%; } }

body {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #eee; }
  @media only screen and (max-width: 56.25em) {
    body {
      padding: 0; } }

::selection {
  background-color: #ff7730;
  color: #fff; }

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #777777; }

.heading-type-1 {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 2.5rem; }
  .heading-type-1 > * {
    display: block;
    font-weight: 600;
    animation-duration: 1s;
    animation-timing-function: ease-out; }
  .heading-type-1--main {
    font-size: 7rem;
    letter-spacing: 1.5rem;
    animation-name: moveInLeft; }
    @media only screen and (min-width: 81.25em) and (max-width: 100em) {
      .heading-type-1--main {
        font-size: 5rem;
        letter-spacing: 1rem; } }
    @media only screen and (max-width: 75em) {
      .heading-type-1--main {
        font-size: 4.8rem;
        letter-spacing: 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .heading-type-1--main {
        font-size: 4.5rem;
        letter-spacing: 1rem; } }
    @media only screen and (max-width: 25em) {
      .heading-type-1--main {
        font-size: 4rem;
        letter-spacing: 0.5rem; } }
  .heading-type-1--sub {
    font-size: 2.5rem;
    letter-spacing: 1rem;
    animation-name: moveInRight; }
    @media only screen and (max-width: 50em) {
      .heading-type-1--sub {
        font-size: 2rem;
        letter-spacing: 0.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .heading-type-1--sub {
        font-size: 1.8rem;
        letter-spacing: 0.5rem; } }
    @media only screen and (max-width: 25em) {
      .heading-type-1--sub {
        font-size: 1.5rem; } }

.heading-type-2, .heading-type-3 {
  font-size: 3.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3rem;
  background-image: linear-gradient(to right, #ffbb00, #ff7730);
  display: inline-block;
  transition: all .2s;
  -webkit-background-clip: text;
  color: transparent; }
  @media only screen and (max-width: 75em) {
    .heading-type-2, .heading-type-3 {
      padding: 0 4rem; } }
  @media only screen and (max-width: 68.75em) {
    .heading-type-2, .heading-type-3 {
      padding: 0 5rem;
      font-size: 3.3rem; } }
  @media only screen and (max-width: 56.25em) {
    .heading-type-2, .heading-type-3 {
      padding: 0 5rem;
      font-size: 2.8rem; } }
  @media only screen and (max-width: 37.5em) {
    .heading-type-2, .heading-type-3 {
      padding: 0 4rem;
      font-size: 3rem; } }
  @media only screen and (max-width: 31.25em) {
    .heading-type-2, .heading-type-3 {
      padding: 0;
      font-size: 2.5rem; } }
  @media only screen and (max-width: 23.4375em) {
    .heading-type-2, .heading-type-3 {
      padding: 0 4rem;
      font-size: 1.9rem; } }
  @media only screen and (max-width: 22.5em) {
    .heading-type-2, .heading-type-3 {
      padding: 0 2rem;
      font-size: 2.5rem; } }
  @media only screen and (max-width: 20em) {
    .heading-type-2, .heading-type-3 {
      font-size: 1.7rem;
      font-weight: 700;
      letter-spacing: 1px; } }
  .heading-type-2:hover, .heading-type-3:hover {
    text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 75em) {
      .heading-type-2:hover, .heading-type-3:hover {
        text-shadow: none; } }
    @media only screen and (max-width: 68.75em) {
      .heading-type-2:hover, .heading-type-3:hover {
        text-shadow: none; } }
  .heading-type-2::selection, .heading-type-3::selection {
    background: #333;
    color: #ffbb00; }

.heading-type-3 {
  background-image: linear-gradient(to right, #e0e0e0, #eae9e9); }
  @media only screen and (max-width: 75em) {
    .heading-type-3 {
      padding: 0rem; } }
  .heading-type-3:hover {
    text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 75em) {
      .heading-type-3:hover {
        text-shadow: none; } }
    @media only screen and (max-width: 68.75em) {
      .heading-type-3:hover {
        text-shadow: none; } }
  .heading-type-3::selection {
    background: #333;
    color: #ffbb00; }

.heading-type-4 {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px; }
  .heading-type-4::selection {
    background: #ffbb00d5; }
  @media only screen and (max-width: 56.25em) {
    .heading-type-4 {
      letter-spacing: 0px; } }
  @media only screen and (max-width: 25em) {
    .heading-type-4 {
      font-size: 1.5rem; } }

.paragraph {
  font-size: 1.7rem;
  justify-content: right;
  text-align: justify; }
  @media only screen and (max-width: 25em) {
    .paragraph {
      font-size: 1.4rem; } }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }
  .paragraph::selection {
    background: #ffbb00d5; }

.u-class-center {
  text-align: center; }

.u-margin-bottom-small {
  margin-bottom: 1.4rem; }

.u-margin-bottom-medium {
  margin-bottom: 4rem; }

.u-margin-bottom-large {
  margin-bottom: 8rem;
  margin-top: 0; }
  @media only screen and (max-width: 75em) {
    .u-margin-bottom-large {
      margin-bottom: 6.5rem; } }
  @media only screen and (max-width: 68.75em) {
    .u-margin-bottom-large {
      margin-bottom: 5rem; } }
  @media only screen and (max-width: 31.25em) {
    .u-margin-bottom-large {
      margin-bottom: 5rem; } }
  @media only screen and (max-width: 23.4375em) {
    .u-margin-bottom-large {
      margin-bottom: 2rem; } }

.btn:link, .btn:visited,
.btn-course:link,
.btn-course:visited,
.btn-enroll:link,
.btn-enroll:visited {
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.7rem 3rem;
  transition: all 0.4s;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 37.5em) {
    .btn:link, .btn:visited,
    .btn-course:link,
    .btn-course:visited,
    .btn-enroll:link,
    .btn-enroll:visited {
      padding: 1.7rem 3rem; } }
  @media only screen and (max-width: 31.25em) {
    .btn:link, .btn:visited,
    .btn-course:link,
    .btn-course:visited,
    .btn-enroll:link,
    .btn-enroll:visited {
      padding: 1.3rem 1.3rem;
      font-size: 1.6rem; } }

.btn:hover,
.btn-course:hover,
.btn-enroll:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 68.75em) {
    .btn:hover,
    .btn-course:hover,
    .btn-enroll:hover {
      transform: none;
      box-shadow: none; } }
  .btn:hover::after,
  .btn-course:hover::after,
  .btn-enroll:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }
    @media only screen and (max-width: 68.75em) {
      .btn:hover::after,
      .btn-course:hover::after,
      .btn-enroll:hover::after {
        transform: none;
        box-shadow: none; } }

.btn:active,
.btn-course:active,
.btn-enroll:active {
  transform: translateY(-0.2rem);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }

.btn--white,
.btn-course--white,
.btn-enroll--white {
  background-color: #fff;
  color: #777777;
  display: inline-block;
  border-radius: 10rem; }
  .btn--white::after,
  .btn-course--white::after,
  .btn-enroll--white::after {
    background-color: #fff; }
  @media only screen and (max-width: 25em) {
    .btn--white,
    .btn-course--white,
    .btn-enroll--white {
      border-radius: 5px; } }

.btn--yellow,
.btn-course--yellow,
.btn-enroll--yellow {
  background-color: #fcd12a;
  color: #777777;
  display: inline-block;
  border-radius: 10rem;
  text-align: center;
  position: absolute;
  right: -79rem;
  top: 4rem;
  padding: 1.7rem 1.5rem; }
  .btn--yellow::after,
  .btn-course--yellow::after,
  .btn-enroll--yellow::after {
    content: "";
    background-color: #fcd12a; }

.btn::after,
.btn-course::after,
.btn-enroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  transition: all 0.3s; }
  @media only screen and (max-width: 37.5em) {
    .btn::after,
    .btn-course::after,
    .btn-enroll::after {
      transition: none; } }
  @media only screen and (max-width: 20em) {
    .btn::after,
    .btn-course::after,
    .btn-enroll::after {
      border-radius: 1rem;
      transition: none; } }

.btn--animated,
.btn-course--animated,
.btn-enroll--animated {
  animation-name: moveBtnUp;
  animation-duration: .75s;
  animation-delay: .80s;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards; }
  .btn--animated__1,
  .btn-course--animated__1,
  .btn-enroll--animated__1 {
    animation-name: moveBtnUp;
    animation-duration: .80s;
    animation-delay: .85s;
    animation-fill-mode: backwards; }
  .btn--animated__2,
  .btn-course--animated__2,
  .btn-enroll--animated__2 {
    animation-name: moveBtnUp;
    animation-duration: .85s;
    animation-delay: .90s;
    animation-fill-mode: backwards; }

.btn-enroll {
  font-family: "Raleway", sans-serif !important;
  font-weight: 600 !important;
  border-radius: 5px;
  font-size: 2.5rem !important;
  font-family: inherit;
  letter-spacing: 1px; }
  @media only screen and (min-width: 81.25em) and (max-width: 100em) {
    .btn-enroll {
      font-size: 2rem !important; } }
  @media only screen and (max-width: 75em) {
    .btn-enroll {
      font-size: 1.7rem !important;
      padding: 1.7rem 3rem !important; } }
  @media only screen and (max-width: 60em) {
    .btn-enroll--register {
      padding: 1.5rem 3rem !important; } }
  @media only screen and (max-width: 43.75em) {
    .btn-enroll--register {
      padding: 1.1rem 2rem !important; } }
  @media only screen and (max-width: 60em) {
    .btn-enroll--course-confirm, .btn-enroll--undertaking {
      padding: 1.5rem 3rem !important; } }
  @media only screen and (max-width: 43.75em) {
    .btn-enroll--course-confirm, .btn-enroll--undertaking {
      padding: 1.1rem 2rem !important; } }
  @media only screen and (max-width: 60em) {
    .btn-enroll--certificate {
      padding: 1.5rem 3rem !important; } }
  @media only screen and (max-width: 43.75em) {
    .btn-enroll--certificate {
      padding: 1.1rem 2rem !important; } }
  .btn-enroll::after {
    content: "";
    border-radius: 5px; }

.btn-Read-More:link, .btn-Read-More:visited {
  color: #ffa726;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1.5px solid #ffa726;
  border-radius: 3px;
  font-size: 2.1rem;
  transition: all .3s;
  padding: .8rem .8rem;
  font-weight: 700; }
  @media only screen and (max-width: 25.875em) {
    .btn-Read-More:link, .btn-Read-More:visited {
      font-size: 1.8rem;
      background-color: #ffa726;
      color: #333; } }
  @media only screen and (max-width: 25em) {
    .btn-Read-More:link, .btn-Read-More:visited {
      font-size: 1.5rem;
      background-color: #ffa726;
      color: #333; } }

.btn-Read-More__icon {
  position: relative !important;
  top: 4.1px !important; }

.btn-Read-More:hover {
  background-color: #ffa726;
  transform: translateY(-0.4rem);
  color: #333;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }

.btn-Read-More:active {
  transform: translateY(-0.2rem);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 25.875em) {
    .btn-Read-More:active {
      transform: none;
      box-shadow: none; } }

.btn-course {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500 !important;
  border-radius: 3px;
  font-size: 2rem !important;
  letter-spacing: .5px;
  padding: 1rem 1rem !important;
  margin: 1rem;
  width: 90%;
  text-align: center;
  color: #333;
  background-color: #ffa726; }
  @media only screen and (max-width: 60em) {
    .btn-course {
      width: 80%;
      margin: 0; } }
  @media only screen and (max-width: 37.5em) {
    .btn-course {
      margin: 2rem;
      width: 85%; } }
  .btn-course::after {
    content: "";
    border-radius: 3px;
    background-color: #ffa726; }

.course-main {
  display: flex;
  align-content: center;
  justify-content: space-evenly; }
  .course-main:not(:last-child) {
    margin-bottom: 8rem; }
  @media only screen and (min-width: 81.25em) and (max-width: 100em) {
    .course-main {
      flex-wrap: wrap;
      margin: 0 10rem; }
      .course-main:not(:last-child) {
        margin-bottom: 0; } }
  @media only screen and (max-width: 75em) {
    .course-main {
      flex-wrap: wrap;
      margin: 0 5rem; }
      .course-main:not(:last-child) {
        margin-bottom: 0; } }
  .course-main__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.15); }
    @media only screen and (min-width: 81.25em) and (max-width: 100em) {
      .course-main__box {
        margin: 4rem 4rem; } }
    @media only screen and (max-width: 75em) {
      .course-main__box {
        margin: 4rem 4rem; } }
    @media only screen and (max-width: 60em) {
      .course-main__box {
        margin: 3rem 3rem; } }
    @media only screen and (max-width: 50em) {
      .course-main__box {
        box-shadow: none; } }
    @media only screen and (max-width: 31.25em) {
      .course-main__box {
        margin: 2rem 2rem; } }
    @media only screen and (max-width: 60em) {
      .course-main__box__upper-part {
        display: flex;
        flex-direction: row; } }
    @media only screen and (max-width: 37.5em) {
      .course-main__box__upper-part {
        flex-direction: column; } }
    .course-main__box__upper-part--title {
      font-size: 2.5rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #eee;
      display: inline-block; }
      .course-main__box__upper-part--title--span {
        padding: 1rem 1rem;
        background-image: linear-gradient(to right bottom, rgba(255, 187, 0, 0.8), rgba(255, 119, 48, 0.8));
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        position: relative;
        right: 2rem;
        top: 1rem; }
      @media only screen and (max-width: 25em) {
        .course-main__box__upper-part--title {
          font-size: 2rem; } }
    .course-main__box__upper-part--image {
      height: 30rem;
      background-size: cover;
      border-radius: 5px;
      margin: 2rem;
      background-blend-mode: multiply;
      width: 50rem; }
      @media only screen and (max-width: 60em) {
        .course-main__box__upper-part--image {
          height: 32rem; } }
      @media only screen and (max-width: 37.5em) {
        .course-main__box__upper-part--image {
          width: 35rem; } }
      @media only screen and (max-width: 31.25em) {
        .course-main__box__upper-part--image {
          width: 30rem;
          height: 25rem; } }
      @media only screen and (max-width: 22.5em) {
        .course-main__box__upper-part--image {
          width: 26rem;
          height: 23rem; } }
      @media only screen and (max-width: 20em) {
        .course-main__box__upper-part--image {
          width: 22rem;
          height: 20rem; } }
    .course-main__box__lower-part {
      color: #333;
      font-weight: 600;
      width: 100%; }
      @media only screen and (max-width: 37.5em) {
        .course-main__box__lower-part {
          display: flex;
          flex-direction: column; } }
      .course-main__box__lower-part--details {
        padding: 1rem; }
        @media only screen and (max-width: 60em) {
          .course-main__box__lower-part--details {
            padding: 2rem; } }
        @media only screen and (max-width: 37.5em) {
          .course-main__box__lower-part--details {
            padding: 0; } }
        .course-main__box__lower-part--details--modifier {
          list-style: none;
          text-align: center;
          font-size: 1.7rem;
          padding: .7rem;
          text-transform: uppercase; }
          @media only screen and (max-width: 60em) {
            .course-main__box__lower-part--details--modifier {
              padding: 0.5rem; } }
          @media only screen and (max-width: 37.5em) {
            .course-main__box__lower-part--details--modifier {
              display: none; } }
          .course-main__box__lower-part--details--modifier::after {
            content: "";
            display: block;
            margin: auto;
            width: 40%;
            text-align: center;
            border-bottom: 0.9px solid #333;
            padding-top: 1rem; }
      .course-main__box__lower-part--btn {
        display: flex;
        justify-content: center; }

.picture-1 {
  border-radius: .5rem;
  background-image: url("https://res.cloudinary.com/dkdmgncru/image/upload/f_auto,q_auto/v1582280945/Beacon%20Files/Course%20Img%20%2B%20Background%20Img/Electrician_um9bji.jpg"), linear-gradient(to right, #ffbb00d5, #ff7830d5); }

.picture-2 {
  border-radius: .5rem;
  background-image: url("https://res.cloudinary.com/dkdmgncru/image/upload/f_auto,q_auto/v1574934048/Beacon%20Files/Course%20Img%20%2B%20Background%20Img/Beacon-web-Dev_wgdmaz.jpg"), linear-gradient(to right, #ffbb00d5, #ff7830d5); }

.picture-3 {
  border-radius: .5rem;
  background-image: url("https://res.cloudinary.com/dkdmgncru/image/upload/f_auto,q_auto/v1582282407/Beacon%20Files/Course%20Img%20%2B%20Background%20Img/Welding_cmrnvr.jpg"), linear-gradient(to right, #ffbb00d5, #ff7830d5); }

.picture-4 {
  border-radius: .5rem;
  background-image: url("https://res.cloudinary.com/dkdmgncru/image/upload/f_auto,q_auto/v1582282817/Beacon%20Files/Course%20Img%20%2B%20Background%20Img/sewing_mtpotc.jpg"), linear-gradient(to right, #ffbb00d5, #ff7830d5); }

.picture-5 {
  border-radius: .5rem;
  background-image: url("https://res.cloudinary.com/dkdmgncru/image/upload/f_auto,q_auto/v1574934047/Beacon%20Files/Course%20Img%20%2B%20Background%20Img/Beacon-Comp_um3q2l.jpg"), linear-gradient(to right, #ffbb00d5, #ff7830d5); }

.picture-8 {
  border-radius: .5rem;
  background-image: url("https://res.cloudinary.com/dkdmgncru/image/upload/f_auto,q_auto/v1574934048/Beacon%20Files/Course%20Img%20%2B%20Background%20Img/Beacon-Plumbing_600x447_jiujci.jpg"), linear-gradient(to right, #ffbb00d5, #ff7830d5); }

.image-cluster {
  position: relative; }
  @media only screen and (max-width: 68.75em) {
    .image-cluster {
      display: none; } }
  .image-cluster__photo {
    width: 60%;
    box-shadow: 0 1.6rem 10rem rgba(0, 0, 0, 0.4);
    border-radius: .5rem;
    position: absolute;
    transition: all .2s;
    outline-offset: .8rem; }
    .image-cluster__photo--p1 {
      left: -2rem;
      top: -2rem; }
      @media only screen and (max-width: 75em) {
        .image-cluster__photo--p1 {
          left: 6rem;
          top: 3rem;
          z-index: 100; } }
    .image-cluster__photo--p3 {
      right: -2rem;
      top: 4rem; }
      @media only screen and (max-width: 75em) {
        .image-cluster__photo--p3 {
          right: -2rem;
          top: 17rem; } }
    .image-cluster__photo--p2 {
      left: 20%;
      top: 15rem; }
      @media only screen and (max-width: 75em) {
        .image-cluster__photo--p2 {
          left: 0%;
          top: 22rem;
          z-index: 10; } }
    .image-cluster__photo:hover {
      transform: scale(1.2);
      box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
      z-index: 50;
      outline: 1rem solid #ffbb00; }
      @media only screen and (max-width: 68.75em) {
        .image-cluster__photo:hover {
          transform: none;
          box-shadow: none;
          outline: none; } }
      @media only screen and (max-width: 56.25em) {
        .image-cluster__photo:hover {
          transform: none;
          box-shadow: none;
          outline: none; } }
  .image-cluster:hover .image-cluster__photo:not(:hover) {
    transform: scale(0.9);
    filter: blur(3px) brightness(60%); }
    @media only screen and (max-width: 68.75em) {
      .image-cluster:hover .image-cluster__photo:not(:hover) {
        transform: none;
        filter: none; } }
    @media only screen and (max-width: 56.25em) {
      .image-cluster:hover .image-cluster__photo:not(:hover) {
        transform: none;
        filter: none; } }

.faculty-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: space-around;
  min-height: 35rem;
  margin: 3rem; }
  @media only screen and (min-width: 81.25em) and (max-width: 100em) {
    .faculty-box {
      margin: 0rem 13rem;
      flex-wrap: wrap;
      align-content: space-between; } }
  @media only screen and (max-width: 75em) {
    .faculty-box {
      margin: 0rem 8rem;
      flex-wrap: wrap;
      align-content: space-between; } }
  @media only screen and (max-width: 68.75em) {
    .faculty-box {
      margin: 0rem 4rem;
      flex-wrap: wrap;
      align-content: space-between; } }
  @media only screen and (max-width: 60em) {
    .faculty-box {
      margin: 0rem;
      flex-wrap: wrap;
      align-content: space-between; } }
  .faculty-box__sub {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 2rem; }
    @media only screen and (max-width: 60em) {
      .faculty-box__sub {
        margin: 0; } }
    .faculty-box__sub--box {
      background-color: rgba(255, 255, 255, 0.56);
      font-size: 1.8rem;
      padding: 1rem;
      text-align: center;
      border-radius: 5px;
      box-shadow: 0 1.7rem 4rem rgba(0, 0, 0, 0.4);
      transition: all .3s;
      backface-visibility: hidden;
      min-height: 30rem;
      min-width: 35rem;
      cursor: pointer; }
      .faculty-box__sub--box:hover {
        transform: translateY(-1.5rem) scale(1.03); }
      @media only screen and (min-width: 81.25em) and (max-width: 100em) {
        .faculty-box__sub--box {
          margin: 2rem; } }
      @media only screen and (max-width: 75em) {
        .faculty-box__sub--box {
          margin: 2rem; } }
      @media only screen and (max-width: 50em) {
        .faculty-box__sub--box {
          margin: 1rem;
          min-width: 32rem;
          font-size: 1.5rem;
          padding: 0.5rem;
          box-shadow: none; } }
      @media only screen and (max-width: 43.75em) {
        .faculty-box__sub--box {
          min-width: 30rem; } }
      @media only screen and (max-width: 37.5em) {
        .faculty-box__sub--box {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          min-width: 40rem;
          min-height: 20rem; }
          .faculty-box__sub--box:hover {
            transform: none; } }
      @media only screen and (max-width: 25.875em) {
        .faculty-box__sub--box {
          min-width: 36rem;
          min-height: 18rem; } }
      @media only screen and (max-width: 22.5em) {
        .faculty-box__sub--box {
          min-width: 30rem;
          min-height: 16rem; } }
      .faculty-box__sub--box__profile-image {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        border: 2px solid; }
        @media only screen and (max-width: 37.5em) {
          .faculty-box__sub--box__profile-image {
            border: none;
            margin: 2rem; } }
        .faculty-box__sub--box__profile-image--modifier {
          width: 10rem;
          transition: all .4s;
          transform: scale(1.2);
          border-radius: 100%;
          margin-top: 2rem;
          margin-bottom: 5px;
          border: 2.5px solid #ff7830d5; }
          @media only screen and (max-width: 37.5em) {
            .faculty-box__sub--box__profile-image--modifier {
              width: 9rem;
              margin-top: 0rem;
              position: relative;
              top: 2rem; } }
          @media only screen and (max-width: 25.875em) {
            .faculty-box__sub--box__profile-image--modifier {
              width: 8rem; } }
          @media only screen and (max-width: 22.5em) {
            .faculty-box__sub--box__profile-image--modifier {
              width: 7rem; } }
        .faculty-box__sub--box__profile-image--name {
          font-family: 'Comfortaa', cursive;
          color: #505050;
          font-size: 1.8rem;
          font-weight: 600;
          text-transform: uppercase;
          text-align: center;
          transition: all .3s; }
          @media only screen and (max-width: 37.5em) {
            .faculty-box__sub--box__profile-image--name {
              font-size: 1.3rem;
              font-weight: 800;
              position: relative;
              top: 2rem;
              border: none; } }
          @media only screen and (max-width: 22.5em) {
            .faculty-box__sub--box__profile-image--name {
              font-size: 1rem; } }
      .faculty-box__sub--box__faculty-info {
        margin-top: 1rem;
        border: 2px solid;
        padding: 3px; }
        @media only screen and (max-width: 37.5em) {
          .faculty-box__sub--box__faculty-info {
            margin-top: 0rem;
            border: none;
            padding: 0; } }
        .faculty-box__sub--box__faculty-info--modifier {
          font-size: 1.7rem;
          text-align: start;
          color: #333;
          list-style: none;
          font-weight: 500; }
          @media only screen and (max-width: 50em) {
            .faculty-box__sub--box__faculty-info--modifier {
              font-size: 1.5rem; } }
          @media only screen and (max-width: 37.5em) {
            .faculty-box__sub--box__faculty-info--modifier {
              font-size: 1.4rem; } }
          @media only screen and (max-width: 25.875em) {
            .faculty-box__sub--box__faculty-info--modifier {
              font-size: 1.2rem; } }
          @media only screen and (max-width: 22.5em) {
            .faculty-box__sub--box__faculty-info--modifier {
              font-size: 1rem; } }

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.98);
  z-index: 9999;
  opacity: 0;
  visibility: hidden; }
  @supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
    .popup {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(0, 0, 0, 0.3); } }
  .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 67%;
    border: 3px solid #ffbb00;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all .5s; }
    @media only screen and (min-width: 112.5em) {
      .popup__content {
        width: 133rem;
        height: 75rem; } }
    @media only screen and (min-width: 81.25em) and (max-width: 100em) {
      .popup__content {
        width: 98rem;
        height: 55rem; } }
    @media only screen and (max-width: 75em) {
      .popup__content {
        width: 96rem;
        height: 54rem; } }
    @media only screen and (max-width: 68.75em) {
      .popup__content {
        width: 96rem;
        height: 54rem; } }
    @media only screen and (max-width: 56.25em) {
      .popup__content {
        width: 80rem;
        height: 45rem; } }
    @media only screen and (max-width: 50em) {
      .popup__content {
        width: 70rem;
        height: 40rem; } }
    @media only screen and (max-width: 43.75em) {
      .popup__content {
        width: 60rem;
        height: 34rem; } }
    @media only screen and (max-width: 31.25em) {
      .popup__content {
        width: 44rem;
        height: 25rem; } }
    @media only screen and (max-width: 25.875em) {
      .popup__content {
        width: 35rem;
        height: 20rem; } }
    @media only screen and (max-width: 25.6875em) {
      .popup__content {
        width: 35rem;
        height: 20rem; } }
    @media only screen and (max-width: 25em) {
      .popup__content {
        width: 34rem;
        height: 19.5rem; } }
    @media only screen and (max-width: 23.4375em) {
      .popup__content {
        width: 33rem;
        height: 19rem; } }
    @media only screen and (max-width: 22.5em) {
      .popup__content {
        width: 32rem;
        height: 18.5rem; } }
    @media only screen and (max-width: 20em) {
      .popup__content {
        width: 28rem;
        height: 16rem; } }
  .popup__video {
    width: 100%;
    height: 100%; }
  .popup:target {
    opacity: 1;
    visibility: visible; }
  .popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  .popup__close:link, .popup__close:visited {
    color: #eee;
    position: absolute;
    top: 2.4rem;
    right: 4rem;
    font-size: 5rem;
    text-decoration: none;
    display: inline-block;
    transition: all .4s;
    font-weight: 800;
    cursor: pointer; }
  .popup__close:hover {
    color: #ff7730; }

.enrolling-option {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: 50vh;
  align-items: center; }
  @media only screen and (max-width: 60em) {
    .enrolling-option {
      flex-direction: column; } }
  @media only screen and (max-width: 56.25em) {
    .enrolling-option {
      flex-direction: column; } }
  @media only screen and (max-width: 37.5em) {
    .enrolling-option {
      flex-direction: column;
      align-items: center;
      align-content: space-evenly; }
      .enrolling-option__register {
        flex: 1 0 0; }
      .enrolling-option__course-confirm {
        flex: 1 0 0; }
      .enrolling-option__undertaking {
        flex: 1 0 0; }
      .enrolling-option__certificate {
        flex: 1 0 0; } }

.flash-news-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem; }
  @media only screen and (min-width: 81.25em) and (max-width: 100em) {
    .flash-news-box {
      flex-direction: column; } }
  @media only screen and (max-width: 75em) {
    .flash-news-box {
      flex-direction: column; } }
  .flash-news-box__updates {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    width: 50vw; }
    @media only screen and (min-width: 81.25em) and (max-width: 100em) {
      .flash-news-box__updates {
        margin-bottom: 3rem; } }
    @media only screen and (max-width: 75em) {
      .flash-news-box__updates {
        margin-bottom: 3rem; } }
    @media only screen and (max-width: 68.75em) {
      .flash-news-box__updates {
        width: 90vw; } }
    .flash-news-box__updates__marquee {
      height: 40vh;
      text-align: center;
      display: flex;
      flex-direction: column; }
    .flash-news-box__updates__flash-text {
      cursor: pointer;
      color: #eae9e9;
      font-weight: 500;
      font-size: 2.6rem;
      letter-spacing: 2px;
      text-decoration: none;
      text-transform: uppercase; }
      @media only screen and (min-width: 81.25em) and (max-width: 100em) {
        .flash-news-box__updates__flash-text {
          font-size: 2.3rem; } }
      @media only screen and (max-width: 75em) {
        .flash-news-box__updates__flash-text {
          font-size: 2rem; } }
      @media only screen and (max-width: 60em) {
        .flash-news-box__updates__flash-text {
          font-size: 1.8rem; } }
    .flash-news-box__updates__list {
      list-style: none; }
      .flash-news-box__updates__list:not(:last-child) {
        margin-bottom: 3.5rem; }
        @media only screen and (min-width: 81.25em) and (max-width: 100em) {
          .flash-news-box__updates__list:not(:last-child) {
            margin-bottom: 2rem; } }
        @media only screen and (max-width: 75em) {
          .flash-news-box__updates__list:not(:last-child) {
            margin-bottom: 2rem; } }
  .flash-news-box__testimonials {
    width: 45vw; }
    @media only screen and (min-width: 81.25em) and (max-width: 100em) {
      .flash-news-box__testimonials {
        width: 90vw; } }
    @media only screen and (max-width: 75em) {
      .flash-news-box__testimonials {
        width: 90vw; } }

.testimonials-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-around;
  height: 40vh;
  border: solid 1px #eae9e9; }
  @media only screen and (min-width: 81.25em) and (max-width: 100em) {
    .testimonials-main {
      height: 50vh;
      margin: 1rem; } }
  @media only screen and (max-width: 75em) {
    .testimonials-main {
      margin: 1rem; } }
  @media only screen and (max-width: 31.25em) {
    .testimonials-main {
      height: 33vh; } }
  @media only screen and (max-width: 25.875em) {
    .testimonials-main {
      border: none;
      height: 50vh; } }
  .testimonials-main__profile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    margin: 2rem;
    width: 50%; }
    @media only screen and (max-width: 25.875em) {
      .testimonials-main__profile {
        width: 80%; } }
    .testimonials-main__profile__image {
      align-self: center; }
      .testimonials-main__profile__image--modifier {
        height: 15rem; }
        @media only screen and (max-width: 31.25em) {
          .testimonials-main__profile__image--modifier {
            height: 10rem; } }
    .testimonials-main__profile__caption {
      align-self: center;
      font-size: 1.8rem;
      color: #eae9e9;
      font-weight: 500;
      text-transform: uppercase; }
      @media only screen and (min-width: 81.25em) and (max-width: 100em) {
        .testimonials-main__profile__caption {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 75em) {
        .testimonials-main__profile__caption {
          font-size: 1.4rem; } }
      @media only screen and (max-width: 31.25em) {
        .testimonials-main__profile__caption {
          font-size: 1.3rem; } }
  .testimonials-main__comment {
    text-align: center;
    margin: 0.5rem; }
    .testimonials-main__comment--modifier {
      font-size: 2.5rem;
      color: #eae9e9;
      font-weight: 500; }
      @media only screen and (min-width: 81.25em) and (max-width: 100em) {
        .testimonials-main__comment--modifier {
          font-size: 2rem; } }
      @media only screen and (max-width: 75em) {
        .testimonials-main__comment--modifier {
          font-size: 2rem; } }
      @media only screen and (max-width: 31.25em) {
        .testimonials-main__comment--modifier {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 25.875em) {
        .testimonials-main__comment--modifier {
          font-size: 1.3rem; } }

.carousel-box__img {
  height: 80%;
  width: 80%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  overflow: hidden;
  border-radius: 5px;
  border: #ffa726 2px solid; }
  @media only screen and (min-width: 81.25em) and (max-width: 100em) {
    .carousel-box__img {
      width: 95%; } }
  @media only screen and (max-width: 75em) {
    .carousel-box__img {
      width: 100%;
      height: 100%; } }

.glide1 {
  position: relative; }
  .glide1__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%); }
    @media only screen and (max-width: 31.25em) {
      .glide1__bullets {
        display: none;
        visibility: hidden; } }

.footer {
  background-color: #333;
  font-size: 1.4rem;
  padding: 10rem 0rem; }
  @media only screen and (max-width: 50em) {
    .footer {
      padding: 5rem 0rem; } }
  .footer__main {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center; }
    @media only screen and (max-width: 60em) {
      .footer__main {
        flex-direction: column;
        align-items: center; } }
  .footer__map-box {
    display: flex;
    margin: 5rem;
    padding: 1rem 0; }
    @media only screen and (min-width: 81.25em) and (max-width: 85.375em) {
      .footer__map-box {
        margin: 5rem 3rem; } }
    @media only screen and (max-width: 75em) {
      .footer__map-box {
        margin: 3rem; } }
    @media only screen and (max-width: 60em) {
      .footer__map-box {
        margin: 2rem; } }
    @media only screen and (max-width: 43.75em) {
      .footer__map-box {
        margin: 1rem; } }
  @media only screen and (max-width: 60em) {
    .footer__map {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .footer__contents {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    @media only screen and (min-width: 81.25em) and (max-width: 85.375em) {
      .footer__contents {
        justify-content: space-evenly;
        margin-top: -5rem; } }
    @media only screen and (max-width: 75em) {
      .footer__contents {
        margin: 0 2rem;
        justify-content: space-evenly;
        margin-top: -9rem; } }
    @media only screen and (max-width: 68.75em) {
      .footer__contents {
        margin: 0 2rem;
        margin-top: -4rem; } }
    @media only screen and (max-width: 60em) {
      .footer__contents {
        flex-direction: row;
        margin: 0 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .footer__contents {
        flex-direction: column; } }
    @media only screen and (max-width: 31.25em) {
      .footer__contents {
        margin: 0 1rem; } }
    @media only screen and (max-width: 25.88em) {
      .footer__contents {
        align-items: center; } }
    @media only screen and (max-width: 22.5em) {
      .footer__contents {
        align-items: center; } }
  .footer__contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    @media only screen and (max-width: 37.5em) {
      .footer__contact {
        align-items: center; } }
  .footer__navigation {
    border-top: 1px solid #999;
    padding-top: 2rem;
    display: block;
    margin: 0 15rem; }
    @media only screen and (min-width: 81.25em) and (max-width: 85.375em) {
      .footer__navigation {
        margin: 1rem;
        padding-top: 1rem; } }
    @media only screen and (max-width: 75em) {
      .footer__navigation {
        margin: 0;
        padding-top: 0; } }
    @media only screen and (max-width: 60em) {
      .footer__navigation {
        width: 50vw; } }
    @media only screen and (max-width: 37.5em) {
      .footer__navigation {
        margin: 1rem;
        width: 90vw; } }
  .footer__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media only screen and (max-width: 37.5em) {
      .footer__list {
        align-items: center; } }
  .footer__items {
    list-style: none;
    font-size: 1.7rem;
    margin: 1rem 0;
    color: #eae9e9; }
    @media only screen and (min-width: 81.25em) and (max-width: 85.375em) {
      .footer__items {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 75em) {
      .footer__items {
        font-size: 1.5rem;
        margin: 0.5rem 0; } }
    @media only screen and (max-width: 43.75em) {
      .footer__items {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 25.88em) {
      .footer__items {
        font-size: 1.3rem; } }
    @media only screen and (max-width: 22.5em) {
      .footer__items {
        font-size: 1rem; } }
  .footer__link:link, .footer__link:visited {
    color: #eae9e9;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    background-color: #333;
    font-size: 1.5rem; }
    @media only screen and (max-width: 31.25em) {
      .footer__link:link, .footer__link:visited {
        color: #fcd12a;
        font-size: 1.3rem; } }
  .footer__link:hover, .footer__link:active {
    color: #fcd12a;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    transform: rotate(5deg) scale(1.3); }
    @media only screen and (max-width: 31.25em) {
      .footer__link:hover, .footer__link:active {
        box-shadow: none;
        transform: none; } }
  .footer__copyright--data {
    font-size: 1.7rem;
    border-top: 1px solid #999;
    padding-top: 2rem;
    color: #eae9e9;
    letter-spacing: 1px;
    margin: 0rem 15rem;
    text-align: justify; }
    @media only screen and (min-width: 81.25em) and (max-width: 85.375em) {
      .footer__copyright--data {
        margin: 1rem;
        font-size: 1.4rem;
        padding-top: 1rem; } }
    @media only screen and (max-width: 75em) {
      .footer__copyright--data {
        margin: 0;
        padding: 0;
        font-size: 1.5rem; } }
    @media only screen and (max-width: 43.75em) {
      .footer__copyright--data {
        font-size: 1.1rem; } }
    @media only screen and (max-width: 37.5em) {
      .footer__copyright--data {
        margin: 1rem;
        letter-spacing: 0.5px; } }
    @media only screen and (max-width: 31.25em) {
      .footer__copyright--data {
        letter-spacing: 0px; } }
    @media only screen and (max-width: 25.88em) {
      .footer__copyright--data {
        font-size: 1.3rem; } }
    @media only screen and (max-width: 22.5em) {
      .footer__copyright--data {
        font-size: 1rem; } }
  .footer__location-name {
    display: block;
    text-align: center; }
  .footer__locn-name {
    font-size: 2.5rem; }
    @media only screen and (max-width: 37.5em) {
      .footer__locn-name {
        font-size: 2rem !important; } }
    @media only screen and (max-width: 37.5em) {
      .footer__locn-name {
        font-size: 1.5rem !important; } }
    @media only screen and (max-width: 25.88em) {
      .footer__locn-name {
        font-size: 1.5rem !important; } }
    @media only screen and (max-width: 22.5em) {
      .footer__locn-name {
        font-size: 1.3rem !important; } }
  @media only screen and (max-width: 75em) {
    .footer__siesgst-map {
      margin: 1rem;
      width: 600px !important;
      height: 500px !important; } }
  @media only screen and (max-width: 56.25em) {
    .footer__siesgst-map {
      width: 650px !important;
      height: 400px !important; } }
  @media only screen and (max-width: 37.5em) {
    .footer__siesgst-map {
      width: 550px !important;
      height: 400px !important; } }
  @media only screen and (max-width: 31.25em) {
    .footer__siesgst-map {
      width: 450px !important;
      height: 400px !important; } }
  @media only screen and (max-width: 25.88em) {
    .footer__siesgst-map {
      width: 350px !important;
      height: 300px !important; } }
  @media only screen and (max-width: 22.5em) {
    .footer__siesgst-map {
      width: 300px !important;
      height: 300px !important; } }

.row,
.row-2,
.row-3 {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child),
  .row-2:not(:last-child),
  .row-3:not(:last-child) {
    margin-bottom: 8rem; }
  .row::after,
  .row-2::after,
  .row-3::after {
    content: "";
    clear: both;
    display: table; }
  .row [class^="col-"],
  .row-2 [class^="col-"],
  .row-3 [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child),
    .row-2 [class^="col-"]:not(:last-child),
    .row-3 [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
  .row .col-1-of-2,
  .row-2 .col-1-of-2,
  .row-3 .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3,
  .row-2 .col-1-of-3,
  .row-3 .col-1-of-3 {
    width: calc((100% - (2*6rem)) / 3); }
  .row .col-1-of-4,
  .row-2 .col-1-of-4,
  .row-3 .col-1-of-4 {
    width: calc((100% - (3*6rem)) / 4); }
  .row .col-1-of-5,
  .row-2 .col-1-of-5,
  .row-3 .col-1-of-5 {
    width: calc((100% - (4*6rem)) / 5); }
  .row .col-2-of-3,
  .row-2 .col-2-of-3,
  .row-3 .col-2-of-3 {
    width: calc((2 * (100% - (2*6rem)) / 3) + 6rem); }
  .row .col-2-of-4,
  .row-2 .col-2-of-4,
  .row-3 .col-2-of-4 {
    width: calc((2 * (100% - (3*6rem)) / 4) + 6rem); }
  .row .col-3-of-4,
  .row-2 .col-3-of-4,
  .row-3 .col-3-of-4 {
    width: calc((3 * (100% - (3*6rem)) / 4) + (2 * 6rem)); }

@media only screen and (max-width: 75em) {
  .row {
    max-width: 98rem;
    margin: 0 auto; }
    .row [class^="col-"] {
      float: left; }
      .row [class^="col-"]:not(:last-child) {
        margin-right: 4rem; } }

@media only screen and (max-width: 68.75em) {
  .row {
    margin: 0 18rem; }
    .row [class^="col-"] {
      width: 100%;
      float: none;
      text-align: center;
      margin: 5rem auto; } }

@media only screen and (max-width: 60em) {
  .row {
    margin: 0 10rem; } }

@media only screen and (max-width: 50em) {
  .row {
    margin: 0 10rem; } }

@media only screen and (max-width: 43.75em) {
  .row {
    margin: 0 8rem; } }

@media only screen and (max-width: 37.5em) {
  .row {
    margin: 0 4rem; } }

@media only screen and (max-width: 23.4375em) {
  .row {
    margin: 0px 3rem; }
    .row [class^="col-"] {
      margin: 2rem auto; } }

@media only screen and (max-width: 22.5em) {
  .row {
    margin: 0rem 3rem; }
    .row [class^="col-"] {
      margin: 2rem auto; } }

.row-2 {
  max-width: 165rem;
  margin-bottom: 5rem; }
  .row-2:not(:last-child) {
    margin-bottom: 8rem; }
  .row-2::after {
    content: "";
    clear: both;
    display: table; }
  .row-2 [class^="col-"] {
    float: left; }
    .row-2 [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }

.row-3 {
  max-width: 135rem;
  margin-bottom: 5rem; }
  .row-3:not(:last-child) {
    margin-bottom: 8rem; }
  .row-3::after {
    content: "";
    clear: both;
    display: table; }
  .row-3 [class^="col-"] {
    float: left; }
    .row-3 [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }

.header {
  height: 95vh;
  background-image: linear-gradient(to right bottom, #ff7830d5, #ffbb00d5), url("https://res.cloudinary.com/dkdmgncru/image/upload/f_auto,q_auto/v1582713839/Beacon%20Files/Course%20Img%20%2B%20Background%20Img/Main-Page_serjbl.jpg");
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  position: relative; }
  @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
    .header {
      clip-path: polygon(50% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
      -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0); } }
  @media only screen and (max-width: 43.75em) {
    .header {
      clip-path: none;
      background-attachment: scroll;
      -webkit-background-attachment: scroll; } }
  .header__google-translate {
    position: absolute;
    left: 15rem;
    top: 5rem;
    border: 2px solid #eae9e9;
    padding: 6px;
    border-radius: 3px;
    background-color: #eae9e9; }
    @media only screen and (max-width: 37.5em) {
      .header__google-translate {
        left: 2rem;
        top: 2rem; } }
    @media only screen and (max-width: 31.25em) {
      .header__google-translate {
        background-color: transparent;
        border-color: transparent; } }
    @media only screen and (max-width: 20em) {
      .header__google-translate {
        background-color: transparent;
        border-color: transparent;
        left: 0rem;
        top: 0rem; } }
  .header__logo-box {
    position: absolute;
    left: 3rem;
    top: 3rem;
    width: 10rem; }
    @media only screen and (max-width: 37.5em) {
      .header__logo-box {
        left: 2rem;
        top: 1.5rem; } }
  .header__logo {
    height: 9.3rem;
    width: 9.5rem;
    animation-name: logoFade;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
    border-radius: 10rem; }
    @media only screen and (max-width: 37.5em) {
      .header__logo {
        height: 8rem;
        width: 8rem;
        visibility: hidden;
        display: none; } }
  .header__text-box {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: center; }
    @media only screen and (max-width: 68.75em) {
      .header__text-box {
        width: 97%; } }
    @media only screen and (max-width: 25em) {
      .header__text-box {
        width: 100%; } }
    @media only screen and (max-width: 20em) {
      .header__text-box {
        width: 100%; } }
  .header__btns {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; }
    .header__btns--video-btn {
      margin: 1rem; }
    .header__btns--contribute-btn {
      margin: 1rem; }

.about-section {
  background-color: #eee;
  scroll-behavior: smooth;
  padding: 10rem 0rem; }
  @media only screen and (min-width: 81.25em) and (max-width: 100em) {
    .about-section {
      padding: 7rem 0rem; } }
  @media only screen and (max-width: 75em) {
    .about-section {
      padding: 5rem 0rem; } }
  @media only screen and (max-width: 31.25em) {
    .about-section {
      padding: 6rem 0rem 2rem 0rem; } }
  @media only screen and (max-width: 25.88em) {
    .about-section {
      padding: 6rem 0rem 4rem 0rem; } }
  @media only screen and (max-width: 22.5em) {
    .about-section {
      padding: 3rem 0rem; } }

.flash-news {
  background-image: linear-gradient(to right bottom, #ff7830d5, #ffbb00d5), url("https://res.cloudinary.com/dkdmgncru/image/upload/f_auto,q_auto/v1582154425/Beacon%20Files/Course%20Img%20%2B%20Background%20Img/News_Updates_qcbcam.jpg");
  padding: 10rem 0;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (max-width: 68.75em) {
    .flash-news {
      padding: 5rem 0; } }
  @media only screen and (max-width: 43.75em) {
    .flash-news {
      background-attachment: scroll;
      -webkit-background-attachment: scroll;
      background-size: cover; } }

.gallery {
  background-color: #eee;
  scroll-behavior: smooth;
  padding: 10rem 0; }
  @media only screen and (max-width: 68.75em) {
    .gallery {
      padding: 5rem 0; } }
  @media only screen and (max-width: 43.75em) {
    .gallery {
      padding: 10rem 0rem;
      background-attachment: scroll;
      -webkit-background-attachment: scroll;
      background-size: cover; } }
  @media only screen and (max-width: 31.25em) {
    .gallery {
      padding: 5rem 0; } }

.faculty-section {
  background-image: linear-gradient(to right bottom, #ff7830d5, #ffbb00d5), url("https://res.cloudinary.com/dkdmgncru/image/upload/f_auto,q_auto/v1574930796/Beacon%20Files/Other%20Imgs%2BVideos/Beacon-3_bqtr9h.jpg");
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  text-align: center;
  scroll-behavior: smooth;
  padding: 10rem 0rem; }
  @media only screen and (max-width: 75em) {
    .faculty-section {
      padding: 10rem 0rem; } }
  @media only screen and (max-width: 50em) {
    .faculty-section {
      padding: 5rem 0rem; } }
  @media only screen and (max-width: 43.75em) {
    .faculty-section {
      background-attachment: scroll;
      -webkit-background-attachment: scroll;
      background-size: cover; } }

.course-section {
  background-color: #eee;
  scroll-behavior: smooth;
  padding: 10rem 0rem; }
  @media only screen and (max-width: 75em) {
    .course-section {
      padding: 10rem 0rem; } }
  @media only screen and (max-width: 50em) {
    .course-section {
      padding: 6rem 0rem; } }
  @media only screen and (max-width: 43.75em) {
    .course-section {
      padding: 5rem 0rem; } }

.enroll-section {
  height: 60vh;
  background-image: linear-gradient(to right, #ff7830d5, #ffbb00d5), url("https://res.cloudinary.com/dkdmgncru/image/upload/f_auto,q_auto/v1574945457/Beacon%20Files/Course%20Img%20%2B%20Background%20Img/Form-img_idxeb8.jpg");
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  backface-visibility: hidden;
  scroll-behavior: smooth;
  padding: 15rem 0rem;
  z-index: 5; }
  @media only screen and (max-width: 75em) {
    .enroll-section {
      padding: 10rem 0rem; } }
  @media only screen and (max-width: 50em) {
    .enroll-section {
      padding: 5rem 0rem; } }
  @media only screen and (max-width: 43.75em) {
    .enroll-section {
      background-attachment: scroll;
      -webkit-background-attachment: scroll; } }
  .enroll-section input[type=number]::-webkit-inner-spin-button,
  .enroll-section input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }
