/* CSS Document */
.header_bg-color {
  background-color: #103159; }

.anchor {
  padding-top: 76px;
  margin-top: -76px; }
  @media screen and (max-width: 767px) {
    .anchor {
      padding-top: 70px;
      margin-top: -70px; } }
  @media screen and (max-width: 575px) {
    .anchor {
      padding-top: 58px;
      margin-top: -58px; } }

#products {
  background-color: #d9e0e5;
  padding: 10rem 0;
  margin-bottom: 20rem; }
  @media screen and (max-width: 991px) {
    #products {
      padding: 8rem 0; } }
  @media screen and (max-width: 767px) {
    #products {
      padding: 6rem 0; } }
  @media screen and (max-width: 575px) {
    #products {
      padding: 4rem 0; } }
  #products .products-bg {
    background-color: #fff;
    padding: 7rem 0 3rem;
    margin-bottom: 7rem; }
    @media screen and (max-width: 767px) {
      #products .products-bg {
        padding: 5rem 0 2rem; } }
    @media screen and (max-width: 575px) {
      #products .products-bg {
        margin-bottom: 4rem; } }
    @media screen and (max-width: 991px) {
      #products .products-bg .inner {
        width: 90%; } }
  #products .products-box {
    margin-bottom: 4rem; }
    @media screen and (max-width: 575px) {
      #products .products-box {
        margin-bottom: 2rem; } }
    #products .products-box h3 {
      font-size: 20px;
      font-size: 2rem;
      background-color: #103159;
      color: #fff;
      padding: 1rem 1.5rem;
      margin-bottom: 3rem; }
      @media screen and (max-width: 575px) {
        #products .products-box h3 {
          font-size: 18px;
          font-size: 1.8rem;
          margin-bottom: 2rem; } }
    #products .products-box .row > div {
      margin-bottom: 4rem; }
      @media screen and (max-width: 575px) {
        #products .products-box .row > div {
          margin-bottom: 2rem; } }
    #products .products-box .row ul li {
      text-align: justify;
      text-indent: -1em;
      padding-left: 1em;
      font-feature-settings: normal;
      letter-spacing: 0.04em; }
  #products .product-list {
    text-align: center; }
    #products .product-list a {
      display: inline-block;
      width: 570px; }
      @media screen and (max-width: 991px) {
        #products .product-list a {
          width: 470px; } }
      @media screen and (max-width: 767px) {
        #products .product-list a {
          width: 400px; } }
      @media screen and (max-width: 575px) {
        #products .product-list a {
          width: 300px; } }
      #products .product-list a h4 {
        background-color: #103159;
        color: #fff;
        padding: 1.25rem;
        margin-bottom: 0; }
        @media screen and (max-width: 575px) {
          #products .product-list a h4 {
            padding: 1rem; } }
        #products .product-list a h4::after {
          font-family: "Font Awesome 5 Free";
          content: "\f061";
          font-weight: 900;
          margin-left: 1em; }

.inpage-link {
  margin-bottom: 6rem; }
  @media screen and (max-width: 991px) {
    .inpage-link {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 575px) {
    .inpage-link {
      margin-bottom: 2rem; } }
  .inpage-link ul {
    display: flex;
    justify-content: center; }
    .inpage-link ul li {
      margin-bottom: 2rem; }
      @media screen and (max-width: 575px) {
        .inpage-link ul li {
          margin-bottom: 1.5rem; } }
      .inpage-link ul li a {
        display: block;
        position: relative;
        font-size: 15px;
        font-size: 1.5rem;
        color: #103159;
        border: solid 1px #103159;
        background-color: #fff;
        line-height: 1;
        padding: 1.25rem;
        text-align: center;
        transition: 0.3s; }
        .inpage-link ul li a:after {
          position: absolute;
          right: 1rem;
          content: '\f063';
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          color: #141E61;
          transition: 0.3s; }
        .inpage-link ul li a:hover {
          color: #fff;
          background-color: #103159; }
          .inpage-link ul li a:hover:after {
            color: #fff; }
