@import url(../fonts/stylesheet.css);
.btn {
  font-family: 'Montserrat';
  font-size: 1.15rem;
  font-weight: 500;
  border-radius: 40px;
  padding: 10px 30px;
  color: white;
  border: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.btn-primary {
    background-color: #00227c; }
    .btn.btn-primary:hover, .btn.btn-primary:active {
      background-color: #031649 !important;
      color: white !important; }
  .btn.btn-secondary {
    background-color: #d9ad6c !important; }
    .btn.btn-secondary:hover {
      background-color: #9b7743 !important; }
  .btn.btn-default {
    background-color: rgba(0, 0, 0, 0);
    border: 1.5px solid #d9ad6c;
    color: #d9ad6c; }
    .btn.btn-default:hover, .btn.btn-default:active {
      background-color: #d9ad6c !important;
      color: white !important; }
  .btn.btn-wa {
    position: fixed;
    bottom: 15px;
    right: 0px;
    z-index: 99;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .btn.btn-wa img {
      border-radius: 100%;
      width: 75px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .btn.btn-wa:hover {
      right: -1.5px;
      bottom: 13.5px; }
      .btn.btn-wa:hover img {
        width: 78px; }
    @media (max-width: 576px) {
      .btn.btn-wa {
        padding: 0 15px; }
        .btn.btn-wa img {
          width: 60px; }
        .btn.btn-wa:hover img {
          width: 63px; } }

img {
  max-width: 100%; }

h1.title-section, h2.title-section {
  position: relative;
  display: inline-block;
  margin-bottom: 60px; }
  h1.title-section::before, h2.title-section::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 28%;
    width: 40%;
    height: 5px; }
  h1.title-section.primary::before, h2.title-section.primary::before {
    background-color: #00227c; }
  h1.title-section.secondary::before, h2.title-section.secondary::before {
    background-color: #d9ad6c; }

p {
  font-size: 1.15rem; }

body {
  font-family: 'Montserrat';
  position: relative; }
  body.b-products::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(../images/cargo-ship-night-busy-port.jpg);
    width: 100%;
    opacity: .1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  body .navbar {
    z-index: 99;
    /*font-family: 'Poppins';
    font-weight: 400;*/
    font-family: 'Montserrat';
    font-weight: '500';
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    body .navbar.sticky {
      background-color: #031649;
      box-shadow: 0px -5px 10px 10px rgba(0, 0, 0, 0.25); }
    body .navbar .container {
      padding: 0; }
      body .navbar .container .navbar-brand img {
        width: 256px; }
      @media (max-width: 576px) {
        body .navbar .container .navbar-toggler {
          margin-right: 15px; } }
      body .navbar .container .navbar-collapse {
        margin-top: -15px; }
        @media (max-width: 576px) {
          body .navbar .container .navbar-collapse {
            padding: 15px 10px; } }
        @media (max-width: 576px) {
          body .navbar .container .navbar-collapse .navbar-nav {
            margin-bottom: 0 !important;
            background-color: #031649;
            border-radius: 20px; } }
        body .navbar .container .navbar-collapse .navbar-nav .nav-item {
          padding-left: 15px;
          padding-right: 15px; }
          @media (max-width: 576px) {
            body .navbar .container .navbar-collapse .navbar-nav .nav-item {
              margin: 15px 0; } }
          body .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
            position: relative;
            font-size: 1.15rem;
            color: white; }
            body .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link::before {
              opacity: 0;
              position: absolute;
              bottom: -6px;
              left: 9px;
              width: 0;
              height: 1px;
              content: ".";
              border-bottom: 4px solid #d4a96a;
              color: rgba(0, 0, 0, 0); }
              @media (max-width: 576px) {
                body .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link::before {
                  left: 0px; } }
            body .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
              opacity: 1;
              width: calc(100% - 15px); }
              @media (max-width: 576px) {
                body .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
                  width: 100%; } }
          body .navbar .container .navbar-collapse .navbar-nav .nav-item:hover .nav-link::before {
            opacity: 1;
            width: calc(100% - 15px);
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s; }
          body .navbar .container .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle img {
            width: 1.5vw; }
          body .navbar .container .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
            padding: 10px 10px; }
            body .navbar .container .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li:hover .dropdown-item {
              -webkit-transition: 0.2s;
              -moz-transition: 0.2s;
              -o-transition: 0.2s;
              transition: 0.2s;
              background-color: #031649;
              border-radius: 5px;
              color: white;
              font-weight: 500; }
  body .container-fluid {
    position: relative; }
    body .container-fluid.cf-hero-banner {
      background-image: url("../images/hero-banner-blue.jpg?01");
      background-size: cover;
      background-position: center;
      height: 100vh; }
      @media (max-width: 991px) {
        body .container-fluid.cf-hero-banner {
          height: auto; } }
      body .container-fluid.cf-hero-banner::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        /*background-image: linear-gradient(to bottom, #030c2b, rgba(0,0,0,0));*/
        background-image: linear-gradient(to bottom, rgba(3, 12, 43, 0.53), rgba(0, 0, 0, 0)); }
      body .container-fluid.cf-hero-banner.about {
        background-image: unset;
        padding: 0;
        overflow: hidden; }
        body .container-fluid.cf-hero-banner.about::before {
          content: unset !important; }
        body .container-fluid.cf-hero-banner.about .row-hero-banner div img {
          margin-top: -5%; }
          @media (max-width: 991px) {
            body .container-fluid.cf-hero-banner.about .row-hero-banner div img {
              margin-top: 25%; } }
      body .container-fluid.cf-hero-banner .container {
        position: relative;
        z-index: 1;
        padding-left: 30px;
        padding-right: 30px; }
        @media (max-width: 576px) {
          body .container-fluid.cf-hero-banner .container {
            padding-left: 10px;
            padding-right: 10px; } }
        body .container-fluid.cf-hero-banner .container .row .col-xs-12 {
          text-align: left;
          color: white;
          margin-top: 30vh; }
          body .container-fluid.cf-hero-banner .container .row .col-xs-12 img {
            width: 335px; }
          body .container-fluid.cf-hero-banner .container .row .col-xs-12 h1 {
            margin-top: -15px;
            font-size: 5.85rem;
            font-weight: 300;
            margin-bottom: 0; }
            body .container-fluid.cf-hero-banner .container .row .col-xs-12 h1 b {
              font-size: 6.5rem;
              font-weight: 700;
              margin-left: 10px; }
            @media (max-width: 576px) {
              body .container-fluid.cf-hero-banner .container .row .col-xs-12 h1 {
                font-size: 3.2rem !important; }
                body .container-fluid.cf-hero-banner .container .row .col-xs-12 h1 b {
                  font-size: 3.5rem !important; } }
          body .container-fluid.cf-hero-banner .container .row .col-xs-12 h2 {
            font-size: 5.3rem;
            font-weight: 300;
            margin-bottom: 0;
            margin-top: -15px; }
            @media (max-width: 576px) {
              body .container-fluid.cf-hero-banner .container .row .col-xs-12 h2 {
                font-size: 2.9rem !important; } }
    body .container-fluid.cf-background {
      position: relative;
      background-image: url("../images/about-us-big-ship.jpg?01");
      background-color: rgba(255, 255, 255, 0.8);
      background-repeat: no-repeat;
      background-position: right;
      background-blend-mode: lighten;
      color: #1a1a1a;
      padding-top: 45px;
      padding-bottom: 60px; }
      body .container-fluid.cf-background::before {
        position: absolute;
        content: "";
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, white, white, rgba(0, 0, 0, 0)); }
        @media (max-width: 768px) {
          body .container-fluid.cf-background::before {
            background-image: linear-gradient(to bottom, white, white, rgba(0, 0, 0, 0)); } }
      body .container-fluid.cf-background.about {
        margin-top: -10vw; }
        @media (max-width: 991px) {
          body .container-fluid.cf-background.about {
            margin-top: 0; } }
        body .container-fluid.cf-background.about .c-background .row-background .col-background-img .clipping-mask {
          border-radius: 0 !important;
          padding: 0 30px; }
        body .container-fluid.cf-background.about .c-background .row-background .col-background-img .name-title {
          position: relative;
          margin-top: -15px; }
          body .container-fluid.cf-background.about .c-background .row-background .col-background-img .name-title p {
            background-color: #d9ad6c;
            /*color: #031649;*/
            color: #1a1a1a;
            border-radius: 40px;
            text-align: center;
            padding: 10px; }
            body .container-fluid.cf-background.about .c-background .row-background .col-background-img .name-title p b {
              font-size: 1.35rem; }
        body .container-fluid.cf-background.about .c-background .row-background .col-background-word .col-background-wording::after {
          background-color: #00227c !important;
          width: calc(100% + 75px) !important;
          left: -40px !important; }
        body .container-fluid.cf-background.about .c-background .row-background .col-background-word .col-background-wording p {
          color: white !important; }
      body .container-fluid.cf-background.visionmission {
        background-color: #d9ad6c;
        background-image: unset; }
        body .container-fluid.cf-background.visionmission::before {
          content: unset; }
        body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-title {
          text-align: center; }
        body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-vision {
          margin-bottom: 30px; }
          body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-vision .row-list-vision .col-list-vision .inner-col {
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
            border-radius: 30px; }
            body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-vision .row-list-vision .col-list-vision .inner-col::after {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              content: "";
              background-image: linear-gradient(180deg, #ffffff 20%, transparent); }
              @media (max-width: 991px) {
                body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-vision .row-list-vision .col-list-vision .inner-col::after {
                  background-image: linear-gradient(180deg, #ffffff 40%, transparent); } }
            body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-vision .row-list-vision .col-list-vision .inner-col h3 {
              position: relative;
              z-index: 3;
              padding: 30px 30px 15px;
              margin-bottom: 0; }
            body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-vision .row-list-vision .col-list-vision .inner-col p {
              position: relative;
              z-index: 2;
              padding: 0 30px; }
            body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-vision .row-list-vision .col-list-vision .inner-col img {
              max-width: unset;
              width: calc(100% + 1px);
              margin-left: -1px;
              margin-top: -235px;
              position: relative;
              z-index: 0; }
              @media (max-width: 991px) {
                body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-vision .row-list-vision .col-list-vision .inner-col img {
                  width: 300%; } }
        body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission {
          padding: 30px 30px 15px;
          background-color: rgba(255, 255, 255, 0.29);
          border-radius: 30px; }
          body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission h3 {
            margin-bottom: 30px; }
          body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission .inner-col .col-mission-item {
            margin-bottom: 30px; }
            body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission .inner-col .col-mission-item div {
              display: table;
              background-color: white;
              border-radius: 20px;
              overflow: hidden;
              position: relative; }
              body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission .inner-col .col-mission-item div::after {
                content: "";
                position: absolute;
                z-index: 0;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: linear-gradient(90deg, transparent, white 30%); }
                @media (max-width: 768px) {
                  body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission .inner-col .col-mission-item div::after {
                    background-image: linear-gradient(to bottom, transparent, white 60%); } }
              body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission .inner-col .col-mission-item div img {
                width: unset;
                display: table-cell; }
                @media (max-width: 768px) {
                  body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission .inner-col .col-mission-item div img {
                    display: block; } }
              body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission .inner-col .col-mission-item div p {
                display: table-cell;
                width: 65%;
                vertical-align: middle;
                padding: 15px;
                position: relative;
                z-index: 1; }
                @media (max-width: 1366px) {
                  body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission .inner-col .col-mission-item div p {
                    font-size: .95rem; } }
                @media (max-width: 768px) {
                  body .container-fluid.cf-background.visionmission .c-background .row-background .col-background-list-mission .row-list-mission .col-list-mission .inner-col-list-mission .inner-col .col-mission-item div p {
                    display: block;
                    width: 100%; } }
      body .container-fluid.cf-background.structure {
        background-image: url("../images/cargo-ship-night-busy-port.jpg");
        background-position: left;
        /*background-size: contain;*/
        background-size: 100%;
        padding-top: 120px; }
        body .container-fluid.cf-background.structure::before {
          /*background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));*/
          background-image: linear-gradient(to top, white, white, rgba(0, 0, 0, 0)); }
        body .container-fluid.cf-background.structure .c-background .row-background .col-background-content .row.row-head .col-content::before {
          content: "";
          position: absolute;
          bottom: -40px;
          height: 40px;
          width: 5px;
          background-color: black;
          z-index: 0; }
        body .container-fluid.cf-background.structure .c-background .row-background .col-background-content .row .col-content {
          position: relative;
          background-color: #d9ad6c !important;
          border-radius: 20px;
          text-align: center;
          padding: 15px;
          margin-bottom: 40px; }
          body .container-fluid.cf-background.structure .c-background .row-background .col-background-content .row .col-content p {
            margin-bottom: 0; }
        body .container-fluid.cf-background.structure .c-background .row-background .col-background-content .row .col-line {
          position: relative;
          margin-bottom: 40px;
          text-align: center; }
          body .container-fluid.cf-background.structure .c-background .row-background .col-background-content .row .col-line::before {
            content: "";
            position: absolute;
            top: 0px;
            height: 40px;
            width: 5px;
            background-color: black;
            z-index: 0; }
            @media (max-width: 768px) {
              body .container-fluid.cf-background.structure .c-background .row-background .col-background-content .row .col-line::before {
                height: 55px; } }
          body .container-fluid.cf-background.structure .c-background .row-background .col-background-content .row .col-line::after {
            content: "";
            position: absolute;
            top: calc(50% - 5px);
            left: 0;
            height: 5px;
            width: 100%;
            background-color: black;
            z-index: 0; }
      body .container-fluid.cf-background.legality {
        background-image: unset;
        padding-top: 60px; }
        body .container-fluid.cf-background.legality::before {
          background-image: linear-gradient(to top, #00227c, white); }
        body .container-fluid.cf-background.legality .c-background .row-background .col-background-content .row .col div {
          position: relative;
          overflow: hidden;
          border-radius: 20px;
          margin-bottom: 15px; }
          body .container-fluid.cf-background.legality .c-background .row-background .col-background-content .row .col div::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 15px;
            width: 100%;
            height: 15px;
            background-color: white; }
          body .container-fluid.cf-background.legality .c-background .row-background .col-background-content .row .col div img {
            width: 100%;
            margin-top: -15px; }
      body .container-fluid.cf-background.products {
        margin-top: -10vw;
        position: relative;
        background-color: unset;
        background-image: unset !important;
        background-repeat: no-repeat;
        background-blend-mode: unset;
        color: #1a1a1a;
        padding-top: 45px;
        padding-bottom: 60px;
        text-align: center; }
        body .container-fluid.cf-background.products::before {
          position: absolute;
          content: "";
          z-index: 1;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: linear-gradient(to right, white, white, rgba(0, 0, 0, 0), white, white, white);
          background-image: linear-gradient(to bottom, white, white, rgba(0, 0, 0, 0)); }
        body .container-fluid.cf-background.products .container {
          position: relative;
          z-index: 1; }
          body .container-fluid.cf-background.products .container .row.row-products .col-products-title h2 {
            font-weight: 600; }
          body .container-fluid.cf-background.products .container .row.row-products .col-products-content p {
            background-color: rgba(255, 255, 255, 0.6);
            padding: 30px 15px;
            border-radius: 20px;
            font-weight: 500; }
          body .container-fluid.cf-background.products .container .row.row-products .col-products-content .col-products-gallery {
            margin-bottom: 15px; }
            body .container-fluid.cf-background.products .container .row.row-products .col-products-content .col-products-gallery img {
              border-radius: 20px;
              overflow: hidden; }
      body .container-fluid.cf-background .container {
        position: relative;
        z-index: 2; }
        body .container-fluid.cf-background .container .row.row-background .col-background-title {
          text-align: center; }
          body .container-fluid.cf-background .container .row.row-background .col-background-title h2 {
            text-align: center;
            font-weight: 600; }
        body .container-fluid.cf-background .container .row.row-background .col-background-img {
          padding: 0 30px; }
          body .container-fluid.cf-background .container .row.row-background .col-background-img .clipping-mask {
            border-radius: 40px;
            overflow: hidden; }
        body .container-fluid.cf-background .container .row.row-background .col-background-word {
          padding: 60px 30px 45px; }
          body .container-fluid.cf-background .container .row.row-background .col-background-word .col-background-wording {
            position: relative; }
            body .container-fluid.cf-background .container .row.row-background .col-background-word .col-background-wording::after {
              content: "";
              position: absolute;
              left: -90px;
              top: -30px;
              width: calc(100% + 120px);
              height: calc(100% + 60px);
              background-color: white;
              z-index: -1;
              border-radius: 30px; }
            body .container-fluid.cf-background .container .row.row-background .col-background-word .col-background-wording p {
              text-align: justify; }
    body .container-fluid.cf-commitment {
      position: relative;
      background-color: #00227c;
      background-image: url("../images/vision-mission-us-big-ship.jpg?01");
      background-size: cover;
      background-blend-mode: multiply;
      color: white;
      z-index: 0;
      padding-top: 45px;
      padding-bottom: 60px; }
      body .container-fluid.cf-commitment::before {
        position: absolute;
        content: "";
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, #00227c, rgba(0, 34, 124, 0.55), rgba(0, 0, 0, 0)); }
      body .container-fluid.cf-commitment .container {
        position: relative;
        z-index: 2; }
        body .container-fluid.cf-commitment .container .row.row-commitment .col-commitment-title {
          text-align: center; }
          body .container-fluid.cf-commitment .container .row.row-commitment .col-commitment-title h2 {
            text-align: center;
            font-weight: 600; }
        body .container-fluid.cf-commitment .container .row.row-commitment .col-commitment-list .row-commitment-list {
          margin-bottom: 45px; }
          body .container-fluid.cf-commitment .container .row.row-commitment .col-commitment-list .row-commitment-list .col-commitment-item a {
            position: relative;
            display: inline-block;
            border-radius: 20px;
            text-align: center;
            overflow: hidden; }
            body .container-fluid.cf-commitment .container .row.row-commitment .col-commitment-list .row-commitment-list .col-commitment-item a .overlay-gradient-bw {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-image: linear-gradient(45deg, black, rgba(0, 0, 0, 0));
              z-index: 0; }
            body .container-fluid.cf-commitment .container .row.row-commitment .col-commitment-list .row-commitment-list .col-commitment-item a p {
              font-size: 1.15rem;
              font-weight: 500;
              position: absolute;
              bottom: 0;
              left: 0;
              color: white;
              padding: 0 15px;
              height: 75px;
              text-align: left;
              z-index: 1;
              -webkit-transition: 0.2s;
              -moz-transition: 0.2s;
              -o-transition: 0.2s;
              transition: 0.2s; }
            body .container-fluid.cf-commitment .container .row.row-commitment .col-commitment-list .row-commitment-list .col-commitment-item a img {
              /*border-radius: 20px;*/
              -webkit-transition: 0.2s;
              -moz-transition: 0.2s;
              -o-transition: 0.2s;
              transition: 0.2s; }
    body .container-fluid.cf-contact-us {
      position: relative;
      background-color: rgba(255, 255, 255, 0.7);
      background-image: url("../images/bg-contact-us.jpg?01");
      background-position: 30%;
      background-repeat: no-repeat;
      background-blend-mode: lighten;
      color: #1a1a1a;
      padding-top: 45px;
      padding-bottom: 60px;
      text-align: center; }
      body .container-fluid.cf-contact-us::before {
        position: absolute;
        content: "";
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, white, white, rgba(0, 0, 0, 0), white, white, white); }
      body .container-fluid.cf-contact-us.contact-form {
        background-position: right;
        background-color: white;
        background-size: contain;
        background-blend-mode: unset;
        background-position: calc(100% - -320px) center;
        margin-top: -10vw; }
        body .container-fluid.cf-contact-us.contact-form::before {
          background-image: linear-gradient(to right, white, white, white, rgba(0, 0, 0, 0)); }
        body .container-fluid.cf-contact-us.contact-form .c-contact-us .row-contact-us .col-contact-us-content .row-contact-us-content {
          overflow: hidden;
          border-radius: 20px;
          box-shadow: 0px 4px 10px 0 #b9b9b9; }
          body .container-fluid.cf-contact-us.contact-form .c-contact-us .row-contact-us .col-contact-us-content .row-contact-us-content .col-contact-us-display {
            position: relative;
            overflow: hidden; }
            body .container-fluid.cf-contact-us.contact-form .c-contact-us .row-contact-us .col-contact-us-content .row-contact-us-content .col-contact-us-display::after {
              content: "";
              position: absolute;
              right: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background-image: linear-gradient(to left, #ffffff, transparent); }
            body .container-fluid.cf-contact-us.contact-form .c-contact-us .row-contact-us .col-contact-us-content .row-contact-us-content .col-contact-us-display img {
              position: absolute;
              left: 0;
              top: 0;
              height: 100%;
              max-width: unset; }
          body .container-fluid.cf-contact-us.contact-form .c-contact-us .row-contact-us .col-contact-us-content .row-contact-us-content .col-contact-us-form {
            background-color: white;
            padding: 30px; }
      body .container-fluid.cf-contact-us .container {
        position: relative;
        z-index: 1; }
        body .container-fluid.cf-contact-us .container .row.row-contact-us .col-contact-us-title h2 {
          font-weight: 600; }
        body .container-fluid.cf-contact-us .container .row.row-contact-us .col-contact-us-content p {
          background-color: rgba(255, 255, 255, 0.6);
          padding: 30px 15px;
          border-radius: 20px;
          margin-bottom: 45px;
          font-weight: 500; }
    body .container-fluid.cf-products {
      padding-top: 30px;
      padding-bottom: 60px;
      margin-bottom: 60px; }
      @media (max-width: 991px) {
        body .container-fluid.cf-products {
          margin-bottom: 0; } }
      body .container-fluid.cf-products::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 90%;
        height: 100%;
        background-color: #00227c;
        border-radius: 400px;
        z-index: -1; }
        @media (min-width: 992px) and (max-width: 1600px) {
          body .container-fluid.cf-products::before {
            border-radius: 150px; } }
        @media (max-width: 991px) {
          body .container-fluid.cf-products::before {
            border-radius: 0;
            width: 100%; } }
      body .container-fluid.cf-products.agriculture {
        background-image: linear-gradient(to right, #00227c, #00227c, #00227c, rgba(0, 0, 0, 0) 70%);
        /*#d9ad6c*/
        color: white; }
        body .container-fluid.cf-products.agriculture::before {
          background-color: #00227c; }
        body .container-fluid.cf-products.agriculture .list-group .list-group-item {
          background-color: rgba(0, 0, 0, 0);
          color: white;
          border: unset;
          margin-bottom: 15px;
          background-color: #031649;
          border-radius: 20px;
          min-height: 70px; }
      body .container-fluid.cf-products.seafood {
        background-image: linear-gradient(to left, #d9ad6c, #d9ad6c, #d9ad6c, rgba(0, 0, 0, 0) 70%);
        /*#d9ad6c*/ }
        body .container-fluid.cf-products.seafood::before {
          left: unset;
          right: 0;
          background-color: #d9ad6c; }
        body .container-fluid.cf-products.seafood .col-products-word .col-products-wording {
          padding-left: 120px;
          padding-right: 15px !important; }
          @media (max-width: 991px) {
            body .container-fluid.cf-products.seafood .col-products-word .col-products-wording {
              padding-right: 0 !important;
              padding-left: 0; } }
      body .container-fluid.cf-products.livestock {
        background-image: linear-gradient(to right, #031649, #031649, #031649, rgba(0, 0, 0, 0) 70%);
        /*#d9ad6c*/
        color: white; }
        body .container-fluid.cf-products.livestock::before {
          background-color: #031649; }
      body .container-fluid.cf-products .c-products .row-products .col-products-title h2::before {
        left: 0; }
      body .container-fluid.cf-products .c-products .row-products .col-products-title h2.secondary {
        color: white !important; }
      body .container-fluid.cf-products .c-products .row-products .col-products-title.text-end h2::before {
        left: unset;
        right: 0; }
      body .container-fluid.cf-products .c-products .row-products .col-products-img.carousel .carousel-indicators {
        width: 100%;
        margin: 0;
        position: relative !important; }
      body .container-fluid.cf-products .c-products .row-products .col-products-img.carousel .carousel-inner {
        margin: 0;
        border-radius: 20px; }
        body .container-fluid.cf-products .c-products .row-products .col-products-img.carousel .carousel-inner .carousel-item {
          padding: 0; }
      body .container-fluid.cf-products .c-products .row-products .col-products-img.carousel .carousel-control-prev .carousel-control-prev-icon {
        background-color: #031649;
        border-radius: 20px;
        background-size: 20px;
        background-position: 40% 50%; }
      body .container-fluid.cf-products .c-products .row-products .col-products-img.carousel .carousel-control-next .carousel-control-next-icon {
        background-color: #031649;
        border-radius: 20px;
        background-size: 20px;
        background-position: 60% 50%; }
      body .container-fluid.cf-products .c-products .row-products .col-products-word .col-products-wording {
        padding-right: 120px; }
        @media (max-width: 991px) {
          body .container-fluid.cf-products .c-products .row-products .col-products-word .col-products-wording {
            padding-right: 0; } }
        body .container-fluid.cf-products .c-products .row-products .col-products-word .col-products-wording div p {
          position: relative;
          z-index: 1;
          margin-bottom: 15px;
          text-align: justify; }
        body .container-fluid.cf-products .c-products .row-products .col-products-word .col-products-wording div ul li {
          font-size: 1.15rem; }
    body .container-fluid.cf-footer {
      background-color: #00227c;
      color: white;
      padding: 60px 15px;
      overflow: hidden; }
      body .container-fluid.cf-footer .container .row.row-footer .col-footer-text img {
        margin-left: -5%;
        margin-bottom: 45px; }
      body .container-fluid.cf-footer .container .row.row-footer .col-footer-text p {
        padding-left: 5px;
        margin-bottom: 30px;
        font-weight: 500; }
      body .container-fluid.cf-footer .container .row.row-footer .col-footer-text a {
        text-decoration: none;
        color: white; }
      body .container-fluid.cf-footer .container .row.row-footer .col-footer-image {
        position: relative; }
        body .container-fluid.cf-footer .container .row.row-footer .col-footer-image::after {
          content: "";
          position: absolute;
          left: 40%;
          top: 35%;
          width: 300%;
          height: 30%;
          background-color: #d9ad6c; }
        body .container-fluid.cf-footer .container .row.row-footer .col-footer-image img {
          width: 50%; }
    body .container-fluid.cf-copyright {
      background-color: #1a1a1a;
      color: white;
      padding: 15px 0;
      margin-top: -1px; }
      body .container-fluid.cf-copyright .container .row.row-copyright .col-copyright p {
        text-align: center;
        margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
