.site-hero {
  height: 80vh;
  background: url(../images/assets/banner2.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.hero-inner {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.5), rgba(7, 7, 7, 0.918));
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-item {
  padding: 20px;
}

.hero-item h1 {
  font-size: 80px;
  color: lightgray;
}

.hero-item p {
  color: white;
  font-size: 30px;
}

.hero-item button {
  width: 180px;
  height: 40px;
}

.intro-inner-grid {
  padding: 40px;
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.int-content {
  padding: 10px;
}

.int-content h2 {
  font-size: 50px;
  color: rgba(0, 155, 245, 0.966);
}

.int-content h3 {
  font-size: 30px;
}

.int-content h4 {
  font-size: 16px;
  font-weight: lighter;
  font-family: "Titillium Web";
}

.vid-inner img {
  width: 100%;
}

.highl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 30px;
}

.hl-item {
  width: 100%;
  text-align: center;
}

.courses-inner {
  height: 400px;
  background: url(../images/assets/transparent-back-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
}

.co-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.co-item {
  background: url(../images/assets/transparent-back-1.png);
  background-color: rgba(4, 4, 53, 0.856);
  padding: 10px;
  text-align: center;
  background-blend-mode: soft-light;
  width: 100%;
  margin: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.co-item h3 {
  color: rgba(0, 155, 245, 0.966);
}

.co-item p {
  color: lightgray;
}

.co-item:hover {
  background-color: rgba(4, 4, 53, 0.596);
}

.co-item:hover h3 {
  color: goldenrod;
}

.co-item-inner {
  border: 2px solid goldenrod;
  padding: 10px;
  border-radius: 10px;
  height: calc(100% - 20px);
}

.btm-vd-inner {
  height: 600px;
  background: url(../images/assets/action-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 40px 0px;
  padding: 20px;
}

.btm-vd-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.btm-vd-flex p {
  color: white;
  font-size: 50px;
}

.btm-vd-flex h2 {
  color: lightgray;
  font-size: 100px;
}

.btm-vd-flex button {
  width: 200px;
  background-color: rgba(0, 155, 245, 0.596);
}

.acc-inner {
  text-align: center;
  height: 100%;
}

.exm-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 50%;
  height: 100%;
}

.exm-cards img {
  width: 150px;
}

.divider {
  height: 100px;
  width: 2px;
  background-color: rgba(0, 155, 245, 0.966);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}

.div-inner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 155, 245, 0.966);
  border-radius: 50%;
  background: white;
}

@media (max-width: 800px) {
  .intro-inner-grid {
    padding: 10px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .co-grid {
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
  }
  .highl-inner {
    display: -ms-grid;
    display: grid;
    row-gap: 10px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    padding: 0px;
    -webkit-column-gap: 0px;
            column-gap: 0px;
  }
  .exm-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .divider {
    height: 5px;
    width: 100%;
    background-color: rgba(0, 155, 245, 0.966);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-direction: row;
    margin: 10px 0px;
  }
}

@media (max-width: 450px) {
  .site-hero {
    height: 50vh;
  }
  .courses-inner {
    padding: 4px;
    height: auto;
  }
  .co-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .co-item {
    margin: 10px 0px;
    width: calc(100% - 20px);
  }
  .co-item-inner {
    padding: initial;
  }
  .btm-vd-inner {
    height: 50vh;
  }
  .btm-vd-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .btm-vd-flex p {
    color: white;
    font-size: 25px;
  }
  .btm-vd-flex h2 {
    color: lightgray;
    font-size: 50px;
  }
  .btm-vd-flex button {
    width: 200px;
    background-color: rgba(0, 155, 245, 0.596);
  }
}
/*# sourceMappingURL=style.css.map */