/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= b--hero and b--hero--secondary */
.b--footer__content__wrapper__social__list-group{
  display: none!important;
}
.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("../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 */
/* ================================= color options for all buttons */
/* ================================= BUTTON THIRD */
.b--btn-third {
  display: block;
  font-size: 13px;
  border: 0px;
  padding: 0px;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .b--btn-third--color-primary {
    color: #2472b2;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .b--btn-third--color-primary:hover {
      color: #003579; }
  .b--btn-third--color-secondary {
    color: #ffffff;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .b--btn-third--color-secondary:hover {
      color: #dbf2ff; }
  .b--btn-third__icon {
    position: absolute;
    margin-top: 2.65px; }
  .b--btn-third--left {
    padding-left: 20px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.3s ease-out !important;
    transition: -webkit-transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
    .b--btn-third--left .b--btn-third__icon {
      margin-right: 5px;
      -webkit-transform: translateX(-15px);
          -ms-transform: translateX(-15px);
              transform: translateX(-15px);
      -webkit-transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out, -webkit-transform 0.3s 0.1s ease-out; }
    .b--btn-third--left:hover {
      text-decoration: none !important;
      -webkit-transition: -webkit-transform 0.3s ease-out !important;
      transition: -webkit-transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
      .b--btn-third--left:hover .b--btn-third__icon {
        -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
                transform: translateX(-20px); }
  .b--btn-third--right {
    padding-right: 20px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.3s ease-out !important;
    transition: -webkit-transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
    .b--btn-third--right .b--btn-third__icon {
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out, -webkit-transform 0.3s 0.1s ease-out; }
    .b--btn-third--right:hover {
      text-decoration: none !important;
      -webkit-transition: -webkit-transform 0.3s ease-out !important;
      transition: -webkit-transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
      .b--btn-third--right:hover .b--btn-third__icon {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
  .b--btn-third:focus {
    outline: none !important;
    color: #f5d17e !important; }
  .b--btn-third:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .b--btn-third--secondary {
    font-size: 16px !important; }
    .b--btn-third--secondary .b--btn-third__icon {
      margin-top: 1px;
      font-size: 16px !important; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ============================== card third */
.b--card-third {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 50px 35px 35px;
  text-align: center;
  box-shadow: none;
  border-style: solid;
  border-radius: 0px;
  border-color: #ffffff;
  border-image-source: #ffffff;
  background-color: #ffffff;
  border: solid 2px rgba(151, 151, 151, 0.1);
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media all and (max-width: 991px) {
    .b--card-third {
      padding: 20px 15px;
      text-align: left;
      min-width: 100%; } }
  .b--card-third__dash {
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
    margin-bottom: 25px; }
  .b--card-third__ft {
    -webkit-transition: opacity 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out; }
  .b--card-third__arrow {
    position: absolute;
    right: 15px;
    top: 20px; }
    .b--card-third__arrow__icon::before {
      color: #2472b2; }
  .b--card-third:hover {
    text-decoration: none;
    box-shadow: 0 10px 25px 0 rgba(0, 10, 22, 0.15), 0 6px 12px 0 rgba(203, 213, 222, 0.4);
    border-image-source: linear-gradient(to top, #86def6, #00569c);
    border-width: 2px;
    border-image-slice: 1;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media all and (max-width: 767px) {
      .b--card-third:hover {
        border-color: #ffffff;
        border-image-source: transparent;
        border: solid 1px rgba(151, 151, 151, 0.16);
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        box-shadow: transparent; } }
    .b--card-third:hover .b--btn-third {
      text-decoration: none !important;
      -webkit-transition: -webkit-transform 0.3s ease-out !important;
      transition: -webkit-transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important;
      color: #003579; }
      .b--card-third:hover .b--btn-third .b--btn-third__icon {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
  .b--card-third:focus {
    outline: 2px auto #003579; }
  .b--card-third--primary {
    padding: 35px 35px 35px !important; }
    @media all and (max-width: 991px) {
      .b--card-third--primary {
        padding: 15px 25px 15px !important;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .b--card-third--primary .b--card-third__artwork {
    margin-bottom: 10px; }
    @media all and (max-width: 991px) {
      .b--card-third--primary .b--card-third__artwork {
        margin-bottom: 0px;
        margin-right: 25px;
        -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
                transform: translateY(-7px); } }
    .b--card-third--primary .b--card-third__artwork__icon {
      color: #003579; }
      .b--card-third--primary .b--card-third__artwork__icon::before {
        font-size: 66px;
        background: -webkit-linear-gradient(to top, #4ebaea, #2472b2);
        background: -webkit-linear-gradient(bottom, #4ebaea, #2472b2);
        background: linear-gradient(to top, #4ebaea, #2472b2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: -ms-linear-gradient(transparent, transparent);
        /* IE10+ */ }
        @media all and (max-width: 991px) {
          .b--card-third--primary .b--card-third__artwork__icon::before {
            font-size: 30px; } }
  @media all and (max-width: 991px) {
    .b--card-third--primary .b--card-third__title {
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px); } }
  .b--card-third--primary .b--card-third__arrow {
    position: absolute;
    right: 15px;
    top: 13px; }
  .b--card-third--primary .b--card-third__ft {
    padding-right: 10px !important; }
  .b--card-third--secondary {
    padding: 35px 35px 35px !important;
    min-height: 290px; }
    @media all and (max-width: 991px) {
      .b--card-third--secondary {
        padding: 15px 80px 15px !important;
        position: relative;
        height: 70px;
        min-height: 70px; } }
  .b--card-third--secondary .b--card-third__img-wrapper {
    margin-bottom: 20px;
    min-height: 70px;
    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--card-third--secondary .b--card-third__img-wrapper {
        margin-bottom: 0px;
        left: 35px;
        position: absolute; } }
    .b--card-third--secondary .b--card-third__img-wrapper__img--primary {
      width: 220px; }
      @media all and (max-width: 991px) {
        .b--card-third--secondary .b--card-third__img-wrapper__img--primary {
          display: none; } }
    .b--card-third--secondary .b--card-third__img-wrapper__img--secondary {
      display: none; }
      @media all and (max-width: 991px) {
        .b--card-third--secondary .b--card-third__img-wrapper__img--secondary {
          display: block;
          position: absolute;
          height: 42px;
          min-width: 65px; } }
  .b--card-third--secondary .b--card-third__arrow {
    position: absolute;
    right: 15px;
    top: 22px; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ============================== card sixth */
.b--card-sixth {
  display: block;
  height: 180px;
  position: relative;
  -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-sixth {
      height: 90px; } }
  .b--card-sixth__bg {
    position: absolute;
    height: 180px;
    width: 100%;
    overflow: hidden; }
    @media all and (max-width: 767px) {
      .b--card-sixth__bg {
        height: 90px; } }
    .b--card-sixth__bg__img-wrapper {
      position: relative;
      overflow: hidden;
      height: 180px;
      width: 100%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .b--card-sixth__bg__img-wrapper {
          width: 200%;
          min-width: auto; } }
      .b--card-sixth__bg__img-wrapper__img {
        position: absolute;
        height: 100%;
        width: auto;
        -o-object-fit: cover;
           object-fit: cover; }
        @media all and (max-width: 767px) {
          .b--card-sixth__bg__img-wrapper__img {
            height: auto; } }
  .b--card-sixth__bd {
    position: relative;
    padding: 20px;
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    background-color: rgba(0, 53, 121, 0.2);
    z-index: 10;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    @media all and (max-width: 767px) {
      .b--card-sixth__bd {
        background-color: rgba(0, 53, 121, 0.3);
        padding: 10px; } }
    .b--card-sixth__bd__arrow {
      text-align: right;
      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-sixth__bd__arrow {
          opacity: 1;
          -webkit-transform: translateX(5px);
              -ms-transform: translateX(5px);
                  transform: translateX(5px); } }
      .b--card-sixth__bd__arrow__icon::before {
        color: #ffffff;
        font-size: 20px; }
  .b--card-sixth: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); }
  .b--card-sixth:hover .b--card-sixth__bd {
    background-color: rgba(0, 53, 121, 0.7); }
    .b--card-sixth:hover .b--card-sixth__bd__arrow {
      opacity: 1;
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px); }
      @media all and (max-width: 767px) {
        .b--card-sixth:hover .b--card-sixth__bd__arrow {
          opacity: 1;
          -webkit-transform: translateX(7px);
              -ms-transform: translateX(7px);
                  transform: translateX(7px); } }
  .b--card-sixth:focus {
    outline: 2px auto #003579; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= color options for card seventh */
/* ============================== card seventh */
.b--card-seventh {
  display: block;
  position: relative;
  height: 255px;
  background-repeat: repeat;
  -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; }
  .b--card-seventh__bg__img-wrapper {
    position: relative;
    overflow: hidden;
    height: 255px;
    width: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .b--card-seventh__bg__img-wrapper {
        width: 200%;
        min-width: auto; } }
    .b--card-seventh__bg__img-wrapper__img {
      position: absolute;
      height: 255px;     
      -o-object-fit: cover;
         object-fit: cover; }
      @media all and (max-width: 767px) {
        .b--card-seventh__bg__img-wrapper__img {
          height: auto; } }
  .b--card-seventh--color-primary {
    background-color: #0d4184;
    background-image: url("../../../uploads/img/bg-cards/grid-dark-blue.svg"); }
    .b--card-seventh--color-primary .b--card-seventh__overlay {
      background-color: #003579; }
    .b--card-seventh--color-primary .b--card-seventh__bd__date, .b--card-seventh--color-primary .b--card-seventh__bd__content__title, .b--card-seventh--color-primary .b--card-seventh__bd__content__subtitle {
      color: #ffffff; }
    .b--card-seventh--color-primary .b--card-seventh__bd__content .b--btn-third {
      color: #ffffff;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    .b--card-seventh--color-primary:hover .b--btn-third {
      color: #dbf2ff; }
  .b--card-seventh--color-secondary {
    background-color: #2472b2;
    background-image: url("../../../uploads/img/bg-cards/grid-blue.svg"); }
    .b--card-seventh--color-secondary .b--card-seventh__overlay {
      background-color: #1061a3; }
    .b--card-seventh--color-secondary .b--card-seventh__bd__date, .b--card-seventh--color-secondary .b--card-seventh__bd__content__title, .b--card-seventh--color-secondary .b--card-seventh__bd__content__subtitle {
      color: #ffffff; }
    .b--card-seventh--color-secondary .b--card-seventh__bd__content .b--btn-third {
      color: #ffffff;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    .b--card-seventh--color-secondary:hover .b--btn-third {
      color: #dbf2ff; }
  .b--card-seventh--color-third {
    background-color: #dbf2ff;
    background-image: url("../../../uploads/img/bg-cards/grid-light-blue.svg"); }
    .b--card-seventh--color-third .b--card-seventh__overlay {
      background-color: #d0eeff; }
    .b--card-seventh--color-third .b--card-seventh__bd__date, .b--card-seventh--color-third .b--card-seventh__bd__content__title, .b--card-seventh--color-third .b--card-seventh__bd__content__subtitle {
      color: #393c3f; }
    .b--card-seventh--color-third .b--card-seventh__bd__content .b--btn-third {
      color: #2472b2;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    .b--card-seventh--color-third:hover .b--btn-third {
      color: #003579; }
  .b--card-seventh--color-fourth {
    background-color: #f5d17e;
    background-image: url("../../../uploads/img/bg-cards/grid-yellow.svg"); }
    .b--card-seventh--color-fourth .b--card-seventh__overlay {
      background-color: #efc86d; }
    .b--card-seventh--color-fourth .b--card-seventh__bd__date, .b--card-seventh--color-fourth .b--card-seventh__bd__content__title, .b--card-seventh--color-fourth .b--card-seventh__bd__content__subtitle {
      color: #393c3f; }
    .b--card-seventh--color-fourth .b--card-seventh__bd__content .b--btn-third {
      color: #2472b2;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    .b--card-seventh--color-fourth:hover .b--btn-third {
      color: #003579; }
  @media all and (max-width: 767px) {
    .b--card-seventh {
      height: 190px; } }
  .b--card-seventh__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    -webkit-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out; }
    @media all and (max-width: 767px) {
      .b--card-seventh__overlay {
        width: 45%; } }
  .b--card-seventh__bd {
    position: relative;
    padding: 30px;
    height: 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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10; }
    .b--card-seventh__bd__date {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 18px; }
      @media all and (max-width: 767px) {
        .b--card-seventh__bd__date {
          margin-bottom: 10px; } }
    .b--card-seventh__bd__content {
      padding-right: 30px; }
      .b--card-seventh__bd__content__title {
        height: 93px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media all and (max-width: 767px) {
          .b--card-seventh__bd__content__title {
            height: 58px;
            -webkit-line-clamp: 3; } }
      .b--card-seventh__bd__content__subtitle {
        height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .b--card-seventh__bd__content__footer {
        padding-top: 20px; }
  .b--card-seventh:hover {
    -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);
    text-decoration: none !important; }
    .b--card-seventh:hover .b--btn-third {
      text-decoration: none !important;
      -webkit-transition: -webkit-transform 0.3s ease-out !important;
      transition: -webkit-transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
      .b--card-seventh:hover .b--btn-third .b--btn-third__icon {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
  .b--card-seventh:hover .b--card-seventh__overlay {
    width: 100%; }
  .b--card-seventh:focus {
    outline: 2px auto #003579; }
  .b--card-seventh--secondary .b--card-seventh__bd__content {
    height: 145px; }
    .b--card-seventh--secondary .b--card-seventh__bd__content__title {
      height: 45px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .b--card-seventh--secondary .b--card-seventh__bd__content__subtitle {
      height: 70px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media all and (max-width: 767px) {
        .b--card-seventh--secondary .b--card-seventh__bd__content__subtitle {
          height: 52px;
          -webkit-line-clamp: 3; } }
    @media all and (max-width: 767px) {
      .b--card-seventh--secondary .b--card-seventh__bd__content__footer {
        padding-top: 10px; } }
  .b--card-seventh:not([href]) .b--btn-third__icon {
    display: none; }
  .b--card-seventh:not([href]):hover {
    cursor: default;
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
    box-shadow: 0 10px 25px 0 rgba(0, 10, 22, 0), 0 6px 12px 0 rgba(203, 213, 222, 0) !important;
    text-decoration: none !important; }
    .b--card-seventh:not([href]):hover .b--btn-third {
      text-decoration: none !important;
      color: #2472b2 !important; }
    .b--card-seventh:not([href]):hover .b--card-seventh__overlay {
      width: 40% !important; }
/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= color options for card eighth */
/* ============================== card eighth */
.b--card-eighth {
  display: block;
  position: relative;
  height: 255px;
  background-repeat: repeat;
  -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; }
  .b--card-eighth__bg__img-wrapper {
    position: relative;
    overflow: hidden;
    height: 255px;
    width: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .b--card-eighth__bg__img-wrapper {        
        min-width: auto; } }
    .b--card-eighth__bg__img-wrapper__img {
      position: absolute;
      height: 255px;     
      -o-object-fit: cover;
         object-fit: cover; }
      @media all and (max-width: 767px) {
        .b--card-eighth__bg__img-wrapper__img {
          min-height: 100px; } }
  .b--card-eighth--color-primary {
    background-color: #0d4184;
    background-image: url("../../../uploads/img/bg-cards/grid-dark-blue.svg"); }
    .b--card-eighth--color-primary .b--card-eighth__overlay {
      background-color: #003579; }
    .b--card-eighth--color-primary .b--card-eighth__bd__date, .b--card-eighth--color-primary .b--card-eighth__bd__content__title, .b--card-eighth--color-primary .b--card-eighth__bd__content__subtitle {
      color: #ffffff; }
    .b--card-eighth--color-primary .b--card-eighth__bd__content .b--btn-third {
      color: #ffffff;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    .b--card-eighth--color-primary:hover .b--btn-third {
      color: #dbf2ff; }
  .b--card-eighth--color-secondary {
    background-color: #2472b2;
    background-image: url("../../../uploads/img/bg-cards/grid-blue.svg"); }
    .b--card-eighth--color-secondary .b--card-eighth__overlay {
      background-color: #1061a3; }
    .b--card-eighth--color-secondary .b--card-eighth__bd__date, .b--card-eighth--color-secondary .b--card-eighth__bd__content__title, .b--card-eighth--color-secondary .b--card-eighth__bd__content__subtitle {
      color: #ffffff; }
    .b--card-eighth--color-secondary .b--card-eighth__bd__content .b--btn-third {
      color: #ffffff;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    .b--card-eighth--color-secondary:hover .b--btn-third {
      color: #dbf2ff; }
  .b--card-eighth--color-third {
    background-color: #dbf2ff;
    background-image: url("../../../uploads/img/bg-cards/grid-light-blue.svg"); }
    .b--card-eighth--color-third .b--card-eighth__overlay {
      background-color: #d0eeff; }
    .b--card-eighth--color-third .b--card-eighth__bd__date, .b--card-eighth--color-third .b--card-eighth__bd__content__title, .b--card-eighth--color-third .b--card-eighth__bd__content__subtitle {
      color: #393c3f; }
    .b--card-eighth--color-third .b--card-eighth__bd__content .b--btn-third {
      color: #2472b2;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    .b--card-eighth--color-third:hover .b--btn-third {
      color: #003579; }
  .b--card-eighth--color-fourth {
    background-color: #f5d17e;
    background-image: url("../../../uploads/img/bg-cards/grid-yellow.svg"); }
    .b--card-eighth--color-fourth .b--card-eighth__overlay {
      background-color: #efc86d; }
    .b--card-eighth--color-fourth .b--card-eighth__bd__date, .b--card-eighth--color-fourth .b--card-eighth__bd__content__title, .b--card-eighth--color-fourth .b--card-eighth__bd__content__subtitle {
      color: #393c3f; }
    .b--card-eighth--color-fourth .b--card-eighth__bd__content .b--btn-third {
      color: #2472b2;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
    .b--card-eighth--color-fourth:hover .b--btn-third {
      color: #003579; }
  @media all and (max-width: 767px) {
    .b--card-eighth {
      height: 265px;      
    } }
  .b--card-eighth__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    -webkit-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out; }
    @media all and (max-width: 767px) {
      .b--card-eighth__overlay {
        width: 45%; } }
  .b--card-eighth__bd {
    position: relative;
    padding: 30px;
    height: 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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10; }
    .b--card-eighth__bd__date {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 18px; }
      @media all and (max-width: 767px) {
        .b--card-eighth__bd__date {
          margin-bottom: 10px; } }
    .b--card-eighth__bd__content {
      padding-right: 30px; }
      .b--card-eighth__bd__content__title {
        height: 93px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media all and (max-width: 767px) {
          .b--card-eighth__bd__content__title {
            height: 58px;
            -webkit-line-clamp: 3; } }
      .b--card-eighth__bd__content__subtitle {
        height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .b--card-eighth__bd__content__footer {
        padding-top: 20px; }
  .b--card-eighth:hover {
    -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);
    text-decoration: none !important; }
    .b--card-eighth:hover .b--btn-third {
      text-decoration: none !important;
      -webkit-transition: -webkit-transform 0.3s ease-out !important;
      transition: -webkit-transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
      .b--card-eighth:hover .b--btn-third .b--btn-third__icon {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
  .b--card-eighth:hover .b--card-eighth__overlay {
    width: 100%; }
  .b--card-eighth:focus {
    outline: 2px auto #003579; }
  .b--card-eighth--secondary .b--card-eighth__bd__content {
    height: 145px; }
    .b--card-eighth--secondary .b--card-eighth__bd__content__title {
      height: 45px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .b--card-eighth--secondary .b--card-eighth__bd__content__subtitle {
      height: 70px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media all and (max-width: 767px) {
        .b--card-eighth--secondary .b--card-eighth__bd__content__subtitle {
          height: 52px;
          -webkit-line-clamp: 3; } }
    @media all and (max-width: 767px) {
      .b--card-eighth--secondary .b--card-eighth__bd__content__footer {
        padding-top: 10px; } }
  .b--card-eighth:not([href]) .b--btn-third__icon {
    display: none; }
  .b--card-eighth:not([href]):hover {
    cursor: default;
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
    box-shadow: 0 10px 25px 0 rgba(0, 10, 22, 0), 0 6px 12px 0 rgba(203, 213, 222, 0) !important;
    text-decoration: none !important; }
    .b--card-eighth:not([href]):hover .b--btn-third {
      text-decoration: none !important;
      color: #2472b2 !important; }
    .b--card-eighth:not([href]):hover .b--card-eighth__overlay {
      width: 40% !important; }