﻿@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url(../fonts/fonts.css);
@import url(animate.css);
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

::-webkit-scrollbar-thumb {
  background: slategray; }

::-webkit-scrollbar-track {
  background: #b8c0c8; }

body {
  scrollbar-face-color: slategray;
  scrollbar-track-color: #b8c0c8; }

html {
  font-size: 16px;
  font-weight: 500;
  height: 100%; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html {
      font-size: 16px;
      font-weight: 400; } }

* {
  box-sizing: border-box;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s;
  outline: none !important; }

body {
  font-size: 13px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  padding: 100px 0px 0px 0px;
  height: 100%; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
      font-size: 13px;
      font-weight: 400; } }
  body * {
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif; }

a:hover {
  text-decoration: none; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.datepicker {
  font-size: .75rem;
  padding: 0.625rem; }
  .datepicker table tr td,
  .datepicker table tr th {
    width: 1.875rem;
    height: 1.875rem; }

input[type="button"], input[type="submit"], input[type="reset"], .btn {
  display: inline-block;
  padding: 10px 30px;
  background: #E5C81B;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 500;
  border: 0px; }

.wrapper {
  max-width: 1400px;
  margin: 0px auto;
  position: relative; }
  @media screen and (max-width: 1400px) {
    .wrapper {
      padding: 0px 20px; } }
  .wrapper h2 {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333; }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  background: #fff;
  z-index: 9999; }
  header .wrapper {
    height: 100px;
    padding: 20px; }
    header .wrapper span.alga_logo {
      position: absolute;
      left: 0px;
      top: 10px;
      bottom: 0px;
      width: 160px;
      height: 100px;
      background: url(../images/algalogo.png) no-repeat 0% 50%;
      background-size: auto 100px;
      display: none; }
      @media screen and (max-width: 1400px) {
        header .wrapper span.alga_logo {
          left: 20px; } }
    header .wrapper p.alga_social {
      position: absolute;
      margin: 0px;
      padding: 0px;
      top: 20px;
      right: 20px; }
      header .wrapper p.alga_social a {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: top;
        margin: 0px 5px 0px 0px; }
        header .wrapper p.alga_social a.fb {
          background: url(../images/facebook.png) no-repeat 50% 50%;
          background-size: 20px auto; }
        header .wrapper p.alga_social a.tw {
          background: url(../images/twitter.png) no-repeat 50% 50%;
          background-size: 20px auto; }
        header .wrapper p.alga_social a.whtup {
          background: url(../images/whatsapp.png) no-repeat 50% 50%;
          background-size: 20px auto; }
      header .wrapper p.alga_social label {
        display: inline-block;
        padding-left: 10px; }
    header .wrapper nav {
      position: absolute;
      right: 20px;
      bottom: 20px;
      padding: 0px; }
      header .wrapper nav > ul {
        text-transform: uppercase;
        margin: 0px;
        padding: 0px; }
        header .wrapper nav > ul:after {
          display: block;
          content: "";
          clear: both; }
        header .wrapper nav > ul > li {
          list-style: none;
          float: left;
          margin: 0px 10px 0px 5px;
          position: relative;
          text-transform: uppercase;
          font-family: 'Roboto Condensed', sans-serif; }
          header .wrapper nav > ul > li a {
            color: #333333;
            font-size: 14px;
            padding: 5px 20px;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 500; }
          header .wrapper nav > ul > li.dropdown:after {
            content: "";
            width: 0;
            height: 0;
            border: 0 solid transparent;
            border-right-width: 5px;
            border-left-width: 5px;
            border-top: 5px solid #000;
            position: absolute;
            right: 0px;
            top: 7px; }
          header .wrapper nav > ul > li.active a, header .wrapper nav > ul > li:hover a {
            color: #83A722;
            font-weight: 500; }
          header .wrapper nav > ul > li > ul.dropdownmenu {
            display: none;
            position: absolute;
            left: 0px;
            top: 100%;
            width: auto;
            margin: 0px;
            padding: 10px 20px;
            border: 1px solid #CCCCCC;
            background: #fff;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px; }
            header .wrapper nav > ul > li > ul.dropdownmenu > li {
              list-style: none;
              display: block;
              margin: 0px 0px 2px 0px;
              position: relative; }
              header .wrapper nav > ul > li > ul.dropdownmenu > li > a {
                display: block;
                font-size: 12px;
                text-decoration: none;
                padding: 5px 0px;
                white-space: nowrap;
                color: #000;
                font-weight: 500; }
              header .wrapper nav > ul > li > ul.dropdownmenu > li.active a, header .wrapper nav > ul > li > ul.dropdownmenu > li:hover a {
                color: #83A722;
                font-weight: 600; }
          header .wrapper nav > ul > li:hover > ul.dropdownmenu {
            display: block; }
            header .wrapper nav > ul > li:hover > ul.dropdownmenu > li > ul.submenu {
              display: none;
              position: absolute;
              left: 100%;
              top: 0px;
              padding: 10px 20px;
              border: 1px solid #CCCCCC;
              background: #fff;
              border-radius: 5px;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px; }
              header .wrapper nav > ul > li:hover > ul.dropdownmenu > li > ul.submenu > li {
                list-style: none;
                margin: 0px 0px 1px 0px; }
                header .wrapper nav > ul > li:hover > ul.dropdownmenu > li > ul.submenu > li a {
                  display: block;
                  font-size: 12px;
                  text-decoration: none;
                  padding: 5px 0px;
                  white-space: nowrap;
                  color: #000;
                  font-weight: 500; }
                header .wrapper nav > ul > li:hover > ul.dropdownmenu > li > ul.submenu > li.active a, header .wrapper nav > ul > li:hover > ul.dropdownmenu > li > ul.submenu > li:hover a {
                  color: #83A722;
                  font-weight: 500; }
            header .wrapper nav > ul > li:hover > ul.dropdownmenu > li:hover > ul.submenu {
              display: block; }

.alga_content {
  clear: both;
  content: "";
  display: block;
  /*owlcarousal*/
  /*owlcarousal*/ }
  .alga_content .alga_section1 {
    background: url(../images/globe.png) no-repeat 50% 50%;
    background-size: auto 100%; }
    .alga_content .alga_section1 .wrapper {
      position: relative;
      min-height: 380px;
      background: url(../images/section1bg.png) no-repeat 98% 50%;
      background-size: auto 250px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .alga_content .alga_section1 .wrapper h2 {
        font-size: 0px;
        font-weight: 300;
        margin: 0px;
        padding: 0px 0px 0px 10px;
        line-height: 90%;
        background: url(../images/algalogogroup.png) no-repeat 0% 0%;
        background-size: auto 200px;
        height: 240px; }
        .alga_content .alga_section1 .wrapper h2 span {
          display: none; }
      .alga_content .alga_section1 .wrapper h3 {
        font-size: 14px;
        font-weight: 300;
        margin: 0px;
        padding: 0px 0px 10px 10px;
        line-height: 90%;
        letter-spacing: 3.5px; }
        .alga_content .alga_section1 .wrapper h3 span {
          display: inline-block;
          padding: 0px 30px 0px 0px;
          text-transform: uppercase;
          position: relative; }
          .alga_content .alga_section1 .wrapper h3 span:after {
            content: "";
            display: block;
            position: absolute;
            right: 20px;
            top: calc(50% - 5px);
            width: 1px;
            height: 12px;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            background: #eadc7b; }
          .alga_content .alga_section1 .wrapper h3 span:nth-child(4):after {
            display: none; }
      .alga_content .alga_section1 .wrapper p.alga_btn {
        margin: 0px;
        padding: 20px 10px;
        display: none; }
        .alga_content .alga_section1 .wrapper p.alga_btn a {
          display: inline-block;
          background: #E5C81B;
          padding: 10px 20px;
          color: #fff;
          text-transform: uppercase;
          font-size: 22px;
          font-weight: 600;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          line-height: 100%;
          font-family: 'Roboto Condensed', sans-serif; }
    .alga_content .alga_section1.covidessentials .wrapper {
      background: url(../images/covid/bannerbg.png) no-repeat 85% 50%;
      background-size: auto 300px; }
  .alga_content .alga_section2 .wrapper ul {
    margin: 0px;
    padding: 40px 0px; }
    .alga_content .alga_section2 .wrapper ul:after {
      clear: both;
      content: "";
      display: block; }
    .alga_content .alga_section2 .wrapper ul li {
      list-style: none;
      float: left;
      margin: 0px 8px 16px 8px;
      width: calc((100%/3) - 16px);
      background: #e5e5e5;
      min-height: 240px;
      padding: 40px 30px;
      text-align: right;
      position: relative; }
      .alga_content .alga_section2 .wrapper ul li:nth-child(1) {
        width: calc(60% - 16px);
        background: url(../images/seafoods.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .alga_content .alga_section2 .wrapper ul li:nth-child(2) {
        width: calc(40% - 16px);
        background: url(../images/frozenmeat.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .alga_content .alga_section2 .wrapper ul li:nth-child(3) {
        width: calc(50% - 16px);
      
         background: url(../images/hometuna.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .alga_content .alga_section2 .wrapper ul li:nth-child(4) {
        width: calc(50% - 16px);
        background: url(../images/frenchfries-1.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .alga_content .alga_section2 .wrapper ul li:nth-child(5) {
        width: calc(33% - 16px);
         background: url(../images/shrimps-4.jpg) no-repeat 50% 50%;
        background-size: cover; }
       .alga_content .alga_section2 .wrapper ul li:nth-child(6) {
            width: calc(33% - 16px);
            background: url(../images/covidessentials.jpg) no-repeat 50% 50%;
            background-size: cover; }
      .alga_content .alga_section2 .wrapper ul li:nth-child(7) {
                width: calc(34% - 16px);
                background: url(../images/snacks.jpg) no-repeat 50% 50%;
                background-size: cover; }
      .alga_content .alga_section2 .wrapper ul li span {
        display: block;
        padding: 0px;
        line-height: 100%;
        color: #4c4848;
        font-size: 13px; }
      .alga_content .alga_section2 .wrapper ul li h2 {
        font-size: 30px;
        margin: 10px 0px 0px 0px;
        padding: 0px;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Roboto Condensed', sans-serif; }
        .alga_content .alga_section2 .wrapper ul li h2 span {
          font-size: 16px;
          font-family: 'Roboto Condensed', sans-serif; }
      .alga_content .alga_section2 .wrapper ul li a {
        position: absolute;
        bottom: 30px;
        right: 30px;
        color: #83A722;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1.5px;
        font-family: 'Roboto Condensed', sans-serif; }
  .alga_content .alga_section3 {
    text-align: center;
    padding: 50px 0px; }
    .alga_content .alga_section3:after {
      clear: both;
      content: "";
      display: block; }
    .alga_content .alga_section3 .tab {
      max-width: 900px;
      margin: 0px auto;
      text-align: center; }
      .alga_content .alga_section3 .tab:after {
        clear: both;
        content: "";
        display: block; }
      .alga_content .alga_section3 .tab .tablinks {
        display: inline-block;
        color: #757575;
        text-align: center;
        font-size: 12px;
        padding: 6px 22px;
        text-transform: uppercase;
        cursor: pointer; }
        .alga_content .alga_section3 .tab .tablinks.active {
          font-weight: 600;
          color: #10844c;
          position: relative; }
          .alga_content .alga_section3 .tab .tablinks.active:after {
            position: absolute;
            left: 20px;
            right: 20px;
            bottom: 0px;
            height: 3px;
            background: #fb7906;
            content: ""; }
  .alga_content .alga_section4 {
    background: #f8f8f8; }
    .alga_content .alga_section4 .wrapper {
      padding: 80px 20px; }
      .alga_content .alga_section4 .wrapper h2 {
        text-align: center; }
      .alga_content .alga_section4 .wrapper ul {
        margin: 0px auto;
        padding: 0px;
        max-width: 900px; }
        .alga_content .alga_section4 .wrapper ul li {
          list-style: none;
          background: #fff;
          padding: 30px;
          text-align: center;
          min-height: 250px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          position: relative; }
          .alga_content .alga_section4 .wrapper ul li h3 {
            margin: 0px;
            padding: 0px 0px 10px 0px;
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
            color: #333333;
            text-align: center; }
          .alga_content .alga_section4 .wrapper ul li p {
            font-size: 14px;
            font-family: 'Roboto Condensed', sans-serif;
            color: #333333;
            text-align: center;
            margin: 0px;
            padding: 0px 60px 20px 60px; }
          .alga_content .alga_section4 .wrapper ul li a {
            color: #83A722;
            font-size: 13px;
            display: inline-block;
            text-align: center;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif; }
          .alga_content .alga_section4 .wrapper ul li span {
            position: absolute;
            left: 0px;
            width: 50%;
            height: 250px; }
          .alga_content .alga_section4 .wrapper ul li:nth-child(1) {
            padding: 30px 30px 30px 50%; }
            .alga_content .alga_section4 .wrapper ul li:nth-child(1) span {
              background: #fff url(../images/feature_pdt_2.jpg) no-repeat 0% 50%;
              background-size: cover; }
          .alga_content .alga_section4 .wrapper ul li:nth-child(2) {
            padding: 30px 50% 30px 30px; }
            .alga_content .alga_section4 .wrapper ul li:nth-child(2) span {
              background: #fff url(../images/feature_pdt_1.jpg) no-repeat 0% 50%;
              background-size: cover;
              left: inherit;
              right: 0px; }
  .alga_content .alga_section5 .wrapper {
    padding: 30px 100px 30px 50%;
    background: url(../images/about_us.jpg) no-repeat 0% 50%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column; }
    @media screen and (min-width: 1800px) {
      .alga_content .alga_section5 .wrapper {
        padding: 30px 100px 30px 40%; } }
    .alga_content .alga_section5 .wrapper span {
      width: 50%; }
    .alga_content .alga_section5 .wrapper p {
      line-height: 150%;
      color: #333333;
      font-size: 14px;
      margin: 0px;
      padding: 0px 0px 30px 0px; }
    .alga_content .alga_section5 .wrapper a {
      color: #83A722;
      font-size: 13px;
      display: inline-block;
      text-align: left;
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif; }
  .alga_content .alga_section6 {
    background: #4F7810;
    position: relative; }
    .alga_content .alga_section6:after {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      width: 50%;
      background: #E5C81B;
      z-index: 1; }
    .alga_content .alga_section6 .wrapper {
      padding: 0px;
      position: relative;
      z-index: 99; }
      .alga_content .alga_section6 .wrapper ul {
        margin: 0px;
        padding: 0px; }
        .alga_content .alga_section6 .wrapper ul:after {
          clear: both;
          content: "";
          display: block; }
        .alga_content .alga_section6 .wrapper ul li {
          list-style: none;
          display: block;
          float: left;
          width: calc(100%/3);
          padding: 50px 40px 0px 140px;
          min-height: 225px;
          color: #fff; }
          .alga_content .alga_section6 .wrapper ul li:nth-child(1) {
            background: #4F7810 url(../images/section6_1.png) no-repeat 40px 50px; }
          .alga_content .alga_section6 .wrapper ul li:nth-child(2) {
            background: #83A722 url(../images/section6_2.png) no-repeat 40px 50px; }
          .alga_content .alga_section6 .wrapper ul li:nth-child(3) {
            background: #E5C81B url(../images/section6_3.png) no-repeat 40px 50px; }
          .alga_content .alga_section6 .wrapper ul li h3 {
            margin: 0px;
            padding: 0px 0px 20px 0px;
            font-size: 23px;
            font-weight: 600;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
            color: #fff; }
          .alga_content .alga_section6 .wrapper ul li p {
            line-height: 160%;
            font-size: 16px;
            color: #fff;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300; }
  .alga_content .alga_section7 .wrapper {
    padding: 40px 0px; }
    .alga_content .alga_section7 .wrapper h2 {
      text-align: center; }
    .alga_content .alga_section7 .wrapper .owl-carousel .owl-item .item {
      position: relative; }
      .alga_content .alga_section7 .wrapper .owl-carousel .owl-item .item span {
        height: 300px; }
        .alga_content .alga_section7 .wrapper .owl-carousel .owl-item .item span.new {
          content: "New";
          position: absolute;
          left: 0px;
          top: 0px;
          display: block;
          background: #c4183c;
          color: #fff;
          padding: 10px 20px;
          height: auto; }
      .alga_content .alga_section7 .wrapper .owl-carousel .owl-item .item h4 {
        text-align: left; }
  .alga_content .alga_section8 {
    background: #f8f8f8; }
    .alga_content .alga_section8 .wrapper {
      padding: 50px 20px; }
      .alga_content .alga_section8 .wrapper h2 {
        text-align: center; }
      .alga_content .alga_section8 .wrapper ul {
        margin: 0px auto;
        padding: 0px;
        max-width: 1000px; }
        .alga_content .alga_section8 .wrapper ul:after {
          clear: both;
          content: "";
          display: block; }
        .alga_content .alga_section8 .wrapper ul li {
          list-style: none;
          float: left;
          width: 50%;
          margin: 0px 0px 10px 0px; }
          .alga_content .alga_section8 .wrapper ul li > span {
            display: block;
            width: 100%;
            padding: 0px; }
            .alga_content .alga_section8 .wrapper ul li > span > span {
              display: none; }
            .alga_content .alga_section8 .wrapper ul li > span input[type="text"], .alga_content .alga_section8 .wrapper ul li > span select, .alga_content .alga_section8 .wrapper ul li > span textarea {
              width: calc(100% - 20px);
              padding: 8px;
              font-family: 'Roboto', sans-serif;
              background: #f8f8f8;
              border: 1px solid #757575; }
      .alga_content .alga_section8 .wrapper p {
        padding: 20px 0px 0px 0px;
        max-width: 1000px;
        text-align: right;
        margin: 10px auto;
        border-top: 1px solid #fff; }
        .alga_content .alga_section8 .wrapper p input[type="button"], .alga_content .alga_section8 .wrapper p input[type="submit"], .alga_content .alga_section8 .wrapper p input[type="reset"] {
          border: 0px;
          background: #17c671;
          padding: 6px 20px;
          color: #fff;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          border: 1px solid #17c671; }
          .alga_content .alga_section8 .wrapper p input[type="button"].grey, .alga_content .alga_section8 .wrapper p input[type="submit"].grey, .alga_content .alga_section8 .wrapper p input[type="reset"].grey {
            background: #f8f8f8;
            color: #333333;
            border: 1px solid #333333; }
  .alga_content .alga_section9 .wrapper {
    padding: 50px 20px; }
    .alga_content .alga_section9 .wrapper h2 {
      text-align: center; }
    .alga_content .alga_section9 .wrapper ul {
      margin: 0px auto;
      padding: 0px;
      max-width: 1000px; }
      .alga_content .alga_section9 .wrapper ul:After {
        clear: both;
        content: "";
        display: block; }
      .alga_content .alga_section9 .wrapper ul li {
        list-style: none;
        width: calc(100%/3);
        float: left;
        padding: 10px 0px 10px 70px; }
        .alga_content .alga_section9 .wrapper ul li h4 {
          margin: 0px;
          padding: 0px 0px 10px 0px;
          font-size: 15px;
          font-weight: 600; }
        .alga_content .alga_section9 .wrapper ul li p {
          margin: 0px;
          padding: 0px;
          font-size: 14px;
          font-weight: 500; }
          .alga_content .alga_section9 .wrapper ul li p > label {
            font-weight: 600;
            display: inline-block;
            width: 40px; }
  .alga_content .alga_section9.subpage {
    background: #83A722; }
    .alga_content .alga_section9.subpage .wrapper * {
      color: #fff; }
  .alga_content .alga_breadcrumb {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif; }
    .alga_content .alga_breadcrumb a {
      font-size: 12px;
      color: #757575;
      display: inline-block;
      text-decoration: none;
      position: relative;
      padding: 0px 10px 0px 0px;
      margin: 0px 5px 0px 0px;
      font-family: 'Roboto Condensed', sans-serif; }
      .alga_content .alga_breadcrumb a:after {
        content: "/";
        color: #757575;
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 12px; }
    .alga_content .alga_breadcrumb span {
      color: #83A722;
      display: inline-block;
      font-size: 12px;
      font-family: 'Roboto Condensed', sans-serif; }
  .alga_content .alga_productsection1 {
    background: #F8F8F8;
    padding: 80px 0px;
    position: relative; }
    .alga_content .alga_productsection1 .wrapper {
      position: relative;
      max-width: 1200px;
      margin: 0px auto; }
      .alga_content .alga_productsection1 .wrapper h2 {
        margin: 0px;
        padding: 0px 0px 20px 0px; }
      .alga_content .alga_productsection1 .wrapper p {
        margin: 0px;
        padding: 0px 0px 10px 0px;
        color: #333333;
        font-size: 14px; }
      .alga_content .alga_productsection1 .wrapper .half {
        width: 50%;
        float: left;
        padding: 30px; }
        .alga_content .alga_productsection1 .wrapper .half h3 {
          color: #83A722;
          font-size: 20px;
          font-family: 'Roboto Condensed', sans-serif;
          margin: 0px 0px 10px 0px; }
          .alga_content .alga_productsection1 .wrapper .half h3 span {
            font-size: 12px;
            display: block;
            font-weight: 400; }
        .alga_content .alga_productsection1 .wrapper .half p {
          font-size: 12px;
          line-height: 150%;
          margin: 0px 0px 10px 0px;
          padding: 0px; }
  .alga_content .alga_productsection2 {
    padding: 40px 0px; }
    .alga_content .alga_productsection2 .wrapper {
      max-width: 1200px;
      margin: 0px auto; }
      .alga_content .alga_productsection2 .wrapper > div {
        padding: 20px; }
        .alga_content .alga_productsection2 .wrapper > div h4 {
          font-size: 15px;
          color: #333333;
          padding: 0px 100px 0px 0px;
          margin: 0px 0px 20px 0px; }
        .alga_content .alga_productsection2 .wrapper > div p {
          margin: 0px 0px 30px 0px;
          padding: 0px 100px 0px 0px;
          line-height: 150%;
          color: #757575; }
        .alga_content .alga_productsection2 .wrapper > div ul {
          margin: 0px;
          padding: 10px 30px 0px 30px; }
          .alga_content .alga_productsection2 .wrapper > div ul:after {
            clear: both;
            content: "";
            display: block; }
          .alga_content .alga_productsection2 .wrapper > div ul li {
            list-style: none;
            float: left;
            width: 50%;
            padding: 5px;
            min-height: 250px;
            margin: 0px 0px 20px 0px; }
            .alga_content .alga_productsection2 .wrapper > div ul li span {
              width: 100%;
              height: 205px;
              border: 1px solid #CCCCCC;
              display: block;
              overflow: hidden;
              text-align: center;
              border-radius: 5px;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              margin: 0px 0px 10px 0px; }
              .alga_content .alga_productsection2 .wrapper > div ul li span img {
                width: 100%;
                height: 100%; }
            .alga_content .alga_productsection2 .wrapper > div ul li h5 {
              font-family: 'Roboto Condensed', sans-serif;
              margin: 0px;
              font-size: 13px;
              padding: 0px;
              font-weight: 500; }
        .alga_content .alga_productsection2 .wrapper > div a {
          color: #83A722;
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 13px;
          display: block;
          text-decoration: none;
          text-transform: uppercase; }
    .alga_content .alga_productsection2.alga_alt {
      background: #F8F8F8; }
    .alga_content .alga_productsection2.aboutus .wrapper p {
      margin: 0px 0px 20px 0px;
      color: #757575; }
    .alga_content .alga_productsection2.aboutus .wrapper h4 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 600;
      margin: 10px 0px;
      padding: 0px;
      font-size: 18px;
      text-transform: uppercase; }
      .alga_content .alga_productsection2.aboutus .wrapper h4 span {
        font-weight: 400;
        font-family: 'Roboto Condensed', sans-serif;
        display: block;
        font-size: 14px;
        margin: 2px 0px 0px 0px; }
  .alga_content .alga_services1 .wrapper {
    padding: 40px 0px; }
    .alga_content .alga_services1 .wrapper ul {
      margin: 0px auto;
      padding: 0px 20px;
      max-width: 1200px; }
      .alga_content .alga_services1 .wrapper ul:after {
        clear: both;
        content: "";
        display: block; }
      .alga_content .alga_services1 .wrapper ul li {
        list-style: none;
        float: left;
        width: 50%;
        text-align: center;
        padding: 30px; }
        .alga_content .alga_services1 .wrapper ul li span {
          display: block;
          overflow: hidden; }
          .alga_content .alga_services1 .wrapper ul li span img {
            width: 100%; }
        .alga_content .alga_services1 .wrapper ul li h3 {
          font-size: 25px;
          margin: 0px;
          padding: 20px 0px;
          text-align: center;
          text-transform: uppercase;
          color: #333333;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 600; }
        .alga_content .alga_services1 .wrapper ul li p {
          line-height: 150%;
          font-size: 15px;
          color: #757575;
          margin: 0px;
          padding: 0px 0px 10px 0px; }
        .alga_content .alga_services1 .wrapper ul li a {
          color: #83A722;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 600;
          text-transform: uppercase; }
  .alga_content .alga_gallery .wrapper {
    padding: 40px 20px; }
    .alga_content .alga_gallery .wrapper ul {
      margin: 0px;
      padding: 0px; }
      .alga_content .alga_gallery .wrapper ul:after {
        clear: both;
        content: "";
        display: block; }
      .alga_content .alga_gallery .wrapper ul li {
        list-style: none;
        float: left;
        width: calc(100%/5);
        padding: 10px;
        margin: 0px 0px 10px 0px; }
        .alga_content .alga_gallery .wrapper ul li.full {
          width: 100%;
          padding: 10px 0px;
          clear: both; }
          .alga_content .alga_gallery .wrapper ul li.full h5 {
            margin: 10px 0px 0px 0px;
            padding: 0px;
            font-size: 20px;
            font-weight: 600;
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: capitalize; }
        .alga_content .alga_gallery .wrapper ul li span {
          display: block;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 200px;
          background: #fff;
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
          -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
          overflow: hidden;
          cursor: pointer; }
          .alga_content .alga_gallery .wrapper ul li span img {
            width: calc(100% - 40px);
            margin: 0px auto;
            display: inline-block; }
        .alga_content .alga_gallery .wrapper ul li h3 {
          margin: 10px 0px 0px 0px;
          padding: 0px;
          font-size: 15px;
          font-weight: 600;
          font-family: 'Roboto Condensed', sans-serif;
          text-transform: capitalize; }
  .alga_content .owl-carousel {
    position: relative;
    width: 100%;
    margin: 30px auto;
    max-width: calc(100% - 220px);
    -ms-touch-action: pan-y; }
    .alga_content .owl-carousel .owl-wrapper {
      display: none;
      position: relative; }
    .alga_content .owl-carousel .owl-stage-outer {
      overflow: hidden;
      position: relative;
      width: 100%;
      padding: 10px 0px;
      position: relative;
      z-index: 999; }
      .alga_content .owl-carousel .owl-stage-outer.autoHeight {
        -webkit-transition: height .5s ease-in-out;
        -moz-transition: height .5s ease-in-out;
        -ms-transition: height .5s ease-in-out;
        -o-transition: height .5s ease-in-out;
        transition: height 0.5s ease-in-out; }
  .alga_content .ft_menu li a, .alga_content .mob_contact a, .alga_content .owl-controls .owl-buttons div, .alga_content .zc_cmbtn, .alga_content .zc_indus_pro li a span, .alga_content .zc_mn_serv, .alga_content .zcbtn_cm {
    transition: all ease 0.5s; }
  .alga_content .owl-carousel .owl-item {
    float: left; }
    .alga_content .owl-carousel .owl-item .item {
      display: block;
      width: 100%;
      margin: 0px auto; }
      .alga_content .owl-carousel .owl-item .item span {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 180px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-family: 'Roboto Condensed', sans-serif; }
        .alga_content .owl-carousel .owl-item .item span img {
          text-align: center;
          max-width: calc(100% - 50px);
          max-height: 160px; }
      .alga_content .owl-carousel .owl-item .item h4 {
        text-align: center;
        margin: 0px;
        padding: 10px 0px;
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 600;
        color: #333333; }
  .alga_content .grabbing {
    cursor: url(grabbing.png) 8 8, move; }
  .alga_content .owl-carousel .owl-item, .alga_content .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .alga_content .owl-nav {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    position: absolute;
    width: 100% !important;
    top: 0% !important;
    bottom: 0px; }
    .alga_content .owl-nav button {
      background: #fff url(../images/leftarrow.png) no-repeat 50% 50%;
      background-size: 16px auto;
      width: 40px;
      height: 40px;
      position: absolute;
      text-indent: 999px;
      overflow: hidden;
      top: calc(50% - 35px);
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border: 1px solid #868e96; }
      .alga_content .owl-nav button.owl-next {
        background: #fff url(../images/rightarrow.png) no-repeat 50% 50%;
        background-size: 16px auto; }
  .alga_content .owl-nav button.owl-prev {
    left: -60px; }
  .alga_content .owl-nav button.owl-next {
    right: -60px; }
  .alga_content .owl-dots {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 50px);
    width: 100px;
    text-align: center;
    display: none; }
    .alga_content .owl-dots button {
      width: 14px;
      height: 14px;
      background: #fff;
      display: inline-block;
      margin: 0px 5px 0px 0px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border: 0px;
      padding: 0px; }
      .alga_content .owl-dots button.active {
        background: blue; }

footer {
  background: #333333; }
  footer p {
    margin: 0px;
    text-align: center;
    padding: 20px 0px;
    font-size: 12px;
    color: #B2B2B2; }

.modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  padding-top: 40px;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.25); }
  .modal .close {
    color: white;
    position: absolute;
    top: -25px;
    right: -25px;
    font-size: 35px;
    font-weight: normal !important;
    opacity: 1;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    padding-top: 3px;
    line-height: 100%;
    cursor: pointer; }
  .modal .modal-content {
    position: relative;
    background: #fff;
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 800px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: calc(100% - 80px); }
    .modal .modal-content .mySlides {
      height: calc(100% - 80px);
      display: block;
      border-bottom: 1px solid #f2f2f2; }
      .modal .modal-content .mySlides span {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
        overflow: hidden; }
        .modal .modal-content .mySlides span img {
          max-width: calc(100% - 50px);
          margin: 0px auto;
          max-height: 100%; }
    .modal .modal-content h3 {
      margin: 10px 0px;
      font-size: 30px;
      color: #83A722;
      padding: 0px 0px 0px 20px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 500;
      text-transform: capitalize; }
    .modal .modal-content h4 {
      margin: 10px 0px;
      font-size: 20px;
      color: #333333;
      padding: 0px 0px 0px 20px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 500; }
      .modal .modal-content h4 label {
        color: #8777c3;
        display: inline-block;
        padding-left: 10px;
        font-family: 'Roboto Condensed', sans-serif; }
    .modal .modal-content a.prev, .modal .modal-content a.next {
      position: absolute;
      width: 40px;
      height: 80px;
      top: calc(50% - 60px);
      left: 20px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      text-align: center;
      font-size: 50px;
      color: #757575;
      cursor: pointer;
      display: block; }
    .modal .modal-content a.next {
      right: 20px;
      left: inherit; }

@media screen and (max-width: 1200px) {
  .alga_content .alga_section1 .wrapper h3 {
    max-width: 50%; }
    .alga_content .alga_section1 .wrapper h3 span {
      line-height: 150%; }
  .alga_content .alga_section5 .wrapper {
    background: url(../images/about_us.jpg) no-repeat 0% 50%;
    background-size: 50% auto; } }

@media screen and (max-width: 1024px) {
  .alga_content .alga_section6 .wrapper ul li {
    min-height: 300px; } }

@media screen and (max-width: 800px) {
  body {
    padding: 80px 0px 0px 0px; }
  header {
    height: 80px; }
    header .wrapper span.alga_logo {
      left: 70px;
      top: 5px;
      background: url(../images/algalogo.png) no-repeat 0% 50%;
      background-size: auto 60px;
      height: 60px; }
    header .wrapper .toggler {
      position: absolute;
      left: 15px;
      top: 15px;
      width: 32px;
      height: 32px;
      background: url(../images/menu.png) no-repeat 50% 50%;
      background-size: 20px auto; }
    header .wrapper .nav {
      position: fixed;
      top: 80px;
      left: -300px;
      width: 300px;
      bottom: 0px;
      background: rgba(255, 255, 255, 0.8);
      z-index: 0000;
      display: block;
      overflow: auto; }
      header .wrapper .nav.open {
        left: 0px; }
      header .wrapper .nav ul {
        display: block; }
        header .wrapper .nav ul li {
          float: none;
          display: block;
          width: 100%;
          margin: 0px; }
          header .wrapper .nav ul li a {
            font-weight: 500 !important;
            padding: 8px 10px;
            display: block;
            font-size: 14px !important; }
          header .wrapper .nav ul li:hover a {
            color: #000; }
          header .wrapper .nav ul li.dropdown .dropdownmenu {
            display: block;
            margin: 0px 10px;
            padding: 10px;
            border: 0px;
            background: #f2f2f2;
            position: relative; }
            header .wrapper .nav ul li.dropdown .dropdownmenu li:hover a {
              color: #000 !important;
              font-size: 14px !important; }
            header .wrapper .nav ul li.dropdown .dropdownmenu .submenu {
              position: relative;
              left: inherit;
              top: inherit;
              display: block;
              padding: 10px;
              margin: 0px;
              background: rgba(255, 255, 255, 0.8); }
              header .wrapper .nav ul li.dropdown .dropdownmenu .submenu li:hover a {
                color: #000 !important;
                font-size: 14px !important; }
  .alga_content .alga_section1 .wrapper {
    background: url(../images/section1bg.jpg) no-repeat 98% 50%;
    background-size: auto 50%; }
  .alga_content .alga_section2 .wrapper ul li {
    float: none;
    width: 100% !important;
    margin: 0px 0px 10px 0px !important; }
  .alga_content .alga_section6:after, .alga_content .alga_section6:before {
    display: none; }
  .alga_content .alga_section6 .wrapper ul li {
    min-height: 180px;
    float: none;
    width: 100% !important;
    margin: 0px 0px 0px 0px !important; }
  .alga_content .alga_productsection1 {
    padding: 40px 0px 20px; }
  .alga_content .alga_gallery .wrapper ul li {
    width: calc(100%/3); } }

@media screen and (max-width: 600px) {
  .alga_content .alga_section1 .wrapper {
    background: url(../images/section1bg.jpg) no-repeat 98% 50%;
    background-size: auto 50%; }
  .alga_content .alga_section2 .wrapper ul li {
    float: none;
    width: 100% !important;
    margin: 0px 0px 10px 0px !important; }
  .alga_content .alga_section6:after, .alga_content .alga_section6:before {
    display: none; }
  .alga_content .alga_section6 .wrapper ul li {
    min-height: 180px;
    float: none;
    width: 100% !important;
    margin: 0px 0px 0px 0px !important; }
  .alga_content .alga_productsection1 {
    padding: 40px 0px 20px; }
  .alga_content .alga_gallery .wrapper ul {
    padding: 20px; }
    .alga_content .alga_gallery .wrapper ul li {
      width: 100%;
      float: none;
      margin: 0px 0px 10px 0px; } }
