:root {
  --c-grn: #f6faf8;
  --c-org: #fef9f1;
  --c-lav: #faf8f9;
  --c-bgrn: #f6fcf2;
  --c-lblue: #f3fdff;
  --c-pink: #fff7fd;
  --c-bg: #f6f6fb;
  --c-primary: #6666dc;
  --c-secondatory: #E86830; }

body {
  font-family: 'Poppins', sans-serif;
  color: #000; }

.dn {
  display: none; }

.shw {
  display: block; }

.hide {
  display: none !important; }

.duset {
  display: unset; }

.show {
  display: block !important; }

.c-bg {
  background-color: #f6f6fb; }

.c-lav {
  background-color: var(--c-lav); }

.c-org {
  background-color: var(--c-org); }

.c-grn {
  background-color: var(--c-grn); }

.c-pink {
  background-color: var(--c-pink); }

.curio-logo {
  width: 120px;
  height: 82px;
  background: url(../images/curiokidz-logo.png);
  background-size: cover;
  text-indent: -99999px; }

.welbg {
  background: url(../images/wave2.svg) no-repeat right bottom;
  background-size: contain; }

.flowbg {
  background: url(../images/flowbg.png) no-repeat top center;
  background-size: contain; }

.wave4 {
  background: url(../images/wave4.svg) no-repeat top center;
  background-size: cover; }

.spotlight {
  background-image: linear-gradient(120deg, rgba(255, 235, 59, 0.2) 0%, rgba(255, 193, 7, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: 100% .3em;
  background-position: 0 88%; }

h1 {
  font-weight: 600; }

h2 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal; }

h3 {
  font-weight: 300;
  line-height: 1.5; }
  h3 > span {
    display: inline-block;
    font-weight: 600; }
  h3 > b {
    font-weight: 600; }

h4 {
  font-weight: 300;
  font-size: 2rem;
  padding-bottom: 15px; }
  h4 span {
    display: inline-block;
    font-weight: 600; }

h5 {
  line-height: 1.5; }

.btn-ico {
  padding-right: 3rem !important;
  position: relative; }
  .btn-ico::after {
    content: '';
    position: absolute;
    right: 15px;
    background: url(../images/sprite.svg) no-repeat -138px -68px;
    width: 20px;
    height: 11px;
    background-size: 350px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease .3s;
    transform: translateX(-3px); }
  .btn-ico.dark::after {
    background-position: -166px -68px; }
  .btn-ico:hover::after {
    transform: translateX(0); }

.curve {
  position: relative;
  overflow: hidden; }
  .curve:before {
    content: '';
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 50% 100%;
    border-top-left-radius: 50% 100%;
    transform: scaleX(2.8);
    background-color: #6666dc;
    position: absolute;
    left: 0;
    right: 0;
    top: 280px;
    bottom: 0; }

.line {
  position: relative; }
  .line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/line.png) no-repeat 0 10px;
    height: 300px;
    background-size: 100%;
    z-index: -1; }

.ico-tick {
  background: url(../images/sprite.svg) no-repeat 0 -120px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  background-size: 700px;
  flex-shrink: 0; }

.homenav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  .homenav.fixed {
    position: fixed;
    background-color: #2b2359; }

.bradius {
  border-radius: 40px;
  z-index: 1; }

.journey-bg {
  background: #fbf4f8;
  background-size: 550px; }

.journey-section {
  position: relative; }
  .journey-section .category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px 10px rgba(49, 43, 83, 0.03); }
    .journey-section .category > div {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-wrap: wrap;
      margin: 35px;
      min-width: 140px;
      max-width: 140px; }
      .journey-section .category > div:hover > a {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.09); }
        .journey-section .category > div:hover > a i {
          transform: scale(1.2); }
      .journey-section .category > div > a {
        width: 85px;
        height: 85px;
        border-radius: 20px;
        border-top-left-radius: 45px;
        border-bottom-left-radius: 45px;
        background: linear-gradient(-45deg, #fff, #fff);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
        flex-shrink: 0;
        position: relative;
        transition: all ease .3s;
        cursor: default; }
        .journey-section .category > div > a i {
          position: absolute;
          right: -8px;
          height: 65px;
          width: 65px;
          top: -5px;
          background-image: url(../images/sprite.svg);
          background-repeat: no-repeat;
          background-size: 500px;
          transition: all ease .3s;
          transform: scale(1.1); }
          .journey-section .category > div > a i.science {
            background-position: 0 0; }
          .journey-section .category > div > a i.robotics {
            background-position: -85px 0; }
          .journey-section .category > div > a i.vr {
            background-position: -264px 10px; }
          .journey-section .category > div > a i.printer {
            background-position: -342px 0; }
          .journey-section .category > div > a i.code {
            width: 68px;
            background-position: -175px 0; }
          .journey-section .category > div > a i.math {
            background-position: -434px 0; }
          .journey-section .category > div > a i.electronics {
            background-position: -92px -468px; }
          .journey-section .category > div > a i.data {
            background-position: 0 -471px; }
          .journey-section .category > div > a i.ai {
            background-position: -184px -471px; }
          .journey-section .category > div > a i.python {
            background-position: -273px -476px; }
          .journey-section .category > div > a i.iot {
            background-position: -364px -472px; }
          .journey-section .category > div > a i.mr {
            background-position: 0 -565px; }
          .journey-section .category > div > a i.ar {
            background-position: -83px -565px; }
      .journey-section .category > div > span {
        font-weight: 500;
        padding-top: 20px;
        text-align: center; }

.learner-count {
  display: flex;
  text-align: left;
  align-items: center; }
  .learner-count span {
    font-size: 30px;
    font-weight: 600; }
  .learner-count p {
    color: #666;
    margin: 0; }
  .learner-count b {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 20px 30px 20px; }
    .learner-count b > img {
      width: 45px; }

.navbar-nav {
  align-items: center; }
  .navbar-nav > li {
    margin: 8px 22px; }
    .navbar-nav > li > a {
      position: relative;
      text-decoration: none;
      outline: none;
      color: rgba(255, 255, 255, 0.8);
      padding: 7px 0; }
      .navbar-nav > li > a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        transition: all ease .5s;
        visibility: hidden;
        background-color: #acacff;
        opacity: 0; }
      .navbar-nav > li > a:hover {
        color: #acacff; }
        .navbar-nav > li > a:hover::after {
          visibility: visible;
          opacity: 1; }
    .navbar-nav > li.sel > a {
      color: #acacff; }
      .navbar-nav > li.sel > a::after {
        width: 15px;
        visibility: visible;
        opacity: 1; }

.btn-dlearn {
  font-size: .95rem;
  background-color: #32ae7b;
  padding: .475rem 1rem !important;
  color: #fff; }
  .btn-dlearn:hover {
    color: #fff !important; }

.welcont > div > div {
  padding: 40px;
  margin: 20px 20px 80px;
  border-radius: 20px;
  transition: all ease .3s; }
  .welcont > div > div .head {
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative; }
    .welcont > div > div .head span {
      width: 110px;
      height: 110px;
      right: 0;
      bottom: 100%;
      margin-bottom: 20px;
      border-radius: 50%;
      transition: all ease .3s;
      transform: scale(1.1);
      display: flex;
      align-items: center;
      justify-content: center; }
    .welcont > div > div .head img {
      width: 100%; }
  .welcont > div > div p {
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6; }
  .welcont > div > div:hover {
    transform: translate(0, -5px); }
    .welcont > div > div:hover span {
      transform: scale(1.3); }

.welcont > div:nth-child(1) > div {
  background-color: var(--c-grn); }

.welcont > div:nth-child(2) > div {
  background-color: var(--c-org); }

.welcont > div:nth-child(3) > div {
  background-color: var(--c-lav); }

.welcont > div:nth-child(4) > div {
  background-color: var(--c-bgrn); }

.welcont > div:nth-child(5) > div {
  background-color: var(--c-lblue); }

.welcont > div:nth-child(6) > div {
  background-color: var(--c-pink); }

.sclcont > div > div {
  padding: 40px;
  margin: 20px 20px 40px;
  border-radius: 20px;
  transition: all ease .3s;
  height: 280px;
  cursor: default;
  position: relative;
  display: flex;
  align-items: flex-end;
  cursor: pointer; }
  .sclcont > div > div img {
    position: absolute;
    right: 0;
    top: -50px;
    width: 220px;
    transition: all ease .3s; }
  .sclcont > div > div .head {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3; }
    .sclcont > div > div .head span {
      width: 70px;
      height: 70px;
      right: 0;
      bottom: 100%;
      margin-bottom: 20px;
      border-radius: 50%;
      transition: all ease .3s;
      display: flex;
      align-items: center;
      justify-content: center; }
  .sclcont > div > div:hover img {
    transform: scale(1.1); }
  .sclcont > div > div.tinklab {
    background-color: var(--c-bg); }
    .sclcont > div > div.tinklab .head {
      color: #6666dc; }
  .sclcont > div > div.slearn {
    background-color: var(--c-bgrn); }
    .sclcont > div > div.slearn .head {
      color: #21d299; }
  .sclcont > div > div.dlearn {
    background-color: var(--c-org); }
    .sclcont > div > div.dlearn .head {
      color: #ff8723; }
  .sclcont > div > div.scenter {
    background-color: #f3fdff; }
    .sclcont > div > div.scenter .head {
      color: #08a0f7; }

.stepscont > div > div {
  padding: 25px;
  border-radius: 10px;
  min-height: 240px;
  transition: all ease .3s; }
  .stepscont > div > div span {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(45deg, #6666dc, #fff);
    align-content: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--c-primary);
    box-shadow: 5px 10px 15px 0 rgba(102, 102, 220, 0.18);
    margin-bottom: 30px;
    margin-top: -20px; }
    .stepscont > div > div span img {
      width: 50%; }
  .stepscont > div > div p {
    line-height: 1.8; }

.partner {
  margin: auto;
  width: 90%;
  overflow: hidden;
  position: relative; }
  .partner:after, .partner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 230px;
    background: linear-gradient(90deg, white, transparent);
    z-index: 1; }
  .partner::after {
    right: 0;
    background: linear-gradient(-90deg, white, transparent); }
  .partner::before {
    left: 0; }
  .partner > div {
    width: calc(250px *8);
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: -webkit-box;
    display: flex; }
    .partner > div > span {
      display: flex;
      width: 250px;
      height: 140px;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      border-radius: 10px;
      margin: 15px;
      flex-shrink: 0;
      border: 1px solid #e6e6ef; }
      .partner > div > span > img {
        width: 85%; }
      .partner > div > span i {
        display: none; }

.grdbg {
  position: relative; }
  .grdbg:after, .grdbg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    background: linear-gradient(90deg, white, transparent);
    z-index: 2; }
  .grdbg::after {
    right: 0;
    background: linear-gradient(-90deg, white, transparent); }
  .grdbg::before {
    left: 0; }

.student-work {
  position: relative; }
  .student-work > div {
    display: flex;
    width: 300px;
    height: 320px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    flex-shrink: 0;
    border: 1px solid #e6e6ef;
    text-align: center;
    transition: all ease .3s; }
    .student-work > div .desc {
      padding-top: 30px;
      line-height: 1.6; }
    .student-work > div > img {
      max-width: 75%; }
    .student-work > div:hover {
      border: 1px solid #6666dc;
      box-shadow: 10px 10px 0 0 #f6f6fb; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-250px * 3));
    transform: translateX(calc(-250px * 3)); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-250px * 3));
    transform: translateX(calc(-250px * 3)); } }

.slide-wrap {
  position: relative;
  width: 100%; }
  .slide-wrap .slide-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff; }
    .slide-wrap .slide-cont::before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding-bottom: -200px;
      background-color: rgba(0, 0, 0, 0.5); }

.slide-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  margin: auto;
  width: 100px;
  left: 0;
  right: 0;
  height: unset !important; }
  .slide-nav > a {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    display: inline-flex;
    transition: all ease-in .3s;
    margin: 0 6px; }
    .slide-nav > a.active {
      background-color: rgba(255, 255, 255, 0.9);
      width: 30px; }

.slide-one,
.slide-two,
.slide-three {
  text-align: center; }
  .slide-one > img,
  .slide-two > img,
  .slide-three > img {
    width: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%; }

.global-vector {
  position: absolute;
  right: 0;
  top: -110px;
  width: 700px;
  height: 700px;
  background: url(../images/global.png) no-repeat center;
  background-size: cover;
  opacity: .7;
  z-index: 2;
  pointer-events: none; }

.course-wrap .tab-group {
  display: flex;
  flex-direction: column; }

.course-wrap .course-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  background-color: #fff;
  padding: 4px;
  border-radius: 27px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); }
  .course-wrap .course-tab a {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    border-radius: 25px;
    margin: 0 auto;
    color: #666;
    cursor: pointer;
    width: calc(100% / 3);
    min-width: 180px;
    text-decoration: none;
    font-size: .975rem;
    line-height: 1.2; }
    .course-wrap .course-tab a.sel {
      background: #6666dc;
      color: #fff; }

.course-wrap .grade-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative; }
  .course-wrap .grade-tab a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    padding: 8px 0;
    cursor: pointer;
    margin: 0 25px; }
    .course-wrap .grade-tab a::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 3px;
      width: 20px;
      margin: auto;
      background-color: #6666dc;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      transition: all ease 350ms;
      opacity: 0; }
    .course-wrap .grade-tab a.active {
      color: #6666dc; }
      .course-wrap .grade-tab a.active::after {
        width: 80%;
        opacity: 1; }

.course-wrap .course-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px; }
  .course-wrap .course-slide > div {
    margin: 0 25px 25px; }
    .course-wrap .course-slide > div.lst-ndata {
      margin-top: 64px;
      cursor: pointer; }
      .course-wrap .course-slide > div.lst-ndata .lst {
        display: flex;
        border-radius: 10px;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
        text-align: center;
        background: url(../images/ncourse.svg) no-repeat center #fff;
        background-size: 230px; }
        .course-wrap .course-slide > div.lst-ndata .lst .ico {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          margin: 30px 0;
          background-color: #f6f6fb;
          display: none; }
        .course-wrap .course-slide > div.lst-ndata .lst .btn {
          margin: 30px 0; }
    .course-wrap .course-slide > div .head {
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      padding: 20px 0; }
    .course-wrap .course-slide > div .lst {
      width: 320px;
      height: 100%;
      min-height: 540px;
      border-radius: 10px;
      background-color: #fff;
      padding: 0 30px 20px;
      position: relative;
      box-shadow: 0 2px 2px 0 #e3e7ec;
      transition: all ease-in .3s; }
      .course-wrap .course-slide > div .lst .course-img {
        position: relative;
        height: 140px;
        margin: 0 -30px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden; }
        .course-wrap .course-slide > div .lst .course-img img {
          max-width: 100%; }
        .course-wrap .course-slide > div .lst .course-img em {
          position: absolute;
          right: 0;
          top: 15px;
          background: #2196F3;
          z-index: 1;
          border-radius: 20px;
          padding: 5px 10px 5px 15px;
          font-size: 12px;
          color: #ffff;
          font-style: normal;
          letter-spacing: .01rem;
          border-top-right-radius: unset;
          border-bottom-right-radius: unset; }
        .course-wrap .course-slide > div .lst .course-img span {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 60px;
          background: linear-gradient(0deg, #fff, transparent); }
      .course-wrap .course-slide > div .lst .option {
        list-style-type: unset;
        padding: 10px 0 10px;
        margin: 0; }
        .course-wrap .course-slide > div .lst .option > li {
          display: flex;
          align-items: center;
          margin: 8px 0;
          font-size: .9375rem;
          line-height: 1.6;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          .course-wrap .course-slide > div .lst .option > li i {
            margin-right: 10px; }
      .course-wrap .course-slide > div .lst .tag {
        padding: 10px 0 10px;
        border-bottom: 1px solid #e6e6ef;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 130 px;
        max-height: 135px; }
        .course-wrap .course-slide > div .lst .tag span {
          border-radius: 20px;
          background-color: #f6f6fb;
          padding: 5px 15px;
          margin: 0 0 6px;
          display: inline-flex;
          flex-wrap: wrap;
          color: #6666d0;
          font-size: .8rem; }
          .course-wrap .course-slide > div .lst .tag span:first-child {
            margin-left: 0; }
          .course-wrap .course-slide > div .lst .tag span:last-child {
            margin-right: 0; }
      .course-wrap .course-slide > div .lst .key {
        display: flex;
        flex-wrap: wrap;
        padding-top: 25px; }
        .course-wrap .course-slide > div .lst .key > span {
          width: 50%;
          font-size: .875rem;
          position: relative;
          display: flex;
          align-items: center;
          padding-bottom: 5px; }
          .course-wrap .course-slide > div .lst .key > span::before {
            content: '';
            font-size: 1rem;
            background: url(../images/sprite.svg) no-repeat 0 -120px;
            width: 20px;
            height: 20px;
            background-size: 700px;
            transform: scale(0.8);
            margin-right: 5px;
            flex-shrink: 0; }
      .course-wrap .course-slide > div .lst .action {
        position: absolute;
        left: 30px;
        right: 30px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        bottom: -20px;
        opacity: 0;
        transition: all ease .3s;
        transform: translate(0, 4px); }
        .course-wrap .course-slide > div .lst .action .btn {
          min-width: 130px;
          margin: 0 6px; }
          .course-wrap .course-slide > div .lst .action .btn:first-child {
            margin-left: 0; }
          .course-wrap .course-slide > div .lst .action .btn:last-child {
            margin-right: 0; }
      .course-wrap .course-slide > div .lst:hover .action {
        transform: translate(0);
        opacity: 1; }

.show-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem; }
  .show-more > span {
    padding: 10px 0; }
  .show-more.text-white {
    color: #fff; }

.navbar-toggler {
  border-radius: 0.3rem;
  color: #fff; }

.annocement {
  position: relative;
  background-color: #6666dc;
  color: #fff; }
  .annocement .close {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
    .annocement .close:hover {
      background-color: rgba(255, 255, 255, 0.1); }

.btn-white {
  background-color: #fff;
  color: #111; }
  .btn-white:focus, .btn-white:hover {
    color: #111;
    background-color: #fff; }
  .btn-white.sm {
    padding: 0.4rem 1rem;
    border-radius: .3rem;
    font-size: .85rem; }

.gallery-wrap .gallery-card {
  display: flex;
  min-height: 330px;
  background-color: #7e7ed6;
  border-radius: 20px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  overflow: hidden; }
  .gallery-wrap .gallery-card > div {
    width: 100%;
    background: rgba(46, 46, 78, 0.7);
    padding: 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 2; }
    .gallery-wrap .gallery-card > div .place {
      display: flex;
      padding-left: 26px;
      position: relative;
      font-size: 0.875rem; }
      .gallery-wrap .gallery-card > div .place::before {
        content: '';
        background: url(../images/sprite.svg) no-repeat -22px -60px;
        width: 16px;
        height: 20px;
        display: inline-flex;
        background-size: 350px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
  .gallery-wrap .gallery-card img {
    z-index: 1;
    position: absolute;
    object-fit: cover;
    width: 75%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease .3s;
    margin: auto;
    opacity: .2; }
  .gallery-wrap .gallery-card.long {
    min-height: 450px; }
  .gallery-wrap .gallery-card:hover img {
    transform: scale(1.1); }

.g-lftbg {
  position: absolute;
  left: 20px;
  top: 60px;
  width: 150px;
  height: 500px;
  background: url(../images/g-lftbg.png) no-repeat;
  background-size: 95%; }

.g-rhtbg {
  position: absolute;
  right: 20px;
  top: 55px;
  width: 150px;
  height: 500px;
  background: url(../images/g-rhtbg.png) no-repeat;
  background-size: 95%; }

.gradient-top::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(180deg, white, transparent);
  z-index: 2; }

.testi-bg {
  background-color: #f6f6fb; }

.quote {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  left: 30px;
  border-radius: 50%;
  top: -30px;
  color: #6666dc;
  font-size: 48px;
  margin: auto;
  background: #efefff;
  font-family: none; }

.testi-carousel {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto; }
  .testi-carousel .testi-slide {
    display: flex;
    flex-shrink: 0;
    transition: 0.6s all linear;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    margin: 30px 20px 20px 0;
    position: relative; }
    .testi-carousel .testi-slide .testi-image {
      width: 60%;
      height: 100%;
      order: 2;
      align-self: flex-end;
      flex-basis: 60%;
      -webkit-order: 2;
      -webkit-align-self: flex-end;
      -webkit-flex-basis: 60%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      transform: translateX(100%);
      transition: 0.6s all ease-in-out;
      display: none; }
    .testi-carousel .testi-slide .desc {
      line-height: 2;
      transition: 0.6s all ease-in-out; }
    .testi-carousel .testi-slide .author {
      display: flex;
      align-items: center;
      transition: 0.6s all ease-in-out;
      padding-top: 30px;
      color: #666; }
      .testi-carousel .testi-slide .author img {
        max-width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 20px;
        background-color: #fff;
        box-shadow: 0 0 0 1px #eee;
        display: none; }
      .testi-carousel .testi-slide .author > div p {
        margin-bottom: 5px; }
  .testi-carousel .owl-nav {
    top: -55px;
    right: 10px; }

.fbg {
  background: url(../images/foo-bg.png) no-repeat right bottom #f7f2f5; }

.footer-wrap .contact-detail {
  line-height: 1.8; }
  .footer-wrap .contact-detail .title {
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #84809a; }
  .footer-wrap .contact-detail a {
    color: #333; }
    .footer-wrap .contact-detail a:hover {
      color: #6666dc;
      text-decoration: none; }
  .footer-wrap .contact-detail .add,
  .footer-wrap .contact-detail .mail,
  .footer-wrap .contact-detail .phone {
    padding-left: 45px;
    position: relative; }
  .footer-wrap .contact-detail .add::before,
  .footer-wrap .contact-detail .mail::before,
  .footer-wrap .contact-detail .phone::before {
    content: '';
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0;
    background: url(../images/sprite.svg) no-repeat;
    background-size: 500px;
    transform: scale(0.8); }
  .footer-wrap .contact-detail .add::before {
    background-position: -71px -85px; }
  .footer-wrap .contact-detail .mail::before {
    background-position: -344px -90px; }
  .footer-wrap .contact-detail .phone::before {
    background-position: -292px -88px; }

.footer-wrap .contact-form {
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 40px 40px 40px;
  border-radius: 10px; }
  .footer-wrap .contact-form .form-group {
    margin-bottom: 30px;
    position: relative; }
  .footer-wrap .contact-form .btn-contact {
    margin-top: 20px; }

.footer-wrap .social {
  display: flex;
  flex-direction: column; }
  .footer-wrap .social > a {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .footer-wrap .social > a > span {
      margin-left: 25px; }

.footer-wrap .copyright {
  background: #fff; }
  .footer-wrap .copyright .copy {
    color: #666;
    font-size: .875rem; }

.form-line input[data-empty="false"] + .lbl,
.form-line input:valid + .lbl,
.form-line input:focus + .lbl {
  -webkit-transform: translate3d(0, -22px, 0);
  transform: translate3d(0, -22px, 0);
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-size: 13px; }

.form-line .lbl {
  position: absolute;
  top: 8px;
  left: 0;
  color: #afafaf;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  font-size: .9rem; }

.form-line input {
  border: 1px solid transparent;
  border-bottom-color: #ddd;
  border-radius: unset;
  padding-left: 0;
  padding-right: 0; }
  .form-line input:focus {
    box-shadow: unset;
    border-color: transparent;
    border-bottom-color: #7e7ed6; }
  .form-line input:disabled {
    pointer-events: none;
    opacity: .5;
    cursor: not-allowed; }

.maintab {
  min-height: 600px; }
  .maintab > div {
    display: none; }
    .maintab > div.show {
      display: block; }

.btn {
  border-radius: 0.35rem;
  flex-shrink: 0; }

.btn-link {
  color: #6666dc; }

.btn-primary {
  background-color: #6666dc;
  border-color: #6666dc;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .btn-primary:hover {
    background-color: #6666dc;
    border-color: #6666dc; }
  .btn-primary:focus, .btn-primary.focus {
    background-color: #6666dc;
    border-color: #6666dc;
    box-shadow: 0 0 0 0.2rem rgba(101, 101, 220, 0.25); }
  .btn-primary.btn-org {
    background-color: var(--c-secondatory);
    border-color: var(--c-secondatory); }
    .btn-primary.btn-org:focus, .btn-primary.btn-org.focus {
      background-color: var(--c-secondatory);
      border-color: var(--c-secondatory);
      box-shadow: 0 0 0 0.2rem rgba(232, 107, 48, 0.15); }

.btn-outline-primary {
  color: #6666dc;
  border-color: #6666dc; }
  .btn-outline-primary:hover {
    background-color: #6666dc;
    border-color: #6666dc; }

.alert {
  padding: 0.45rem 1rem; }

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 101, 220, 0.25);
  border-color: #6666dc; }

h6 {
  line-height: 1.5; }

.nodata {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .nodata p {
    padding-top: 20px; }

.lst-ndata {
  flex-shrink: 0; }

.gallery-slider {
  position: relative; }
  .gallery-slider .item {
    max-width: 450px;
    max-height: 250px;
    background-color: #d3efe0;
    border-radius: 10px;
    margin: 10px auto;
    text-align: center;
    overflow: hidden; }
    .gallery-slider .item img {
      border-radius: 10px;
      transition: all ease 350ms;
      object-fit: cover; }
      .gallery-slider .item img:hover {
        transform: scale(0.95); }
  .gallery-slider .owl-nav {
    right: 30px;
    top: -50px; }

.dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--c-secondatory);
  display: inline-flex;
  flex-shrink: 0;
  opacity: .8; }

.wwd {
  display: flex;
  align-items: center;
  justify-content: center; }
  .wwd > span {
    color: var(--c-secondatory);
    margin-left: 28px;
    margin-right: 28px;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 1rem; }

.stem-circle {
  position: relative; }
  .stem-circle > div > p {
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px; }
  .stem-circle > div > img {
    width: 100%;
    object-fit: cover; }
  .stem-circle > div.student, .stem-circle > div.parent, .stem-circle > div.community, .stem-circle > div.mentor, .stem-circle > div.design, .stem-circle > div.foster {
    text-align: center;
    width: 300px;
    margin: 0 auto; }
  .stem-circle > div.student {
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .stem-circle > div.parent {
    left: 0;
    top: 20%; }
  .stem-circle > div.community {
    right: 0;
    top: 20%; }
  .stem-circle > div.mentor {
    left: 0; }
  .stem-circle > div.foster {
    right: 0; }
  .stem-circle > div.design {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.st-designthink img {
  margin: 0 auto; }

.scrollTop {
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 0;
  background-color: var(--c-primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  cursor: pointer; }
  .scrollTop i {
    font-size: 14px; }
  .scrollTop.is-hidden {
    opacity: 0;
    visibility: hidden; }

.certi-wrap {
  background-color: #6720df;
  border-bottom-right-radius: 250px;
  position: relative; }
  .certi-wrap h1 {
    background: -webkit-linear-gradient(45deg, #f60, #ffffff 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .certi-wrap h2 {
    color: #fff;
    font-size: 22px;
    font-weight: normal; }

.pt1,
.pt2,
.pt3 {
  background: url(../images/g-lftbg.png) no-repeat;
  width: 55px;
  height: 50px;
  display: inline-flex;
  position: absolute; }

.pt1 {
  background-position: 0 -347px;
  top: -30px;
  left: 35%;
  opacity: .5;
  transform: scale(0.45); }

.pt2 {
  background-position: 0 -347px;
  top: 30px;
  right: 35%;
  opacity: .5;
  transform: scale(0.25); }

.pt4 {
  background: url(../images/g-rhtbg.png) no-repeat;
  bottom: -50px;
  right: 250px;
  background-position: 0 14px;
  transform: scale(0.8);
  width: 115px;
  height: 155px;
  position: absolute; }

.ico-certi {
  width: 45px;
  background: url(../images/sprite.svg) no-repeat;
  background-size: 350px;
  display: flex;
  height: 60px;
  margin: auto;
  background-position: 0 -240px;
  margin-bottom: 40px;
  transform: scale(1.2); }

.certi-frm .form-control {
  background-color: transparent;
  color: #fff;
  border-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-radius: unset;
  padding: 0.6rem 1.5rem 0.6rem 0.2rem;
  margin-bottom: 20px;
  height: 40px; }
  .certi-frm .form-control:focus {
    outline: 0;
    box-shadow: unset; }

.certi-frm .select2-container {
  margin-bottom: 15px; }

.certi-frm .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  outline: none; }
  .certi-frm .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff; }

.certi-frm .select2-container--default.select2-container--disabled {
  opacity: .7; }

.certi-frm button {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .certi-frm button:hover {
    background-color: transparent;
    color: #fff; }

.photo-frame {
  background: url(../images/frame-photo.png) no-repeat;
  padding: 28% 0;
  background-size: 100%;
  margin: auto; }

.certi-foo .divider {
  display: inline-flex;
  background: #ddd;
  height: 2px;
  width: 60px;
  border-radius: 3px; }

.certi-foo .copy {
  font-size: 14px;
  color: #555; }

.certificate-placeholder {
  position: relative; }
  .certificate-placeholder .name {
    position: absolute;
    left: 0;
    right: 0; }
  .certificate-placeholder.certi-participation .name {
    text-align: center; }
  .certificate-placeholder.certi-achievement .name {
    text-align: center; }
  .certificate-placeholder img {
    max-width: 100%; }

.tinker-vd {
  position: relative;
  display: flex;
  justify-content: space-between; }
  .tinker-vd .vd-sec {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 0 2px #e3e3e9;
    flex-shrink: 0;
    position: relative;
    overflow: hidden; }
    .tinker-vd .vd-sec iframe {
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%; }
  .tinker-vd .vd-bg {
    position: absolute;
    top: 30px;
    bottom: 30px;
    background: linear-gradient(90deg, #dddbf7, #fbf4e9);
    left: 15px;
    right: 15px;
    border-radius: 25px;
    z-index: -1; }
  .tinker-vd .atl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; }

.atl-vdl {
  background: url(../images/atl-vdln.png) no-repeat 2px -50px;
  background-size: cover;
  position: absolute;
  top: 80%;
  left: 10%;
  width: 600px;
  height: 400px;
  z-index: -2; }

.atlbg {
  color: #fff;
  border-radius: 45px;
  background: url(../images/space-bg.svg) #312b53 no-repeat -30px -60px;
  background-size: contain;
  position: relative; }

.atl-line {
  position: absolute;
  right: -30px;
  bottom: 0;
  background: url(../images/atl-line.png) no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px; }

.atlcomes .atl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0; }
  .atlcomes .atl-item i {
    width: 110px;
    height: 110px;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, #b3a6ff, #ffd694);
    background-color: #fff;
    flex-shrink: 0;
    transform: rotate(45deg);
    transition: all ease .3s; }
    .atlcomes .atl-item i:hover {
      transform: rotate(55deg);
      transform: scale(1); }
  .atlcomes .atl-item img {
    width: 100px;
    height: 100px;
    transform: rotate(-45deg); }
  .atlcomes .atl-item span {
    font-size: 1.25rem;
    padding-left: 50px;
    max-width: 250px; }

.atl-banner {
  text-align: center; }
  .atl-banner img {
    max-width: 100%;
    margin: 0 auto; }

.atl-yt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative; }
  .atl-yt::after {
    content: '';
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: -10%;
    background-color: #f9f4f0;
    z-index: -1;
    border-radius: 45px; }
  .atl-yt .atl-yt-item {
    position: relative;
    box-shadow: 0 0 0 1px #e3e3e9;
    border-radius: 25px;
    margin: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 300px;
    width: 425px;
    background-color: #fff;
    background-size: 50px; }
    .atl-yt .atl-yt-item iframe {
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      pointer-events: none; }

#ModalQuickView .modal-content {
  border-radius: 25px; }

#ModalQuickView .modal-body {
  padding: 0; }
  #ModalQuickView .modal-body iframe {
    border-radius: 25px; }

.mdlq-close {
  position: absolute;
  right: -70px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all ease .3s;
  background-color: rgba(255, 255, 255, 0.5) !important; }
  .mdlq-close:hover {
    background-color: rgba(255, 255, 255, 0.9) !important; }

.maps {
  background: url(../images/map.svg) no-repeat center;
  height: 700px; }
  .maps .pin1,
  .maps .pin2,
  .maps .pin3,
  .maps .pin4,
  .maps .pin5,
  .maps .pin6 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url(../images/pin-loc.svg) no-repeat;
    background-size: contain; }
  .maps .pin2 {
    top: 30px;
    left: -100px; }
  .maps .pin3 {
    top: 150px;
    left: -160px; }
  .maps .pin4 {
    top: -100px;
    left: -80px; }
  .maps .pin5 {
    top: 100px;
    left: -100px; }
  .maps .pin6 {
    top: 90px;
    left: -280px; }

.map-ptn {
  background: url(../images/map-ptn.svg) no-repeat center;
  background-size: cover; }

.ga-ptn {
  background: url(../images/ga-ptn.svg) no-repeat center #f6faf8;
  background-size: cover; }

.vd-ptn {
  background: url(../images/vd-ptn.svg) no-repeat center;
  background-size: contain; }

.banner-style {
  background: linear-gradient(45deg, var(--c-secondatory), #ffc1a6);
  color: #fff;
  border-radius: 40px;
  box-shadow: 5px 5px 20px 0 rgba(118, 118, 173, 0.3);
  position: relative;
  overflow: hidden; }
  .banner-style h6 {
    font-size: 1.25rem; }
  .banner-style::after {
    content: '';
    background: url(../images/wave4.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5; }

.banner-style-purple {
  background: linear-gradient(45deg, #6666dc, #bbbaff);
  color: #fff;
  border-radius: 40px;
  box-shadow: 5px 5px 20px 0 rgba(118, 118, 173, 0.3);
  position: relative;
  overflow: hidden; }
  .banner-style-purple h6 {
    font-size: 1.25rem; }
  .banner-style-purple::after {
    content: '';
    background: url(../images/wave4.svg);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5; }

.stem-pcont .head {
  display: flex;
  align-items: center;
  line-height: 1.3; }
  .stem-pcont .head > span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(218, 106, 56, 0.2), #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px; }
    .stem-pcont .head > span > img {
      width: 40px; }
  .stem-pcont .head p {
    font-weight: 500;
    margin: 0;
    color: #da6a38; }

.stem-pcont .key {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-left: 10px;
  margin-bottom: 25px; }
  .stem-pcont .key > span {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0; }
    .stem-pcont .key > span::before {
      content: '';
      font-size: 1rem;
      background: url(../images/sprite.svg) no-repeat 0 -120px;
      width: 20px;
      height: 20px;
      background-size: 700px;
      transform: scale(0.8);
      margin-right: 5px;
      flex-shrink: 0; }

.dlearn-pcont .lst {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 18px 20px 20px 0 rgba(221, 221, 221, 0.3);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px;
  height: 250px; }
  .dlearn-pcont .lst > img {
    width: 150px; }
  .dlearn-pcont .lst > span {
    padding-top: 20px; }

.owl-nav {
  position: absolute;
  display: flex; }
  .owl-nav .owl-next,
  .owl-nav .owl-prev {
    width: 40px;
    height: 30px;
    border-radius: 6px;
    outline: none;
    transition: all ease .3s;
    cursor: pointer; }
    .owl-nav .owl-next::before,
    .owl-nav .owl-prev::before {
      content: '';
      background-image: url(../images/sprite.svg);
      background-repeat: no-repeat;
      width: 40px;
      height: 30px;
      background-size: 400px;
      display: inline-flex;
      opacity: .7;
      transition: all ease .3s;
      transform: scale(1.1); }
    .owl-nav .owl-next > span,
    .owl-nav .owl-prev > span {
      display: none; }
    .owl-nav .owl-next.disabled,
    .owl-nav .owl-prev.disabled {
      opacity: .5;
      pointer-events: none;
      transform: scale(0.7); }
    .owl-nav .owl-next:hover,
    .owl-nav .owl-prev:hover {
      opacity: 1 !important; }
  .owl-nav .owl-next:before {
    background-position: -184px -68px; }
  .owl-nav .owl-prev:before {
    background-position: -310px -68px; }

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px; }
  .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 6px;
    background-color: #eeeef7 !important;
    outline: none; }
    .owl-dots .owl-dot.disabled {
      opacity: .5;
      pointer-events: none; }
    .owl-dots .owl-dot:hover {
      background-color: #d9d9e2 !important; }
    .owl-dots .owl-dot.active {
      background-color: #6666dc !important; }

.simply-scroll-container {
  position: relative; }

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden; }

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden; }

.simply-scroll-list > div img {
  border: none;
  display: block; }

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */
/* Container DIV */
/* Clip DIV */
/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list > div {
  float: left;
  /* Horizontal scroll only */ }

@media (min-width: 320px) {
  h1 {
    font-size: 1.8rem; }
  h3 {
    font-size: 1.8rem; }
  .course-wrap .grade-tab a {
    padding: 10px 0; }
  .footer-wrap .contact-form {
    margin-top: 30px; }
  .annocement {
    font-size: .8rem; }
  .global-vector {
    display: none; }
  .certi-participation .name {
    top: 138px;
    font-size: 15px; }
  .certi-excellence .name {
    top: 114px;
    font-size: 15px;
    text-indent: 60px; }
  .certi-achievement .name {
    top: 119px;
    font-size: 15px; }
  .certificate-placeholder {
    height: 300px;
    background-size: cover; }
  .slide-one,
  .slide-two,
  .slide-three {
    height: 480px; }
    .slide-one > img,
    .slide-two > img,
    .slide-three > img {
      width: 100%; }
  .tinker-vd {
    flex-wrap: wrap; }
    .tinker-vd .vd-sec {
      width: 360px;
      height: 240px;
      margin: auto;
      margin-bottom: 30px; }
    .tinker-vd .atl img {
      max-width: 200px; }
  .maps {
    height: 320px; }
  .journey-section .category > div {
    margin: 35px auto; }
  .homenav {
    background-color: rgba(43, 35, 89, 0.7); }
  .fbg {
    background-size: 300px; } }

@media (min-width: 576px) {
  h1 {
    font-size: 2rem; }
  h3 {
    font-size: 1.5rem; }
  .certi-participation .name {
    top: 147px;
    font-size: 16px; }
  .certi-excellence .name {
    top: 121px;
    font-size: 16px;
    text-indent: 100px; }
  .certi-achievement .name {
    top: 127px;
    font-size: 16px; }
  .certificate-placeholder {
    height: 320px;
    background-size: cover; }
  .course-wrap .grade-tab a {
    padding: 10px 0; }
  .slide-one,
  .slide-two,
  .slide-three {
    height: 535px; }
    .slide-one > img,
    .slide-two > img,
    .slide-three > img {
      width: 100%; }
  .tinker-vd {
    flex-wrap: wrap; }
    .tinker-vd .vd-sec {
      width: 426px;
      height: 240px;
      margin: auto;
      margin-bottom: 40px; }
    .tinker-vd .atl img {
      max-width: 250px; }
  .maps {
    height: 500px; }
  .journey-section .category > div {
    margin: 35px 15px; }
  .homenav {
    background-color: transparent; }
  .fbg {
    background-size: 350px; } }

@media (min-width: 992px) {
  .stem-circle {
    padding: 0; }
    .stem-circle > div.student, .stem-circle > div.parent, .stem-circle > div.community, .stem-circle > div.mentor, .stem-circle > div.design, .stem-circle > div.foster {
      margin: 0 auto;
      position: relative; }
  .st-designthink img {
    max-width: 100%; }
  .certi-participation .name {
    top: 245px;
    font-size: 20px; }
  .certi-excellence .name {
    top: 202px;
    font-size: 20px;
    text-indent: 150px; }
  .certi-achievement .name {
    top: 212px;
    font-size: 20px; }
  .certificate-placeholder {
    width: 760px;
    height: 500px;
    background-size: cover; }
  .course-wrap .grade-tab a {
    padding: 10px 0; }
  .slide-one,
  .slide-two,
  .slide-three {
    height: 735px; }
    .slide-one > img,
    .slide-two > img,
    .slide-three > img {
      width: 100%; }
  .tinker-vd {
    flex-wrap: wrap; }
    .tinker-vd .vd-sec {
      width: 640px;
      height: 360px;
      margin: auto;
      margin-bottom: 40px; }
    .tinker-vd .atl img {
      max-width: 300px; }
  .maps {
    height: 500px; }
  .journey-section .category > div {
    margin: 35px; }
  .homenav {
    background-color: transparent; } }

@media (min-width: 1200px) {
  .stem-circle {
    padding: 50% 0; }
    .stem-circle > div.student, .stem-circle > div.parent, .stem-circle > div.community, .stem-circle > div.mentor, .stem-circle > div.design, .stem-circle > div.foster {
      margin: 0 auto;
      position: absolute; }
  .st-designthink img {
    max-width: 72%; }
  h1 {
    font-size: 3rem; }
  h3 {
    font-size: 2.5rem; }
  .global-vector {
    display: flex; }
  .footer-wrap .contact-form {
    margin-top: 40px; }
  .annocement {
    font-size: 1rem; }
  .course-wrap .grade-tab a {
    padding: 10px 0; }
  .slide-one,
  .slide-two,
  .slide-three {
    height: 735px; }
    .slide-one > img,
    .slide-two > img,
    .slide-three > img {
      width: 100%; }
  .tinker-vd {
    flex-wrap: wrap; }
    .tinker-vd .vd-sec {
      width: 854px;
      height: 480px;
      margin: auto;
      margin-bottom: 40px; }
    .tinker-vd .atl img {
      max-width: 300px; }
  .maps {
    height: 800px; }
  .journey-section .category > div {
    margin: 35px; }
  .homenav {
    background-color: rgba(43, 35, 89, 0.7); } }

@media (min-width: 1366px) {
  .tinker-vd {
    flex-wrap: unset; }
    .tinker-vd .vd-sec {
      width: 854px;
      height: 480px;
      margin: 0; }
  .homenav {
    background-color: transparent; }
  .fbg {
    background-size: 450px; } }
