

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Inter;
}
a {
  text-decoration: none;
  color: #111;
}

h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: 0.25px;
}

#mob-nav {
  display: none;
}
#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 16px 10%;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  z-index: 999;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid transparent;
}

.white-nav {
  background-color: #fff !important;
  -webkit-box-shadow: 4px 8px 24px 2px rgba(0, 0, 0, 0.01) !important;
          box-shadow: 4px 8px 24px 2px rgba(0, 0, 0, 0.01) !important;
  border-bottom: 1px solid #e3e3e3 !important;
}

#menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 0.95em;
  padding: 8px 16px;
  position: relative;
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.active:after {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 100%;
  left: 50%;
  bottom: -4px;
  height: 6px;
  width: 6px;
}

#nav.white-nav a {
  color: #333 !important;
}

#nav.white-nav a.active {
  color: #3651f7 !important;
}

#nav.white-nav a.active:after {
  position: absolute;
  content: "";
  background-color: #3651f7;
  border-radius: 100%;
  left: 50%;
  bottom: -4px;
  height: 6px;
  width: 6px;
}
a {
  display: block;
  padding: 4px 0;
  font-weight: 600;
}
#header-logo {
  height: 50px;
  width: auto;
  margin: auto 0;
  vertical-align: middle;
}

/* Hero Section */
#hero-section {
  padding: 120px 10%;
  min-height: 520px;
  padding-top: 180px;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: 0 0;
  /*background-color: #111;*/
}
#cta-header {
  font-size: 2.2em;
  max-width: 50%;
  color: #fff;
  font-weight: 600;
  line-height: 1.618;
}
#cta-text {
  font-size: 1.05em;
  margin-top: 20px;
  max-width: 40%;
  line-height: 32px;
  color: #c3c3c3;
  font-weight: 300;
  font-family: Inter;
}

section {
  padding: 80px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cta-container {
  margin: 24px 0;
}

/* Common Style */
.btn {
  background-color: #3651f7;
  border-radius: 4px;
  line-height: 24px;
  padding: 16px 32px;
  font-size: 0.95em;
  -webkit-box-shadow: 2px 4px 15px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 15px -1px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn:hover {
  background-color: #3651d7;
}
.btn img {
  margin-left: 5px;
  vertical-align: middle;
}

.secondary-btn {
  border: 1px solid #3651f7;
  background-color: #fff;
  border-radius: 4px;
  line-height: 24px;
  padding: 16px 32px;
  font-size: 0.95em;
  color: #3651f7;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.secondary-btn:hover {
  background-color: #f3f3f3;
}

.ghost_btn {
  color: #3651f7;
  font-size: 0.95em;
  border: 0;
  display: inline-block;
  font-weight: 600;
}

.ghost_btn:hover {
  border-bottom: 2px solid #3651f7;
}
.ghost_btn img {
  margin-left: 10px;
  vertical-align: middle;
  color: #3651f7;
}

.section-title {
  font-size: 1.75em;
  letter-spacing: -0.15px;
  line-height: 1.618;
  max-width: 80%;
  font-weight: 600;
}

.section-sub-title {
  font-size: 1.05em;
  font-weight: 500;
  color: rgba(54, 81, 247, 0.95);
  margin-bottom: 8px;
}
.section-info {
  font-size: 1.05em;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #757575;
  max-width: 75%;
  font-weight: 400;
  margin-top: 16px;
  line-height: 1.618;
}

.content-img-container {
  margin-left: 40px;
  width: 50%;
  position: relative;
}

.content-img-container img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* flex: 1 1; */
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.content-container {
  margin: auto 0;
  width: 50%;
}
.right-content-container {
  margin-left: 40px;
}

.right-img-container {
  width: 50%;
  margin-left: 0;
  margin-right: 40px;
}
.content-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/* Info Section */
#info-section {
  padding: 40px 0;
  background-color: #fff;
}
#info-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
  padding: 20px 10%;
  margin: auto;
}

.info-content {
  padding: 24px 0;
  margin: auto;
  max-width: 80%;
  border-right: 1px solid #e3e3e3;
}
.info-content:last-child {
  border-right: 0px solid #e3e3e3;
}
.info-content .sub-text {
  font-size: 14px;
  margin-top: 4px;
  font-weight: 500;
  color: #3651f7 !important;
  line-height: 1;
}
.info-content p {
  font-size: 14px;
  max-width: 80%;
  margin-top: 8px;
  line-height: 1.618;
}

/* Course Section */

/* Quote Section */

#quote-container {
  max-width: 80%;
  border-radius: 3px;
  padding: 80px 15%;
  margin: auto;
  position: relative;
}

#quote-container:before {
  content: "\201C";
  font-size: 5em;
  position: absolute;
  color: #cdcdcd;
  top: 50px;
  left: 15%;
  font-weight: 600;
}

#quote-container:after {
  content: "\201D";
  font-size: 5em;
  position: absolute;
  bottom: 50px;
  right: 15%;
  color: #cdcdcd;
  font-weight: 600;
}

#quote {
  font-size: 2.4em;
  color: #000;
  opacity: 0.35;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  line-height: 1.618;
}

#quote-author {
  font-size: 1.1em;
  opacity: 0.75;
  text-align: center;
  font-weight: 500;
  color: #000;
  margin-top: 24px;
}

/*  Contact section */
#contact-container {
  max-width: 100%;
  border-radius: 3px;
  padding: 80px 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
  background: -o-linear-gradient(top, #fff, #f3f3f3);
  background: linear-gradient(to bottom, #fff, #f3f3f3);
  margin: auto;
  position: relative;
}
#contact-container div {
  padding: 20px 40px;
}
#contact-container div a {
  margin-top: 24px;
}

#contact-container div p {
  line-height: 1.618;
}

/* Footer Section */
footer {
  background-color: #f3f5f7;
}
#footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr 1fr;
  grid-template-columns: 3fr 1fr 1fr;
  min-height: 150px;
  padding: 40px 10%;
}
#footer-grid a {
  font-weight: 600;
  font-size: 0.95em;
}
#footer-grid a:hover {
  color: #3651f7;
}
#footer-grid h4 {
  font-size: 0.95em;
  font-weight: 600;
  margin-top: 8px;
}
#footer-grid p {
  font-size: 0.95em;
  font-weight: 400;
  margin-top: 8px;
}
#footer-grid img {
  height: 80px;
  padding: 10px;
}
.copyright-container {
  border-top: 1px solid #e3e3e3;
  padding: 16px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyright-container p {
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: -0.25px;
}
.copyright-container a {
  color: #3651f7;
  font-size: 0.9em;
  letter-spacing: -0.25px;
}
.copyright-container a:hover {
  text-decoration: underline;
}

/* Pages  */
.page-header {
  padding: 40px 10%;
  padding-top: 160px;
  background-color: #111;
}

.page-header .section-sub-title {
  color: #fff;
  text-align: center;
}

.page-header .section-title {
  color: #fff;
  max-width:100%;
  text-align: center;
}

/* Course page */

#course-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  justify-items: space-around;
  margin-top: 80px;
}
.course-left-container {
  border-right: 1px solid #bdbdbd;
}
.course-container {
  max-width: 80%;
  border: 1px solid #dfdfdf;
  padding: 24px;
  background-color: #fff;
  margin-bottom: 16px;
}
.course-header-container {
  max-width: 85%;
  margin-bottom: 40px;
}
.course-title {
  font-size: 1.4em;
  margin-bottom: 16px;
  font-weight: 600;
}
.course-info {
  color: #757575;
  line-height: 1.5;
}
.course-header {
  font-weight: 600;
  color: #333;
  font-size: 1.1em;
}

.course-year {
  font-weight: 700;
  font-size: 1em;
  margin-top: 8px;
}

.course-detail {
  font-weight: 500;
  color: #575757;
  display: block;
  margin-top: 16px;
  font-size: 1em;
}

/* Download Page */

.download-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-top: 40px;
}

.form-container {
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 32px;
}

.form-header {
  font-weight: 700;
  font-size: 1.1em;
}

.form-info {
  font-size: 1em;
  color: #757575;
  margin-top: 16px;
  line-height: 1.618;
}

.form-btn {
  border: 0;
  background-color: #3651f7;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  line-height: 24px;
  margin-top: 40px;
  padding: 16px 32px;
  font-size: 1em;
  width: 100%;
  display: block;
  -webkit-box-shadow: 2px 4px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 15px 2px rgba(0, 0, 0, 0.2);
  border: 0;
  letter-spacing: 0.35px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.form-btn:hover {
  background-color: #3651d7;
  -webkit-box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.05);
}

/* About Page  */

#about-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 80px 4fr;
  grid-template-columns: 2fr 4fr;
  grid-gap: 80px;
}
#about-left-container {
  border-right: 1px solid #bdbdbd;
}
.about-title-container {
  margin-bottom: 40px;
}
.about-title {
  font-size: 1.4em;
}
.about-info {
  font-size: 0.95em;
  margin-top: 16px;
  max-width: 90%;
  line-height: 1.5;
  color: #757575;
}
.person-container {
  border-radius: 1px;
  padding: 24px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.person-container img {
  border-radius: 3px;
  height: 100px;
}
.person-container div {
  padding-left: 24px;
}
.person-container h4 {
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 8px;
}
.person-container p {
  font-size: 0.95em;
}
#about-history-container {
  margin: 0;
}

#about-history-container .about-ind-container {
  list-style: none;
  font-size: 1.1em;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about-history-container .about-ind-container h4 {
  list-style: none;
  display: inline-block;
  font-size: 1.1em;
  height: 60px;
  background-color: #3651d7;
  border-radius: 2px;
  padding: 18px 7px;
  color: #fff;
  vertical-align: middle;
  width: 60px;
  margin-right: 20px;
}
#about-history-container .about-ind-container p {
  line-height: 1.618;
}
/* Contact Us Page */
#contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
#contact-info-container h2 {
  font-size: 1.4em;
  margin-bottom: 24px;
}
#contact-info-container p {
  font-size: 1.05em;
  margin: 12px 0;
  font-weight: 500;
}

#map-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
}
#map-container img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

#map-container-overlay {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: rgba(0, 0, 0, 0.45);
}

#map-container:hover #map-container-overlay {
  opacity: 1 !important;
}

#map-container-overlay a {
  cursor: pointer;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  position: relative;
  font-size: 1.4em;
  padding: 22% 30%;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #fff;
  z-index: 99;
  opacity: 1;
  background-color: transparent;
}
#map-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  /* Mobile Nav style */
  #mob-nav {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    width: 100%;
    padding: 12px 40px;
    z-index: 99;
    background-color: transparent;
    -webkit-transition: background-color 0.35s ease-in, border 0.35s ease-in;
    -o-transition: background-color 0.35s ease-in, border 0.35s ease-in;
    transition: background-color 0.35s ease-in, border 0.35s ease-in;
  }

  #mob-header-logo {
    height: 40px;
    z-index: 99;
    width: auto;
    margin: auto 0;
    vertical-align: middle;
  }

  #menu-btn,
  #mob-menu-close {
    background-color: transparent;
    border: 0;
  }
  #menu-btn:active,
  #menu-btn:focus {
    opacity: 0.75;
    outline: none;
  }
  .mob-menu-icon {
    height: 24px;
    vertical-align: middle;
  }

  #mob-menu-container {
    position: fixed;
    display: none;
    width: 100%;
    padding: 40px;
    height: 100vh;
    overflow-y: scroll;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.985;
    z-index: 999;
  }
  .mob-menu-container-active {
    display: block !important;
  }

  #nav-close-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 24px;
  }

  #mob-menu-close {
    width: auto;
  }
  #mob-menu-container a {
    color: #333;
    font-size: 1.1em;
    padding: 24px 0;
    border-bottom: 1px solid #efefef;
  }

  #nav {
    display: none;
  }

  .white-nav {
    background-color: #fff !important;
    -webkit-box-shadow: 4px 8px 24px 2px rgba(0, 0, 0, 0.01) !important;
            box-shadow: 4px 8px 24px 2px rgba(0, 0, 0, 0.01) !important;
    border-bottom: 1px solid #e3e3e3 !important;
  }

  nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 0.95em;
    padding: 8px 16px;
    position: relative;
    -webkit-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
  }

  nav a.active:after {
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    bottom: -4px;
    height: 6px;
    width: 6px;
  }

  .white-nav a {
    color: #333 !important;
  }

  .white-nav a.active {
    color: #3651f7 !important;
  }

  .white-nav a.active:after {
    position: absolute;
    content: "";
    background-color: #3651f7;
    border-radius: 100%;
    left: 50%;
    bottom: -4px;
    height: 6px;
    width: 6px;
  }

  /* Mobile  Common Style */
  .btn {
    background-color: #3651f7;
    border-radius: 4px;
    line-height: 24px;
    padding: 16px 32px;
    font-size: 0.95em;
    -webkit-box-shadow: 2px 4px 15px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 15px -1px rgba(0, 0, 0, 0.1);
    border: 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

  .btn:hover {
    background-color: #3651d7;
  }
  .btn img {
    margin-left: 5px;
    vertical-align: middle;
  }

  .secondary-btn {
    border: 1px solid #3651f7;
    background-color: #fff;
    border-radius: 4px;
    line-height: 24px;
    padding: 16px 32px;
    font-size: 0.95em;
    color: #3651f7;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

  .secondary-btn:hover {
    background-color: #f3f3f3;
  }

  .ghost_btn {
    color: #3651f7;
    font-size: 0.95em;
    border: 0;
    display: inline-block;
    font-weight: 600;
  }

  .ghost_btn:hover {
    border-bottom: 2px solid #3651f7;
  }
  .ghost_btn img {
    margin-left: 10px;
    vertical-align: middle;
    color: #3651f7;
  }

  .section-title {
    font-size: 1.25em;
    letter-spacing: -0.15px;
    line-height: 1.618;
    font-weight: 600;
  }

  .section-sub-title {
    font-size: 0.95em;
    font-weight: 500;
    color: rgba(54, 81, 247, 0.95);
    margin-bottom: 8px;
  }
  .section-info {
    font-size: 0.95em;
    -ms-flex-line-pack: center;
        align-content: center;
    color: #757575;
    max-width: 95%;
    font-weight: 400;
    margin-top: 16px;
    line-height: 1.618;
  }

  .content-img-container {
    margin-left: 0;
    width: 100%;
    margin-top: 40px;
    position: relative;
  }

  .content-img-container img {
    width: 100%;
    height: auto;
    border-radius: 2px;
  }

  .content-section {
    display: block;
  }

  .content-container {
    margin: auto 0;
    width: 100%;
  }
  .right-content-container {
    margin-left: 0;
  }

  .right-img-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .content-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  /* Mobile Quote Section */

  #quote-container {
    max-width: 100%;
    border-radius: 0px;
    padding: 40px 40px;
    margin: auto;
    position: relative;
  }

  #quote-container:before {
    content: "\201C";
    font-size: 3em;
    position: absolute;
    color: #cdcdcd;
    top: 20px;
    left: 20px;
    font-weight: 600;
  }

  #quote-container:after {
    content: "\201D";
    font-size: 3em;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #cdcdcd;
    font-weight: 600;
  }

  #quote {
    font-size: 1.4em;
    color: #000;
    opacity: 0.35;
    letter-spacing: -0.5px;
    font-weight: 600;
    text-align: center;
    display: block;
    position: relative;
    line-height: 1.618;
  }

  #quote-author {
    font-size: 0.95em;
    opacity: 0.75;
    text-align: center;
    font-weight: 500;
    color: #000;
    margin-top: 24px;
  }

  /* Mobile Hero Section */
  #hero-section {
    padding: 140px 40px;
    min-height: 520px;
    padding-top: 180px;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-position: 0 0;
  }
  #cta-header {
    font-size: 1.4em;
    color: #fff;
    font-weight: 600;
    max-width: 95%;
    line-height: 1.618;
  }
  #cta-text {
    font-size: 0.95em;
    margin-top: 20px;
    max-width: 90%;
    line-height: 1.5;
    color: #c3c3c3;
    font-weight: 300;
    font-family: Inter;
  }

  section {
    padding: 80px 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #cta-container {
    margin: 24px 0;
  }

  /* Mobile Info Section */
  /* Info Section */
  #info-section {
    padding: 0 40px;
    background-color: #fff;
  }
  #info-container {
    display: block;
    max-width: 100%;
    padding: 20px 0;
    margin: auto;
  }

  .info-content {
    padding: 24px 0;
    margin: auto;
    max-width: 100%;
    border-right: 0;
  }
  .info-content:last-child {
    border-right: 0px solid #e3e3e3;
  }
  .info-content .sub-text {
    font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
    color: #3651f7 !important;
    line-height: 1;
  }
  .info-content p {
    font-size: 14px;
    max-width: 100%;
    margin-top: 8px;
    line-height: 1.618;
  }

  /* Mobile Course page */

  #course-grid {
    display: block;
    margin-top: 0px;
  }
  .course-left-container {
    border-right: 0px solid #bdbdbd;
    margin-bottom: 80px;
  }
  .course-container {
    max-width: 100%;
    border: 1px solid #dfdfdf;
    padding: 16px 16px;
    /* margin: auto; */
    background-color: #fff;
    margin-bottom: 16px;
  }
  .course-header-container {
    max-width: 85%;
    margin-bottom: 40px;
  }
  .course-title {
    font-size: 1.2em;
    margin-bottom: 16px;
    font-weight: 600;
  }
  .course-info {
    color: #757575;
    line-height: 1.5;
  }
  .course-header {
    font-weight: 600;
    color: #333;
    font-size: 1em;
  }

  .course-year {
    font-weight: 700;
    font-size: 1em;
    margin-top: 8px;
  }

  .course-detail {
    font-weight: 500;
    color: #575757;
    display: block;
    margin-top: 16px;
    font-size: 1em;
  }

  /* Mobile Download Page */

  .download-grid {
    display: block;
    margin-top: 40px;
  }

  .form-container {
    background-color: #f3f3f3;
    border-radius: 8px;
    padding: 36px 24px;
    margin-bottom: 36px;
  }

  .form-header {
    font-weight: 700;
    font-size: 1.1em;
  }

  .form-info {
    font-size: 1em;
    color: #757575;
    margin-top: 16px;
    line-height: 1.618;
  }

  .form-btn {
    border: 0;
    background-color: #3651f7;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    line-height: 24px;
    margin-top: 40px;
    padding: 16px 32px;
    font-size: 1em;
    width: 100%;
    display: block;
    -webkit-box-shadow: 2px 4px 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 15px 2px rgba(0, 0, 0, 0.2);
    border: 0;
    letter-spacing: 0.35px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }

  /* Mobile About Page  */

  #about-grid {
    display: block;
  }
  #about-left-container {
    border-right: 0;
  }
  .about-title-container {
    margin-bottom: 40px;
  }
  .about-title {
    font-size: 1.4em;
  }
  .about-info {
    font-size: 0.95em;
    margin-top: 16px;
    max-width: 100%;
    line-height: 1.5;
    color: #757575;
  }
  .person-container img {
    border-radius: 2px;
    height: 80px;
  }
  .person-container h4 {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .person-container p {
    font-size: 0.95em;
  }
  #about-history-container {
    margin: 0;
    margin-top: 40px;
  }

  /* Mobile Contact Us Page */
  #contact-grid {
    display: block;
  }
  #contact-info-container {
    margin-bottom: 40px;
  }
  #map-container-overlay a {
    padding: 22% 10%;
  }
  /* Mobile Footer Section */
  footer {
    background-color: #f3f5f7;
  }
  #footer-img-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  #footer-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
  }
  #footer-grid a {
    font-weight: 600;
    font-size: 0.95em;
  }
  #footer-grid a:hover {
    color: #3651f7;
  }
  #footer-grid p {
    font-size: 0.95em;
    font-weight: 400;
    margin-top: 8px;
  }
  #footer-grid img {
    height: 80px;
    padding: 10px;
  }
  .copyright-container {
    border-top: 1px solid #e3e3e3;
    padding: 16px 0;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    text-align: center;
    justify-content: space-between;
  }

  .copyright-container p {
    font-weight: 500;
    max-width: 100%;
    font-size: 0.9em;
    margin-bottom: 8px;
    letter-spacing: -0.25px;
  }
}