/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= b--hero and b--hero--secondary */
.b--hero {
  background: transparent;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .b--hero {
      background-size: auto !important;
      background-position: top center !important; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .b--hero {
      background-size: auto !important;
      background-position: top center !important; } }
  .b--hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    min-width: 100%;
    overflow: hidden; }
    @media all and (max-width: 1739px) {
      .b--hero__bg {
        width: 100%;
        min-width: 100vh;
        min-height: 100vh;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media all and (max-width: 991px) {
      .b--hero__bg {
        display: none; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .b--hero__bg {
        width: 100%;
        min-width: 100vh;
        min-height: 100vh;
        height: auto; } }
    @supports (-ms-ime-align: auto) {
      .b--hero__bg {
        width: 100%;
        min-width: 100vh;
        min-height: 100vh;
        height: auto; } }
  .b--hero__overlay-primary {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../../uploads/img/hero-bg.svg");
    background-repeat: repeat;
    background-color: rgba(0, 53, 121, 0.5); }
  .b--hero__overlay-secondary {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    min-width: 25%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 53, 121, 0.15); }
    @media all and (max-width: 575px) {
      .b--hero__overlay-secondary {
        display: none; } }
  .b--hero__scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 991px) {
      .b--hero__scroll {
        left: 30px; } }
    .b--hero__scroll__text {
      margin-bottom: 6px; }
      @media all and (max-width: 991px) {
        .b--hero__scroll__text {
          -webkit-transform: rotate(-90deg) translate(25px, 0px);
              -ms-transform: rotate(-90deg) translate(25px, 0px);
                  transform: rotate(-90deg) translate(25px, 0px); } }
    .b--hero__scroll__dash {
      display: block;
      position: relative;
      width: 2px;
      height: 30px;
      background-color: rgba(255, 255, 255, 0.5);
      overflow: hidden; }
      @media all and (max-width: 991px) {
        .b--hero__scroll__dash {
          height: 50px; } }
      .b--hero__scroll__dash__primary {
        position: absolute;
        top: 0;
        width: 2px;
        height: 99%;
        background-color: #ffffff;
        -webkit-animation: scrollanim 2s ease-out infinite;
                animation: scrollanim 2s ease-out infinite; }

@-webkit-keyframes scrollanim {
  from {
    top: -33px; }
  to {
    top: 33px; } }

@keyframes scrollanim {
  from {
    top: -33px; }
  to {
    top: 33px; } }
  .b--hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .b--hero--secondary {
    height: 65vh !important; }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
      .b--hero--secondary {
        background-position: center center !important; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
      .b--hero--secondary {
        background-position: center center !important; } }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= color options for all buttons */
/* ================================= BUTTON PRIMARY */
.b--btn-primary {
  display: block;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 35px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  box-shadow: none;
  border: none !important;
  -webkit-transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .b--btn-primary--color-primary {
    color: #ffffff;
    background-color: #003579; }
    .b--btn-primary--color-primary:hover {
      color: #ffffff; }
  .b--btn-primary--color-secondary {
    color: #003579;
    background-color: #ffffff; }
    .b--btn-primary--color-secondary:hover {
      color: #003579; }
  @media all and (max-width: 767px) {
    .b--btn-primary {
      padding: 7px 30px; } }
  .b--btn-primary:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 26, 59, 0.2);
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    text-decoration: none !important;
    outline: none !important; }
  .b--btn-primary:focus {
    outline: 2px auto #003579; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ============================== card eight */
.b--card-eight {
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media all and (max-width: 767px) {
    .b--card-eight {
      height: 75px; } }
  .b--card-eight__bg {
    position: absolute;
    height: 220px;
    width: 100%;
    overflow: hidden; }
    @media all and (max-width: 767px) {
      .b--card-eight__bg {
        height: 75px; } }
    .b--card-eight__bg__img-wrapper {
      position: relative;
      overflow: hidden;
      height: 220px;
      width: 100%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .b--card-eight__bg__img-wrapper {
          width: 200%;
          min-width: auto; } }
      .b--card-eight__bg__img-wrapper__img {
        position: absolute;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media all and (max-width: 767px) {
          .b--card-eight__bg__img-wrapper__img {
            height: 100%;
            width: auto; } }
  .b--card-eight__arrow {
    position: absolute;
    width: calc(100% - 40px);
    text-align: right;
    top: 20px;
    right: 20px;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 0.3s ease-out, transform 0.6s ease-out;
    transition: opacity 0.3s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out; }
    @media all and (max-width: 767px) {
      .b--card-eight__arrow {
        opacity: 1;
        -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
                transform: translateX(0px);
        top: 25px; } }
    .b--card-eight__arrow__icon::before {
      color: #ffffff;
      font-size: 20px; }
      @media all and (max-width: 767px) {
        .b--card-eight__arrow__icon::before {
          font-size: 14px; } }
  .b--card-eight__bd {
    background-color: rgba(0, 53, 121);
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    @media all and (max-width: 767px) {
      .b--card-eight__bd {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-left: 20px; } }
    .b--card-eight__bd__icon::before {
      font-size: 100px !important; }
      @media all and (max-width: 767px) {
        .b--card-eight__bd__icon::before {
          display: none; } }
    .b--card-eight__bd__title {
      font-family: "Roboto", sans-serif;
      font-size: 25px;
      font-weight: 500;
      margin-top: 10px;
      text-align: center; }
      @media all and (max-width: 767px) {
        .b--card-eight__bd__title {
          font-size: 18px;
          margin-top: 0px; } }
  .b--card-eight:hover {
    text-decoration: none !important;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    box-shadow: 0 10px 25px 0 rgba(0, 10, 22, 0.15), 0 6px 12px 0 rgba(203, 213, 222, 0.4); }
    @media all and (max-width: 767px) {
      .b--card-eight:hover {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        box-shadow: none; } }
  .b--card-eight:hover .b--card-eight__arrow {
    opacity: 1;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px); }
  .b--card-eight:hover .b--card-eight__bd {
    background-color: rgba(0, 53, 121, 0.85); }
    @media all and (max-width: 767px) {
      .b--card-eight:hover .b--card-eight__bd {
        background-color: rgba(0, 53, 121, 0.6); 
      } }
  .b--card-eight:focus {
    outline: 2px auto #003579; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .b--card-eight--primary .b--card-eight__bg__img-wrapper {
      width: 100%;
      min-width: auto; } }
