/**
  Author: Oxygene MCL
  Alfred Maina
**/
@font-face {
  font-family: Better Signature;
  src: url("../fonts/Better Signature Font.otf");
}

html,
body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  cursor: cell;
}

body::-webkit-scrollbar {
  width: 0.6em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #356f41;
          box-shadow: inset 0 0 6px #356f41;
}

body::-webkit-scrollbar-thumb {
  background-color: #356f41;
}

.fp-controlArrow.fp-next {
  border-color: transparent transparent transparent rgba(53, 111, 65, 0.5) !important;
  right: 10px !important;
  border-width: 25.5px 0 25.5px 25px;
}

.fp-controlArrow.fp-next:hover {
  border-color: transparent transparent transparent #fed056 !important;
}

.fp-controlArrow.fp-prev {
  border-color: transparent rgba(53, 111, 65, 0.5) transparent transparent !important;
  left: 10px !important;
  border-width: 25.5px 25px 25.5px 0;
}

.fp-controlArrow.fp-prev:hover {
  border-color: transparent #fed056 transparent transparent !important;
}

.width-90 {
  width: 90%;
  margin: auto;
}

.width-86 {
  width: 86%;
  margin: auto;
}

@-webkit-keyframes titleslide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes titleslide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes firstshow {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes firstshow {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes slideleft {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideleft {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes slideright {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideright {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideup {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes shakeit {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

@keyframes shakeit {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

.section.active .slidein {
  -webkit-animation: firstshow 2s;
          animation: firstshow 2s;
}

.section.active .slideleft {
  -webkit-animation: slideleft 1.2s;
          animation: slideleft 1.2s;
}

.section.active .slideright {
  -webkit-animation: slideright 1.2s;
          animation: slideright 1.2s;
}

.section.active .slideup {
  -webkit-animation: slideup 2s;
          animation: slideup 2s;
}

.section.active .active .slidein {
  -webkit-animation: firstshow 2s;
          animation: firstshow 2s;
}

.section.active .titleslide {
  -webkit-animation: titleslide 2s;
          animation: titleslide 2s;
}

.shakeit {
  -webkit-animation: shakeit 8s linear infinite;
          animation: shakeit 8s linear infinite;
  -webkit-perspective: 10px;
          perspective: 10px;
}

.btn:hover {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

::-moz-selection {
  background: #356f41 !important;
  color: white;
}

::selection {
  background: #356f41 !important;
  color: white;
}

p {
  font-size: 14px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

ol li {
  padding: 10px 0px;
}

.page-content {
  max-width: 1200px;
  margin: auto;
}

.page-content h2 {
  color: #356f41;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-content .card {
  background: transparent;
  border: none;
  margin: auto;
}

.page-content .card .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 250px;
  margin: auto;
}

.page-content .card .card-body {
  text-align: left;
  position: relative;
  width: 87%;
  margin-left: auto;
}

.page-content .card .card-body p {
  padding-bottom: 20px;
  color: #000;
  font-size: 14px;
}

.page-content .card .card-body h3 {
  font-size: 15px;
  font-weight: 700;
}

.page-content .card .card-body:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  position: absolute;
  left: -40px;
  top: -20px;
  color: #356f41;
  font-size: 50px;
}

.btn.black {
  border: 1px solid #000;
  margin-top: 20px;
  border-radius: 0px;
  color: #356f41;
  font-size: 14px;
  padding: 10px 20px;
}

.btn.black i {
  padding-left: 10px;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

.btn.black:hover {
  background: #356f41;
  border: 1px solid #356f41;
  color: #fff;
}

.btn.black:hover i {
  color: #fed056;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.footer {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
  padding: 20px 10px 5px 10px;
}

.footer .links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 0px 10px 0px;
}

.footer .links li {
  position: relative;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .links li a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-size: 12px;
}

.footer .links li a:hover {
  color: #356f41;
}

.footer .links li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer .links li:last-child:after {
  width: 0px;
}

.footer p {
  font-size: 12px;
  padding-bottom: 10px;
}

@-webkit-keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: .3;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(-1, -1, -1);
            transform: scale3d(-1, -1, -1);
  }
}

@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: .3;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(-1, -1, -1);
            transform: scale3d(-1, -1, -1);
  }
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(1) scaleX(0);
            transform: scaleY(1) scaleX(0);
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(1) scaleX(0);
            transform: scaleY(1) scaleX(0);
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

header.menu {
  width: 100%;
  margin: auto;
  position: fixed;
  z-index: 99;
}

header.menu nav {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.menu nav .logo-wrapper {
  max-width: 100px;
  padding: 5px;
}

header.menu nav .logo-wrapper .logo {
  height: auto;
}

header.menu.bg {
  top: 0;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.02);
          box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.02);
  -webkit-animation: sticky 2s;
          animation: sticky 2s;
}

header.menu.bg nav {
  padding: 10px 0px;
}

header.menu.bg nav .logo-wrapper {
  max-width: 120px;
}

header.menu .collapse {
  position: fixed;
  right: 0;
  width: 400px;
}

header.menu .collapse .navbar-nav {
  position: absolute;
  right: 0;
}

header.menu .modal {
  width: auto;
  padding: 20px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
  right: -50%;
  left: auto;
}

header.menu .modal.show {
  background: #356f41;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  z-index: 999;
  min-width: 40%;
  right: 0%;
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

header.menu .modal .close {
  cursor: pointer;
  text-align: right;
  padding-right: 10%;
}

header.menu .modal .modal-body {
  padding: 10% 5%;
}

header.menu .modal .menu-items .dropdown-item {
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 10px 5px;
  font-size: 16px;
}

header.menu .modal .menu-items .dropdown-item.active {
  color: #fed056;
  background: transparent;
}

header.menu .modal .menu-items .dropdown-item:hover {
  background: transparent;
  color: #356f41;
}

header.menu .modal .menu-items .dropdown-item:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  left: 25%;
  bottom: 0;
  background: rgba(254, 208, 86, 0.1);
  z-index: 5;
}

header.menu #menu {
  position: relative;
}

header.menu #menu li {
  display: block;
  background: transparent;
  position: relative;
  padding: 0px 10px;
  border-radius: 0px;
  margin: 0px;
  cursor: pointer;
}

header.menu #menu li a {
  color: #fff;
  padding: 10px 18px;
  font-size: 12px;
}

header.menu #menu li.active {
  background: rgba(255, 255, 255, 0.1);
}

header.menu #menu li.active:hover {
  background: #356f41;
}

header.menu #menu li.active:hover a {
  color: #fff;
}

header.menu #menu li.active:before {
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
  color: #fed056;
  font-size: 15px;
}

header.menu #menu li.active a {
  color: #fed056;
  font-weight: 700;
}

header.menu #menu li:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

header.menu #menu li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header.menu #menu li:hover:before {
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
  color: #fff;
  font-size: 25px;
}

header.menu #menu li:hover a {
  color: #fed056;
}

.navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
  background: #fed056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-toggler .animated-icon3 span {
  background: #fff;
  display: block;
  height: 3px;
  width: 25px;
  left: 5px;
  margin: 4px 0px;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  position: relative;
  border-radius: 5px;
}

.navbar-toggler .animated-icon3 span:nth-child(even) {
  left: 5px;
}

.navbar-toggler:hover {
  background: #356f41;
}

.navbar-toggler:hover .animated-icon3 span:nth-child(even) {
  left: 0px;
}

.close {
  font-size: 20px;
  font-weight: 400;
}

.close i {
  -webkit-animation: grow 2s linear infinite;
          animation: grow 2s linear infinite;
}

.modal-backdrop.show {
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}

.width-80 {
  width: 80%;
  margin: auto;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spin {
  -webkit-animation: spin 30s linear infinite;
          animation: spin 30s linear infinite;
}

.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.landing {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.landing .landing-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing .downloads {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 700px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  padding: 50px 30px 3% 30px;
}

.landing .downloads h2 {
  color: #356f41;
  font-weight: 700;
  font-size: 30px;
}

.landing .downloads h2 span {
  color: #fed056;
}

.landing .downloads p {
  font-style: italic;
  font-size: 25px;
}

.landing .downloads h3 {
  color: #fed056;
  font-size: 30px;
}

.landing .downloads .btn {
  background: #fed056;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.landing .downloads .btn i {
  padding-left: 5px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.landing .downloads .btn:hover {
  background: #356f41;
  color: #fff;
}

.landing .downloads .btn:hover i {
  color: #fed056;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.image-content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  background: #fed056;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.btn i {
  padding-left: 5px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.btn:hover {
  background: #356f41;
  color: #fff;
}

.btn:hover i {
  color: #fed056;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.about {
  text-align: left;
}

.about .img-wrapper img {
  max-width: 250px;
}

.about p {
  font-size: 25px;
  color: #000;
}

.about .content {
  max-width: 550px;
}

.mission {
  text-align: left;
}

.mission .img-wrapper img {
  max-width: 250px;
}

.mission p {
  font-size: 18px;
  color: #fff;
}

.mission ul li {
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-left: 10px;
  padding-bottom: 10px;
}

.mission ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  left: -10px;
  top: 3px;
  color: #fed056;
  font-size: 14px;
}

.mission h3 {
  color: #fed056;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 25px;
}

.mission .mission-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mission .content {
  max-width: 550px;
}

.management .slide {
  position: relative;
}

.management .statements .prof-pic {
  text-align: center;
  width: 75%;
  margin: auto;
  border-bottom: 5px solid #356f41;
}

.management .statements .prof-pic img {
  max-width: 280px;
}

.management .statements .content {
  max-width: 580px;
  margin: auto;
  text-align: left;
}

.management .statements .content p {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 40px;
}

.management .statements .content .btn {
  border-radius: 10px;
  padding: 5px 40px;
}

.management .img-title {
  position: absolute;
  top: 0;
  left: 32%;
  max-width: 200px;
}

.board .card {
  border: none;
  text-align: left;
}

.board .card h3 {
  font-weight: 600;
  font-size: 20px;
  padding: 10px 0px;
}

.board .card p {
  color: #356f41;
}

.products {
  padding-top: 30px;
}

.products .card {
  border: 3px solid #428643;
  padding: 40px;
  text-align: left;
  background: transparent;
  height: 100%;
  width: 90%;
  margin: auto;
}

.products .card .img-wrapper {
  width: 140px;
  margin: -120px auto 15px auto;
}

.products .card h3 {
  color: #356f41;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 600;
}

.products .card p {
  line-height: 1.7;
}

.leftimage {
  text-align: left;
}

.leftimage .img-wrapper {
  width: 100%;
}

.leftimage .img-wrapper .img-title {
  max-width: 200px;
}

.leftimage .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 40px;
  width: 80%;
  margin: auto;
}

.leftimage .content ol {
  list-style: lower-alpha;
  padding-left: 20px;
}

.leftimage .content ol li {
  font-size: 20px;
}

#section1 .fp-tableCell {
  display: block;
}

.downloads {
  width: 70%;
  margin: auto;
  padding: 10px 20px;
}

.downloads .icon {
  height: 90%;
  width: auto;
  padding-right: 20px;
}

.downloads a {
  color: rgba(0, 0, 0, 0.5);
}

.downloads h3 {
  color: #356f41;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.downloads p {
  font-size: 14px;
}

.downloads p i {
  padding-left: 10px;
}

a {
  text-decoration: none !important;
}

.download {
  text-align: left;
}

.download .list-inline li {
  margin-bottom: 30px;
}

.download .list-inline a {
  color: #00000080;
}

.download .list-inline .icon {
  height: 90%;
  width: auto;
  padding-right: 20px;
}

.download .list-inline h3 {
  color: #356f41;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.download .list-inline p {
  font-size: 14px;
}

.download .list-inline p i {
  padding-left: 10px;
}

.download .title {
  color: #356f41;
  margin-bottom: 30px;
}

.download .click li {
  position: relative;
  padding: 15px 20px 15px 20px;
}

.download .click li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #356f41;
}

.download .click li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  position: absolute;
  right: 40px;
  top: 10px;
  color: #356f41;
  font-size: 20px;
}

.download .click li a {
  color: #000;
}

.close {
  cursor: pointer;
}

.h-100vh {
  height: 100vh;
}

.img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .05;
}

.commercial {
  text-align: left;
}

.commercial h2 {
  font-size: 20px;
  color: #356f41;
}

.commercial h4 {
  font-size: 13px;
  margin: 20px 0px 10px 0px;
  font-weight: 600;
}

.commercial p {
  font-size: 13px;
}

.section {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.section.active .slide .introduction {
  -webkit-animation: firstshow 2s;
          animation: firstshow 2s;
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-container .img-magnifier-glass {
  position: absolute;
  border: 2px solid #356f41;
  -webkit-box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.3);
  border-radius: 0%;
  cursor: none;
  width: 450px;
  height: 300px;
  opacity: .05;
}

.img-magnifier-container:hover .img-magnifier-glass {
  opacity: 1;
}

.back-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 20;
  width: 50px;
  height: 50px;
  background: #356f41;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: .5;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.back-top:hover {
  opacity: 1;
  color: #fed056;
}

.back-top.show {
  opacity: 1;
}

body.fp-viewing-home-slide0 .back-top {
  opacity: .0;
}

@media (max-width: 800px) {
  body {
    overflow-x: hidden !important;
    width: 100%;
  }
  header.menu .modal {
    padding: 0px;
  }
  header.menu .modal .show {
    width: 100%;
  }
  header.menu .modal #menu li a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .right-img {
    display: none;
  }
  .section {
    height: auto !important;
  }
  .fp-tableCell {
    height: auto !important;
  }
  #section4 {
    padding: 50px 10px;
  }
  #section6 .graphs {
    padding: 50px 10px;
  }
  .btn.black {
    font-size: 10px;
  }
  .page-content .card {
    padding-bottom: 50px;
  }
  .page-content .card .card-body {
    width: 100%;
  }
  .page-content .card .card-body:before {
    font-size: 25px;
    left: 5px;
  }
  .board {
    padding-bottom: 50px;
  }
  .back-top {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 500px) {
  header.menu .navbar-toggler {
    width: 40px;
    height: 40px;
  }
  header.menu .navbar-toggler .animated-icon3 span {
    width: 20px;
    height: 2px;
  }
  header.menu .modal.show {
    min-width: 85%;
    padding-top: 20px;
  }
  header.menu .modal #menu {
    padding-top: 25px;
  }
  header.menu .modal #menu li a {
    font-size: 10px;
    padding: 8px 10px;
  }
  header.menu .modal #menu li:before {
    font-size: 11px;
    top: 5px;
  }
  .fp-controlArrow.fp-next {
    border-width: 15.5px 0 15.5px 15px;
  }
  .fp-controlArrow.fp-prev {
    border-width: 15.5px 15px 15.5px 0;
  }
  .landing .downloads {
    bottom: 4%;
  }
  .landing .downloads h2 {
    font-size: 20px;
  }
  .landing .downloads p {
    font-size: 20px;
  }
  .landing .downloads h3 {
    font-size: 22px;
  }
  .landing .downloads .btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .about {
    min-height: 50vh;
  }
  .about .img-wrapper img {
    max-width: 120px;
  }
  .about .content {
    padding: 40px 10px;
    max-width: 90%;
    margin: auto;
  }
  .about p {
    font-size: 12px;
  }
  .mission {
    padding-bottom: 40px;
  }
  .mission .img-wrapper img {
    max-width: 120px;
  }
  .mission .content {
    width: 90%;
    margin: auto;
    padding: 10px 5px;
  }
  .mission .content h3 {
    font-size: 20px;
  }
  .mission .content p {
    font-size: 13px;
  }
  .mission .content ul li {
    font-size: 13px;
    padding: 0px 0px 10px 20px;
  }
  .mission .content ul li:before {
    left: 0px;
    font-size: 12px;
  }
  .management .img-title {
    max-width: 120px;
    position: relative;
    left: 0;
    padding-bottom: 30px;
  }
  .management .statements .prof-pic img {
    max-width: 150px;
  }
  .management .statements .content {
    max-width: 90%;
    margin: auto;
    padding: 20px 0px 60px 0px;
  }
  .management .statements .content p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .management .statements .content .btn {
    font-size: 12px;
  }
  .board .img-titlez {
    margin: 0px 0px 30px 0px;
    max-width: 120px;
  }
  .board .img-title {
    margin: 10px 0px;
  }
  .board .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .board .card h3 {
    font-size: 12px;
    padding: 5px 0px;
  }
  .board .card p {
    font-size: 10px;
  }
  .board .fp-slidesNav.fp-bottom {
    display: none;
  }
  .products {
    padding-bottom: 50px;
  }
  .products .row.width-80 {
    width: 90%;
  }
  .products .row.width-80 .col-md-4 {
    padding-bottom: 20px;
  }
  .products .card {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }
  .products .card .img-wrapper {
    width: auto;
    max-width: 100px;
    margin: auto;
  }
  .leftimage {
    padding-bottom: 40px;
  }
  .leftimage .img-wrapper {
    text-align: center;
  }
  .leftimage .img-wrapper .img-title {
    max-width: 120px;
  }
  .leftimage .text ol {
    padding-bottom: 25px;
  }
  .leftimage .text ol li {
    font-size: 12px;
    padding: 7px 0px;
    color: #000;
  }
  .leftimage .btn {
    font-size: 12px;
  }
  .fullpage-wrapper,
  .section {
    width: 100%;
    overflow-x: hidden;
  }
}

@media (min-width: 1699px) {
  body p {
    font-size: 16px;
  }
  body h1 {
    font-size: 45px;
  }
  body h2 {
    font-size: 35px;
  }
  body h3 {
    font-size: 30px;
  }
  body h4 {
    font-size: 25px;
  }
  body h5 {
    font-size: 20px;
  }
  body h6 {
    font-size: 16px;
  }
  .graphs .pie-charts .pie {
    max-width: 300px;
  }
  .graphs .pie-charts .bars {
    max-width: 90%;
  }
  .graphs .pie-charts h2 {
    font-size: 30px;
    margin-top: 20px;
  }
  .graphs .pie-charts h2 span {
    font-size: 20px;
  }
  .graphs .pie-charts h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */