@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
/* -----------------------
      html
----------------------- */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 100%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    html {
      font-size: 94%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    html {
      font-size: 88%; } }
  @media (max-width: 767px) {
    html {
      font-size: 82%; } }
  html[lang=sin] {
    font-size: 80%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      html[lang=sin] {
        font-size: 78%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      html[lang=sin] {
        font-size: 74%; } }
    @media (max-width: 767px) {
      html[lang=sin] {
        font-size: 72%; } }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

.full-container {
  width: calc(100% - 59px);
  margin: 0 auto; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure {
  margin-bottom: 15px; }

/**
 * Lists
 */
ul,
ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
/* h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
} */
/**
 * Links
 */
a {
  color: #0C2173;
  text-decoration: none; }
  a:visited {
    color: #050d2e; }
  a:hover {
    color: #000;
    text-decoration: underline; }

/* mixin comp styles */
.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

h1,
.h1 {
  font-size: 3rem;
  color: #001F8B;
  letter-spacing: 0.14rem;
  line-height: 1.5;
  margin-bottom: 1.875rem; }
  @media (max-width: 767px) {
    h1,
    .h1 {
      font-size: 2.125rem; } }

h2,
.h2 {
  font-size: 2.125rem;
  color: #001F8B;
  margin-bottom: 1.375rem; }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 1.75rem; } }

h3,
.h3 {
  font-size: 1.5rem;
  color: #001F8B;
  margin-bottom: 1.125rem; }
  @media (max-width: 767px) {
    h3,
    .h3 {
      font-size: 1.375rem; } }

h4,
.h4 {
  font-size: 1.125rem;
  margin-bottom: 0.875rem; }
  h4.light,
  .h4.light {
    color: #AEB4BA; }

h5,
.h5 {
  font-size: 1rem; }

h6,
.h6 {
  font-size: 0.875rem; }

p, .t-img-s1__content {
  text-align: justify; }

.navbar {
  display: block;
  padding: 0; }
  .navbar .brand .emblem_logo {
    max-width: 70px;
    margin: 5px; }
  @media (max-width: 1199px) {
    .navbar .brand .emblem_logo {
      max-width: 60px; } }
  @media (max-width: 991px) {
    .navbar .brand .emblem_logo {
      max-width: 50px; } }
  .navbar .navbar-brand img {
    max-width: 90px;
    width: 100%;
    margin-right: 10px; }
  .navbar .navbar-brand span {
    color: #0C2173;
    font-size: 1.125rem;
    font-weight: 700; }
  @media (max-width: 1200px) {
    .navbar .navbar-brand img {
      max-width: 85px;
      width: 100%; }
    .navbar .navbar-brand span {
      font-size: 0.875rem; } }
  @media (max-width: 992px) {
    .navbar .navbar-brand img {
      max-width: 72px; } }
  .navbar .navbar-toggler {
    padding: 5px 10px;
    border: 1px solid #0C2173; }
    .navbar .navbar-toggler span {
      display: block;
      height: 2px;
      margin: 5px 0;
      width: 30px;
      background-color: #0C2173; }
  .navbar .navbar-top .bottom-part {
    clear: both; }
  .navbar .navbar-top .navbar-nav {
    margin-left: 0; }
  .navbar .navbar-top .nav-item {
    display: flex;
    align-items: center;
    justify-content: center; }
  .navbar .navbar-top .nav-separate {
    display: inline-block;
    height: 20px;
    border-left: 1px solid #D8D8D8;
    margin-left: 10px;
    margin-right: 10px; }
  .navbar .navbar-top .nav-link {
    font-size: 0.8125rem;
    color: #616161;
    letter-spacing: 0.045rem;
    text-align: center; }
  .navbar .navbar-top .btn-nav {
    margin-right: 10px;
    outline: none;
    box-shadow: none; }
    .navbar .navbar-top .btn-nav:active:focus, .navbar .navbar-top .btn-nav:hover, .navbar .navbar-top .btn-nav:focus {
      color: #fff;
      outline: none;
      box-shadow: none; }
  .navbar .navbar-bottom {
    background-color: #F1F3F8; }
    .navbar .navbar-bottom .navbar-nav {
      position: relative;
      margin-left: auto;
      margin-right: auto; }
    .navbar .navbar-bottom .nav-item {
      margin: 0 3px; }
      .navbar .navbar-bottom .nav-item.active {
        background-color: #dbe1ef; }
        .navbar .navbar-bottom .nav-item.active .nav-link {
          color: #0C2173; }
      .navbar .navbar-bottom .nav-item.show:not(.active) {
        background-color: #e9edf5; }
      .navbar .navbar-bottom .nav-item.lang-item, .navbar .navbar-bottom .nav-item.button-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0 0; }
        @media (min-width: 992px) {
          .navbar .navbar-bottom .nav-item.lang-item, .navbar .navbar-bottom .nav-item.button-item {
            display: none; } }
      .navbar .navbar-bottom .nav-item.lang-item .nav-link {
        font-size: 0.875rem;
        color: #616161;
        letter-spacing: 0.045rem; }
        .navbar .navbar-bottom .nav-item.lang-item .nav-link:first-child {
          margin-right: 10px; }
      .navbar .navbar-bottom .nav-item.button-item {
        margin-bottom: 10px; }
        .navbar .navbar-bottom .nav-item.button-item .btn {
          width: 100%;
          line-height: 1.4; }
          .navbar .navbar-bottom .nav-item.button-item .btn:first-child {
            margin-right: 10px; }
    .navbar .navbar-bottom .nav-link {
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.07687rem;
      padding: 0.5rem 1rem;
      color: #171718;
      text-transform: uppercase; }
  .navbar .dropdown {
    position: static; }
    .navbar .dropdown .dropdown-menu {
      text-align: center;
      border-radius: 0 0 5px 5px;
      overflow: hidden;
      padding: 0;
      margin-top: 0;
      border: 0; }
      .navbar .dropdown .dropdown-menu > a {
        flex: 1 0; }
      .navbar .dropdown .dropdown-menu .dropdown-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 20px;
        font-size: 1rem;
        letter-spacing: 0.67px;
        line-height: 16px;
        text-align: center;
        color: #fff;
        white-space: normal;
        background-color: #0C2173; }
        .navbar .dropdown .dropdown-menu .dropdown-item.active {
          color: #001F8B;
          background-color: white; }
        .navbar .dropdown .dropdown-menu .dropdown-item:hover:not(.active) {
          background-color: #1b3188; }
    .navbar .dropdown.show .dropdown-menu {
      display: block; }
  @media (max-width: 767px) {
    .navbar > .container {
      padding-left: 15px;
      padding-right: 15px; }
    .navbar .navbar-brand span {
      display: none; }
    .navbar .navbar-bottom .nav-item.show {
      border-radius: 0 0 4px 4px; } }
  @media (max-width: 991px) {
    .navbar .navbar-top {
      display: none; }
    .navbar .navbar-bottom .navbar-nav {
      margin: 10px auto; }
    .navbar .navbar-bottom .nav-item {
      margin: 2px 0; } }
  @media (min-width: 992px) {
    .navbar .navbar-bottom .navbar-nav {
      padding-top: 0;
      padding-bottom: 0;
      min-width: 800px;
      justify-content: center; }
    .navbar .navbar-bottom .nav-link {
      padding: 18px 1rem; }
    .navbar .dropdown {
      /*&:hover{
        .dropdown-menu{
          display: flex;
        }
      }*/ }
      .navbar .dropdown .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        background: none;
        box-shadow: 0px 2px 8px 0px rgba(17, 17, 17, 0.5); }
      .navbar .dropdown.show > a {
        position: relative; }
        .navbar .dropdown.show > a:after {
          content: '';
          position: absolute;
          left: 50%;
          margin-left: -8px;
          bottom: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8px 12px 8px;
          border-color: transparent transparent #0C2173 transparent; }
      .navbar .dropdown.show .dropdown-menu {
        display: flex; } }

.footer__top {
  padding: 40px 0;
  background-color: #0C2173;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.01562rem;
  line-height: 1.5rem; }
  .footer__top a {
    color: inherit; }
  .footer__top h4 {
    text-decoration: underline; }

.footer__info {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .footer__info a {
    display: block;
    color: #fff; }
  .footer__info p:last-of-type {
    margin-bottom: 0; }
  .footer__info .sm-title {
    font-weight: 900;
    margin-bottom: 2px; }
  .footer__info .icon {
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 16px; }
  .footer__info .scroll-up {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    background-color: #1034B1;
    text-decoration: none; }
  .footer__info__item {
    position: relative;
    padding-left: 20px;
    max-width: 200px; }
    .footer__info__item:last-of-type {
      align-self: center; }

@media (max-width: 575px) {
  .footer__info {
    flex-flow: column; }
    .footer__info__item {
      margin-bottom: 20px;
      padding-left: 25px; }
      .footer__info__item:last-of-type {
        align-self: flex-end; } }

.footer__bottom {
  background-color: #161515;
  color: #908F8F;
  font-weight: 300;
  font-size: 0.8125rem;
  letter-spacing: 0.05813rem;
  line-height: 1.375rem;
  opacity: 0.03375/pxrem;
  text-align: center; }
  .footer__bottom a {
    color: #908F8F; }
  .footer__bottom .notice {
    padding: 10px 0;
    max-width: 90%;
    margin: 0 auto; }
    .footer__bottom .notice p {
      margin-bottom: 0; }
  .footer__bottom .copyright {
    border-top: 1px solid #908F8F;
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap; }
    .footer__bottom .copyright p {
      margin-bottom: 0; }
    .footer__bottom .copyright .rights ul {
      list-style: none;
      margin: 0; }
      .footer__bottom .copyright .rights ul > li {
        position: relative;
        display: inline-block;
        padding-right: 15px;
        margin-right: 15px; }
        .footer__bottom .copyright .rights ul > li::after {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          top: 4px;
          bottom: 4px;
          width: 1px;
          background-color: #908F8F; }
        .footer__bottom .copyright .rights ul > li:last-of-type::after {
          content: none; }
    .footer__bottom .copyright .design {
      color: #575656;
      margin-left: auto; }
      .footer__bottom .copyright .design a {
        color: inherit; }

@media (min-width: 768px) and (max-width: 991px) {
  .footer__bottom .copyright {
    justify-content: center; }
  .footer__bottom .copyright .rights {
    margin-bottom: 5px; }
  .footer__bottom .copyright .design {
    margin-right: auto; } }

@media (max-width: 767px) {
  .footer__bottom .copyright {
    display: block; }
    .footer__bottom .copyright .rights ul > li {
      display: block;
      padding-left: 15px;
      margin-right: 0;
      margin-bottom: 5px; }
      .footer__bottom .copyright .rights ul > li:after {
        content: none; }
    .footer__bottom .copyright .design {
      margin-right: auto; } }

.buttons {
  display: flex; }
  .buttons.banner-buttons {
    position: absolute;
    bottom: 10px;
    right: 10px; }
  .buttons .button {
    margin-right: 10px; }
    .buttons .button:last-of-type {
      margin-right: 0; }
  @media (max-width: 400px) {
    .buttons {
      justify-content: space-between; }
      .buttons.banner-buttons {
        position: static;
        margin-top: 10px; }
        .buttons.banner-buttons .button {
          font-size: 0.75rem;
          padding: 12px; }
          .buttons.banner-buttons .button img {
            max-width: 20px; } }
        @media (max-width: 400px) and (max-width: 320px) {
          .buttons.banner-buttons .button img {
            display: none;
            margin-right: 0; } }

.button {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background: #02218C;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 3px; }
  .button:hover {
    text-decoration: none; }
  .button.transparent {
    background: transparent; }
  .button img {
    max-width: 28px;
    margin-right: 10px; }

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(5, 17, 35, 0.7);
  z-index: 20;
  display: none; }
  .popup-container .popup-wrapper {
    background: #DCDEE3;
    border-radius: 5px;
    padding: 70px;
    max-width: 1200px;
    min-width: 940px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .popup-container .popup-wrapper p {
      font-size: 1rem;
      color: #171718; }
    .popup-container .popup-wrapper a.popup-close {
      position: absolute;
      top: 15px;
      right: 15px;
      display: flex; }
      .popup-container .popup-wrapper a.popup-close img {
        max-width: 20px; }
  .popup-container.video-popup .popup-wrapper {
    display: flex;
    align-items: flex-start; }
    .popup-container.video-popup .popup-wrapper .info-block {
      max-width: 400px;
      width: 100%;
      margin-right: 40px; }
      .popup-container.video-popup .popup-wrapper .info-block h3 {
        font-size: 3rem;
        font-weight: 800; }
    .popup-container.video-popup .popup-wrapper .video-block {
      flex: 1; }
      .popup-container.video-popup .popup-wrapper .video-block iframe {
        width: 100%;
        height: 350px; }
      .popup-container.video-popup .popup-wrapper .video-block a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 400px;
        width: 100%;
        background-position: center;
        background-size: cover;
        border-radius: 15px;
        position: relative; }
        .popup-container.video-popup .popup-wrapper .video-block a::after {
          content: "";
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.5);
          border-radius: 15px; }
        .popup-container.video-popup .popup-wrapper .video-block a .play-button {
          position: relative; }
          .popup-container.video-popup .popup-wrapper .video-block a .play-button::before {
            content: "";
            display: inline-block;
            width: 100px;
            height: 100px;
            background-image: url("../images/finger-print.svg");
            background-size: cover;
            background-position: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-animation: pulse-border 1500ms ease-out infinite;
                    animation: pulse-border 1500ms ease-out infinite; }
          .popup-container.video-popup .popup-wrapper .video-block a .play-button img {
            max-width: 60px;
            position: relative;
            z-index: 1; }
  @media (max-width: 992px) {
    .popup-container.video-popup .popup-wrapper {
      flex-direction: column;
      min-width: 0; }
      .popup-container.video-popup .popup-wrapper .info-block {
        max-width: 100%;
        margin-bottom: 20px; }
        .popup-container.video-popup .popup-wrapper .info-block h3 {
          font-size: 2.1875rem; }
      .popup-container.video-popup .popup-wrapper .video-block {
        width: 100%; } }
  @media (max-width: 768px) {
    .popup-container.video-popup .popup-wrapper {
      flex-direction: column;
      min-width: 0;
      padding: 50px; }
      .popup-container.video-popup .popup-wrapper .info-block h3 {
        font-size: 1.5625rem; }
      .popup-container.video-popup .popup-wrapper .info-block p {
        font-size: 0.875rem; }
      .popup-container.video-popup .popup-wrapper .video-block a {
        height: 300px; } }
  @media (max-width: 480px) {
    .popup-container.video-popup .popup-wrapper .info-block h3 {
      font-size: 1.125rem; }
    .popup-container.video-popup .popup-wrapper .video-block a {
      height: 200px; } }
  .popup-container.gallery-popup {
    background: #DCDEE3; }
    .popup-container.gallery-popup .popup-wrapper {
      background: none;
      min-width: 0; }
    .popup-container.gallery-popup .image-wrapper {
      position: relative;
      max-width: 800px;
      margin: auto; }
      .popup-container.gallery-popup .image-wrapper a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(201, 205, 216, 0.3);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px; }
        .popup-container.gallery-popup .image-wrapper a.prev {
          left: -70px; }
        .popup-container.gallery-popup .image-wrapper a.next {
          right: -70px; }
      .popup-container.gallery-popup .image-wrapper figure {
        text-align: center; }
        .popup-container.gallery-popup .image-wrapper figure img {
          max-width: 800px;
          max-height: 600px; }
      .popup-container.gallery-popup .image-wrapper .gallery-info {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .popup-container.gallery-popup .image-wrapper .gallery-info p,
        .popup-container.gallery-popup .image-wrapper .gallery-info span {
          color: #001F8B; }
        .popup-container.gallery-popup .image-wrapper .gallery-info p {
          margin-bottom: 0;
          font-size: 1rem; }
    @media (max-height: 760px) {
      .popup-container.gallery-popup .popup-wrapper {
        padding: 30px; }
      .popup-container.gallery-popup .image-wrapper figure img {
        max-width: 600px; } }
    @media (max-width: 960px) {
      .popup-container.gallery-popup .image-wrapper {
        max-width: 600px; }
        .popup-container.gallery-popup .image-wrapper figure img {
          width: 100%; } }
    @media (max-width: 768px) {
      .popup-container.gallery-popup .image-wrapper {
        max-width: 400px; }
        .popup-container.gallery-popup .image-wrapper a {
          background: rgba(201, 205, 216, 0.7);
          top: 43%; }
          .popup-container.gallery-popup .image-wrapper a.prev {
            left: 10px; }
          .popup-container.gallery-popup .image-wrapper a.next {
            right: 10px; }
        .popup-container.gallery-popup .image-wrapper .gallery-info {
          align-items: flex-start; }
          .popup-container.gallery-popup .image-wrapper .gallery-info p {
            max-width: 300px;
            margin-right: 10px; }
          .popup-container.gallery-popup .image-wrapper .gallery-info p,
          .popup-container.gallery-popup .image-wrapper .gallery-info span {
            font-size: 0.875rem; } }
    @media (max-width: 576px) {
      .popup-container.gallery-popup .image-wrapper {
        max-width: 300px; }
        .popup-container.gallery-popup .image-wrapper a {
          width: 35px;
          height: 35px; }
        .popup-container.gallery-popup .image-wrapper .gallery-info p {
          max-width: 260px;
          margin-right: 10px; }
        .popup-container.gallery-popup .image-wrapper .gallery-info p,
        .popup-container.gallery-popup .image-wrapper .gallery-info span {
          font-size: 0.75rem; } }

.pagination-row .pagination {
  justify-content: center;
  margin: 50px auto auto; }
  .pagination-row .pagination .page-item a {
    display: inline-block;
    color: #AEAAAA;
    font-size: 1rem;
    font-weight: 500;
    border-color: #D8D8D8;
    border-radius: 5px;
    margin: 0 4px;
    background: transparent;
    outline: none; }
    .pagination-row .pagination .page-item a.prev, .pagination-row .pagination .page-item a.next {
      border: none;
      color: #001F8B; }
  .pagination-row .pagination .page-item.active .page-link {
    color: #fff;
    background: #001F8B;
    border-color: #001F8B; }

/* --------------------------------
 *  Mixin layouts
 *  for style blocks
 -------------------------------- */
/* --------------------------------
 *  Common
 *  for common styles
 -------------------------------- */
body {
  overflow-x: hidden; }
  body.p-omp-tab-page .l-boxes {
    padding-top: 0; }

.sec {
  position: relative;
  padding-top: 70px;
  padding-bottom: 45px;
  overflow: hidden; }
  .sec .container {
    position: relative;
    z-index: 9; }
  .sec.bgc-light {
    background-color: #F5F6FA; }
  .sec-block {
    padding: 100px 60px; }
  .sec-top {
    padding-top: 200px; }
  .sec-h4 {
    text-align: center; }
  .sec strong {
    font-weight: 700; }
  @media (max-width: 767px) {
    .sec-block {
      padding: 30px; } }
  .sec-bg {
    background-position: center;
    background-size: cover; }
  .sec-fh {
    height: 100vh;
    min-height: 600px; }

.seg {
  margin-bottom: 30px; }
  .seg-block {
    margin-bottom: 60px; }
    .seg-block:last-of-type {
      margin-bottom: 0; }

.btn {
  font-size: 0.875rem;
  letter-spacing: 0.07312rem;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  padding: 19px 30px; }
  .btn-main {
    min-width: 200px;
    background-color: #0C2173;
    color: #fff;
    padding: 16px 30px; }
    .btn-main:hover, .btn-main:focus {
      background-color: #0a1c61;
      color: #fafafa; }
    .btn-main:visited {
      color: #fff; }
  .btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.57);
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    flex: 1; }
    .btn-outline:visited {
      color: #fff; }
    .btn-outline:hover {
      background-color: #fff;
      color: #0C2173; }
  .btn-warning {
    background-color: #F2A853;
    color: #fff;
    padding: 16px 30px; }
    .btn-warning:hover, .btn-warning:focus {
      background-color: #f19e40;
      color: #fafafa; }
    .btn-warning:visited {
      color: #fff; }
  .btn-danger {
    background-color: #E03C3C;
    color: #fff;
    padding: 16px 30px; }
    .btn-danger:hover, .btn-danger:focus {
      background-color: #dd2a2a;
      color: #fafafa; }
    .btn-danger:visited {
      color: #fff; }
  .btn-nav {
    padding: 15px 12px;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.04688rem;
    text-transform: uppercase; }
  .btn-text {
    position: relative; }
    .btn-text::after {
      content: '';
      position: relative;
      display: block;
      top: 3px;
      border-bottom: 1px solid #0C2173;
      transition: all 0.1s ease-in; }
    .btn-text:hover {
      text-decoration: none; }
      .btn-text:hover::after {
        top: 1px; }
  .btn--icon {
    padding: 12px 15px 8px; }
    .btn--icon i {
      margin-right: 5px;
      top: -2px;
      position: relative; }

.animate {
  opacity: 0; }

.social-list {
  list-style: none;
  margin-left: 0; }
  .social-list > li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px; }
    .social-list > li a {
      text-decoration: none; }
    .social-list > li i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
      .social-list > li i.fa-facebook {
        background-color: #4267B2; }
      .social-list > li i.fa-twitter {
        background-color: #00A2F9; }

.list-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  list-style: none;
  grid-gap: 15px;
  margin: 0; }
  .list-buttons .btn-main {
    width: 100%;
    min-width: 0; }
  .list-buttons li.batticaloa,
  .list-buttons li.not-known {
    display: none; }

.f-prints {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden; }
  .f-prints .f-print {
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.f-print {
  pointer-events: none; }
  .f-print img {
    max-width: 100%; }

.text-block {
  font-size: 0.9375rem;
  letter-spacing: 0.04688rem;
  line-height: 1.75rem; }

.input-group-append button {
  padding: 7.5px 15px;
  background-color: #fff;
  border-radius: 0 .25rem .25rem 0;
  border: 1px solid #ced4da; }

.pagination {
  justify-content: center;
  margin: 50px auto auto; }
  .pagination li > a,
  .pagination li > span {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 4px 8px;
    color: #AEAAAA;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #dee2e6;
    outline: none; }
  .pagination li > a {
    color: #0C2173; }
  .pagination li:first-of-type span,
  .pagination li:first-of-type a, .pagination li:last-of-type span,
  .pagination li:last-of-type a {
    color: #0C2173;
    border-color: transparent; }
  .pagination li.active span {
    color: #fff;
    background-color: #0C2173; }
  .pagination li.disabled a,
  .pagination li.disabled span {
    color: #9CA0AA; }
  @media (max-width: 767px) {
    .pagination {
      flex-flow: row wrap; }
      .pagination li > a,
      .pagination li > span {
        padding: 6px 12px;
        margin: 0 3px 6px; } }

.article {
  display: flex;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 15px; }
  .article a {
    text-decoration: none; }
  .article .article__thumb {
    flex: 1 0 220px;
    margin-right: 25px; }
    .article .article__thumb-img {
      padding-top: 90%;
      border-radius: 5px;
      background-size: cover;
      background-position: center center; }
  .article .article__info {
    width: 100%;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    flex-flow: column; }
    .article .article__info h4 {
      font-size: 1.125rem;
      margin-bottom: 8px;
      color: #0C2173; }
    .article .article__info p {
      color: #171718;
      font-size: 1rem;
      letter-spacing: 0.04688rem;
      line-height: 1.5rem; }
      .article .article__info p.date {
        color: #727886;
        opacity: 0.7;
        font-size: 0.875rem;
        letter-spacing: 0.04063rem;
        line-height: 1.375rem;
        margin-bottom: 12px; }
    .article .article__info .desc p:last-of-type {
      margin-bottom: 0; }
    .article .article__info .link {
      color: #9CA0AA;
      font-size: 0.8125rem;
      letter-spacing: 0.03812rem;
      margin-top: 15px; }
      .article .article__info .link:hover {
        color: #737986; }
      .article .article__info .link i {
        position: relative;
        top: -2px;
        margin-right: 5px; }
    .article .article__info > .download-options a {
      display: inline-block;
      margin-right: 12px; }
      .article .article__info > .download-options a img {
        margin-left: 3px; }

.t-block {
  font-size: 1rem;
  color: #000;
  letter-spacing: 0.02813rem;
  line-height: 1.75rem;
  min-width: 60%;
  margin-bottom: 50px; }
  .t-block a {
    text-decoration: underline;
    color: #112ea1; }

.e-info-box {
  padding: 30px 30px 15px;
  background-color: #fff;
  border-radius: 10px; }
  .e-info-box__box {
    position: relative;
    padding-left: 24px;
    color: #000000;
    font-size: 0.875rem;
    letter-spacing: 0.01562rem;
    line-height: 1.5rem; }
    .e-info-box__box .icon {
      position: absolute;
      left: 0; }
    .e-info-box__box .icon-top {
      margin-bottom: 10px; }

.fancybox-custom-layout .fancybox-outer {
  background: #eff1f6; }

/* --------------------------------
 *  Layouts
 *  for styling layout segments
 -------------------------------- */
.l-landing {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  padding: 100px 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff; }
  .l-landing__emblem {
    position: fixed;
    left: 25px;
    top: 25px; }
    .l-landing__emblem img {
      max-width: 80px; }
  .l-landing__container {
    width: 680px;
    max-width: 100%; }
  .l-landing__imgs {
    margin-bottom: 15px; }
  .l-landing__logo {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff; }
  .l-landing__logo img {
    float: left; }
  .l-landing__texture {
    position: absolute;
    left: 0;
    right: 0;
    top: -215px;
    bottom: 0;
    background-image: url("../images/landing-bg.png");
    background-position: center center;
    background-size: 1100px;
    background-repeat: no-repeat;
    z-index: -1; }
  .l-landing__text {
    margin-bottom: 30px; }
    .l-landing__text p {
      margin-bottom: 10px;
      color: #FFFFFF;
      letter-spacing: 1.03px;
      text-align: center; }
    .l-landing__text .t-en {
      font-size: 1.375rem;
      font-weight: bold;
      text-transform: uppercase; }
    .l-landing__text .t-si {
      font-size: 1.25rem; }
    .l-landing__text .t-ta {
      font-size: 1.1875rem; }
  .l-landing__btns {
    display: flex;
    margin: 0 -20px 0; }
    .l-landing__btns a {
      display: inline-block;
      margin: 0 20px; }
    @media (max-width: 576px) {
      .l-landing__btns {
        flex-direction: column; }
        .l-landing__btns a {
          margin: 0 20px 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .l-landing__texture {
      top: -202px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .l-landing__texture {
      top: -208px; } }
  @media (max-width: 575px) {
    .l-landing {
      padding: 20px;
      flex-direction: column; }
      .l-landing__emblem {
        position: static;
        margin-bottom: 20px;
        margin-top: 25px; }
        .l-landing__emblem img {
          max-width: 60px; }
      .l-landing__texture {
        top: -200px;
        background-position: 50% -147px; }
      .l-landing__logo img {
        max-width: 100px; }
      .l-landing__text .t-en,
      .l-landing__text .t-si,
      .l-landing__text .t-ta {
        font-size: 1rem; } }

.l-banner {
  padding: 0; }
  .l-banner__slider {
    position: relative; }
    .l-banner__slider .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      z-index: 9; }
      .l-banner__slider .owl-nav .container {
        position: relative; }
      .l-banner__slider .owl-nav.disabled {
        display: none; }
    .l-banner__slider .owl-prev,
    .l-banner__slider .owl-next {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.2);
      font-size: 1.3125rem;
      color: #fff; }
      .l-banner__slider .owl-prev:hover,
      .l-banner__slider .owl-next:hover {
        background-color: rgba(0, 0, 0, 0.5); }
    .l-banner__slider .owl-prev {
      left: 0; }
    .l-banner__slider .owl-next {
      right: 0; }
  .l-banner__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 620px;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF; }
  .l-banner__big-text {
    color: #FFFFFF;
    text-align: left;
    font-size: 2.5rem;
    letter-spacing: 0.14rem;
    line-height: 3.625rem;
    font-weight: 900; }
  .l-banner__desc {
    max-width: 90%;
    margin-bottom: 30px; }
  .l-banner__text-r {
    width: 50%;
    margin-left: auto; }
  @media (max-width: 767px) {
    .l-banner__text-r {
      width: auto;
      margin-left: 30px;
      margin-right: 30px; }
    .l-banner__big-text {
      font-size: 1.875rem;
      letter-spacing: 0.09625rem;
      line-height: 2.375rem; }
    .l-banner__slide {
      height: 480px; } }

.l-banner-d {
  position: relative;
  padding: 0;
  background-color: #001F8B;
  color: #fff;
  /* Modifiers */ }
  .l-banner-d a,
  .l-banner-d h1,
  .l-banner-d h2,
  .l-banner-d h3 {
    color: #fff; }
  .l-banner-d__back {
    position: absolute;
    left: 15px;
    top: 35px; }
  .l-banner-d__text {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 0 40px;
    min-height: 400px; }
  .l-banner-d__f-prints .f-print {
    display: none; }
  .l-banner-d .search-form {
    max-width: 70%;
    margin: 0 auto; }
    .l-banner-d .search-form input[type=text] {
      border: 0;
      width: 400px;
      max-width: 100%;
      padding: 25px; }
    .l-banner-d .search-form button[type=submit] {
      color: #0C2173;
      padding: 14.5px 20px;
      height: 50px;
      background-color: #fff;
      border-radius: 0 .25rem .25rem 0;
      border: 0; }
  @media (min-width: 1200px) {
    .l-banner-d h1 {
      font-size: 3.5rem; } }
  @media (max-width: 767px) {
    .l-banner-d .search-form {
      max-width: 90%; }
      .l-banner-d .search-form input[type=text] {
        font-size: 0.8125rem; } }
  .l-banner-d--small .l-banner-d__text {
    max-width: 900px;
    min-height: 280px;
    margin: 0 auto; }
  .l-banner-d--small h1 {
    line-height: 1.1; }

.l-updates {
  background-color: #F1F3F8;
  padding-top: 80px;
  padding-bottom: 80px; }
  .l-updates__head {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .l-updates__head h1 {
      margin-right: 30px;
      margin-bottom: 15px; }
    .l-updates__head a {
      margin-left: auto;
      white-space: nowrap; }
  .l-updates__twitter {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 4px;
    padding: 10px;
    background-color: #fff;
    overflow: auto;
    border: 1px solid #E3E3E3; }
  .l-updates__cards a {
    text-decoration: none; }
  .l-updates__card {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 4px;
    background-color: #fff; }
    .l-updates__card-thumb {
      flex-basis: 220px;
      min-height: 180px;
      max-width: 35%;
      background-size: cover;
      background-position: center; }
    .l-updates__card-body {
      flex: 1;
      padding: 30px;
      color: #000000; }
      .l-updates__card-body .date {
        opacity: 0.7;
        font-size: 0.875rem;
        color: #727886;
        letter-spacing: 0.04063rem;
        line-height: 1.51; }
      .l-updates__card-body .title {
        color: #000000; }
      .l-updates__card-body .icon-more {
        position: relative;
        display: inline-block;
        width: 0.8125rem;
        height: 0.75rem;
        background-image: url("../images/icon-more.png");
        background-size: contain;
        transition: all 0.3s ease-in; }
    .l-updates__card:hover .title {
      color: #0C2173; }
    .l-updates__card:hover .icon-more {
      transform: translateX(3px); }
    @media (max-width: 575px) {
      .l-updates__card {
        flex-direction: column; }
        .l-updates__card-thumb {
          min-width: 100%; } }
  @media (max-width: 991px) {
    .l-updates__twitter {
      position: relative;
      height: 400px;
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .l-updates__main {
      margin-top: -15px;
      margin-right: 60px; } }

.l-tagline {
  padding: 20px 0;
  text-align: center; }
  .l-tagline p {
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #001F8B;
    letter-spacing: 0.125rem;
    line-height: 0.9375rem; }

.l-profiles {
  position: relative;
  background-color: #eff1f6;
  padding: 50px 0;
  overflow: hidden; }
  .l-profiles__item {
    position: relative;
    margin-bottom: 55px;
    z-index: 9; }
  .l-profiles__img {
    margin: 0 0 15px;
    max-width: 400px; }
    .l-profiles__img img {
      border-radius: 10px;
      width: 100%; }
  .l-profiles__text {
    flex: 3 0 200px; }
    .l-profiles__text h4 {
      font-size: 1.125rem;
      color: #001F8B;
      letter-spacing: 0.0525rem;
      line-height: 1.75rem;
      margin-bottom: -5px; }
    .l-profiles__text .designation {
      font-size: 1rem;
      color: #9A9A9A;
      letter-spacing: 0.04688rem;
      line-height: 1.75rem; }
    .l-profiles__text .info {
      font-size: 1rem;
      color: #171718;
      letter-spacing: 0.04688rem;
      line-height: 1.75rem; }
  .l-profiles__f-print .f-print {
    position: absolute;
    z-index: 2; }
  .l-profiles__f-print .f-print-1 {
    right: -12%;
    width: 600px;
    margin-top: -35%;
    max-width: 65%; }
  .l-profiles__f-print .f-print-2 {
    width: 800px;
    left: -8%;
    max-width: 85%;
    margin-top: -20%; }
  @media (max-width: 767px) {
    .l-profiles__item {
      display: block; } }
  @media (min-width: 768px) {
    .l-profiles__item {
      display: flex;
      margin-bottom: 55px; }
      .l-profiles__item--r {
        flex-direction: row-reverse; }
        .l-profiles__item--r .l-profiles__img {
          margin-right: 0;
          margin-left: 50px; }
    .l-profiles__img {
      margin-right: 50px;
      flex: 1 0 150px; } }
  @media (min-width: 992px) {
    .l-profiles__img {
      flex: 1 0 220px; }
    .l-profiles__text {
      flex: 1 0 500px; } }

.l-boxes {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-color: #eff1f6; }
  .l-boxes .section-title {
    font-size: 1.625rem;
    margin: 50px 0;
    text-align: center; }
  .l-boxes__title {
    max-width: 800px;
    margin: 0 auto 50px;
    font-weight: 700;
    color: #171718;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.04688rem;
    line-height: 1.75rem; }
  .l-boxes__item {
    padding: 30px 25px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 15px; }
    .l-boxes__item .body {
      font-weight: 700;
      color: #737986;
      font-size: 1rem;
      letter-spacing: 0.04688rem;
      line-height: 1.5rem; }
      .l-boxes__item .body p:last-of-type {
        margin-bottom: 0; }
    .l-boxes__item.download_item {
      display: flex;
      align-items: flex-start; }
      .l-boxes__item.download_item a.link_item {
        color: #737986;
        font-size: 1.125rem;
        letter-spacing: 1px; }
        .l-boxes__item.download_item a.link_item img {
          margin-right: 6px;
          margin-top: -4px; }
      .l-boxes__item.download_item .left-content {
        flex: 1;
        margin-right: 15px; }
      @media (max-width: 767px) {
        .l-boxes__item.download_item {
          flex-direction: column; }
          .l-boxes__item.download_item .left-content {
            margin: 0 0 20px 0; } }
  .l-boxes__f-print .f-print {
    position: absolute;
    z-index: 1; }
    .l-boxes__f-print .f-print-1 {
      left: -20%;
      top: -15%;
      width: 700px;
      max-width: 50%; }
      .l-boxes__f-print .f-print-1.right {
        right: -20%;
        left: auto; }

.l-icards {
  position: relative;
  padding: 50px 0 70px;
  background-color: #F5F6FA; }
  .l-icards__container {
    position: relative;
    z-index: 9;
    display: flex;
    flex-flow: row wrap; }
  .l-icards__spacer, .l-icards__item {
    min-width: 220px;
    flex: 1;
    margin: 0 15px;
    padding: 0 15px; }
  .l-icards__item {
    flex: 1;
    display: block;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease-in; }
    .l-icards__item:hover {
      text-decoration: none;
      background-color: #fcfcfc;
      box-shadow: 0 4px 5px 0 rgba(206, 206, 206, 0.4); }
      .l-icards__item:hover h4 {
        color: #0C2173; }
    .l-icards__item .icon {
      min-height: 55px;
      margin-bottom: 20px;
      font-size: 1rem;
      color: #171718;
      letter-spacing: 0.04688rem;
      text-align: center;
      line-height: 1.75rem; }
    .l-icards__item h4 {
      margin-bottom: 0; }
    .l-icards__item p {
      font-weight: 700;
      margin-bottom: 0; }
  .l-icards__f-prints .f-print-1 {
    position: absolute;
    width: 800px;
    max-width: 40%;
    right: -10%;
    bottom: 10%;
    margin-bottom: -20%; }
  @supports (display: grid) {
    .l-icards__container {
      display: grid;
      grid-gap: 30px;
      margin: 0 15px;
      grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); }
    .l-icards__item {
      margin: 0; } }

.t-img-s1 {
  position: relative;
  background-color: #eff1f6;
  padding: 70px 0; }
  .t-img-s1 .container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
  .t-img-s1__img {
    flex: 1;
    min-width: 300px;
    margin-right: 100px; }
    .t-img-s1__img img {
      max-width: 100%; }
  .t-img-s1__content {
    flex: 2;
    font-size: 1rem;
    color: #171718;
    letter-spacing: 0.04688rem;
    line-height: 1.75rem; }
  .t-img-s1__f-prints .f-print-1 {
    position: absolute;
    width: 800px;
    max-width: 40%;
    left: -20%;
    top: 50%;
    margin-top: -20%; }
  @media (max-width: 767px) {
    .t-img-s1__img {
      margin-right: 0;
      margin-bottom: 30px; }
    .t-img-s1 .container {
      flex-flow: column; } }

.l-report__container {
  display: flex;
  flex-flow: row wrap; }

.l-report__desc {
  flex: 1;
  font-size: 1rem;
  color: #171718;
  letter-spacing: 0.02813rem;
  line-height: 1.75rem;
  min-width: 60%;
  margin-right: 50px;
  margin-bottom: 30px; }

.l-map {
  background-color: #F5F6FA; }
  .l-map__container {
    position: relative;
    margin-bottom: 50px; }
    .l-map__container svg {
      display: block;
      margin: 0 auto;
      max-width: 345px; }
  .l-map .c-info-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    transform: translate(-120px, -120px);
    padding: 30px;
    border: 2px solid #F2A853;
    background-color: #fff;
    border-radius: 10px; }
    .l-map .c-info-box .title {
      font-weight: 700; }
    .l-map .c-info-box__close {
      position: absolute;
      right: 10px;
      top: 10px;
      text-align: center;
      cursor: pointer; }
    .l-map .c-info-box__container > div {
      position: relative;
      padding-left: 22px;
      margin-bottom: 5px;
      font-size: 0.9375rem; }
      .l-map .c-info-box__container > div:last-of-type {
        margin-bottom: 0; }
      .l-map .c-info-box__container > div .icon {
        position: absolute;
        left: 0;
        top: -2px; }
  .l-map__seg {
    margin-bottom: 50px; }
  .l-map .e-info-box {
    padding: 30px 30px 15px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px; }
    .l-map .e-info-box__box {
      position: relative;
      padding-left: 24px; }
      .l-map .e-info-box__box .icon {
        position: absolute;
        left: 0; }
  .l-map .f-prints .f-print-1 {
    top: -10%;
    right: -30%;
    max-width: 55%; }
  .l-map .f-prints .f-print-2 {
    bottom: -25%;
    left: -19%;
    max-width: 48%; }

.l-media {
  position: relative;
  overflow: hidden;
  background-color: #eff1f6; }
  .l-media .f-prints .f-print-1 {
    top: 10%;
    right: -20%;
    width: 700px;
    max-width: 50%; }
  .l-media .l-media__container {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    max-width: 1000px;
    margin: 0 auto; }
    .l-media .l-media__container > div {
      margin-bottom: 30px; }
  .l-media .l-media__filter {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    max-width: 160px;
    min-width: 160px; }
    .l-media .l-media__filter::-webkit-scrollbar {
      width: 5px;
      height: 0; }
    .l-media .l-media__filter::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); }
    .l-media .l-media__filter::-webkit-scrollbar-thumb {
      background-color: #001f8b;
      outline: 1px solid slategrey;
      border-radius: 10px; }
    .l-media .l-media__filter .l-media__filter-box {
      background: none;
      width: auto;
      padding: 0 0 15px 0;
      margin: 0 0 15px 0;
      border-bottom: 1px solid #D8D8D8; }
      .l-media .l-media__filter .l-media__filter-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: auto; }
        .l-media .l-media__filter .l-media__filter-box ul::-webkit-scrollbar {
          width: 0;
          height: 3px; }
        .l-media .l-media__filter .l-media__filter-box ul::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); }
        .l-media .l-media__filter .l-media__filter-box ul::-webkit-scrollbar-thumb {
          background-color: #001f8b;
          outline: 1px solid slategrey;
          border-radius: 10px; }
      .l-media .l-media__filter .l-media__filter-box:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0; }
      .l-media .l-media__filter .l-media__filter-box h4 {
        font-weight: 900;
        padding-left: 10px; }
      .l-media .l-media__filter .l-media__filter-box a {
        display: inline-block;
        font-size: 1rem;
        text-decoration: none;
        width: 100%;
        background: none;
        padding: 5px 10px;
        border-radius: 5px;
        position: relative; }
        .l-media .l-media__filter .l-media__filter-box a::after {
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          background-image: url("../images/icon-angle-right.svg");
          background-size: 8px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 50%;
          right: 5px;
          transform: translateY(-50%);
          transition: all .3s ease-in;
          opacity: 0; }
        .l-media .l-media__filter .l-media__filter-box a.active, .l-media .l-media__filter .l-media__filter-box a:hover {
          font-weight: 900;
          color: #001F8B;
          background: rgba(216, 216, 216, 0.3); }
          .l-media .l-media__filter .l-media__filter-box a.active::after, .l-media .l-media__filter .l-media__filter-box a:hover::after {
            opacity: 1; }
    @media (max-width: 767px) {
      .l-media .l-media__filter {
        max-width: 100%;
        width: 100%; }
        .l-media .l-media__filter .l-media__filter-box ul {
          display: flex; }
          .l-media .l-media__filter .l-media__filter-box ul li {
            margin: 5px;
            width: 100%; } }
    @media (max-width: 480px) {
      .l-media .l-media__filter {
        padding: 20px; } }
  .l-media .l-media__main {
    flex: 1; }
    .l-media .l-media__main.gallery-items .articles {
      display: flex;
      flex-wrap: wrap; }
    .l-media .l-media__main.gallery-items .article {
      max-width: 380px;
      min-width: 380px;
      width: 100%;
      flex-direction: column;
      margin-right: 20px; }
      .l-media .l-media__main.gallery-items .article .article__thumb {
        margin: 0; }
      .l-media .l-media__main.gallery-items .article .article__thumb-img {
        padding-top: 60%;
        position: relative; }
        .l-media .l-media__main.gallery-items .article .article__thumb-img .button {
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 1; }
      .l-media .l-media__main.gallery-items .article .article__info p.date {
        margin-bottom: 0; }
  @media (max-width: 1200px) {
    .l-media .l-media__main.gallery-items .article {
      max-width: 350px;
      min-width: 350px; }
      .l-media .l-media__main.gallery-items .article .article__thumb {
        margin-bottom: 20px; }
      .l-media .l-media__main.gallery-items .article .article__thumb-img {
        padding-top: 70%; } }
  @media (max-width: 992px) {
    .l-media .l-media__main.gallery-items .article {
      max-width: 100%;
      min-width: 300px;
      margin-right: 0; }
      .l-media .l-media__main.gallery-items .article .article__thumb-img {
        padding-top: 50%; } }
  @media (min-width: 768px) {
    .l-media .l-media__filter {
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .l-media .l-media__container {
      flex-direction: column;
      align-items: unset; }
      .l-media .l-media__container .l-media__main .article {
        flex-direction: column; }
        .l-media .l-media__container .l-media__main .article .article__thumb {
          flex: auto;
          margin-right: 0;
          margin-bottom: 15px; }
          .l-media .l-media__container .l-media__main .article .article__thumb .article__thumb-img {
            padding-top: 60%; } }

.l-post {
  background-color: #eff1f6; }
  .l-post .l-post__container {
    max-width: 1000px;
    margin: 0 auto; }
  .l-post .l-post__banner {
    position: relative;
    margin-bottom: 40px; }
    .l-post .l-post__banner img {
      width: 100%; }
  .l-post .l-post__body {
    max-width: 680px;
    padding: 15px;
    margin: 0 auto; }
  .l-post .l-post__gallery {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 240px);
    grid-auto-rows: 160px;
    grid-gap: 20px; }
    .l-post .l-post__gallery .item {
      display: inline-block; }
      .l-post .l-post__gallery .item img {
        max-width: 320px;
        width: 100%;
        border-radius: 5px; }
  .l-post .out-link {
    display: block;
    margin-top: 30px;
    font-size: 0.8125rem;
    color: #9CA0AA;
    letter-spacing: 0.03812rem;
    line-height: 1.5rem; }
    .l-post .out-link i {
      position: relative;
      top: -2px;
      margin-right: 5px; }
  .l-post .f-prints .f-print-1 {
    top: 30%;
    right: -20%;
    width: 800px;
    max-width: 120%; }
  .l-post .gallery-grid .wall-image img {
    max-width: 400px;
    width: 100%;
    border-radius: 5px; }
  .l-post .videos-grid iframe {
    width: 100%;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .l-post .f-prints .f-print-1 {
      right: -60%; }
    .l-post .gallery-grid .wall-image {
      text-align: center; } }
  @media (max-width: 1200px) {
    .l-post .l-post__gallery {
      grid-template-columns: repeat(3, 300px);
      grid-auto-rows: 200px; } }
  @media (max-width: 992px) {
    .l-post .l-post__gallery {
      grid-template-columns: repeat(2, 320px);
      grid-auto-rows: 214px; } }
  @media (max-width: 768px) {
    .l-post .l-post__gallery {
      grid-template-columns: repeat(2, 250px);
      grid-auto-rows: 170px; } }
  @media (max-width: 580px) {
    .l-post .l-post__gallery {
      grid-template-columns: repeat(1, 100%);
      grid-auto-rows: 214px; }
      .l-post .l-post__gallery .item {
        text-align: center; } }

.download-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 280px;
  max-width: 280px;
  width: 100%;
  padding: 25px 20px;
  background: #02218C;
  text-align: center;
  border-radius: 3px; }
  .download-box h5,
  .download-box a {
    color: #fff; }
  .download-box h5 {
    font-size: 0.875rem;
    margin-bottom: 25px; }
  .download-box .download-options {
    display: flex;
    align-items: center;
    font-size: 0.875rem; }
    .download-box .download-options img {
      margin-left: 3px; }
    .download-box .download-options a {
      position: relative;
      display: inline-block;
      padding: 5px;
      width: 100%;
      line-height: 1;
      text-decoration: none; }
      .download-box .download-options a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 60%;
        width: 1px;
        background: #D8D8D8;
        margin: auto; }
      .download-box .download-options a:last-of-type::after {
        display: none; }
  @media (max-width: 767px) {
    .download-box {
      max-width: 100%;
      padding: 20px 10px;
      min-width: 210px; } }

section.tab-head.fixed + section {
  padding-top: 100px; }

section.tab-head ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
  padding: 30px 0;
  overflow: auto; }
  section.tab-head ul::-webkit-scrollbar {
    width: 0; }
  section.tab-head ul::-webkit-scrollbar-thumb {
    outline: 0; }
  @media (max-width: 768px) {
    section.tab-head ul {
      justify-content: center; } }
  section.tab-head ul li a {
    font-size: 1.125rem;
    text-decoration: none;
    margin: 0 20px;
    letter-spacing: 1px;
    color: #616161;
    white-space: nowrap; }
    section.tab-head ul li a.active {
      color: #001F8B; }

section.tab-head.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 20; }

/* --------------------------------
 *  Components
 *  for javascript components
 -------------------------------- */
.c-video {
  position: relative;
  padding-top: 50%; }
  .c-video__holder, .c-video__thumb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden; }
  .c-video__thumb {
    z-index: 9;
    background-size: cover;
    background-position: center center; }
  .c-video__play {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 70px;
    min-height: 70px;
    width: 10%;
    padding-top: 10%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-image: url("../images/home/video-play.png");
    background-size: cover;
    background-position: center center; }
  .c-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-video video {
    width: 100%;
    height: 100%; }

/* --------------------------------
 *  Pages
 *  for page specific styles
 *  named sections should be styled under relevant page
 -------------------------------- */
.p-landing {
  background-color: #0C2173; }

.p-home .sec-about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  background: #eff1f6;
  background: linear-gradient(180deg, #eff1f6 4%, #f9fafc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eff1f6", endColorstr="#f9fafc", GradientType=1); }

.p-home .about-us {
  position: relative; }
  .p-home .about-us > .container {
    position: relative;
    z-index: 5;
    display: flex;
    flex-flow: row wrap; }
  .p-home .about-us .img-content {
    flex: 1;
    padding: 0 15px;
    display: flex; }
    .p-home .about-us .img-content .over-img {
      position: relative;
      margin-left: auto;
      padding-left: 50px;
      padding-bottom: 50px; }
      .p-home .about-us .img-content .over-img img {
        border-radius: 15px;
        overflow: hidden;
        max-width: 100%; }
      .p-home .about-us .img-content .over-img .thumb {
        position: absolute;
        left: 0px;
        bottom: 0px;
        max-width: 55%;
        border-radius: 15px;
        overflow: hidden; }
  .p-home .about-us .text-content {
    flex: 1;
    padding: 0 15px; }
  .p-home .about-us .f-print-1 {
    position: absolute;
    width: 50%;
    top: -100%;
    margin-top: -100px;
    right: 5%; }
  .p-home .about-us a {
    color: #02218C;
    font-size: 0.875rem;
    letter-spacing: 0.04063rem;
    line-height: 1.75rem;
    text-decoration: underline; }
  @media (max-width: 991px) {
    .p-home .about-us > .container {
      flex-direction: column-reverse; }
    .p-home .about-us .img-content {
      margin-bottom: 40px; }
      .p-home .about-us .img-content .over-img {
        margin-left: 0; } }

.p-home .card-carousel {
  position: relative;
  margin-bottom: -20px;
  padding-left: 52px;
  padding-right: 52px; }
  .p-home .card-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9; }
    .p-home .card-carousel .owl-nav .container {
      position: relative; }
  .p-home .card-carousel .owl-prev,
  .p-home .card-carousel .owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: -40px;
    background-color: rgba(201, 205, 216, 0.3);
    font-size: 1.3125rem;
    color: #0C2173; }
    .p-home .card-carousel .owl-prev:hover,
    .p-home .card-carousel .owl-next:hover {
      background-color: rgba(201, 205, 216, 0.5); }
  .p-home .card-carousel .owl-prev {
    left: 0; }
  .p-home .card-carousel .owl-next {
    right: 0; }
  .p-home .card-carousel .owl-item {
    padding-bottom: 60px; }
  .p-home .card-carousel .card-item {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 15px;
    border-radius: 15px;
    background-color: #fff;
    transition: all 0.3s ease-in; }
    .p-home .card-carousel .card-item h4 {
      min-height: 2.5rem;
      transition: all 0.3s ease-in; }
    .p-home .card-carousel .card-item p {
      color: #737986;
      font-size: 1rem;
      letter-spacing: 0.04688rem;
      text-align: center;
      line-height: 1.5rem;
      min-height: 4.5rem; }
    .p-home .card-carousel .card-item .number {
      width: 120px;
      margin: 0 auto 20px;
      max-width: 40%; }
    .p-home .card-carousel .card-item:hover {
      padding: 50px 15px;
      margin-top: 0;
      margin-bottom: 0;
      box-shadow: 0 35px 40px -12px rgba(99, 109, 181, 0.34); }
      .p-home .card-carousel .card-item:hover h4 {
        color: #0C2173; }
    .p-home .card-carousel .card-item .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      margin: 0 auto 20px;
      max-width: 40%; }
      .p-home .card-carousel .card-item .icon img {
        width: auto;
        max-width: 100%;
        max-height: 100%; }

.p-home .card-block a {
  text-decoration: none; }

.p-home .card-block h1 {
  margin-bottom: 15px; }

.p-home .card-block img {
  max-width: 100%; }

.p-home .key-activities,
.p-home .functions {
  position: relative; }
  .p-home .key-activities > .container,
  .p-home .functions > .container {
    position: relative;
    z-index: 5; }

.p-home .key-activities .f-print-2 {
  position: absolute;
  top: -30%;
  width: 40%;
  left: 0%; }

.p-home .functions .f-print-3 {
  position: absolute;
  top: -15%;
  width: 40%;
  right: 0%; }

.p-home .functions .f-print-4 {
  position: absolute;
  top: 30%;
  width: 24%;
  left: 12%; }

.p-home .video-block {
  position: relative; }
  .p-home .video-block .f-print-5 {
    position: absolute;
    bottom: -25%;
    left: -20%;
    width: 50%; }

@media (min-width: 768px) {
  .p-home .functions .card-item h4 {
    min-height: 4rem; }
  .p-home .functions .card-item p {
    min-height: 7.5rem; } }

.p-about .timeline {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  color: #fff; }
  .p-about .timeline h2 {
    color: #fff; }
  .p-about .timeline__block {
    display: flex;
    margin: 0 -15px; }
  .p-about .timeline__milestone {
    position: relative;
    margin: 0 15px; }
    .p-about .timeline__milestone:first-of-type .line-l {
      display: none; }
    .p-about .timeline__milestone:last-of-type > span.year {
      border-radius: 2px; }
    .p-about .timeline__milestone:last-of-type > span i {
      display: none; }
    .p-about .timeline__milestone:last-of-type .line-r {
      display: none; }
    .p-about .timeline__milestone > span {
      position: relative;
      display: block;
      background-color: #46BDA7;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      margin: 22px auto 40px;
      z-index: 2; }
      .p-about .timeline__milestone > span.year {
        text-align: center;
        width: 50px;
        height: 30px;
        padding: 3px 5px;
        margin: 11px auto 32px;
        border-radius: 2px 0 0 2px; }
        .p-about .timeline__milestone > span.year i {
          position: absolute;
          width: 0;
          height: 0;
          right: -10px;
          top: 0;
          border-style: solid;
          border-width: 15px 0 15px 10px;
          border-color: transparent transparent transparent #46BDA7; }
    .p-about .timeline__milestone .line-l,
    .p-about .timeline__milestone .line-r {
      position: absolute;
      height: 1px;
      top: 26px;
      width: 80%;
      background-color: #55DFAE;
      z-index: 1; }
    .p-about .timeline__milestone .line-d {
      position: absolute;
      height: 40px;
      top: 33px;
      left: 50%;
      margin-left: -1px;
      width: 1px;
      background-color: #55DFAE;
      z-index: 1; }
    .p-about .timeline__milestone .line-l {
      left: -30%; }
    .p-about .timeline__milestone .line-r {
      right: -30%; }
    .p-about .timeline__milestone .content {
      position: relative;
      background-color: #fff;
      padding: 1.25rem;
      color: #171718;
      border-radius: 6px;
      z-index: 8; }
      .p-about .timeline__milestone .content .date {
        color: #001F8B;
        font-size: 0.8125rem;
        letter-spacing: 0.03812rem;
        line-height: 2rem; }
      .p-about .timeline__milestone .content p {
        color: #171718;
        font-size: 1rem;
        letter-spacing: 0.04688rem;
        line-height: 1.375rem; }
  @media (min-width: 768px) and (max-width: 991px) {
    .p-about .timeline__block {
      margin: 0 -10px; }
    .p-about .timeline__milestone {
      margin: 0 10px; }
      .p-about .timeline__milestone .content {
        padding: 0.9375rem; } }
  @media (max-width: 767px) {
    .p-about .timeline__block {
      display: block; }
    .p-about .timeline__milestone .line-l,
    .p-about .timeline__milestone .line-r {
      display: none; }
    .p-about .timeline__milestone .line-d {
      top: 10px;
      bottom: -30px;
      height: auto; }
    .p-about .timeline__milestone span {
      margin: 25px auto 25px; }
      .p-about .timeline__milestone span.year {
        margin: 25px auto 25px;
        border-radius: 2px; }
        .p-about .timeline__milestone span.year i {
          display: none; }
    .p-about .timeline__milestone:last-of-type .line-d {
      bottom: 50px; } }

.p-about-faq .faq-list {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background-color: #eff1f6; }
  .p-about-faq .faq-list__action {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px; }
    .p-about-faq .faq-list__action .btn {
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 15px;
      margin-left: 5px; }
      .p-about-faq .faq-list__action .btn i {
        top: -1px;
        font-size: 1.5rem;
        margin-right: 8px;
        position: relative; }
    .p-about-faq .faq-list__action .btn-link {
      color: #001F8B;
      font-size: 0.875rem;
      letter-spacing: 0.04875rem; }
  .p-about-faq .faq-list__block {
    margin-bottom: 20px; }
  .p-about-faq .faq-list__item {
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px; }
    .p-about-faq .faq-list__item.active .toggle {
      transform: rotate(180deg); }
  .p-about-faq .faq-list__head {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.125rem;
    color: #000000;
    letter-spacing: 0.0525rem;
    line-height: 2rem; }
    .p-about-faq .faq-list__head p {
      margin-bottom: 0; }
    .p-about-faq .faq-list__head .toggle {
      display: flex;
      align-items: center;
      margin-left: auto;
      padding: 15px;
      height: 50px; }
    .p-about-faq .faq-list__head .count {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: none;
      width: 50px;
      height: 50px;
      border-radius: 8px;
      margin-right: 18px;
      background-color: #E4E8EE;
      color: #001F8B;
      font-size: 1.125rem;
      letter-spacing: 0.0525rem;
      line-height: 1.6; }
  .p-about-faq .faq-list__body {
    display: none;
    overflow: hidden; }
    .p-about-faq .faq-list__body-wrap {
      margin-top: 10px;
      background: #F2A853;
      padding: 15px;
      border-radius: 8px;
      font-size: 1rem;
      color: #FFFFFF;
      letter-spacing: 0.0525rem;
      line-height: 1.6; }
    .p-about-faq .faq-list__body ul {
      color: #0C2173; }
    .p-about-faq .faq-list__body p:last-of-type {
      margin-bottom: 0; }
  .p-about-faq .faq-list__f-prints .f-print-1 {
    max-width: 40%;
    top: -20%;
    left: -20%;
    width: 700px; }
  .p-about-faq .faq-list__f-prints .f-print-2 {
    max-width: 48%;
    right: -20%;
    bottom: -15%;
    width: 700px; }
  @media (max-width: 767px) {
    .p-about-faq .faq-list__head {
      align-items: flex-start; }
      .p-about-faq .faq-list__head .count {
        width: 35px;
        height: 35px; }
      .p-about-faq .faq-list__head .toggle {
        padding: 7px; } }

.p-about-partners .l-partners {
  position: relative;
  padding: 60px 0;
  background-color: #eff1f6;
  overflow: hidden; }
  .p-about-partners .l-partners h3 {
    text-align: center; }
  .p-about-partners .l-partners__container {
    position: relative;
    max-width: 746px;
    margin: 0 auto 30px;
    z-index: 9; }
    .p-about-partners .l-partners__container:last-of-type {
      margin-bottom: 0; }
  .p-about-partners .l-partners__wrapper {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px; }
  .p-about-partners .l-partners__item {
    flex: 1 0 200px;
    text-align: center;
    margin: 0 15px 15px; }
    .p-about-partners .l-partners__item p {
      font-weight: 700;
      font-size: 1rem;
      color: #171718;
      letter-spacing: 0.04688rem;
      text-align: center;
      line-height: 1.75rem; }
  .p-about-partners .l-partners__img {
    margin-bottom: 8px; }
    .p-about-partners .l-partners__img img {
      max-width: 100%;
      border-radius: 10px; }
  .p-about-partners .l-partners__f-print .f-print-1 {
    position: absolute;
    width: 800px;
    max-width: 60%;
    right: -25%;
    margin-top: -50%;
    z-index: 1; }

.p-press-release .article .article__thumb-img {
  padding-top: 0;
  height: 120px;
  width: 100%; }

.p-press-release .article .download-options a {
  width: auto;
  padding-right: 15px;
  margin-right: 15px; }
  .p-press-release .article .download-options a:last-of-type {
    padding-right: 0;
    margin-right: 0; }

@media (max-width: 767px) {
  .p-press-release .l-media .l-media__container {
    flex-direction: column; } }

@media (max-width: 580px) {
  .p-press-release .l-media .l-media__container .article {
    flex-direction: column; }
    .p-press-release .l-media .l-media__container .article .article__thumb {
      flex: auto;
      margin-right: 0;
      margin-bottom: 15px; } }

.p-404 .jumbotron {
  margin-bottom: 0;
  min-height: 300px; }

#offices-map .pin {
  cursor: pointer; }
