:root {
  --site-width: 120rem;
  --shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  --siteblue: #034f80;
  --graycolor: #2c2d2d;
  --heading-font: "Jura", sans-serif;
  --genral-font: 'Montserrat', sans-serif;
  --genral-fsize: 14px;
  --gray-color: #333; }

.main-content .inner, .logo_header, .footer .inner {
  max-width: var(--site-width);
  width: 95%;
  margin: auto; }

*,
*::after,
*::before {
  padding: 0;
  margin: 0; }

body {
  background-color: #fff;
  font-family: var(--genral-font);
  font-size: var(--genral-fsize);
  color: var(--gray-color); }

h3 {
  margin-top: 3rem;
  font-weight: 600;
  font-size: 1.6rem; }

.outercover {
  overflow: hidden; }

html {
  font-size: 62.5%; }

.full-img {
  width: 100%; }

.img-contain {
  line-height: 0; }

.mar-top-10 {
  margin-top: 1rem; }

.mar-bot-20 {
  margin-bottom: 2rem; }

.mar-bot-10 {
  margin-bottom: 1rem; }

.mar-bot-24 {
  margin-bottom: 2.4rem; }

.mar-bot-45 {
  margin-bottom: 4.5rem; }

.mar-top-24 {
  margin-top: 2.4rem; }

.mar-top-45 {
  margin-top: 4.5rem; }

.text2 ul {
  margin-left: 2rem;
  margin-top: 1rem; }
  .text2 ul li {
    padding-left: 1.8rem;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    list-style: none; }
    .text2 ul li .simlink {
      overflow: unset;
      padding: 0;
      text-decoration: underline; }
      .text2 ul li .simlink::after {
        display: none; }
    .text2 ul li a {
      color: #000;
      text-decoration: none;
      display: inline-block;
      padding-bottom: .5rem;
      position: relative;
      overflow: hidden; }
      .text2 ul li a:hover::after {
        left: 0; }
      .text2 ul li a::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: var(--siteblue);
        bottom: 0;
        left: -100%;
        transition: all .5s; }

.header-box {
  margin-top: -.5rem; }

.main-content {
  margin-top: 3rem;
  margin-bottom: 2px; }
  .main-content .inner .main-text {
    margin-top: 3.5rem;
    display: grid;
    grid-template-columns: 50% 40%;
    justify-content: space-between;
    color: #333;
    line-height: 2.4rem;
    margin-bottom: 3rem; }
    .main-content .inner .main-text .text-area .text2 {
      text-align: justify; }
      @media only screen and (max-width: 25em) {
        .main-content .inner .main-text .text-area .text2 {
          text-align: left; } }
    @media only screen and (max-width: 51.25em) {
      .main-content .inner .main-text {
        grid-template-columns: 100%; } }
    @media only screen and (max-width: 51.25em) {
      .main-content .inner .main-text .img-area {
        display: none; } }
    .main-content .inner .main-text span {
      color: var(--siteblue);
      font-weight: 600; }
    .main-content .inner .main-text .text1 {
      font-size: 1.8rem; }
    .main-content .inner .main-text H2 {
      font-family: var(--genral-font);
      font-size: 2.8rem;
      font-weight: 600;
      display: inline-block;
      position: relative;
      margin-bottom: 4rem; }
      .main-content .inner .main-text H2 br {
        display: none; }
        @media only screen and (max-width: 51.25em) {
          .main-content .inner .main-text H2 br {
            display: block; } }
      .main-content .inner .main-text H2::after {
        content: '';
        position: absolute;
        right: -12rem;
        width: 10rem;
        height: 1px;
        background-color: #000;
        top: 1.7rem; }
        @media only screen and (max-width: 51.25em) {
          .main-content .inner .main-text H2::after {
            display: none; } }
  .main-content .tag-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem; }
    .main-content .tag-container .tags {
      max-width: 36.5rem;
      width: 32%;
      background-image: url(../images/tag-bg.jpg);
      height: 13.1rem;
      display: flex;
      align-items: center;
      transition: all .3s;
      border-radius: 8px;
      transform: scale(1);
      background-size: cover; }
      @media only screen and (max-width: 51.25em) {
        .main-content .tag-container .tags {
          background-image: url(../images/tag-bg-sm.jpg);
          height: 8.5rem; } }
      .main-content .tag-container .tags:hover {
        -webkit-box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.56);
        -moz-box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.56);
        box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.56);
        transform: scale(1.1); }
      .main-content .tag-container .tags .ico {
        width: 12.9rem;
        text-align: center; }
        @media only screen and (max-width: 51.25em) {
          .main-content .tag-container .tags .ico {
            display: none; } }
      .main-content .tag-container .tags .txt {
        padding-left: 2rem;
        font-size: 2.4rem;
        color: #000;
        font-weight: 600;
        text-transform: uppercase; }
        @media only screen and (max-width: 61.875em) {
          .main-content .tag-container .tags .txt {
            font-size: 1.8rem;
            padding-left: 1rem; } }
        @media only screen and (max-width: 51.25em) {
          .main-content .tag-container .tags .txt {
            margin: auto;
            text-align: center;
            padding-left: 0; } }
        @media only screen and (max-width: 25em) {
          .main-content .tag-container .tags .txt {
            width: 80%; } }
        .main-content .tag-container .tags .txt .txt--button {
          background-color: #034f80;
          padding: .5rem 2rem;
          border-radius: 2rem;
          color: #fff;
          font-weight: 400;
          margin-top: 1rem;
          font-size: 1.4rem;
          overflow: hidden;
          position: relative;
          cursor: pointer; }
          @media only screen and (max-width: 61.875em) {
            .main-content .tag-container .tags .txt .txt--button {
              font-size: 1.2rem;
              padding: .5rem 1rem; } }
          .main-content .tag-container .tags .txt .txt--button span {
            position: relative;
            z-index: 10; }
            .main-content .tag-container .tags .txt .txt--button span a {
              color: #fff;
              text-decoration: none; }
          .main-content .tag-container .tags .txt .txt--button:hover::after {
            left: 0; }
          .main-content .tag-container .tags .txt .txt--button::after {
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            text-transform: unset;
            transition: all .5s; }

.logo_header {
  margin-top: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem; }
  @media only screen and (max-width: 51.25em) {
    .logo_header {
      flex-direction: column;
      justify-content: center; } }
  .logo_header .logo-box {
    width: 52.9rem; }
    @media only screen and (max-width: 61.875em) {
      .logo_header .logo-box {
        max-width: 40rem;
        width: 96%; } }
  .logo_header .numbers-box {
    width: 40rem;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 61.875em) {
      .logo_header .numbers-box {
        max-width: 36rem;
        width: 96%; } }
    @media only screen and (max-width: 51.25em) {
      .logo_header .numbers-box {
        margin-top: 2rem; } }
    .logo_header .numbers-box span {
      padding-left: 2.5rem;
      background-repeat: no-repeat;
      background-position: left center;
      display: inline-block;
      font-family: var(--genral-font);
      font-size: 1.6rem; }
      @media only screen and (max-width: 25em) {
        .logo_header .numbers-box span {
          font-size: 1.2rem; } }
      .logo_header .numbers-box span a {
        text-decoration: none;
        color: var(--gray-color); }
      .logo_header .numbers-box span.mail {
        background-image: url(../images/mail-icon.png); }
      .logo_header .numbers-box span.mobile {
        background-image: url(../images/ph-icon.png); }

.footer {
  width: 100%;
  margin-top: 0;
  background-color: var(--siteblue); }
  .footer .inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    color: #fff;
    font-size: 1.3rem; }

.link-nav {
  width: 100%;
  border-top: 1px solid #dddddd;
  display: inline-block;
  white-space: nowrap;
  height: 6.2rem; }
  .link-nav li a {
    display: block;
    padding: 2rem;
    text-decoration: none;
    color: var(--gray-color);
    position: relative;
    overflow: hidden; }
    .link-nav li a.active {
      color: #034f80; }
      .link-nav li a.active::after {
        content: '';
        position: absolute;
        height: 5px;
        bottom: 0;
        background-color: #034f80;
        left: 0;
        width: 100%;
        transition: all .5s;
        transition-timing-function: ease-out; }
    .link-nav li a:hover::after {
      left: 0; }
