$blue: #001f60;
@font-face {
  font-family: ACaslonProR;
  src: url("../fonts/ACaslonPro-Regular.otf");
}
@font-face {
  font-family: ACaslonProB;
  src: url("../fonts/ACaslonPro-Bold.otf");
}
@font-face {
  font-family: ACaslonProIB;
  src: url("../fonts/ACaslonPro-BoldItalic.otf");
}
* {
  font-family: ACaslonProR;
}
html {
  scroll-behavior: smooth;
}



#images {
  height: auto !important;
  margin-bottom: 30px;
}
nav {
  user-select: none;
  top: 0;
  position: fixed !important;
  width: 100%;
  background-color: #f1f1f1;
  box-shadow: 2px 2px rgba($color: #000000, $alpha: 0.2);
  z-index: 100;
  transition: 0.5s 0.4s;
  padding-bottom: 0 !important;
  .dropdown {
    transition: 0.4s;
    .dropdown-menu {
      padding-bottom: 0 !important;
      opacity: 0;
      pointer-events: none;
      display: block !important;
      transition: 0.5s;
      min-height: 60vh;
    }
    // display: none;
  }
  #dropdownMenuButton:hover {
    opacity: 1 !important;
    pointer-events: initial !important;
  }
  .dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    pointer-events: initial !important;
  }
  .dropdown-menu:hover {
    opacity: 1 !important;
    pointer-events: initial !important;
  }
  .navbar-toggler {
    border: none;
    width: 60px;
    height: 60px;
    svg {
      width: 40px;
      height: 40px;
      * {
        fill: $blue;
      }
      rect {
        height: 2px;
      }
    }
  }
  .dropdown-menu {
    transition: 0.3s;
    width: 100%;
    position: fixed !important;
    top: 125px;
    border: none;
    border-radius: 0px;
    min-height: 50vh;
    background-color: rgba($color: $blue, $alpha: 0.9);
    .languagesCon {
      .languagesLink {
        color: white;
        text-decoration: none;
        margin: 10px;
        font-size: 28px;
        background: transparent;
        border: none;
        &:focus {
          outline: none;
        }
      }
    }
    .title {
      a,
      li {
        color: white;
        font-size: 25px;
        font-family: ACaslonProB;
        margin: initial;
        padding: initial;
        text-align: none;
        text-decoration: none;
      }
      // margin-top: 20px;
    }
    .programWithPhoto {
      margin-top: 10px;
      margin-bottom: 80px;
      img {
        width: 100%;
        height: 120px;
        object-fit: cover;
      }
    }
    .program {
      margin-bottom: 80px;
      margin-top: 15px;
    }
    ul {
      margin-top: 5px;
      li {
        a {
          color: white;
          margin: initial;
          padding: initial;
          text-align: none;
          font-size: initial;
          margin-bottom: 5px;
          text-decoration: none;
        }
      }
    }
  }
  .tesol-para-banner{
      font-size:40px;color:#fff;text-align:center;padding-top: 25vh;
  }
  .collapse {
    justify-content: flex-end;
  }
  .navbar-brand {
    margin-left: 1%;
    transition: 0.3s;
    height: 120px;
    vertical-align: middle;
    padding-bottom: 8px;
    .logo-text {
      display: inline-block;
      font-family: ACaslonProB;
      color: $blue;
      font-size: 25px;
      vertical-align: middle;
      margin-left: 15px;
      transition: 0.3s;
      opacity: 1;
      @media (max-width: 1300px) {
        display: none;
      }
    }
    img {
      transition: 0.3s;
      height: 100%;
    }
  }

  ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
  }

  li:not(:last-child) {
    margin-right: 25px;

    @media (max-width: 1300px) {
      margin-right: 40px;
    }
    @media (max-width: 1194px) {
      margin-right: 30px;
    }
    @media (max-width: 1120px) {
      margin-right: 25px;
    }
  }

  a {
    display: block;
    font-size: 20px;
    color: black;
    text-decoration: none;
    padding: 7px 15px;
  }

  .target {
    position: absolute;
    border-bottom: 4px solid transparent;
    z-index: -1;
    transform: translateX(-60px);
    z-index: 20;
    height: 4px !important;
    pointer-events: none;
    @media (max-width: 768px) {
      display: none;
    }
  }

  a,
  .target {
    transition: all 0.35s ease-in-out;
  }
  .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 40px;
    transition: 0.3s;
    &:focus {
      outline: none;
    }
  }
  .navbar-nav {
    transition: 0.5s;

    @media (max-width: 992px) {
      padding: 40px;
    }
    @media (max-width: 768px) {
      padding: 20px 10px;
    }
    .nav-item {
      transition: 0.4s !important;
      text-transform: uppercase;
      &.btn {
        padding: inherit !important;
        transition: inherit !important;
      }
      &::after {
        content: "";
        display: none;
        font-family: ACaslonProB;
      }
      .nav-link {
        text-transform: uppercase;
        transition: inherit !important;
        &:focus {
          outline: none !important;
        }
      }
      @media (max-width: 992px) {
        margin: 0 50px;
      }
      @media (max-width: 768px) {
        margin: 0 25px;
      }
      .ar {
        margin-right: 10px;
      }
      .ar,
      .en {
        display: inline-block;
        position: relative;
        border: none;
        background-color: transparent;
        margin-left: 0;
        cursor: pointer;
        .blueline {
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          height: 4px;
          background-color: $blue;
          transition: 0.4s;
        }
        &:hover {
          .blueline {
            width: 100%;
          }
        }
        &:focus {
          outline: none;
        }
      }
      .nav-link {
        font-family: ACaslonProB;
        color: $blue !important;
        font-size: 15px;
        padding: 47px 0;

        @media (max-width: 992px) {
          padding: 10px 20px;
        }
        @media (max-width: 768px) {
          padding: 0 5px;
        }
        @media (max-width: 768px) {
          font-size: 16px;
          padding: 15px 0;
        }
      }
      .active {
        .blueline {
          width: 100%;
        }
      }
    }
  }
  .navbar-collapse {
    @media (max-width: 768px) {
      // position: abos;
      // width: 100%;
      // height: 100%;
    }
  }
  .nav-item:last-child {
    margin-right: 30px;
  }
  .active {
    border-bottom: 4px solid $blue;
    @media (min-width: 768px) {
      border: none;
    }
  }
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.smallnav {
  .dropdown-menu {
    top: 65px;
  }
  .navbar-brand {
    height: 60px;
    .logo-text {
      opacity: 0;
      font-size: 10px;
    }
  }
  .navbar-toggler {
    top: 5px;
  }
  .nav-link {
    padding: 17px 0 !important;

    @media (max-width: 768px) {
      padding: 15px 0;
    }
  }
}
.mobile-nav {
  @media (min-width: 768px) {
    display: none !important;
  }
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #f9f9f9;
  overflow: scroll;
  padding: 2% 2% 5%;
  display: none;
  z-index: 80;
  .mobileNavLogo {
    margin-left: 5%;
    img {
      width: 60px;
    }
    .logo-text {
      display: inline-block;
      font-family: ACaslonProB;
      color: $blue;
      font-size: 20px;
      vertical-align: middle;
      margin-left: 15px;
      transition: 0.3s;
      opacity: 1;
      margin-top: 10px;
    }
  }
  .mobileNavClose {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    width: 50px;
    height: 50px;
    color: $blue;
    background: transparent;
    &:focus {
      outline: none;
    }
    svg {
      width: 50px;
      height: 50px;
      * {
        stroke-width: 2px;
      }
    }
  }
  .navbarMobile {
    padding: 40px 10px 0;
    .languagesMenu {
      width: 100%;
    }
    .languageBtn {
      border: none;
      background-color: transparent;
      padding: 0;
      font-size: 22px;
      color: $blue !important;
      padding: 0 40px;
      margin: 10px 0;
      display: block;
      &:focus {
        outline: none;
      }
    }
    .subMenu {
      padding: 20px 0;
      .programWithPhoto {
        margin-bottom: 20px;
        img {
          width: 100%;
          height: 100px;
          object-fit: cover;
          background-color: eee;
        }
      }
      .programWithOutPhoto {
        margin-bottom: 20px;
      }
      .titleLink {
        color: $blue;
        font-family: ACaslonProB;
        font-size: 20px;
        margin-bottom: 5px;
        display: block;
      }
      .link {
        color: $blue;
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
      }
    }
    .nav-item {
      list-style-type: none;
      border: none;
      background-color: transparent;
      padding: 0;
      .nav-link {
        color: $blue;
        font-size: 25px;
        text-transform: uppercase !important;
        font-family: ACaslonProB;
      }
    }
  }
  .contact-con {
    position: absolute;
    right: -16%;
    bottom: -10%;
    width: 400px;
    height: 400px;
    z-index: 3;
    @media (max-width: 768px) {
      position: relative;
      left: 0;
      top: 0;
      height: auto;
      width: auto;
    }
    .contacts {
      width: fit-content;
      margin: 35% auto 0;
      @media (max-width: 768px) {
        margin: 0;
        width: 100%;
        padding: 5% 0 0;
      }

      div {
        margin-left: 20px;
        color: $blue;
        margin-bottom: 20px;
        height: fit-content;
        @media (max-width: 768px) {
          text-align: center;
          width: 100%;
          margin-bottom: 40px;
          font-size: 18px;
          margin-left: 0;
        }
        img {
          user-select: none;
          width: 20px;
          margin-left: 20px;
          margin-right: 20px;
          color: $blue;
          @media (max-width: 768px) {
            display: block;
            margin: 0 auto 20px;
            width: 25px;
          }
          svg {
            * {
              fill: $blue !important;
            }
          }
        }
        span {
          font-weight: bold;
          font-size: 15px;
          @media (max-width: 768px) {
            font-size: 18px;
          }
        }
      }
    }
    .media {
      user-select: none;
      width: 50%;
      margin: 0;
      margin-bottom: 10%;
      margin-left: 20%;
      display: inline-flex;
      justify-content: space-around;
      @media (max-width: 768px) {
        margin-left: 0;
        width: 100%;
        justify-content: center;
      }
      .white-circle {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-color: $blue;
        border-radius: 50%;
        margin-right: 10%;
        cursor: pointer;
        @media (max-width: 768px) {
          margin-right: 0%;
          width: 45px;
          height: 45px;
          margin: 0 10px;
        }
        img {
          width: 100%;
          height: 100%;
        }
      }
    }
  }
  .copyRight {
    font-size: 14px;
    text-align: center;
    color: $blue;
  }
}
body {
  overflow-x: hidden;
  background-color: transparent;
}
.homepage {
  margin-top: 128px;
  width: 100%;
  overflow-x: hidden;
  @media (max-width: 768px) {
    margin-top: 0px;
  }
  .blueMobileBtn {
    @media (min-width: 768px) {
      display: none;
    }
    background: $blue;
    color: white;
    padding: 6px 40px 3px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 40px;
    width: fit-content;
    z-index: 3;
    position: relative;
  }
  .homeSilderCon {
    position: relative;
    height: 90vh;
    width: 100%;
    overflow: hidden;
    @media (max-width: 768px) {
      position: fixed;
      height: 100vh;
    }
    .down-btn {
      cursor: pointer;
      z-index: 10;
      height: 40px;
      width: 40px;
      background-color: #e8e8e8;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      bottom: 90px;
      transform: translateX(-50%);
      @media (max-width: 768px) {
        display: none;
      }
      img {
        width: 100%;
        height: 100%;
      }
    }
    .homeSilder {
      width: 100%;
      height: 99vh;
    }
  }
  .home-photo {
    width: 100%;
    height: 99vh;
    position: relative;
    // z-index: 20;

    .background {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      z-index: -2;
    }
    .bluecover {
      position: absolute;
      height: 100%;
      width: 100%;
      background: linear-gradient(
        140deg,
        rgba($color: $blue, $alpha: 1) 60%,
        transparent
      );
      opacity: 1;
      z-index: -1;
      mix-blend-mode: multiply;
    }
    .photo-text {
      font-size: 50px;
      color: white;
      margin-top: 15%;
      padding-left: 15%;
      @media (max-width: 768px) {
        margin-top: 150px;
        font-size: 30px;
        padding-left: 0%;
        text-align: center;
        height: 30vh;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      @media (max-width: 576px) {
        margin-top: 170px;
      }
    }
    .photo-img {
      display: flex;
      margin: 50px auto;
      width: 50vh;
      height: auto;
      align-items: flex-end;
      @media (max-width: 768px) {
        height: auto;
        width: 50%;
        margin: 0 auto 50px;
      }
      @media (max-width: 576px) {
        height: auto;
        width: 70%;
        margin: 0 auto 50px;
      }
    }
    .down-btn {
      cursor: pointer;
      z-index: 10;
      height: 40px;
      width: 40px;
      background-color: #e8e8e8;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      bottom: 90px;
      transform: translateX(-50%);
      @media (max-width: 768px) {
        display: none;
      }
      img {
        width: 100%;
        height: 100%;
      }
    }
  }
  .training {
    padding-top: 100px;
    @media (max-width: 768px) {
      padding-top: 35px;
      margin-top: 99vh;
      background: white;
    }
    position: relative;
    overflow: hidden;
    .slick-arrow {
      width: 40px;
      height: 40px;
      border-radius: 50%;
    }

    .right-logo {
      position: absolute;
      width: 15%;
      height: auto;
      right: 8%;
      top: 5%;
      z-index: 2;

      @media (max-width: 768px) {
        width: 25%;
        right: 8%;
        top: 14%;
      }
    }
    .left-logo {
      position: absolute;
      width: 15%;
      bottom: 5%;
      left: 8%;
      z-index: 1;
      @media (max-width: 768px) {
        width: 25%;
        left: 8%;
        bottom: 16%;
      }
    }
    .training-title {
      font-family: ACaslonProB;
      color: $blue;
      font-size: 60px;
      margin-bottom: 30px;
      text-align: center;
      z-index: 5;
      position: relative;
      @media (max-width: 768px) {
        margin-top: 80px;
        font-size: 40px;
        margin-bottom: 0px;
      }
      @media (max-width: 576px) {
        margin-top: 0px;
        font-size: 40px;
        margin-bottom: 30px;
      }
    }
    .training-slider-con {
      padding: 0 18%;
      z-index: 6;
      position: relative;
      @media (max-width: 768px) {
        padding: 10% 18% 0;
      }
      .slick-arrow {
        opacity: 0;
      }
      .arrowSlider {
        position: absolute;
        border: none;
        width: 35px;
        height: 35px;
        @media (max-width: 768px) {
          width: 25px;
          height: 25px;
        }
        border-radius: 50%;
        background-color: #ddd;
        color: $blue;
        opacity: 1 !important;
        &:focus {
          outline: none;
        }
        svg {
          width: 35px;
          height: 35px;
          @media (max-width: 768px) {
            width: 25px;
            height: 25px;
          }
          * {
            stroke-width: 3px;
          }
        }
      }
      .prev {
        left: 15%;
        top: 40%;
        transform: translateY(-50%);
        @media (max-width: 768px) {
          left: 7%;
        }
      }
      .next {
        right: 15%;
        top: 40%;
        transform: translateY(-50%);
        @media (max-width: 768px) {
          right: 7%;
        }
      }
    }
    .training-slider {
      height: auto;
      margin-bottom: 210px;
      @media (max-width: 768px) {
        margin-bottom: 110px;
      }

      .slider-card {
        &:hover {
          cursor: pointer;
        }
        &:focus {
          outline: none;
        }
        position: relative;
        @for $i from 1 to 30 {
          &:nth-child(#{$i}) {
            transition-delay: $i * 0.1s !important;
          }
        }

        // transition: ;
        height: 385px;
        @media (max-width: 768px) {
          height: 340px;
        }
        &:focus {
          outline: 0;
        }
        img {
          height: 100%;
          width: 100%;
          overflow: hidden;
          object-fit: cover;
        }
        .img-cover {
          background-color: #000;
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0.4;
          top: 0;
          left: 0;
        }
        .img-text {
          transition: 0.5s;
          position: absolute;
          color: white;
          top: 50%;
          width: 100%;
          text-align: center;
          transform: translate(0, -50%);
          font-size: 25px;
          z-index: 20;
          @media (max-width: 768px) {
            font-size: 18px;
          }
        }
        .bluecover {
          transition: 0.5s;
          position: absolute;
          width: 100%;
          height: 0;
          background-color: $blue;
          opacity: 0.5;
          bottom: 0;
          left: 0;
        }
        .img-list {
          opacity: 0;
          transition: 0.5s;
          color: white;
          position: absolute;
          top: 70%;
          left: 0%;
          z-index: 20;
          font-size: 20px;
          width: 95%;
          @media (max-width: 768px) {
            font-size: 16px;
          }
          li {
            padding: 5px;
          }
        }
        margin-right: 20px;
        margin-left: 20px;
        &:hover {
          .bluecover {
            height: 100%;
          }
          .img-text {
            top: 20%;
            // transition: .5s .0s;
          }
          .img-list {
            opacity: 1;
            // transition: .2s .0s;
            top: 30%;
          }
        }
      }
    }
  }
  .who-con {
    background-color: $blue;
    overflow: hidden;

    .who-text-con {
      padding: 50px 90px;
      @media (max-width: 768px) {
        padding: 40px;
      }

      .who-title {
        color: #fff;
        font-size: 50px;
        font-family: ACaslonProB;
        @media (max-width: 768px) {
          font-size: 37px;
        }
      }
      .who-text {
        color: #fff;
        font-size: 20px;
        line-height: 45px;
        @media (max-width: 768px) {
          font-size: 16px;
          line-height: 30px;
        }
      }

      .btn-arrow {
        position: relative;
        transition: background-color 300ms ease-out;
        span {
          display: inline-block;
          position: relative;
          transition: all 300ms ease-out;
          will-change: transform;
        }
        &:hover span {
          transform: translate3d(-1rem, 0, 0);
        }
        svg {
          position: absolute;
          width: 1.1em;
          right: 0px;
          right: 0rem;
          opacity: 0;
          top: 40%;
          transform: translateY(-50%);
          transition: all 300ms ease-out;
          will-change: right, opacity;
          * {
            stroke-width: 5;
            // stroke-color: transparent;
          }
        }
        &:hover svg {
          opacity: 1;
          right: -2rem;
        }
      }
    }
    .who-img {
      height: 380px;
      margin: 40px 0;
      margin-right: 5%;
      width: 90%;
      object-fit: cover;

      @media (max-width: 768px) {
        height: auto;
        margin-bottom: 50px;
        margin: 0;
        width: 100%;
      }
      @media (max-width: 576px) {
      }
    }
  }
  .events {
    margin-top: 60px;
    @media (max-width: 768px) {
      margin-top: 0;
      background: white;
      position: relative;
      padding: 2em 0;
    }
    .slick-arrow {
      background-color: #eee;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      @media (max-width: 768px) {
        width: 30px !important;
        height: 30px !important;
      }
    }
    .slick-prev {
      left: -50px;
      &::before {
        color: $blue;
      }
    }
    .slick-next {
      right: -50px;
      &::before {
        color: $blue;
      }
    }
    .events-title {
      font-family: ACaslonProB;
      color: $blue;
      font-size: 60px;
      margin-bottom: 30px;
      text-align: center;
      margin-bottom: 10px;
      @media (max-width: 768px) {
        font-size: 42px;
      }
    }
  }
  .articles-home {
    position: relative;
    margin-top: 10vh;
    @media (max-width: 768px) {
      margin-top: -5%;
      background: white;
    }
    .articles-bg {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .articles-left {
      padding: 3% 4% 3% 7%;
      .articles-text {
        font-family: ACaslonProB;
        font-size: 50px;
        color: $blue;
        margin-bottom: 30px;
        @media (max-width: 768px) {
          font-size: 60px;
          text-align: center;
          margin-top: 40px;
        }
      }
      .articles-img {
        height: 150px;
        overflow: hidden;
        @media (max-width: 768px) {
          display: none;
        }
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      .articles-title {
        font-family: ACaslonProB;
        font-size: 30px;
        color: $blue;
        margin-top: 30px;
        letter-spacing: 2px;
        @media (max-width: 768px) {
          font-size: 25px;
          text-align: center;
          margin-top: 10px;
        }
      }
      .articles-des {
        color: $blue;
        margin-top: 5px;
        font-size: 20px;
        line-height: 35px;
        width: 90%;
        @media (max-width: 768px) {
          width: 100%;
          line-height: 35px;
          margin: 10px auto;
          text-align: center;
          font-size: 18px;
        }
      }
    }

    .articles-cards {
      padding: 10% 0 5%;
      .uk-icon {
        display: initial;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 2%;
        top:50%;
        transform: translateY(-50%);
        transition: 0.5s 0.4s;
        color: $blue;
      }

      @media (max-width: 768px) {
        padding: 2% 0 10%;
      }
      .articles-card {
        transition: 2s;
        transform: translateY(0);
        cursor: pointer;
        width: 93%;
        position: relative;
        background-color: white;
        display: inline-flex;
        border: 1px solid #aaa;
        margin-bottom: 30px;
        @media (max-width: 768px) {
          width: 90%;
          margin: 0 auto 10px;
          display: flex;
        }
        .blue-box {
          position: absolute;
          left: -1;
          top: 0;
          height: 100%;
          width: 1.5%;
          background-color: $blue;
          transition: 0.5s;
          @media (max-width: 768px) {
            width: 4%;
          }
        }
        .articles-card-img {
          display: inline-block;
          width: 200px;
          height: 160px;
          padding: 20px 10px;
          vertical-align: middle;
          margin-left: 1.5%;
          z-index: 10;
          transition: 0.5s;
          @media (max-width: 768px) {
            display: none;
          }
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.5s;
          }
        }
        .articles-card-text {
          display: inline-block;
          vertical-align: middle;
          z-index: 12;
          .articles-card-title {
            color: $blue;
            font-size: 30px;
            margin-top: 30px;
            margin-left: 10px;
            font-family: ACaslonProB;
            transition: 0.5s;
            @media (max-width: 768px) {
              margin-left: 60px;
              margin-top: 20px;
            }
            @media (max-width: 576px) {
              margin-left: 30px;
              margin-top: 20px;
            }
          }
          .articles-card-des {
            color: $blue;
            font-size: 18px;
            margin-left: 10px;
            font-family: ACaslonProB;
            width: 85%;
            transition: 0.5s;
            @media (max-width: 768px) {
              margin-left: 60px;
              margin-bottom: 20px;
              width: 80%;
            }
            @media (max-width: 576px) {
              margin-left: 30px;
              margin-bottom: 20px;
              width: 80%;
            }
          }
        }
        .articlesArrow {
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          color: $blue;
          svg {
            height: 22px;
            width: 22px;
          }
          * {
            stroke-width: 2px;
            transition: 0.5s;
          }
        }
        &:hover {
          .blue-box {
            width: 100%;
          }
          .articles-card-title {
            color: white;
            margin-left: 30px;
          }
          .articles-card-des {
            color: white;
            margin-left: 30px;
            width: 85%;
          }
          .articles-card-img {
            padding: 0px 0px;
            margin-left: 0;
          }
          .articlesArrow {
            color: white;
          }
          .uk-icon {
            color: white;
          }
        }
      }
    }
  }

  .student-hub {
    padding: 3em 4em;
    background-color: white !important;
    z-index: 20;
    position: relative;
    @media (max-width: 768px) {
      padding: 3em 1em;
    }
    .student-hub-title {
      color: $blue;
      text-align: center;
      font-size: 60px;
      font-family: ACaslonProB;
      margin-bottom: 20px;
    }
    .hub-container {
      .hub-card {
        .hub-img {
          min-height: 200px;
          height: 100%;
          width: 90%;
          object-fit: cover;
          @media (max-width: 768px) {
            width: 100%;
          }
        }
        .hub-text {
          color: $blue;
          padding: 1.5em 0;
          @media (max-width: 768px) {
            margin-top: 30px;
          }
          .title {
            font-family: ACaslonProB;
            text-transform: uppercase;
            font-size: 30px;
            margin-bottom: 10px;
          }
          .des {
            font-size: 20px;
            line-height: 40px;
          }
        }
      }
      .slick-arrow {
        background-color: $blue;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        @media (max-width: 768px) {
          display: none !important;
        }
        &::before {
          content: "";
          border: solid #fff;
          border-width: 0 3px 3px 0;
          display: inline-block;
          padding: 3px;
        }
        &.slick-prev {
          left: -50px;
          &::before {
            transform: rotate(135deg) scale(1.2);
            margin-right: -3px;
          }
        }
        &.slick-next {
          right: -50px;
          &::before {
            transform: rotate(-45deg) scale(1.2);
            margin-right: 3px;
          }
        }
      }
    }
  }
  .contact-us-con {
    position: relative;
    overflow: hidden;
    @media (max-width: 768px) {
      background: white;
      padding: 2em 0;
    }
    .contactus-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      @media (max-width: 768px) {
        z-index: 0;
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .contact-form {
      width: 50%;
      margin: 0 auto;
      @media (max-width: 768px) {
        width: 100%;
        position: relative;
      }

      div {
        text-align: center;
        color: $blue;
      }
      .contact-title {
        color: $blue;
        font-size: 50px;
        font-family: ACaslonProB;
        margin-top: 40px;
      }
      .contact-blod-text {
        margin-top: 0;
        color: $blue;
        font-size: 30px;
        font-family: ACaslonProB;
        @media (max-width: 768px) {
          font-size: 25px;
        }
      }
      .contact-text {
        color: $blue;
        font-size: 23px;
        margin-bottom: 40px;
        @media (max-width: 768px) {
          font-size: 22px;
        }
      }
      .blue-textbox {
        border: none;
        width: 90%;
        display: block;
        margin: 0 auto;
        background-color: $blue;
        color: #fff;
        padding: 10px 10px 5px;
        margin-bottom: 20px;
        font-size: 20px;
        resize: none;
        &:focus {
          outline: none;
        }
        &::placeholder {
          color: #fff;
        }
      }
      .submit-btn {
        display: block;
        width: fit-content;
        border: none;
        color: white;
        background: $blue;
        padding: 10px 70px 5px;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 30px;
        border: 2px solid $blue;
        transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
          background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
        cursor: pointer;
        outline: none;
        // vertical-align: middle;
        text-align: center;
        position: relative;
        overflow: hidden;
        &:hover {
          background: transparent;
          color: $blue;
        }
        @media (max-width: 768px) {
          width: 90%;
          margin: 10px auto 30px;
        }
      }
      .btn-arrow {
        position: relative;
        transition: background-color 300ms ease-out;
        span {
          display: inline-block;
          position: relative;
          transition: all 300ms ease-out;
          will-change: transform;
          font-size: 16px !important;
        }
        &:hover span {
          transform: translate3d(-1rem, 0, 0);
        }
        svg {
          position: absolute;
          width: 1.1em;
          right: 0px;
          right: 0rem;
          opacity: 0;
          top: 40%;
          transform: translateY(-50%);
          transition: all 300ms ease-out;
          will-change: right, opacity;
          * {
            stroke-width: 5;
            stroke: $blue !important;
          }
        }
        &:hover svg {
          opacity: 1;
          right: -2rem;
        }
      }
    }
    .contact-map {
      img {
        width: 100%;
        height: 100%;
        background-color: #ccc;
      }
    }
  }
}
.who-btn {
  display: block;
  width: fit-content;
  background-color: #fff;
  color: $blue;
  border: none;
  margin-top: 20px;
  font-size: 20px;
  border: 2px solid #fff;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  cursor: pointer;
  outline: none;
  // vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 6px 50px 3px;
  animation-duration: 0.5s;
  &:hover {
    background: transparent;
    color: white;
  }
  @media (max-width: 768px) {
    padding: 4px 30px 2px;
  }
}
.articles-btn {
  display: block;
  width: fit-content;
  border: none;
  font-size: 18px;
  border: 2px solid #fff;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  cursor: pointer;
  outline: none;
  // vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;

  position: relative;
  transition: background-color 300ms ease-out;
  @media (max-width: 768px) {
    // display: none;
    margin-top: 80px !important;
  }
  span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
    color: white;
  }
  &:hover span {
    transform: translate3d(-1rem, 0, 0);
    color: $blue;
  }
  svg {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 40%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
    * {
      stroke-width: 5;
      // stroke-color: transparent;
    }
  }
  &:hover svg {
    opacity: 1;
    right: -2rem;
  }
  display: block;
  margin: 10px 0;
  width: fit-content;
  border: none;
  color: white;
  background: $blue;
  padding: 8px 50px 3px;
  border: 2px solid $blue;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  cursor: pointer;
  outline: none;
  // vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  &:hover {
    background: transparent;
    color: $blue;
  }
}

.aboutUs {
  position: relative;
  margin-top: 50px;
  padding-top: 70px;

  .aboutUs-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
  }
  .aboutUsWhiteBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.9;
  }
  .aboutusDesCon {
    position: relative;
    padding-right: 5%;
    @media (min-width: 768px) {
      transition: 0.5s;
    }
    @media (max-width: 768px) {
      padding: 0 !important;
    }
    .menuToggle {
      background-color: transparent;
      display: none;
      position: absolute;
      right: 7%;
      top: 20px;
      border: none;
      z-index: 20;
      &:focus {
        outline: none;
      }
      svg {
        fill: $blue;
        width: 30px;
        height: 30px;
      }
      @media (min-width: 768px) {
        display: none;
      }
    }
  }
  .selected-link {
    position: relative;
    margin-top: 80px;
    color: $blue;
    font-size: 40px;
    display: none;
    @media (max-width: 768px) {
      margin-left: 5%;
      font-size: 30px;
      margin-top: 10px;
    }
    .selected-link-text {
      font-family: ACaslonProB;
    }
    .blueBottomLine {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 5px;
      background-color: $blue;
    }
  }
  .aboutus-blue-logo {
    display: flex;
    justify-content: center;
    @media (max-width: 768px) {
      display: none;
    }
    img {
      transition: 0.5s 0.2s ease-in-out;
      transform: scale(1.1);
      width: 340px;
      margin: 100px auto;
    }
  }
  .about-us-con {
    min-height: 100vh;
  }

  .aboutus-menu {
    padding-left: 10%;
    margin-top: 80px;
    * {
      text-transform: uppercase;
      color: $blue;
    }
    @media (max-width: 768px) {
      padding-left: 0;
    }
    .menu-title {
      font-size: 50px;
      font-family: ACaslonProB;
      margin-bottom: 40px;
      color: $blue;
      animation-delay: 0.3s;
      @media (max-width: 768px) {
        text-align: center;
      }
    }

    .aboutus-link {
      // @for $i from 1 to 30 {
      //     &:nth-child(#{$i}) {
      //         animation-delay: $i * 0.2s !important;
      //     }
      // }

      position: relative;
      overflow: hidden;
      opacity: 1;
      // background-color: #ccc;
      width: 80%;
      text-align: right;
      font-size: 25px;
      color: $blue;
      margin-bottom: 30px;
      cursor: pointer;
      display: flex;
      justify-content: flex-end;
      transition: 0.5s;
      height: 35px;
      box-sizing: border-box;
      @media (max-width: 768px) {
        padding: 20px 20px 40px;
        background-color: #ffffff88;
        box-shadow: 0px 0px 15px rgba($color: $blue, $alpha: 0.5);
        width: 95%;
        margin: 0 auto 30px;
        justify-content: lex-start !important;
      }
      .aboutus-link-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: $blue;
        width: fit-content !important;
        @media (min-width: 768px) {
          display: none;
        }
        * {
          stroke-width: 3px;
          stroke: $blue;
        }
      }
      @media (max-width: 768px) {
        .aboutus-link-text {
          width: 100%;
        }
      }
      .aboutus-link-text h1 {
        width: fit-content;
        margin-left: 10px;
        margin-right: 10px;
        font-family: ACaslonProB;
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: 0.5s ease-in-out;
        @media (max-width: 768px) {
          text-align: center;
          width: 100%;
          margin: 0 auto;
          font-size: 22px;
          font-family: ACaslonProB;
        }
      }
      // &:hover{
      //     .aboutus-link-text h1{
      //         margin-right: -40px;
      //         font-size: 25px;
      //     }
      // }
      .blue-line {
        display: inline-block;
        width: 20%;
        height: 5px;
        background-color: $blue;
        margin-top: 8px;
        width: -webkit-fill-available;
        @media (max-width: 768px) {
          display: none;
        }
      }
    }
    .revers {
      @for $i from 1 to 30 {
        &:nth-child(#{$i}) {
          animation-delay: $i * 0.2s !important;
        }
      }
    }
    .aboutus-link.active {
      height: 0;
      margin-bottom: 0;
      @media (max-width: 768px) {
        height: 35px;
        margin-bottom: 30px;
      }
    }
  }
  .aboutus-bluebox {
    display: none;
    width: 100%;
    height: auto;
    background-color: $blue;
    margin: 30px 0;
    position: relative;
    padding: 40px;
    overflow: hidden;
    min-height: auto;
    @media (max-width: 768px) {
      margin-top: 0;
      width: 100%;
      margin: 30px auto;
      padding: 15px;
    }
    .bg-logo {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0.05;
      height: 70%;
      @media (max-width: 768px) {
        display: none;
      }
    }
    .bluebox-title {
      color: white;
      font-size: 40px;

      font-family: ACaslonProB;
      @media (max-width: 768px) {
        font-size: 30px;
        margin-bottom: 15px;
      }
      span {
        font-size: 45px;
        font-family: ACaslonProB;
      }
    }
    .bluebox-text {
      color: white;
      font-size: 18px;
      line-height: 35px;
      margin-bottom: 30px;
    }
    .sub-title {
      color: white;
      font-size: 18px;
      line-height: 35px;
      margin-top: 20px;
      margin-bottom: 10px;
      padding-left: 60px;
      position: relative;
      @media (max-width: 768px) {
        font-size: 25px;
        padding-left: 40px;
        margin-top: 30px;
      }
      .white-line {
        height: 5px;
        width: 50px;
        background-color: white;
        position: absolute;
        left: 0;
        top: 25%;
        @media (max-width: 768px) {
          height: 7px;
          width: 30px;
        }
      }
      span {
        font-size: 30px;
        font-family: ACaslonProB;
      }
    }
  }
}
.memberCon {
  margin-top: 80px;
  margin-bottom: 50px;
  .memberCard {
    padding: 0 4em;
    position: relative;
    margin-bottom: 30px;
    .memberBg {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .memberImg {
      width: 50%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      @media only screen and (max-width: 768px) {
        width: 30%;
      }
    }
  }
  .memberTitle {
    font-family: ACaslonProB;
    text-align: center;
    font-size: 30px;
    color: $blue;
    @media only screen and (max-width: 768px) {
      font-size: 25px;
    }
  }
  .memberDes {
    font-family: ACaslonProIB;
    text-align: center;
    font-size: 20px;
    color: $blue;
    margin-bottom: 70px;
  }
}
#trainingProgram {
  position: relative;
  margin-top: 128px;
  .trainingProgramBg {
    position: relative;

    .trainingProgramImg {
      position: absolute;
      width: 100%;
      height: 700px;
      object-fit: cover;
      z-index: -2;
      @media (max-width: 768px) {
        display: none;
      }
    }
    .blueCover {
      position: absolute;
      width: 100%;
      height: 700px;
      background-color: $blue;
      opacity: 0.8;
      z-index: -1;
      mix-blend-mode: multiply;
      @media (max-width: 768px) {
        display: none;
      }
    }
    .programType {
      padding-top: 50px;
      margin-left: 2%;
      margin-right: 2%;
      position: relative;
      font-size: 50px;
      color: white;
      font-family: ACaslonProB;
      padding-left: 40px;
      padding-right: 40px;
      @media (max-width: 768px) {
        color: $blue;
        font-size: 20px;
        margin-bottom: 50px;
      }
      .whiteCirlce {
        width: 15px;
        height: 15px;
        background-color: white;
        display: inline-block;
        margin-left: 10px;
        position: absolute;
        top: 70px;
        left: 0;
        @media (max-width: 768px) {
          background-color: $blue;
        }
      }
    }

    .programsCon {
      position: relative;
      width: 90%;
      min-height: 600px;
      margin: 20px auto;
      background-color: white;
      box-shadow: 1px 1px 5px rgba($color: #000000, $alpha: 0.5);
      padding: 20px 40px;
      @media (max-width: 768px) {
        width: 100%;
        box-shadow: none;
        padding: 20px 20px;
        min-height: auto;
        margin: 0px auto 20px;
      }
      #back-btn {
        position: absolute;
        top: -10px;
        transform: translateY(-100%);
        right: 0;
        margin-bottom: 10px;
        color: #fff;
        text-decoration: none;
        font-family: ACaslonProB;
        font-size: 18px;
        @media (max-width: 768px) {
          color: $blue;
          right: 10px;
          margin-bottom: 0;
          top: 10px;
        }
        svg {
          width: 25px;
          height: 25px;
          polyline {
            stroke-width: 2;
          }
        }
      }

      .program {
        display: block;
        text-decoration: none;
        border-bottom: 3px solid $blue;
        &:last-child {
          border-bottom: 0px solid $blue;
        }
        position: relative;
        padding: 20px 0;
        @media (max-width: 768px) {
          background-color: white;
          box-shadow: 0px 0px 15px rgba($color: #000000, $alpha: 0.2);
          padding: 20px;
          border-bottom: none;
          margin-bottom: 20px;
        }
        .programTitle {
          font-family: ACaslonProB;
          color: $blue;
          font-size: 29px;
          @media (max-width: 768px) {
            font-size: 22px;
          }
        }
        .programDes {
          margin-top: 5px;
          color: $blue;
          font-size: 17px;
          width: 80%;
          @media (max-width: 768px) {
            width: 100%;
          }
        }
        .knowMoreLink-btn {
          color: $blue;
          position: absolute;
          right: 0px;
          top: 50%;
          margin: 0;
          transform: translateY(-50%);
          font-family: ACaslonProB;
          vertical-align: middle;
          font-size: 18px;
          @media (max-width: 768px) {
            display: none;
          }
          span {
            margin-left: 2px;
            vertical-align: middle;
            svg {
              polyline {
                stroke-width: 2px;
              }
            }
          }
          &:hover {
            text-decoration: none;
          }
        }
      }
    }
  }
  .otherProgram {
    @media (max-width: 768px) {
      display: none;
    }
    .scroll-top {
      display: none !important;
    }
    .otherProgram-title {
      // padding-top: 50px;
      margin-left: 2%;
      margin-right: 2%;
      position: relative;
      font-size: 50px;
      color: $blue;
      font-family: ACaslonProB;
      // padding-left: 40px;
      // padding-right: 40px;
      padding: 20px 40px;
      .blueCirlce {
        width: 15px;
        height: 15px;
        background-color: $blue;
        display: inline-block;
        margin-left: 10px;
        position: absolute;
        top: 49%;
        left: 0;
        transform: translateY(-50%);
      }
    }
    .cards {
      padding: 0 2%;
      margin-bottom: 50px;
      .programCard {
        background: linear-gradient(
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
          ),
          url(/images/pexels-andreea-ch-4178805.jpg);
        background-position: center;
        background-size: cover;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        min-height: 360px;
        cursor: pointer;
        * {
          text-align: center;
          justify-content: center;
          color: $blue;
        }

        .cardTitle {
          font-family: ACaslonProB;
          font-size: 25px;
          margin: 15px 0;
        }
        .cardDes {
          line-height: 35px;
          font-size: 16px;
          width: 90%;
          margin: 0 auto;
        }
        .programNum {
          margin-top: 10px;
          margin-bottom: 10px;
          font-family: ACaslonProIB;
        }
        padding: 1em 1em;
      }
    }
  }
}

.articles {
  overflow: hidden;
  .text-center {
    h1 {
      font-family: ACaslonProB;
      color: $blue;
      font-size: 65px !important;
      margin-bottom: 0;
      margin-top: 60px;
      @media (max-width: 768px) {
        font-size: 60px !important;
      }
    }
  }
  .articlesGridCon {
    &:nth-child(3n + 2) {
      border-right: 3px solid $blue;
      border-left: 3px solid $blue;
    }
  }
  #target {
    @media (max-width: 768px) {
      padding: 0;
    }
  }
  .articles-con {
    margin-bottom: 80px;
    margin-top: 30px;
    .uk-grid {
      height: auto !important;
    }
    @media (max-width: 768px) {
      padding: 0 3%;
      margin-bottom: 0;
      .uk-grid-column-small,
      .uk-grid-small {
        margin: 0;
      }
    }
    .uk-grid-margin {
      margin-top: 0 !important;
      padding-top: 30px;
      @for $i from 1 to 3 {
        &:nth-child(#{$i}) {
          padding-top: 0;
        }
      }
    }
    .art {
      margin: 0;
      padding: 0 15px;
      &:nth-child(3n + 2) {
        border-right: 3px solid $blue;
        border-left: 3px solid $blue;
        @media (max-width: 960px) {
          border-right: 0;
          border-left: 0;
        }
      }
    }
    .articles-card {
      position: relative;
      padding: 0 30px 0;
      margin-top: 0 !important;
      @media (max-width: 768px) {
        box-shadow: 0px 0px 20px -2px #00114d;
        margin-bottom: 5%;
        padding: 0;
        border-radius: 5px;
        overflow: hidden;
        background: white;
      }

      img {
        width: 100% !important;
        height: auto;
      }
      .article-title {
        color: $blue;
        font-size: 30px;
        font-family: ACaslonProB;
        margin-left: 10px;
        margin-top: 10px;
      }
      .article-des {
        color: $blue;
        font-size: 16px;
        margin-left: 10px;
        margin-top: 0px;
        width: 90%;
        padding-bottom: 15px;
      }
      .article-date {
        position: absolute;
        font-family: ACaslonProIB;
        font-size: 14px;
        color: $blue;
        right: 40px;
        bottom: 0;
      }
    }
    .seeMore {
      width: fit-content;
      margin: 20px auto;
      z-index: 1;
      position: relative;
      .articles-button {
        background: $blue;
        color: #fff;
        padding: 10px 40px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: fit-content;
        border: none;
        color: white;
        background: $blue;
        padding: 10px 70px 5px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 30px;
        border: 2px solid $blue;
        transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
          background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
        cursor: pointer;
        outline: none;
        // vertical-align: middle;
        text-align: center;
        position: relative;
        overflow: hidden;
        &:hover {
          background: transparent;
          color: $blue;
        }

        position: relative;
        transition: background-color 300ms ease-out;
        span {
          display: inline-block;
          position: relative;
          transition: all 300ms ease-out;
          will-change: transform;
          font-size: 16px !important;
        }
        &:hover span {
          transform: translate3d(-1rem, 0, 0);
        }
        svg {
          position: absolute;
          width: 1.1em;
          right: 0px;
          right: 0rem;
          opacity: 0;
          top: 40%;
          transform: translateY(-50%);
          transition: all 300ms ease-out;
          will-change: right, opacity;
          * {
            stroke-width: 5;
            stroke: $blue !important;
          }
        }
        &:hover svg {
          opacity: 1;
          right: -2rem;
        }

        @media (max-width: 768px) {
          margin: 0 auto;
          border-radius: 0;
          margin-bottom: 30px;
          margin-top: 10px;
        }
      }
    }
  }
}
.classesBox {
  // @media (max-width: 768px) {
  //     display: none;
  // }
  .CloseClassesBoxBtn {
    width: 40px;
    height: 40px;
    svg[data-svg="close-icon"] {
      display: none;
    }
    svg {
      stroke-width: 2px;
      font-size: 20px;
    }
  }
  .uk-modal-dialog {
    width: 70%;
    border-radius: 10px;
    padding: 10px 30px;
    min-height: 80px;
    @media (max-width: 768px) {
      width: 100%;
    }
    .CloseClassesBoxBtn {
      background-color: #f3f3f3;
      border-radius: 50%;
      padding: 10px;
      left: 20px;
      top: 20px;
      color: $blue;
    }
    .noClasses {
      color: $blue;
      text-align: center;
      font-size: 35px;
      font-family: ACaslonProB;
      margin-top: 10px;
    }
  }
  .noClasses {
    color: $blue;
    text-align: center;
    font-size: 35px;
    font-family: ACaslonProB;
    margin-top: 10px;
  }
  .classesTitle {
    color: $blue;
    text-align: center;
    font-size: 40px;
    font-family: ACaslonProB;
    margin-top: 50px;
  }
  .classes {
    padding: 0 2% 20px;
    .classCard {
      background-color: #f3f3f3;
      padding: 20px;
      position: relative;
      margin: 20px 0;
      .cardTitle {
        color: $blue;
        font-family: ACaslonProB;
        font-size: 25px;
        margin-bottom: 5px;
      }
      .cardDes {
        color: $blue;
        width: 80%;
      }
      .cardDate {
        color: $blue;
        font-family: ACaslonProIB;
        font-size: 16px;
        margin-top: 10px;
      }
      .available {
        position: absolute;
        color: #2db928;
        font-family: ACaslonProIB;
        font-size: 22px;
        top: 20px;
        right: 20px;
        @media (max-width: 768px) {
          display: none;
        }
      }
      .notAvailable {
        position: absolute;
        color: #ef6a6a;
        font-family: ACaslonProIB;
        font-size: 22px;
        top: 20px;
        right: 20px;
        @media (max-width: 768px) {
          display: none;
        }
      }
      .circleStatusNot,
      .circleStatus {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: none;
        position: absolute;
        top: 20px;
        right: 20px;
        @media (max-width: 768px) {
          display: inline-block;
        }
      }
      .circleStatusNot {
        background: #ef6a6a;
      }
      .circleStatus {
        background: #2db928;
      }
    }
  }
}
.article {
  background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url(../images/crumpled-paper-background.jpg);
  background-size: 100%;
  .article-title {
    position: relative;
    color: $blue;
    font-size: 54px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 170px;
    vertical-align: middle;
    font-family: ACaslonProB;
    line-height: 4rem;
    @media (max-width: 768px) {
      font-size: 35px;
      span {
        font-family: ACaslonProB;
      }
    }
    @media (max-width: 576px) {
      padding-left: 40px;
    }
    .bluebox {
      position: absolute;
      height: 17px;
      width: 130px;
      background-color: $blue;
      display: inline-block;
      vertical-align: middle;

      left: 0;
      top: 10px;
      @media (max-width: 576px) {
        width: 30px;
      }
    }
  }
  .article-img-mobile {
    display: none;
    @media (max-width: 768px) {
      display: block;
      height: 200px;
      width: 90%;
      margin: 0 auto 50px;
      .img-mobile {
        object-fit: cover;
      }
    }
  }
  .article-img {
    display: flex;
    height: 360px;
    width: 90%;
    margin: 0 auto;
    @media (max-width: 768px) {
      display: none;
    }
    img {
      height: 100%;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }
  .article-p {
    color: $blue;
    font-size: 20px;
    width: 90%;
    margin: 30px auto;
    font-family: ACaslonProB;
    line-height: 38px;
    p {
      font-family: ACaslonProB;
    }
    @media (max-width: 768px) {
      font-size: 16px;
      margin: 10px auto;
    }
  }
  .card-con {
    padding: 30px 0;
    padding-right: 70px;
    padding-left: 70px;
    @media (max-width: 768px) {
      display: none;
    }
  }
  .program-title {
    @media (max-width: 768px) {
      display: none;
    }
    .bluebox {
      height: 17px;
      width: 70px;
      background-color: $blue;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 10px;
    }
    color: $blue;
    font-size: 50px;
    padding-top: 30px;
    margin-bottom: 10px;
    margin-left: 70px;
    margin-right: 70px;
    vertical-align: middle;
    font-family: ACaslonProB;
    @media (max-width: 768px) {
    }
    @media (max-width: 576px) {
      font-size: 30px;
      margin-left: 30px;
      padding-top: 30px;
    }
  }
  .traning-card {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 40px;
    min-height: 350px;
    cursor: pointer;

    img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .white-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: white;
      opacity: 0.8;
    }
    .card-title {
      font-family: ACaslonProB;
      color: $blue;
      font-size: 35px;
      padding-top: 50px;
      margin-left: 30px;
      position: relative;
      z-index: 1;
    }
    .card-des {
      color: $blue;
      margin-left: 10%;
      font-size: 20px;
      width: 80%;
      line-height: 40px;
      padding-bottom: 40px;
      position: relative;
      z-index: 1;
    }
    .program-num {
      position: absolute;
      right: 15px;
      bottom: 15px;
      color: $blue;
      z-index: 10;
      font-family: ACaslonProIB;
    }
  }
}
.news {
  padding-top: 128px;

  .galleryTitle {
    color: $blue;
    font-family: ACaslonProB;
    text-align: center;
    padding-top: 80px;
    font-size: 50px;
  }
  .newsTitle {
    font-family: ACaslonProB;
    color: white;
    background-color: $blue;
    padding: 20px;
    text-align: center;
    font-size: 40px;
  }
  .newsSliderCon {
    width: 100%;
    height: 80vh;
    align-items: center;
    padding: 10vh 0 0;
    background-color: #eee;
  }
  .articles-card {
    overflow: hidden;
    a {
      display: block;
    }
    .uk-active {
      position: relative;
    }
    .blueCover {
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(
        bottom,
        rgba($color: $blue, $alpha: 0.8) 35%,
        transparent
      );
      width: 96%;
      height: 100%;
      opacity: 0;
      transition: 0.5s;
    }
    p {
      color: white;
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 80%;
      font-size: 18px;
      opacity: 0;
      transition: 0.5s;

      z-index: 20;
    }
    img {
      width: 100%;
    }
    &:hover {
      .blueCover {
        opacity: 1;
      }
      p {
        opacity: 1;
      }
    }
  }
}
.events-slider-con {
  padding: 0 5%;
  position: relative;
  @media (max-width: 768px) {
    padding: 0 10%;
  }
  .slick-arrow {
    opacity: 0;
  }
  .arrowSlider {
    position: absolute;
    border: none;
    width: 35px;
    height: 35px;
    @media (max-width: 768px) {
      width: 25px;
      height: 25px;
    }

    border-radius: 50%;
    background-color: #a2a2a2;
    color: white;
    opacity: 1 !important;
    &:focus {
      outline: none;
    }
    svg {
      width: 35px;
      height: 35px;
      @media (max-width: 768px) {
        width: 25px;
        height: 25px;
      }
      * {
        stroke-width: 3px;
      }
    }
  }
  .eventPrev {
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    background-color: $blue;
  }
  .eventNext {
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    background-color: $blue;
  }
}
.events-slider {
  margin-bottom: 20px;
  @media (max-width: 768px) {
    margin-bottom: 130px;
  }
  @media (max-width: 576px) {
    margin-bottom: 60px;
  }
  .events-card {
    position: relative;
    min-height: 400px;
    padding-bottom: 30px;
    box-shadow: 1px 1px 5px rgba($color: #000000, $alpha: 0.2);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #fff;
    &:focus {
      outline: none;
    }
    .img-con {
      height: 250px;
      width: 100%;
      overflow: hidden;
      box-shadow: 1px 1px 5px rgba($color: #000000, $alpha: 0.2);
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .crad-title {
      font-size: 14px;
      color: $blue;
      font-family: ACaslonProB;
      margin: 15px 20px 5px;
    }
    .crad-des {
      font-size: 13px;
      color: $blue;
      margin: 0 20px 20px;
    }
    .card-history {
      background-color: $blue;
      color: white;
      padding: 4px 10px 0px;
      width: fit-content;
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }
}
footer {
  background-color: $blue;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  @media (max-width: 768px) {
    // margin-top: -10%;
  }
  .footer-logo-col {
    @media (max-width: 768px) {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      margin: 0;
    }
  }
  .footer-logo {
    margin-top: 30px;

    img {
      margin: 40px auto 0;
      width: 90%;
      display: flex;
      opacity: 0.5;
      @media (max-width: 768px) {
        opacity: 0.1;
        width: 60%;
      }
      @media (max-width: 576px) {
        opacity: 0.1;
        width: 90%;
      }
    }
  }
  .footerpart {
    @media (max-width: 768px) {
      display: none;
    }
    width: 100%;
    height: 100%;
    position: relative;
    img {
      position: absolute;
      overflow: hidden;
      max-width: 1100px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 400px;
      transform: translateX(-50%) rotateX(0deg);
    }
  }
  .blue-ocean-text {
    font-family: ACaslonProB;
    background-color: #fff;
    color: $blue;
    width: fit-content;
    padding: 10px 20px 5px;
    margin: 30px auto;
    font-size: 50px;
    text-align: center;
    user-select: none;
  }
  .footer-paragraph {
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 80%;
    margin: 10px 10%;
    line-height: 40px;
  }
  .footer-links {
    @media (max-width: 768px) {
      display: none;
    }
    user-select: none;
    margin: 4% 0;
    a {
      text-transform: uppercase;
      color: #ccc;
      display: block;
      text-align: left !important;
      margin-top: 15px;
      font-size: 14px;
      font-family: ACaslonProB;
      text-transform: uppercase;
      &:hover {
        text-decoration: none;
      }
    }
  }
  .footer-contact-con {
    .contacts {
      width: fit-content;
      margin: 29% 0 0;
      @media (max-width: 768px) {
        margin: 0;
        width: 100%;
        padding: 30% 0 10%;
      }

      div {
        color: white;
        margin-bottom: 20px;
        height: fit-content;
        @media (max-width: 768px) {
          text-align: center;
          width: 100%;
          margin-bottom: 40px;
          font-size: 18px;
        }
        img {
          user-select: none;
          width: 20px;
          margin-left: 20px;
          margin-right: 20px;
          @media (max-width: 768px) {
            display: block;
            margin: 0 auto 20px;
            width: 25px;
          }
        }
      }
    }
    .media {
      user-select: none;
      width: 50%;
      margin: 0;
      margin-bottom: 10%;
      margin-left: 7%;
      display: inline-flex;
      justify-content: space-around;
      @media (max-width: 768px) {
        margin-left: 0;
        width: 100%;
        justify-content: space-evenly;
      }
      .white-circle {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-color: white;
        border-radius: 50%;
        margin-right: 10%;
        @media (max-width: 768px) {
          margin-right: 0%;
          width: 45px;
          height: 45px;
        }
        cursor: pointer;
        img {
          width: 100%;
          height: 100%;
        }
      }
    }
  }
  .dark-blue-line {
    width: 100%;
    color: #ccc;
    background-color: #001033;
    font-size: 14px;
    padding: 10px 0 5px;
    text-align: center;
    position: absolute;
    z-index: 91;
    bottom: 0;
    left: 0;
    a {
      text-decoration: none;
      color: #ccc;
    }
    @media (max-width: 768px) {
      background-color: transparent;
    }
  }
}

/* Aous CSS */

.gallery {
  margin-top: 130px;
  .slider {
    height: auto;
    .title {
      position: relative;
      z-index: 1;
      padding: 2em 0 1em 0;
      background: $blue;
      @media (max-width: 768px) {
        position: absolute;
        top: 0;
        margin: 0;
        background: transparent;
        color: $blue;
        left: 50%;
        transform: translateX(-50%);
        .GalleryTitle {
          color: $blue;
        }
      }
      h1 {
        color: white;
        margin-bottom: 0;
        font-family: ACaslonProB;
        @media (max-width: 768px) {
          font-size: 50px;
        }
      }
      .slick-prev {
        left: -50px;
      }
    }
    // .sliding {
    //     max-height: 85vh;
    //     background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    //         url(../images/backgroundPictures.jpg);
    //     background-position: center;
    //     background-repeat: no-repeat;
    //     background-size: cover;
    //     .slide_bg {
    //         // background-color: rgba(255, 255, 255, 0.418);
    //         padding: 7em 5em;
    //         @media (max-width: 768px) {
    //             padding: 7em 0.5em;
    //         }

    //         .slick-prev,
    //         .slick-next {
    //             @media (max-width: 768px) {
    //                 display: none !important;
    //             }
    //             background: $blue;
    //             border-radius: 50%;
    //             padding: 2em 2em;
    //             width: 30px;
    //             height: 30px;
    //         }
    //         .slick-prev {
    //             left: -50px;
    //         }
    //         .slick-next {
    //             right: -50px;
    //         }
    //         .responsive {
    //             .item {
    //                 cursor: pointer;
    //                 position: relative;
    //                 margin: 0 15px;
    //                 @media (max-width: 768px) {
    //                     min-height: 400px;
    //                 }
    //                 .photos {
    //                     position: absolute;
    //                     top: 0;
    //                     left: 0;
    //                     width: 100%;
    //                     height: 100%;
    //                     background: $blue;
    //                     mix-blend-mode: multiply;
    //                     opacity: 0.8;
    //                     z-index: 0;
    //                     margin-left: 0px;
    //                     img{
    //                         padding: 0;
    //                         width: 100%;
    //                         object-fit: cover;
    //                     }

    //                 }
    //                 .content {
    //                     background: #001033db;
    //                     height: 100%;
    //                     width: 100%;
    //                     position: relative;
    //                     z-index: 1;
    //                 }
    //                 .image {
    //                     width: auto;
    //                     height: 20vh;
    //                     overflow: hidden;
    //                     position: relative;
    //                     z-index: 1;
    //                     img {
    //                         width: 100%;
    //                         height: 100%;
    //                         background: $blue;
    //                         mix-blend-mode: multiply;
    //                         opacity: 0.8;
    //                         z-index: 0;

    //                     }

    //                 }
    //             }
    //         }
    //         .item.flipped {
    //             position: relative;
    //             margin: 0 15px;
    //             background-position: center;
    //             background-repeat: no-repeat;
    //             background-size: cover;
    //             .content {
    //                 background: #001033db;
    //                 height: 100%;
    //                 .image {
    //                     transform: rotateY(180deg);
    //                     img {
    //                         transform: scale(1.7) translateX(-30%) translateY(20%);
    //                         @media (max-width: 768px) {
    //                             transform: scale(1.7) translateX(-30%) translateY(45%);
    //                         }
    //                     }
    //                 }
    //             }
    //         }
    //     }
    // }
    .sliding {
      max-height: 85vh;
      background-image: linear-gradient(
          rgba(255, 255, 255, 0.8),
          rgba(255, 255, 255, 0.8)
        ),
        url(../images/backgroundPictures.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      .slide_bg {
        // background-color: rgba(255, 255, 255, 0.418);
        padding: 7em 5em;
        @media (max-width: 768px) {
          padding: 7em 0.5em;
        }
        .slick-prev,
        .slick-next {
          background: $blue;
          border-radius: 50%;
          padding: 2em 2em;
          width: 30px;
          height: 30px;
          &::before {
            content: "";
            border: solid #fff;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
          }
          @media (max-width: 768px) {
            display: none !important;
          }
        }
        .slick-prev {
          left: -50px;
          &::before {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
          }
        }
        .slick-next {
          right: -50px;
          &::before {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
          }
        }
        .responsive {
          .item {
            position: relative;
            margin: 0 15px;

            @media (max-width: 768px) {
            }
            .photos {
              position: absolute;
              height: 100%;
              width: 100%;
              top: 0;
              left: 15px;
              z-index: 1;
              height: 400px;
              img {
                padding: 0;
                width: 100%;
                object-fit: cover;
              }
            }
            .content {
              background: #001033db;
              height: 100%;
              width: 100%;
              position: relative;
              z-index: 1;
              min-height: 45vh;

              @media (max-width: 768px) {
              }
              .image {
                width: auto;
                height: 20vh;

                overflow: hidden;
                position: absolute;
                bottom: 0;
                @media (max-width: 768px) {
                }
                img {
                  width: 100%;
                  transform: scale(1.7) translateX(-30%) translateY(20%);
                  @media (max-width: 768px) {
                    // transform: scale(1.7) translateX(-30%) translateY(45%);
                  }
                }
              }
            }
          }
          .item.flipped {
            position: relative;
            margin: 0 15px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            .content {
              background: #001033db;
              height: 100%;
              .image {
                transform: rotateY(180deg);
                img {
                  transform: scale(1.7) translateX(-30%) translateY(20%);
                  @media (max-width: 768px) {
                    // transform: scale(1.7) translateX(-30%) translateY(45%);
                  }
                }
              }
            }
          }
          .title {
            background: none;
            margin-top: 0;
          }
          h3 {
            color: white;
            font-size: 20px;
          }
        }
      }
    }
  }
  .category-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 30px;
    &::-moz-scrollbar {
      width: 0.2em;
      height: 0.6em;
      border-radius: 4px;
    }
    &::-moz-scrollbar-thumb {
      background-color: #ccc;
    }
    &::-webkit-scrollbar {
      width: 0.2em;
      height: 0.6em;
      border-radius: 4px;
    }
    &::-webkit-scrollbar-thumb {
      background-color: #ccc;
    }
  }
  .category-con {
    display: inline-flex;
    justify-content: center;

    .category {
      transition: 0.5s;
      color: $blue;
      padding: 5px 10px 2px;
      margin: 10px;
      font-size: 18px;
      cursor: pointer;
      white-space: nowrap;
      clear: both;
    }
    .articlesCardCon {
      margin-bottom: 20px;
      .articles-card {
        cursor: pointer;
      }
    }
  }
}
.category-con {
  display: flex;
  justify-content: center;
  overflow: hidden;
  &::-webkit-scrollbar {
    display: none;
  }
  .category {
    transition: 0.5s;
    color: $blue;
    padding: 5px 10px 2px;
    margin: 10px;
    font-size: 18px;
    cursor: pointer;
  }
  .active {
    background-color: #dbdfe7;
  }
}
.articlesCardCon {
  margin-bottom: 20px;
}

.articles {
  margin-top: 15vh;
  .art {
    transition: 0.5s;
  }
  .animation {
    transform: translateY(-50%)
      matrix3d(1, 0, 0, 0, 0, 1, 0, -0.0005, 0, 0, 1, 0, 0, 0, 0, 1) !important;
    opacity: 0;
  }

  #cats {
    @media (max-width: 768px) {
      // height: 600px !important;
      // overflow: hidden;
      z-index: 50;
    }
  }
  .items {
    background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
      url(../images/crumpled-paper-background.jpg);
    background-size: 100%;
    background-position: center top;
    padding: 2em 2em;
    @media (max-width: 768px) {
      padding: 2em 0.5em;
    }
    .category {
      background: $blue;
      color: white;
      padding: 10px 40px 5px;
    }
  }
  .uk-grid > * > :last-child {
    margin-bottom: 20px !important;
  }
}
.article {
  margin-top: 15vh;
  padding: 2em 0;
  .article-content {
    .dash {
      background: $blue;
      height: 2vh;
      width: 12vw;
      display: inline-block;
    }
    .title {
      font-size: 3em;
      padding-left: 1em;
      width: 50vw;
      display: inline-flex;
      span {
        color: $blue;
      }
    }
    .paragraph {
      padding: 1em 2em;
      p {
        color: $blue;
        justify-content: center;
      }
      img {
        height: 70vh;
        width: 100%;
        object-fit: cover;
        margin: 2em 0;
      }
      h1 {
        color: $blue;
        font-weight: bold;
      }
      .uk-card {
        background-image: url(../images/ArticlesPicture.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0 0;
        .content {
          height: 100%;
          padding: 3em 3em;
          background-color: rgba(255, 255, 255, 0.384);
          p {
            display: inline-block;
          }
          h3,
          span {
            color: $blue;
          }
          span {
            float: right;
          }
        }
      }
    }
  }
}
.contact {
  .row {
    padding: 2em 5em;
    @media (max-width: 768px) {
      padding: 0;
    }
  }
  .contact-content {
    position: relative;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.979),
        rgba(255, 255, 255, 0.753)
      ),
      url(../images/contact.jpg);
    background-position: center top;
    overflow: hidden;
    @media (max-width: 768px) {
      padding: 2em 0 0;
    }
    .contact-con {
      position: absolute;
      right: -16%;
      bottom: -10%;
      width: 400px;
      height: 400px;
      z-index: 3;

      @media (max-width: 768px) {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        width: auto;
      }
      .contacts {
        width: fit-content;
        margin: 35% auto 0;
        @media (max-width: 768px) {
          margin: 0;
          width: 100%;
          padding: 5% 0 0;
        }

        div {
          margin-left: 20px;
          color: $blue;
          margin-bottom: 20px;
          height: fit-content;
          @media (max-width: 768px) {
            text-align: center;
            width: 100%;
            margin-bottom: 40px;
            font-size: 18px;
            margin-left: 0;
          }
          img {
            user-select: none;
            width: 20px;
            margin-left: 20px;
            margin-right: 20px;
            color: $blue;
            @media (max-width: 768px) {
              display: block;
              margin: 0 auto 20px;
              width: 25px;
            }
            svg {
              * {
                fill: $blue !important;
              }
            }
          }
          span {
            font-weight: bold;
            font-size: 15px;
            @media (max-width: 768px) {
              font-size: 18px;
            }
          }
        }
      }
      .media {
        user-select: none;
        width: 50%;
        margin: 0;
        margin-bottom: 10%;
        margin-left: 20%;
        display: inline-flex;
        justify-content: space-around;
        @media (max-width: 768px) {
          margin-left: 0;
          width: 100%;
          justify-content: center;
        }
        .white-circle {
          display: inline-block;
          width: 35px;
          height: 35px;
          background-color: $blue;
          border-radius: 50%;
          margin-right: 10%;
          cursor: pointer;
          @media (max-width: 768px) {
            margin-right: 0%;
            width: 45px;
            height: 45px;
            margin: 0 10px;
          }
          img {
            width: 100%;
            height: 100%;
          }
        }
      }
    }
    .contact-icons {
      padding: 5em 5em;
      position: absolute;
      right: -50px;
      width: 700px;
      @media (max-width: 768px) {
        display: none;
      }
      img {
        right: -30%;
        position: absolute;
        z-index: 2;
      }
    }
    .contactTitle {
      color: $blue;
      font-family: ACaslonProB;
      font-size: 50px;
      margin-top: 10%;
      @media (max-width: 768px) {
        font-size: 45px;
        text-align: center;
      }
    }
    .contactSubTitle {
      color: $blue;
      font-family: ACaslonProB;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 30px;
      @media (max-width: 768px) {
        font-size: 16px;
        text-align: center;
      }
    }
    .blue-textbox {
      border: none;
      width: 100%;
      display: block;
      background-color: $blue;
      color: #fff;
      padding: 10px 10px 5px;
      margin-bottom: 20px;
      font-size: 20px;
      resize: none;
      width: 80%;
      @media (max-width: 768px) {
        width: 100%;
      }
      &:focus {
        outline: none;
      }
      &::placeholder {
        color: #fff;
      }
    }
    .submit-btn {
      font-size: 16px !important;
      display: block;
      width: fit-content;
      border: none;
      color: white;
      background: $blue;
      padding: 10px 70px 5px;
      float: right;
      margin-right: 20%;
      margin-bottom: 30px;
      border: 2px solid $blue;
      transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
        background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
      cursor: pointer;
      outline: none;
      // vertical-align: middle;
      text-align: center;
      position: relative;
      overflow: hidden;
      &:hover {
        background: transparent;
        color: $blue;
      }
      @media (max-width: 768px) {
        margin: 0;
        width: 100%;
        margin-bottom: 50px;
      }
    }
    .btn-arrow {
      position: relative;
      transition: background-color 300ms ease-out;
      span {
        display: inline-block;
        position: relative;
        transition: all 300ms ease-out;
        will-change: transform;
      }
      &:hover span {
        transform: translate3d(-1rem, 0, 0);
      }
      svg {
        position: absolute;
        width: 1.1em;
        right: 0px;
        right: 0rem;
        opacity: 0;
        top: 40%;
        transform: translateY(-50%);
        transition: all 300ms ease-out;
        will-change: right, opacity;
        * {
          stroke-width: 5;
          stroke: $blue !important;
        }
      }
      &:hover svg {
        opacity: 1;
        right: -2rem;
      }
    }
  }
  .contactMap {
    position: relative;
    width: 100%;
    height: 400px;
    .location-content {
      position: absolute;
      background-color: #001f60aa;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding-top: 5%;
      cursor: pointer;
      pointer-events: none;
    }
    .location-icon {
      font-size: 50px;
      width: 150px;
      height: 150px;
      padding: 40px 0 10px;
      margin: 0 auto;
      pointer-events: auto;
      img {
        width: 100%;
        height: 100%;
      }
    }
    * {
      font-weight: bold;
    }
    .location-title {
      font-size: 60px;
      color: white;
      text-align: center;
      pointer-events: auto;
    }
    .locationSubTitle {
      font-size: 20px;
      color: white;
      text-align: center;
      margin-top: -20px;
      padding-bottom: 40px;
      pointer-events: auto;
    }
  }
}
#trainingPrograms {
  position: relative;
  margin-top: 15vh;
  background-image: url(../images/TrainingCourse.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  &::after {
    content: "";
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(black, $blue, black);
    mix-blend-mode: multiply;
    opacity: 87%;
  }
  .slider {
    // background-image: url(../images/Rectangle.png);
    position: relative;
    z-index: 1;
    padding: 5em 10em;
    @media (max-width: 768px) {
      padding: 5em 0 1em;
    }
    .title {
      h1 {
        font-size: 70px;
        color: white;
        font-family: ACaslonProB;
        @media (max-width: 768px) {
          font-size: 45px;
        }
      }
    }
    .desc {
      p {
        color: white;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-family: ACaslonProR;
        @media (max-width: 768px) {
          display: none;
        }
      }
    }
  }
  .programs-slider-con {
    @media (min-width: 768px) {
      display: none;
    }
    z-index: 22;
    position: relative;
    .programs-slider {
      .programCard {
        margin-bottom: 100px;
        background: #fff;
        background-position: center;
        background-size: cover;
        box-shadow: 0 0 5px rgba($color: #fff, $alpha: 0.8);
        min-height: 360px;
        cursor: pointer;
        * {
          text-align: center;
          justify-content: center;
          color: $blue;
        }

        .cardTitle {
          font-family: ACaslonProB;
          font-size: 35px;
          margin: 30px 0;
          @media (max-width: 768px) {
            font-size: 25px;
          }
        }
        .cardDes {
          line-height: 35px;
          font-size: 25px;
          line-height: 40px;
          width: 95%;
          margin: 0 auto;
          @media (max-width: 768px) {
            font-size: 20px;
          }
        }
        .programNum {
          margin-top: 40px;
          font-family: ACaslonProIB;
          font-size: 30px;
        }
        padding: 1em 1em;
      }
    }
  }
}
#trainingContent {
  .cards {
    transform: translateY(-10%);
    padding: 0 3%;
    margin-bottom: 50px;
    @media (max-width: 768px) {
      display: none;
    }
    .programCard {
      // background:linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/images/pexels-andreea-ch-4178805.jpg);
      background: #fff;
      background-position: center;
      background-size: cover;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      min-height: 360px;
      cursor: pointer;
      margin-bottom: 20px;

      * {
        text-align: center;
        justify-content: center;
        color: $blue;
      }

      .cardTitle {
        font-family: ACaslonProB;
        font-size: 25px;
        margin: 15px 0;
      }
      .cardDes {
        line-height: 35px;
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
      }
      .programNum {
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: ACaslonProIB;
      }
      padding: 1em 1em;
    }
    .programNum {
      margin-top: 10px;
      margin-bottom: 10px;
      font-family: ACaslonProIB;
    }
    padding: 1em 1em;
  }
}
.scroll-top {
  position: absolute;
  bottom: 10px;
  text-decoration: none;
  color: #000;
  background: lightgray;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  @media (max-width: 768px) {
    display: none;
  }

  svg {
    width: 25px;
    height: 25px;
    margin-left: -1px;
  }
  &:hover {
    color: $blue;
  }
}
.position-relative {
  position: relative;
}

// pre-loader
.pre-loader {
  background: #0000008c;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 5616515616551;
  pointer-events: none;
  opacity: 0;
  #loader {
    display: block;
    position: relative;
    top: 35%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 8000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    &::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: $blue;
      -webkit-animation: spin-reverse 0.6s linear infinite;
      animation: spin-reverse 0.6s linear infinite;
    }
    &::after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #fff;
      -webkit-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite;
    }
    @-webkit-keyframes spin {
      0% {
        -webkit-transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
      }
    }
    @keyframes spin {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @-webkit-keyframes spin-reverse {
      0% {
        -webkit-transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(-360deg);
      }
    }
    @keyframes spin-reverse {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
      }
    }
  }
}

// sandy code
.tosel {
  padding: 128px 0;
  .container-fluid {
    padding-left: 5vw;
  }
  .title {
    width: 100%;
    background: $blue;
    text-align: center;
    color: white;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-family: ACaslonProIR;
    margin-bottom: 0;
  }
  .cirtificate {
    width: 100%;
    height: 70vh;
    background: url(download.jpg) center center/cover no-repeat;
  }
  .nav {
    width: 100%;
    padding: 4vh !important;
    display: flex;
    justify-content: center;
    @media only screen and (max-width: 768px) {
      width: 75%;
    }
    @media only screen and (max-width: 600px) {
      width: 90%;
    }
  }
  .nav-item {
    cursor: pointer;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
    margin-inline: 0rem 0.5rem;
    a {
      color: $blue !important;
    }
    &:hover {
      &::before {
        transform: scaleY(1);
      }
    }

    &::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba($color: #001f60, $alpha: 0.13);
      transform: scaleY(0);
      transform-origin: 50%;
      transition-property: transform;
      transition-duration: 0.3s;
      transition-timing-function: ease-out;
    }
  }
  .img-container {
    img {
      width: 100%;
    }
  }
  .des-row {
    div {
      display: flex;
      justify-content: center;
      align-items: left;
      flex-direction: column;
      padding: 2vw;
      @media only screen and (max-width: 425px) {
        padding: 2vw 8vw;
      }
    }
    .img-container {
      @media only screen and (max-width: 425px) {
        padding: 4rem;
      }
    }
    p {
      color: $blue;
      font-family: ACaslonProR;
      font-size: 1.5rem;
    }
    h2 {
      margin-left: 0 !important;
      color: $blue;
      font-family: ACaslonProB;
      font-size: 2.5rem;
      @media only screen and (max-width: 768px) {
        font-size: 2.5rem;
      }
    }
  }
  .main-content {
    padding-block: 4vw;
    width: 75vw !important;
    @media only screen and (max-width: 768px) {
      margin: 0 3px;
      width: 100% !important;
    }
  }

  .Students-container {
    padding-top: 5vh;
  }
  .Certificate-title {
    color: $blue;
    font-family: ACaslonProB;
    font-size: 3.5rem;
    @media only screen and (max-width: 768px) {
      font-size: 2.5rem;
    }
  }
  .Certificate-des {
    :nth-child(1) {
      font-size: 1.5rem;
      font-family: ACaslonProB;
      color: $blue;
    }
  }
  .Students-title {
    color: $blue;
    font-family: ACaslonProB;
    font-size: 3.5rem;
    padding-bottom: 20px;
    @media only screen and (max-width: 768px) {
      font-size: 2.5rem;
    }
  }
  .active {
    background: #dee2ea !important;
    border-radius: 0px !important;
  }
  .slick-next {
    right: 12px;
    @media only screen and (max-width: 425px) {
      right: -4px;
    }
    &:before {
      content: "\003E";
    }
  }
  .slick-prev {
    @media only screen and (max-width: 425px) {
      left: -10px;
    }
    &:before {
      content: "\003C";
    }
  }
  .slick-prev,
  .slick-next {
    background: #00000045;
    border-radius: 50%;
    padding: 20px;
    @media only screen and (max-width: 425px) {
      padding: 12px;
    }
    &:before {
      top: -11px;
      position: relative;
      font-weight: bold;
      font-family: monospace;
      left: -7px;
    }
  }
  .slick-dots {
    bottom: -100px;
    * {
      height: 50px;
      width: 50px;
    }
    li {
      button {
        &::before {
          background: $blue;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          @media only screen and (max-width: 768px) {
            width: 10px;
            height: 10px;
          }
        }
      }
    }
  }
}

// pre-loader
.pre-loader {
  background: #001e60fd;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 5616515616551;
  opacity: 1;
  #loader {
    display: block;
    position: relative;
    top: 35%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #5f92ff;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 8000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    &::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #fff;
      -webkit-animation: spin-reverse 0.6s linear infinite;
      animation: spin-reverse 0.6s linear infinite;
    }
    &::after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #a2a2a2;
      -webkit-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite;
    }
    @-webkit-keyframes spin {
      0% {
        -webkit-transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
      }
    }
    @keyframes spin {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @-webkit-keyframes spin-reverse {
      0% {
        -webkit-transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(-360deg);
      }
    }
    @keyframes spin-reverse {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
      }
    }
  }
}

a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

.uk-lightbox {
  background-color: #000000ad;
}
.uk-lightbox-toolbar {
  color: white !important;
  font-size: 18px;
}
.uk-grid > .uk-grid-margin {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
// a{
//   display: none;
// }
