/*
Theme Name: NUS Education
Author: @arshadarsal
Author URI:  http://arshadarsal.com/
Theme URI: https://www.constructdigital.com/
Theme Owner: Construct Digital
Description: 
Version: 1
Text Domain: 
Tags: 
*/
* {
  margin: 0;
  padding: 0;
  border: 0; }

*::before, *::after, a, span, button, .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  background: #ffffff; }

body {
  background: #ffffff;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  width: 92%;
  margin: 0 auto; }

.wow {
  visibility: hidden; }

.btn {
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #003D7C;
  border: 2px solid #003D7C;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s ease;
  box-shadow: none;
  letter-spacing: 0.3px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn.transparent {
    background: transparent; }

.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: 0;
  background: #F48221;
  border: 2px solid #F48221;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.wrapper {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px; }

.inner-wrapper {
  width: 100%;
  max-width: 80%;
  margin: 0 auto; }

a {
  text-decoration: none;
  cursor: pointer;
  outline: none; }

.form-control {
  background-color: transparent;
  padding: 20px 15px; }
  .form-control:focus {
    border-color: #003D7C; }

.custom-select {
  height: 42px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; }

.custom-select.is-valid, .was-validated .custom-select:valid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") transparent no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }

.valid-feedback {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px; }

.invalid-feedback {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px; }

ul li {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin: 0; }

h1 {
  font-size: 4em;
  font-weight: 800; }

h2 {
  font-size: 2.5em;
  font-weight: 800; }

section:focus {
  outline: none; }

#backtotop {
  background-color: #F48221;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px 0px #0000001c; }
  #backtotop::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
    color: #ffffff; }
  #backtotop:hover {
    cursor: pointer;
    background-color: #F48221;
    box-shadow: 0 0 20px 0px #00000069;
    opacity: 0.8; }
  #backtotop:active {
    background-color: #F48221;
    box-shadow: 0 0 20px 0px #00000069; }
  #backtotop.view {
    opacity: 1;
    visibility: visible; }

#header .wrapper {
  padding: 20px 0; }
  #header .wrapper .logo img {
    width: auto;
    height: 50px; }

#hero {
  overflow: hidden;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F48221; }
  #hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3; }

.form-tab-container {
  overflow-x: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.activeTab-indicator {
  display: inline-block;
  height: 2px;
  width: 50%;
  background-color: #fff;
  transition: transform 0.4s ease-out; }

.tabHeader-container {
  display: flex;
  justify-content: space-between; }
  .tabHeader-container label:first-child {
    border-top-left-radius: 5px; }
  .tabHeader-container label:last-child {
    border-top-right-radius: 5px; }
  .tabHeader-container label:hover {
    background: #003D7C;
    color: #ffffff; }

.tabContent-container {
  display: flex;
  transition: transform 0.4s ease-out; }

.tabHeader {
  cursor: pointer;
  color: #171717;
  transition: color 0.4s ease;
  padding: 19px 20px;
  flex-grow: 1;
  text-transform: uppercase;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  letter-spacing: 0px;
  width: 50%;
  font-weight: 600;
  margin-bottom: 1px; }

.tabContent {
  width: 100%;
  flex-shrink: 0;
  padding: 30px 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative; }
  .tabContent.consultation-content::after {
    position: absolute;
    background: #fff;
    width: 86%;
    padding: 20px;
    text-align: center;
    color: #333;
    font-size: 25px;
    font-weight: 600;
    height: 100%;
    z-index: 100;
    top: 0;
    display: flex;
    vertical-align: middle;
    align-items: center;
    content: "Thank you for submitting your enquiries. We will get back to you within 3-5 working days.";
    visibility: hidden; }
  .tabContent.brochure-content::after {
    position: absolute;
    background: #fff;
    width: 86%;
    padding: 20px;
    text-align: center;
    color: #333;
    font-size: 25px;
    font-weight: 600;
    height: 100%;
    z-index: 100;
    top: 0;
    display: flex;
    vertical-align: middle;
    align-items: center;
    content: "Thank you for downloading the brochure.";
    visibility: hidden; }

.tabContent h4 {
  margin: 0px 0px 20px 0px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #171818; }

.radioInput:nth-of-type(1):checked ~ .tabContent-container {
  transform: translateX(0); }

.radioInput:nth-of-type(1):checked ~ .tabHeader-container .tabHeader:nth-of-type(1) {
  color: #ffffff;
  font-weight: 800;
  background: #003D7C; }

.radioInput:nth-of-type(2):checked ~ .tabContent-container {
  transform: translateX(-100%); }

.radioInput:nth-of-type(2):checked ~ .tabHeader-container .tabHeader:nth-of-type(2) {
  color: #ffffff;
  font-weight: 800;
  background: #003D7C; }

.hero-tab-forms .form-group {
  margin-bottom: 10px;
  position: relative;
  color: #636363; }
  .hero-tab-forms .form-group span {
    display: none; }
  .hero-tab-forms .form-group .drop-arrow {
    border: solid #a7a7a7;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 20px;
    top: 13px;
    transform: rotate(45deg); }
  .hero-tab-forms .form-group .info-tooltip {
    position: absolute;
    right: 12px;
    top: 12px; }
    .hero-tab-forms .form-group .info-tooltip span {
      opacity: 0.4;
      right: 0;
      position: absolute;
      z-index: 10; }
      .hero-tab-forms .form-group .info-tooltip span .tooltip-box {
        opacity: 0;
        visibility: hidden;
        background: #1691d7;
        color: #ffffff;
        padding: 10px 20px;
        width: 220px;
        position: absolute;
        top: -18px; }
      .hero-tab-forms .form-group .info-tooltip span:hover {
        opacity: 1; }
        .hero-tab-forms .form-group .info-tooltip span:hover .tooltip-box {
          opacity: 1;
          visibility: visible; }
  .hero-tab-forms .form-group.error input {
    border: 1px solid #d80003; }
  .hero-tab-forms .form-group.error select {
    border: 1px solid #d80003; }
  .hero-tab-forms .form-group.error span {
    color: #d80003;
    font-size: 12px;
    margin-left: 18px;
    margin-top: 3px;
    display: block; }
  .hero-tab-forms .form-group.accept-terms {
    color: #4c4b4b;
    padding-left: 20px;
    margin-top: 10px;
    font-size: 14px; }
.hero-tab-forms .btn {
  margin-top: 20px;
  font-weight: 800;
  letter-spacing: 0.2px; }

.heading-section {
  margin-bottom: 40px; }
  .heading-section h2 {
    text-transform: uppercase;
    margin-bottom: 15px; }
  .heading-section p {
    font-size: 22px;
    line-height: normal; }

.icon-boxes {
  margin-top: 50px; }
  .icon-boxes .icon-box .icon {
    width: auto;
    height: 60px;
    margin-bottom: 10px; }
  .icon-boxes .icon-box .content-box {
    display: flex;
    align-items: center;
    justify-content: center; }
    .icon-boxes .icon-box .content-box .number {
      color: #003D7C;
      margin-right: 20px;
      font-size: 50px; }
      .icon-boxes .icon-box .content-box .number sup {
        font-size: 35px; }
    .icon-boxes .icon-box .content-box .text {
      text-align: left;
      font-size: 17px;
      font-weight: 500; }

.fast-tab-container {
  overflow-x: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }
  .fast-tab-container .tabHeader-container {
    display: flex;
    justify-content: center; }
    .fast-tab-container .tabHeader-container label:first-child {
      border-top-left-radius: 0; }
    .fast-tab-container .tabHeader-container label:last-child {
      border-top-right-radius: 0; }
    .fast-tab-container .tabHeader-container .tabHeader {
      cursor: pointer;
      color: #fff;
      padding: 10px 20px;
      flex-grow: 0;
      text-transform: uppercase;
      text-align: center;
      background: transparent;
      border: 3px solid #ffffff;
      font-size: 22px;
      letter-spacing: 0px;
      width: 200px;
      font-weight: 900;
      margin: 20px 10px; }
  .fast-tab-container .radioInput:nth-of-type(1):checked ~ .tabHeader-container .tabHeader:nth-of-type(1) {
    color: #ffffff;
    font-weight: 800;
    background: #003D7C;
    border-color: #003D7C; }
  .fast-tab-container .radioInput:nth-of-type(2):checked ~ .tabHeader-container .tabHeader:nth-of-type(2) {
    color: #ffffff;
    font-weight: 800;
    background: #003D7C;
    border-color: #003D7C; }
  .fast-tab-container .tabContent-container .tabContent {
    background: transparent; }
    .fast-tab-container .tabContent-container .tabContent .image-box {
      padding: 0 10px; }
      .fast-tab-container .tabContent-container .tabContent .image-box img {
        width: 100%; }
      .fast-tab-container .tabContent-container .tabContent .image-box .content-box {
        margin-top: 20px;
        color: #000000; }
        .fast-tab-container .tabContent-container .tabContent .image-box .content-box h5 {
          font-weight: 700;
          margin-bottom: 14px; }
        .fast-tab-container .tabContent-container .tabContent .image-box .content-box p {
          font-size: 14px;
          font-weight: 500; }

#impact .wrapper .slider .slick-list {
  margin: 0 -5px; }
#impact .wrapper .slider .slick-slide {
  margin: 0 5px; }
  #impact .wrapper .slider .slick-slide .quote-image img {
    width: 100%;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #impact .wrapper .slider .slick-slide.slick-active .quote-image img {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #impact .wrapper .slider .slick-slide .quote {
    margin: 30px 0; }
    #impact .wrapper .slider .slick-slide .quote h4 {
      font-size: 28px;
      color: #003D7C;
      font-weight: 800;
      margin-bottom: 30px;
      line-height: 40px; }
    #impact .wrapper .slider .slick-slide .quote p {
      font-size: 20px;
      color: #003D7C;
      font-weight: 800;
      margin-bottom: 0px;
      position: relative;
      margin-left: 20px; }
      #impact .wrapper .slider .slick-slide .quote p.part::before {
        content: "";
        width: 10px;
        height: 2px;
        background: #003D7C;
        position: absolute;
        top: 15px;
        left: -20px; }
#impact .wrapper .slider .slick-prev, #impact .wrapper .slider .slick-next {
  top: auto;
  bottom: -100px;
  border: 3px solid #003D7C;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%; }
#impact .wrapper .slider .slick-prev {
  left: auto;
  right: 60px; }
#impact .wrapper .slider .slick-next {
  right: 0; }
#impact .wrapper .slider .slick-prev:before, #impact .wrapper .slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 1;
  color: #003D7C; }
#impact .wrapper .slider .slick-next:before {
  content: '\f054'; }
#impact .wrapper .slider .slick-prev:before {
  content: '\f053'; }

.slick-active img {
  transform: scale(1);
  border: 3px solid #114c86; }

.slick-active + .slick-active img {
  transform: scale(1);
  opacity: 1 !important;
  border: 3px solid transparent; }

#custom {
  background-image: url("../images/bgforward.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 10% 150%; }
  #custom .wrapper .featured-image {
    text-align: right;
    padding-right: 110px; }
  #custom .wrapper .points {
    color: #ffffff; }
    #custom .wrapper .points .bar {
      list-style: none; }
    #custom .wrapper .points .bar > li {
      position: relative;
      display: flex;
      padding-bottom: 40px; }
    #custom .wrapper .points .bar > li:before {
      content: '\25CF';
      margin-right: 10px;
      font-size: 26px;
      position: absolute;
      top: -10px;
      left: -22px;
      color: #ffffff; }
    #custom .wrapper .points .bar > li:after {
      position: absolute;
      left: -20px;
      top: 5px;
      content: '';
      border-left: 2px solid #ffffff;
      margin-left: 5px;
      height: 100%; }
    #custom .wrapper .points .bar > li:first-of-type:after {
      top: 5px; }
    #custom .wrapper .points .bar > li:last-of-type:after {
      display: none; }
    #custom .wrapper .points .point {
      margin-left: 30px; }
      #custom .wrapper .points .point h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px; }
      #custom .wrapper .points .point p {
        font-size: 17px;
        font-weight: 400;
        line-height: normal; }

footer {
  border-top: 10px solid #F48221; }
  footer .wrapper {
    padding: 40px 0;
    text-align: center; }
    footer .wrapper .social-icons {
      display: inline-flex;
      margin-bottom: 10px; }
      footer .wrapper .social-icons a {
        text-decoration: none;
        cursor: pointer; }
        footer .wrapper .social-icons a.icon {
          font-size: 25px;
          color: #ffffff;
          background: #F48221;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 12px;
          margin: 0 5px;
          border-radius: 50%;
          height: 50px;
          width: 50px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          footer .wrapper .social-icons a.icon:hover {
            background: #003D7C; }
    footer .wrapper .copyright {
      font-size: 20px;
      color: #003D7C; }

#fasttrack {
  background-image: url("../images/bgforward.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 100% 180%; }

.colwhite {
  color: #ffffff; }

.colblack {
  color: #000000; }

.colorange {
  color: #F48221; }

.colblue {
  color: #003D7C; }

.bggrey {
  background: #F7F7F7; }

.bgorange {
  background: #F48221; }

.bgblue {
  background: #003D7C; }
