@font-face {
  font-family: 'ProximaNova';
  src: url('https://institute.geniusu.com/welcomedigital/fonts/ProximaNova-Regular.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://institute.geniusu.com/welcomedigital/fonts/ProximaNova-Semibold.otf');
  font-weight: 500;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('https://institute.geniusu.com/welcomedigital/fonts/ProximaNova-Extrabold.otf');
  font-weight: 800;
}

/*** bootsrap overrides & global styles ***/

* {
  font-family: 'Montserrat', sans-serif;
}

body {
  font-size: 22px;
  line-height: 32px;
  transition: all 0.5s ease;
}

h1,
h2,
h3,
h4 {
  line-height: 1.2em;
  margin-bottom: 15px;
  /*  margin-bottom: 1.2em;*/

}

p {
  font-weight: 400;
  font-family: ProximaNova, sans-serif;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 30px;
}

.font-family-proxima,a,a>b{
  font-family: ProximaNova, sans-serif !important;
}

.greentxt {
  color: #8FBB23 !important;
}

.bluetxt {
  color: #002B43;
}

.graytxt {
  color: #464646 !important;
}

.yellowtxt {
  color: #F0C20C !important;
}

.blue-lite {
  color: #3081CE;
}

.black {
  color: #000 !important;
}

.font--weight-600 {
  font-weight: 600;
}

.gap-bg {
  background-image: url(../img/gap.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-border-gray {
  -webkit-box-shadow: 0 2px 0 0 #464646;
  -moz-box-shadow: 0 2px 0 0 #464646;
  box-shadow: 0 2px 0 0 #464646;
}

.link-border-white {
  -webkit-box-shadow: 0 2px 0 0 #fff;
  -moz-box-shadow: 0 2px 0 0 #fff;
  box-shadow: 0 2px 0 0 #fff;
}

.link-border-red {
  -webkit-box-shadow: 0 2px 0 0 #F05203;
  -moz-box-shadow: 0 2px 0 0 #F05203;
  box-shadow: 0 2px 0 0 #F05203;
}

.link-border-green {
  -webkit-box-shadow: 0 2px 0 0 #8FBB23;
  -moz-box-shadow: 0 2px 0 0 #8FBB23;
  box-shadow: 0 2px 0 0 #8FBB23;
}

.link-border-yellow {
  -webkit-box-shadow: 0 2px 0 0 #F0C20C;
  -moz-box-shadow: 0 2px 0 0 #F0C20C;
  box-shadow: 0 2px 0 0 #F0C20C;
}

.link-border-black {
  -webkit-box-shadow: 0 2px 0 0 #000;
  -moz-box-shadow: 0 2px 0 0 #000;
  box-shadow: 0 2px 0 0 #000;
}

.lplo {
  padding-left: 4vw;
  padding-right: 4vw;
}

.row__section1 {
  /* background-image: url('../images/hero-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  background-color: #002B43; */
  padding: 0 0 100px 0;
  position: relative;
  overflow: hidden;
}

.homepage__row__section1__container {
  position: relative;

  z-index: 2;
}

.row__section1__container .expanded {
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 2vw;
}

.row__section1__headline {
  padding-top: 50px;
  font-weight: 600;
  font-size: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.row__section1__subheadline {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

#headerVideo {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

.flex__row--center-center {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
  align-items: center;
}

.flex__row--center-center-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex__row--center-flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* p {
  font-size: 16px;
  font-weight: 400;
} */

.top_bg {
  background: url('../img/singapore_banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg1 {
  background: url('../img/first-fold-img.jpg');
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;

}

.bg2 {
  background: url('../img/img-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.nutshell {
  background: url('../img/study-group-college-students (image).png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background--semi-transparent {
  background: rgba(255, 255, 255, 0.92);
}

.padding__lr--15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padding__top--0 {
  padding-top: 0;
}

.padding__lr--30 {
  padding-left: 30px;
  padding-right: 30px;
}

.padding__r--10 {
  padding-right: 10px;
}

.out-vc {
  display: table;
}

.in-vc {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.in-vc-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.white {
  color: #fff !important;
}

.purpletxt {
  color: #15264C;
}

.rown {
  padding-top: 30px;
  padding-bottom: 30px;
}

.rowl {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rowm {
  padding-top: 20px;
}

.center {
  text-align: center;
}



.row--section4 .columns,
.row--section5 .columns {
  padding: 0px;
}

.margin--0 {
  margin: 0px;
}

.padding__bottom--15 {
  padding-bottom: 15px;
}

.padding__bottom--30 {
  padding-bottom: 30px;
}

.row__section4__yellow-div {
  background-color: #F0C20C;
  padding: 55px 80px;
}

.row__section4__yellow-div__headline {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}

.row__section4r {
  padding-left: 2vw !important;
  padding-right: 2vw !important;
}

.row__section4__headline2 {
  font-weight: 700;
  color: #8FBB23;
  margin-bottom: 1vw;
  margin-top: 30px;
  overflow: hidden;
}

.row__section4__hr {
  width: 60px;
  border: 3px solid #8FBB23;
  margin: 0 0 30px;
}

.row__section4__subheadline2 {
  font-weight: 700;
  color: #002B43;
}

.row__section5__headline {

  color: #F0C20C;
  font-weight: 700;
  margin-bottom: 1vw;
  margin-top: 30px;
  overflow: hidden;
}

.row__section5__headline2 {
  color: #F05203;
  font-weight: 700;
  margin-bottom: 1vw;
  margin-top: 30px;
  overflow: hidden;
}

.row__section5__hr {
  width: 60px;
  border: 3px solid #F0C20C;
  margin: 0 0 30px;
}

.row__section5__hr2 {
  width: 60px;
  border: 3px solid #F05203;
  margin: 0 0 30px;
}

.col__rightcol {
  position: relative;
}


.col__rightcol__arrow {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 28px;
  z-index: 1;
}

.col__leftcol {
  position: relative;
}

.col__leftcol__arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 28px;
  z-index: 1;
}

.pattn p {
  font-size: 14px;
}



.hrt3 {
  border: 0;
  height: 1px;
  width: 35%;
  margin: 20px auto 3vw auto;
  background: -webkit-gradient(linear, left top, right top, from(#4bbecf), to(#da1866));
  background: linear-gradient(90deg, #4bbecf, #da1866);
}

.bg5 {
  background: url('../img/tok.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2vw;
}


.bg3 {
  background: url('../img/roger_hamilton_3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg4 {
  background: url('../img/roger_hamilton_4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.pms2 {
  max-width: 450px;
}



.pan4 {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 2vw 5vw;
}

.whlico img {
  width: 100%;
  max-width: 100px;
}

.whlico p {
  color: ;
  font-weight: light;
}

.itl {
  font-style: italic;
}

.testi_bg {
  background: url('../img/bg_1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.orgbutton {
  width: 100%;
  max-width: 230px;
  padding: 10px 30px;
  border-radius: 0px;
  background: #F49C1B;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}


.orgbutton2 {
  width: 95%;
  /*max-width: 210px;
  */
  padding: 10px 30px;
  border-radius: 50px;
  background: #f59a16;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.orgbutton3 {
  width: 100%;
  max-width: 210px;
  padding: 10px 30px;
  border-radius: 50px;
  background: #F49C1B;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.orgbutton3:hover,
.orgbutton:hover {
  background: #F49C1B;

}

.orgbutton2:hover {
  background: #f59a16;

}

.gaur {
  background: #F49C1B;
  /*  url('../img/risk_free.jpg');*/
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.abt_roger {
  background: url('../img/roger.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}



.btn07 {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.btn07 img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
}

.btn07 .ovrly {

  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn07 .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn07 .buttons .fa {
  background: rgba(256, 256, 256, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  color: transparent;
}

.btn07:hover .buttons .fa {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  color: rgba(50, 50, 50, 0.9);
}

.btn07:hover .ovrly {
  opacity: 1;
}

.background-gray-lite {
  background-color: #F7F8FA;
}

.gray {
  background-color: #4E4F54;
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  top: -5px;
  z-index: 1;
}

.gray .row {
  max-width: 75%;
}

.gray .columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}


.tick_pan {
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  padding: 15px 30px;
  max-width: 350px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(99, 94, 99, 0.4);
  box-shadow: 0px 0px 10px 1px rgba(99, 94, 99, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bgi_txt {
  color: #F49C1B;
}

.p5 {
  padding: 5px;
}

.sm_ft {
  padding-right: 20px;
}


.footer p {
  font-size: 15px;
}

.footer a {
  font-weight: normal;
  font-size: 16px;
}

.ft_lk {

  color: #fff;
  border-bottom: 3px solid #89D41A;
  max-width: 15px;
  margin: 0px;
  margin-bottom: 20px;
}


.subform {

  background: url('../img/bg_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;

}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  width: 100%;
  max-width: 350px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 25px;
  font-size: 16px;
  color: #000;
  padding: 10px 25px;
  margin-right: auto;
  margin-left: auto;
}

.rowk .small-4 {
  padding-left: 0px;
}

.rowk .small-8 {
  padding-right: 0px;
}

.rowk [type='text'] {
  width: 100%;
  max-width: 235px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 29px;
  font-size: 16px;
  color: #000;
  padding: 10px 25px;
  margin-right: auto;
  margin-left: -5px;
}

#payment_mobile_country_code {
  width: 100%;
  max-width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 25px;
  font-size: 16px;
  color: #808080;
  padding: 0px 15px 0px 25px;
  margin-right: 3px;
  margin-left: auto;
  float: right;
  background-position: right 0rem center;
}

#investment_amt {
  width: 100%;
  max-width: 350px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 25px;
  font-size: 16px;
  color: #808080;
  padding: 0px 15px 0px 25px;
  margin-right: 0px;
  margin-left: auto;

  background-position: right 0rem center;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff;
  font-weight: bold;
}

.text--with-shadow {
  text-shadow: 0 0 5px #000;
}

#clockdiv {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;

  text-shadow: 0 0 5px #000;
  /*font-size: 30px; */
}

input::placeholder {
  color: #333333;
}

.row__section2__iphone {
  background-image: url(../img/micro-degree-screenshot.png);
  background-repeat: no-repeat;
  background-size: 81%;
  background-position: center 70px;
  display: block;
  margin: auto;
  overflow: hidden;
  -webkit-animation: scroll 10s infinite;
  /* Safari 4.0 - 8.0 */
  animation: scroll 10s infinite;
  animation-delay: 5s;
}

@keyframes scroll {
  0% {
    background-position: center 70px;
  }

  10% {
    background-position: center 70px;
  }

  20% {
    background-position: center -250px;
  }

  30% {
    background-position: center -400px;
  }

  40% {
    background-position: center -450px;
  }

  50% {
    background-position: center -600px;
  }

  60% {
    background-position: center -650px;
  }

  70% {
    background-position: center -800px;
  }

  80% {
    background-position: center -850px;
  }

  90% {
    background-position: center -1000px;
  }

  100% {
    background-position: center 70px;
  }
}


.row__section2__iphone__screenshot {
  background-image: url('../img/micro-degree-screenshot.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

#clockdiv>div {
  padding: 10px 0px 0px 0px;
  border-radius: 3px;
  background: transparent;
  display: inline-block;
}

#clockdiv h1 {
  margin-bottom: 0px;
  font-weight: bold;
}

#clockdiv div>span {
  padding: 0px 0px 15px 0px;
  border-radius: 3px;
  background: transparent;
  display: inline-block;
}

.smalltext {
  padding-bottom: 25px;
  font-size: 15px;
  font-weight: 300;
}

.colsk {
  vertical-align: top;

}

.colsk h2 {
  padding: 5px;
}

.btn111 {
  padding: 17px 17px;
  background: #FF6600;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}





.rwo .columns {
  padding: 0px;
}

.rwo h4 {
  font-weight: bold;
  padding-bottom: 10px;
}

.pan3 {
  width: inherit;
  height: inherit;
  background: #da1866;
  padding: 10px 30px;
}

.pan2 {
  background: rgba(255, 255, 255, 0.99);
  padding: 2vw 6vw;

}

.badge {
  margin-top: 5px;
  padding: 1px 0px;
  font-size: 1.2rem;
  background: #0365c0;
}


.pan4 {
  background: rgba(255, 255, 255, 0.9);
  padding: 2vw 5vw;
}

.whlico img {
  width: 100%;
  max-width: 100px;
}

.whlico p {
  color: ;
  font-weight: light;
}

.blue-bg {
  background-color: #0365c0;
}


.reveal {
  background: #000;
  border: #000;
}

.close-button {
  color: #fff;
}

.accordion-title {
  padding: 1rem 1rem;
  border: 0px;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
}

.is-active .accordion-title {
  padding: 1rem 1rem;
  border: 0px;
  border-bottom: 0px;
  color: #2ba6cb;
  background-color: transparent;
  padding-bottom: 0px;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: transparent;
}

.accordion-content li {
  font-size: 18px;
}

.accordion-content {
  border: 0px;
  padding-left: 35px;
  padding-top: 5px;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title p {
  margin-bottom: 0px;
}



@media screen and (min-width: 90em) {
  .whlico p {
    color: ;
    font-weight: light;
    padding: 0px 2vw;
  }

  .row__section4__yellow-div {
    background-color: #F0C20C;
    padding: 6vw 150px;
  }


}


@media screen and (min-width: 40em) and (max-width: 75em) {

  .orgbutton {

    padding: 12px;

    font-size: 16px;
    font-weight: bold;
  }

  .pan2 {
    padding: 4vw 5vw;
  }

  .abt_roger {
    background: none;
  }

  .abt_roger h4,
  .abt_roger p {
    color: #000 !important;
  }

  .abt_roger p {
    text-align: left;
  }
}

.height--100 {
  height: 100%;
}

.background-blue {
  background: #002B43;
}

.background-green {
  background: #F0C20C;
}

.background-blue-lite {
  background: #023754;
}

.background-blue-lite-v2 {
  background: #3081CE;
}



.redtxt {
  color: #F05203 !important;
}



.padding-sm-0 {
  padding: 60px;
  padding-top: 0px;
}

.padding-sm-0-a {
  padding: 60px;
}

.padding-sm-0-b {
  padding: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.padding--30-rowl {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  .padding--30-rowl {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding-sm-0-a {
    padding: 0px;
  }

  .padding-sm-0-b {
    padding: 0px;
  }

  .padding-sm-0 {
    padding: 0px;
  }

  .padding__bottom--20-40em-75em {
    padding-bottom: 20px;
  }

}

@media screen and (max-width: 40em) {

  .padding--30-rowl {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding__bottom--20-40em-75em {
    padding-bottom: 20px;
  }

  .padding-sm-0-a {
    padding: 0px;
  }

  .padding-sm-0-b {
    padding: 0px;
  }

  .padding-sm-0 {
    padding: 0px;
  }

  .padding__bottom--20-40em {
    padding-bottom: 20px;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.7rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  .pan4 {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    padding: 4vw 7vw;
  }

  .badge {
    padding: 3px 0px;
    margin-bottom: 5px;
  }

  .pms {
    max-width: 350px;
    padding-bottom: 20px;
  }

  .pms2 {
    max-width: 300px;
    padding-bottom: 20px;
  }

  .orgbutton {

    padding: 10px 15px;

    font-size: 16px;
    font-weight: bold;
  }


  .pan2 {
    padding: 4vw 5vw;
  }

  .abt_roger {
    background: none;
  }

  .abt_roger h4,
  .abt_roger p {
    color: #000 !important;
  }

  .top_bg .bhu {
    background-color: rgba(255, 255, 255, 0.5);
  }



  .sm_ft {
    padding-bottom: 15px;
  }


}
