@font-face {
  font-family: 'noahbold';
  src: url("../fonts/noah-bold.eot");
  src: url("../fonts/noah-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-bold.woff2") format("woff2"), url("../fonts/noah-bold.woff") format("woff"), url("../fonts/noah-bold.svg#noahbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noahbold_italic';
  src: url("../fonts/noah-bolditalic.eot");
  src: url("../fonts/noah-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-bolditalic.woff2") format("woff2"), url("../fonts/noah-bolditalic.woff") format("woff"), url("../fonts/noah-bolditalic.svg#noahbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noahregular';
  src: url("../fonts/noah-regular.eot");
  src: url("../fonts/noah-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-regular.woff2") format("woff2"), url("../fonts/noah-regular.woff") format("woff"), url("../fonts/noah-regular.svg#noahregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noahregular_italic';
  src: url("../fonts/noah-regularitalic.eot");
  src: url("../fonts/noah-regularitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-regularitalic.woff2") format("woff2"), url("../fonts/noah-regularitalic.woff") format("woff"), url("../fonts/noah-regularitalic.svg#noahregular_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  color: white;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  font-family: "noahregular", sans-serif;
  font-weight: normal;
  background-color: white;
  font-size: 18px;
  letter-spacing: 0px;
  padding-top: 113px; }
  body.logged-in {
    padding-top: 113px; }
    body.logged-in header {
      top: 32px; }
  body.home, body.page-template-page-home {
    padding-top: 0; }
    body.home header, body.page-template-page-home header {
      background-color:  #0c203b; }
  body::-webkit-scrollbar {
    width: 5px; }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  body::-webkit-scrollbar-thumb {
    background-color: #062933;
    outline: 2px solid black; }
  @media (max-width: 1200px) {
    body {
      padding-top: 100px; }
      body.logged-in {
        padding-top: 100px; }
      body.home, body.page-template-page-home {
        padding-top: 0; }
        body.home header, body.page-template-page-home header {
          background-color:  #0c203b; } }
  @media (max-width: 782px) {
    body {
      padding-top: 100px; }
      body.logged-in {
        padding-top: 86px; }
      body.home, body.page-template-page-home {
        padding-top: 0; }
        body.home header, body.page-template-page-home header {
          background-color:  #0c203b; } 

font-family: "noahregular", sans-serif;
  font-weight: normal;
  background-color: white;
  font-size: 18px;
  letter-spacing: 0px;
  padding-top: 113px; }
  body.logged-in {
    padding-top: 113px; }
    body.logged-in header {
      top: 32px; }
  body.home, body.page-template-page-home {
    padding-top: 0; }
    body.home header, body.page-template-page-home-ele header {
      background-color: #0c203b; }
  body::-webkit-scrollbar {
    width: 5px; }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  body::-webkit-scrollbar-thumb {
    background-color: #062933;
    outline: 2px solid black; }
  @media (max-width: 1200px) {
    body {
      padding-top: 100px; }
      body.logged-in {
        padding-top: 100px; }
      body.home, body.page-template-page-home {
        padding-top: 0; }
        body.home header, body.page-template-page-home-ele header {
          background-color:  #0c203b; } }
  @media (max-width: 782px) {
    body {
      padding-top: 100px; }
      body.logged-in {
        padding-top: 86px; }
      body.home, body.page-template-page-home {
        padding-top: 0; }
        body.home header, body.page-template-page-home-ele header {
          background-color:  #0c203b; } 




        }

.screen_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: 200; }
  .screen_loader .img_wrapper {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px; }
    .screen_loader .img_wrapper img {
      display: block;
      width: 100%;
      height: auto; }

@-webkit-keyframes scroll_animation {
  0% {
    background-position: 0 -170px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 170px; } }

@keyframes scroll_animation {
  0% {
    background-position: 0 -170px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 170px; } }

.scroll_animation {
  width: 200px;
  height: 170px;
  position: absolute;
  bottom: 50px;
  overflow: hidden; }
  .scroll_animation span {
    font-size: 26px;
    color: white;
    font-family: "noahbold", sans-serif;
    text-transform: uppercase;
    position: relative;
    top: 100px;
    padding-left: 20px;
    display: inline-block; }
  .scroll_animation.right_bottom {
    right: 5%; }
  .scroll_animation.left_bottom {
    left: 5%; }
  .scroll_animation:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
    background-size: 100% 200%;
    background-position: 0 255px;
    -webkit-animation: scroll_animation 3.2s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
            animation: scroll_animation 3.2s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards; }
  @media (max-width: 1200px) {
    .scroll_animation {
      display: none; } }

.section_learn_more_url:after,
.rbi_country_url:after,
.cbi_overview_url:after,
.cbi_explainer_url:after,
.learn_more_url:after,
.canada_immigration_overview_url:after,
.rbi_program_url:after,
.rbi_overview_url:after {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.section_learn_more_url:hover:after,
.rbi_country_url:hover:after,
.cbi_overview_url:hover:after,
.cbi_explainer_url:hover:after,
.learn_more_url:hover:after,
.canada_immigration_overview_url:hover:after,
.rbi_program_url:hover:after,
.rbi_overview_url:hover:after {
  width: 0 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "noahbold", sans-serif;
  color: white;
  letter-spacing: 0px; }

.screen-reader-text {
  display: none; }

.rbd_container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 3200px) {
    .rbd_container {
      max-width: 90%; } }
  @media (max-width: 4000px) {
    .rbd_container {
      max-width: 3200px; } }
  @media (max-width: 3500px) {
    .rbd_container {
      max-width: 3000px; } }
  @media (max-width: 3200px) {
    .rbd_container {
      max-width: 2800px; } }
  @media (max-width: 3000px) {
    .rbd_container {
      max-width: 2300px; } }
  @media (max-width: 2550px) {
    .rbd_container {
      max-width: 2150px; } }
  @media (max-width: 2300px) {
    .rbd_container {
      max-width: 1800px; } }
  @media (max-width: 1920px) {
    .rbd_container {
      max-width: 1600px; } }
  @media (max-width: 1600px) {
    .rbd_container {
      max-width: 1300px; } }
  @media (max-width: 1200px) {
    .rbd_container {
      max-width: 1070px; } }
  @media (max-width: 992px) {
    .rbd_container {
      max-width: 850px; } }
  @media (max-width: 767.98px) {
    .rbd_container {
      max-width: 650px; } }
  @media (max-width: 575.98px) {
    .rbd_container {
      max-width: 100%; } }

.cta_small {
  position: relative;
  height: 550px;
  background-size: cover;
  background-position: center center; }
  .cta_small .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
    .cta_small .overlay .rbd_container {
      padding-top: 120px; }
      .cta_small .overlay .rbd_container .cta_heading {
        font-size: 60px;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin-bottom: 30px;
        text-align: center; }
      .cta_small .overlay .rbd_container .cta_description {
        font-size: 30px;
        line-height: 40px;
        max-width: 1400px;
        margin: 0 auto 30px auto;
        margin-bottom: 30px;
        text-align: center;
        color: white;
        font-family: "noahbold", sans-serif; }
      .cta_small .overlay .rbd_container .btn_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 700px;
        margin: 30px auto; }
        .cta_small .overlay .rbd_container .btn_wrapper a {
          display: inline-block;
          background-color: white;
          padding: 15px 50px;
          border-radius: 5px;
          color: black;
          text-decoration: none;
          text-align: center;
          text-transform: uppercase;
          font-family: "noahbold", sans-serif; }
      @media (max-width: 1200px) {
        .cta_small .overlay .rbd_container .cta_heading {
          font-size: 50px; }
        .cta_small .overlay .rbd_container .cta_description {
          font-size: 25px; }
        .cta_small .overlay .rbd_container .btn_wrapper a {
          padding: 12px 40px; } }
      @media (max-width: 767.98px) {
        .cta_small .overlay .rbd_container .btn_wrapper a {
          display: block;
          width: 100%;
          margin: 20px 0; } }
  @media (max-width: 767.98px) {
    .cta_small {
      height: 650px; } }
  @media (max-width: 575.98px) {
    .cta_small .overlay .rbd_container .cta_heading {
      font-size: 40px;
      line-height: 50px;
      letter-spacing: 0; }
    .cta_small .overlay .rbd_container .cta_description {
      font-size: 24px;
      line-height: 32px; } }

.video_wrapper {
  width: 100%;
  max-width: 500px;
  height: 350px;
  position: relative;
  border-radius: 20px;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.1); }
  .video_wrapper .video_thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 20px; }
    .video_wrapper .video_thumbnail img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 20px; 
      object-fit: cover;
    }
    .video_wrapper .video_thumbnail .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      border-radius: 20px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
      background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
      cursor: pointer; }
      .video_wrapper .video_thumbnail .overlay .play_icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 5px solid white;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#062933), to(#03171D));
        background-image: linear-gradient(to top, #062933, #03171D);
        color: white;
        text-align: center;
        line-height: 70px;
        position: absolute;
        bottom: 25%;
        left: 50%;
        margin-left: -30px; }
      .video_wrapper .video_thumbnail .overlay .instructor_info,
      .video_wrapper .video_thumbnail .overlay .video_title {
        text-align: center;
        color: white;
        position: relative;
        top: 80%;
        font-family: "noahbold", sans-serif; }
        .video_wrapper .video_thumbnail .overlay .instructor_info .name,
        .video_wrapper .video_thumbnail .overlay .video_title .name {
          font-weight: 600;
          font-size: 20px; }
  .video_wrapper .video_code {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 20px; }
    .video_wrapper .video_code video-js,
    .video_wrapper .video_code iframe,
    .video_wrapper .video_code video {
      border-radius: 20px;
      width: 100% !important;
      height: 100% !important;
      max-height: 100% !important; }

.dropdown_parent {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize; }
  .dropdown_parent .dropdown {
    position: relative; }
  .dropdown_parent .dropdown-menu {
    margin-top: 0;
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    background-color: white;
    border-radius: 3px;
    z-index: 2;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto; }
    .dropdown_parent .dropdown-menu::-webkit-scrollbar {
      width: 5px; }
    .dropdown_parent .dropdown-menu::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
              box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .dropdown_parent .dropdown-menu::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      outline: 1px solid slategrey; }
    .dropdown_parent .dropdown-menu > li:first-of-type {
      border-radius: 3px 3px 0 0; }
    .dropdown_parent .dropdown-menu > li:last-of-type {
      border-radius: 0 0 3px 3px; }
  .dropdown_parent span.fa {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 18px;
    color: white; }
  .dropdown_parent > li > a {
    display: block;
    padding-left: 10px;
    padding-top: 2px;
    min-height: 30px;
    line-height: 30px;
    background-color: transparent;
    border-bottom: 2px solid white;
    text-decoration: none;
    color: white;
    text-align: left; }
  .dropdown_parent li ul {
    width: 100%;
    list-style: none;
    padding: 0; }
    .dropdown_parent li ul li {
      min-height: 30px;
      line-height: 30px;
      padding-left: 10px;
      cursor: pointer;
      background-color: #062933;
      color: white; }
      .dropdown_parent li ul li:hover {
        background-color: #03171D;
        color: white; }

.custom_hidden {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }
