@import url(normalize.css);
* {
  box-sizing: border-box; }

body {
  background: url("../img/bg_body.jpg");
  cursor: url(/ocean/img/icons8-fish-48.png) 10 25, auto;
  font-family: Poppins;
  margin: 0;
  padding: 0; }

.header-promo {
  background: url("../img/bg_aboutUS.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.section-header {
  background: url("../img/header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 190px;
  margin: 0;
  padding: 0; }
  .section-header__logo {
    margin: 0px;
    padding: 0px; }
  .section-header #check-menu {
    display: none; }
  @media (max-width: 767px) {
    .section-header .section-inner {
      display: fl         ex;
      justify-content: space-between;
      margin-top: 10px; }
    .section-header__logo img {
      margin-left: 10px;
      height: 90px; }
    .section-header__btn-menu {
      position: absolute;
      right: 20px;
      top: 20px;
      bottom: 0;
      width: 30px;
      height: 13px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      z-index: 2; }
      .section-header__btn-menu span {
        width: 100%;
        height: 3px;
        background-color: #4497e6;
        border-radius: 30%; }
    .section-header #check-menu:checked ~ label .section-header__btn-menu {
      position: fixed; }
    .section-header #check-menu:checked ~ label .section-header__btn-menu span {
      background-color: #ffffff;
      transition: transform .3s; }
    .section-header #check-menu:checked ~ label .section-header__btn-menu .second {
      display: none; }
    .section-header #check-menu:checked ~ label .section-header__btn-menu .first {
      transform: rotate(45deg); }
    .section-header #check-menu:checked ~ label .section-header__btn-menu .third {
      transform: translate(0px, -10px) rotate(-45deg); }
    .section-header label {
      height: 13px;
      width: 30px;
      cursor: pointer; }
    .section-header #check-menu:checked ~ .section-header__menu {
      transform: translateX(0); }
    .section-header__menu {
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      width: 175px;
      overflow: auto;
      background-color: #3270cef1;
      transform: translateX(100%);
      transition: transform .3s;
      z-index: 1; }
      .section-header__menu_nav {
        margin-top: 60px;
        padding: 0;
        justify-content: space-evenly;
        text-align: center; }
        .section-header__menu_nav li {
          margin-bottom: 30px;
          list-style: none; }
          .section-header__menu_nav li a {
            font-size: 14px;
            text-decoration: none;
            color: #F9F9F9; }
      .section-header__menu .language-link {
        display: flex;
        padding-top: 5px;
        padding: 0;
        justify-content: center; }
        .section-header__menu .language-link li {
          list-style: none; }
          .section-header__menu .language-link li + li {
            margin-left: 5px; }
          .section-header__menu .language-link li a, .section-header__menu .language-link li span {
            font-size: 14px;
            color: #F9F9F9;
            text-decoration: none; }
            .section-header__menu .language-link li a.active, .section-header__menu .language-link li span.active {
              font-weight: bold; } }
  @media (min-width: 768px) {
    .section-header .section-inner {
      display: flex;
      justify-content: space-between;
      max-width: 1140px;
      margin: 10px auto 0 auto;
      padding-left: 10px;
      padding-right: 10px; }
    .section-header__logo {
      display: flex; }
      .section-header__logo a {
        margin: 0 auto 0 auto; }
      .section-header__logo img {
        height: 100px; }
    .section-header__menu {
      display: flex;
      flex-grow: 1;
      justify-content: space-evenly; }
      .section-header__menu_nav {
        display: flex;
        padding: 0;
        justify-content: space-evenly; }
        .section-header__menu_nav li {
          margin: 0;
          padding: 0;
          list-style: none; }
          .section-header__menu_nav li + li {
            margin-left: 30px; }
          .section-header__menu_nav li a {
            font-size: 14px;
            text-decoration: none;
            color: #3d55a4; }
    .section-header .language-link {
      display: flex;
      padding-top: 5px;
      padding: 0; }
      .section-header .language-link li {
        list-style: none; }
        .section-header .language-link li + li {
          margin-left: 5px; }
        .section-header .language-link li a, .section-header .language-link li span {
          font-size: 14px;
          color: #3d55a4;
          text-decoration: none; }
          .section-header .language-link li a.active, .section-header .language-link li span.active {
            font-weight: bold; } }

.section-promo {
  min-height: 918px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto; }
  .section-promo__headline {
    font-weight: bold;
    font-size: 60px;
    line-height: 90px;
    text-align: center;
    color: #F9F9F9;
    margin-top: 30px; }
  .section-promo__what-we-believe-in {
    min-height: 530px;
    margin-top: 80px; }
    .section-promo__what-we-believe-in_headline {
      font-weight: bold;
      font-size: 40px;
      line-height: 60px;
      text-align: center;
      color: #F9F9F9;
      margin-top: 134px; }
    .section-promo__what-we-believe-in_promo {
      display: flex; }
      .section-promo__what-we-believe-in_promo h1 {
        max-width: 250px;
        font-weight: bold;
        font-size: 21px;
        line-height: 31px;
        text-align: center;
        color: #F9F9F9; }
      .section-promo__what-we-believe-in_promo p {
        max-width: 370px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #F9F9F9; }
    .section-promo__what-we-believe-in_fishermen, .section-promo__what-we-believe-in_relationships, .section-promo__what-we-believe-in_honesty {
      min-height: 432px;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 10px;
      justify-content: space-between; }
      .section-promo__what-we-believe-in_fishermen div, .section-promo__what-we-believe-in_relationships div, .section-promo__what-we-believe-in_honesty div {
        display: flex;
        align-items: center;
        min-height: 190px; }
  @media (max-width: 767px) {
    .section-promo__headline {
      margin-top: 100px;
      font-size: 40px;
      line-height: 70px; }
    .section-promo__what-we-believe-in_headline {
      font-size: 25px;
      line-height: 30px; }
    .section-promo__what-we-believe-in_promo {
      flex-direction: column; } }

.section-team__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 0 auto;
  max-width: 1140px;
  flex-grow: 1; }
  .section-team__container_headline {
    margin-top: 75px;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #3D55A4; }
  .section-team__container_members {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .section-team__container_members_a_member {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-wrap: nowrap;
      width: 290px; }
      .section-team__container_members_a_member img {
        width: 212px;
        height: 212px;
        overflow: hidden;
        border-radius: 50%; }
      .section-team__container_members_a_member_h1 {
        margin-top: 20px;
        font-weight: bold;
        font-size: 21px;
        line-height: 31px;
        text-align: center;
        color: #3D55A4; }
      .section-team__container_members_a_member_p {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #3D55A4; }

.section-footer {
  background: url("../img/bg_footer--lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 100px;
  min-height: 850px; }
  .section-footer .wrapper {
    max-width: 1140px;
    margin: 0 auto;
    min-height: 850px; }
  .section-footer__about_us {
    margin: 0 auto;
    max-width: 720px;
    display: flex;
    justify-content: space-between; }
    .section-footer__about_us_vision, .section-footer__about_us_mission {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 100px; }
    .section-footer__about_us_mission p {
      max-width: 290px; }
    .section-footer__about_us_vision p {
      max-width: 370px; }
    .section-footer__about_us img {
      width: 212px;
      height: 212px;
      overflow: hidden;
      border-radius: 50%; }
    .section-footer__about_us h1 {
      min-width: 370px;
      font-weight: bold;
      font-size: 21px;
      line-height: 31px;
      text-align: center;
      color: #F9F9F9; }
    .section-footer__about_us p {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #F9F9F9; }
  .section-footer__contact {
    display: flex;
    justify-content: space-evenly;
    color: #F9F9F9;
    margin-top: 200px; }
    .section-footer__contact_logo {
      display: flex; }
      .section-footer__contact_logo img {
        align-items: center; }
    .section-footer__contact_Thailand, .section-footer__contact_Pakistan {
      max-width: 290px;
      margin-left: 10px; }
      .section-footer__contact_Thailand_headline, .section-footer__contact_Pakistan_headline {
        font-weight: bold;
        font-size: 14px; }
      .section-footer__contact_Thailand_contacts, .section-footer__contact_Pakistan_contacts {
        font-size: 14px;
        line-height: 21px; }
        .section-footer__contact_Thailand_contacts a, .section-footer__contact_Pakistan_contacts a {
          color: #F9F9F9; }
    .section-footer__contact_nav {
      margin-right: 10px;
      margin-left: 10px; }
      .section-footer__contact_nav ul {
        margin: 0;
        list-style: none; }
        .section-footer__contact_nav ul li {
          padding-bottom: 10px; }
      .section-footer__contact_nav a {
        text-decoration: none;
        color: #F9F9F9;
        font-weight: bold;
        font-size: 14px;
        line-height: 21px; }
  .section-footer__copyright {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 12px;
    font-size: 12px;
    color: #0B3A7A; }
    .section-footer__copyright span {
      font-weight: bold; }
  @media (max-width: 767px) {
    .section-footer__about_us {
      flex-direction: column; }
    .section-footer__contact {
      flex-direction: column; }
      .section-footer__contact_logo {
        display: none; }
      .section-footer__contact_Thailand, .section-footer__contact_Pakistan {
        margin-bottom: 20px; }
      .section-footer__contact_nav ul {
        display: flex;
        justify-content: space-evenly;
        padding: 0; }
    .section-footer__copyright {
      margin-top: 50px; } }
  @media (min-width: 768px) {
    .section-footer__contact_Thailand {
      margin-left: 180px; } }
  @media (max-width: 1199px) {
    .section-footer__contact_logo img {
      display: none; } }
