@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

* {
  font-family: "Montserrat", Sans-serif;
}

body {
  background: #204130;
}

body.white {
  background: white;
}

.text-regular {
  color: #212529;
}

.text-white {
  color: white;
}

.text-white:hover {
  color: #4cb466 !important;
}

h1,
h2 {
  font-weight: 500;
}

.text-green {
  color: #09a651;
}

div p,
section p,
.carousel-caption p {
  font-size: 165%;
  line-height: normal;
}

a.default {
  text-decoration: none;
  color: white;
}

.btnDefault {
  margin-top: 10px;
  background: #36a655;
  border-radius: 50vh;
  border: 0;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: background 0.25s;
}

.btnDefault:hover {
  background: #134023;
}

.btnDark {
  margin-top: 10px;
  background: #30663e;
  border-radius: 50vh;
  border: 0;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: background 0.25s;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btnDark:hover {
  background: #258c42;
}

.btnLightBlue {
  margin-top: 10px;
  background: #6182c5;
  border-radius: 50vh;
  border: 0;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: background 0.25s;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btnLightBlue:hover {
  background: #131c3e;
}

.btnOasis {
  margin-top: 10px;
  background: #0ebbd0;
  border-radius: 50vh;
  border: 0;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: background 0.25s;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btnOasis:hover {
  background: #04717d;
}

.btnPct {
  margin-top: 10px;
  background: #2c88b5;
  border-radius: 50vh;
  border: 0;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: background 0.25s;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btnPct:hover {
  background: #10425b;
}

.btnRri {
  margin-top: 10px;
  background: #1e73be;
  border-radius: 50vh;
  border: 0;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: background 0.25s;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btnRri:hover {
  background: #0e375b;
}

.logo {
  background-image: url("../images/logo-koi.svg");
  background-size: cover;
  height: 40px;
  width: 151px;
  margin-left: 15px;
}

.navbar {
  border-bottom: 5px solid #09a651;
  padding: 0 !important;
  background: rgb(241, 241, 241, 1);
  background: linear-gradient(
    0deg,
    rgba(241, 241, 241, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

.nav-item,
.nav-link {
  height: 60px !important;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #4cb466;
}

a.nav-link {
  color: black !important;
}

.nav-link:hover {
  background: #09a651;
  color: white !important;
}

/* CAROUSEL */

.banner1 {
  display: flex;
  justify-content: center;
  background-image: url("../images/iStock-490926205-small.jpg");
  background-size: cover;
  background-position: center;
}

.banner2 {
  display: flex;
  justify-content: center;
  background-image: url("../images/houston.jpg");
  background-size: cover;
  background-position: center;
}

.carousel-caption.banner-1 {
  background: #00000099;
  background: #09a651cc;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation-name: banner-1-color-change;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

@keyframes banner-1-color-change {
  from {
    background-color: transparent;
  }
  to {
    background-color: #09a651cc;
  }
}

@media screen and (min-width: 768px) {
  .footer {
  }

  iframe {
    height: 850px;
  }

  .carousel-caption.banner-1 {
    transform: scale(0.8);
  }
}

.section {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 2.5px;
  overflow: hidden;
}

.container.white {
  background: white;
}

.section.team {
}

.container.section img {
}

.section p {
  max-width: 1000px;
}

.partneredWith {
  white-space: nowrap;
  margin-right: 10px;
}

.fleetSpartan {
  color: white;
  background: rgb(40, 71, 51);
  background: linear-gradient(
    284deg,
    #284733 0%,
    rgba(37, 103, 60, 1) 50%,
    rgba(40, 71, 51, 1) 100%
  );
}

.dropShadow {
  filter: drop-shadow(2px 2px 5px #00000055);
}

.fleetSpartan img {
  margin-top: -12px;
}

.opcomm {
  color: white;
  background: rgb(#1b234c);
  background: linear-gradient(284deg, #1b234c 0%, #2a3a75 50%, #1b234c 100%);
}

.opcomm img {
  margin-top: -12px;
}

.ivp {
  color: white;
  background: rgb(41, 162, 85);
  background: linear-gradient(
    284deg,
    rgba(41, 162, 85, 1) 0%,
    rgba(52, 182, 100, 1) 50%,
    rgba(41, 162, 85, 1) 100%
  );
}

.oasis {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    284deg,
    rgb(187, 187, 187) 0%,
    rgb(250, 250, 250) 50%,
    rgb(222, 222, 222) 100%
  );
}

.pct {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    284deg,
    rgb(187, 187, 187) 0%,
    rgb(250, 250, 250) 50%,
    rgb(222, 222, 222) 100%
  );
}

.rri {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    284deg,
    rgb(187, 187, 187) 0%,
    rgb(250, 250, 250) 50%,
    rgb(222, 222, 222) 100%
  );
}

.rriH1 {
  color: #1e73be;
}

.container-fluid.cyberSecurity,
.container.cyberSecurity {
  background-image: url("../images/cyberSecurityc.jpg");
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  background-color: #0b0f17;
  border-radius: 2.5px;
  padding-bottom: 75px;
  padding-top: 55px;
  overflow: hidden;
}

.cyberSecurityTextBox {
  background: #35518b66;
  border-radius: 3px;
  width: 100%;
  color: white;
  padding: 20px;
  text-align: center;
}

.knowledgeOpsSolutions {
  /* padding-top: 50px; */
  color: white;
}

.container.section.imgRight {
  color: white;
  background: #29a255;
  background: linear-gradient(284deg, #29a255 0%, #34b664 50%, #29a255 100%);
  margin-bottom: 50px;
}

.container.section.imgLeft {
  background: rgb(222, 222, 222);
  background: linear-gradient(138deg, #dedede 0%, #ffffff 55%, #dedede 100%);
  margin-bottom: 50px;
}

.imgLeft h2 {
  padding: 20px 20px 0 20px;
}

.imgLeft p {
  padding: 0 20px 0 20px;
}

.imgRight h2 {
  padding: 20px 20px 0 20px;
}

.imgRight p {
  padding: 0 20px 0 20px;
}

@media screen and (min-width: 993px) {
  .imgLeft h2 {
    padding: 20px 20px 0 0;
  }

  .imgLeft p {
    padding: 0 20px 0 0;
  }

  .imgRight h2 {
    padding: 20px 0 0 20px;
  }

  .imgRight p {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 500px) {
  div p,
  section p,
  .carousel-caption p {
    font-size: unset;
  }
}

.footer {
  background: rgb(40, 71, 51);
  background: linear-gradient(
    284deg,
    #284733 0%,
    rgba(37, 103, 60, 1) 50%,
    rgba(40, 71, 51, 1) 100%
  );
  color: white;
  margin-top: 50px;
}

.footer p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  max-width: 600px;
  height: 850px;
}

.contactInfo {
  justify-content: center;
}

.contactInfo p {
  font-size: 1.2rem;
}

@media screen and (min-width: 993px) {
  .contactInfo p {
    font-size: 165%;
  }
}

@media screen and (min-width: 580px) {
  .footer {
  }

  iframe {
    height: 850px;
  }
}

@media screen and (min-width: 768px) {
  iframe {
    height: 850px;
  }
}

@media screen and (min-width: 1024px) {
  .carousel-caption.banner-1 {
    margin-bottom: 0;
    padding: 25px;
  }
}

@media screen and (min-width: 1170px) {
  iframe {
    height: 850px;
    width: 100%;
  }

  .contactInfo {
    justify-content: end;
    padding-right: 5vw;
  }
}

.social img {
  max-width: 48px;
  margin-right: 25px;
}

.copyright {
  display: flex;
  background: rgb(41, 162, 85);
  background: linear-gradient(
    284deg,
    rgba(41, 162, 85, 1) 0%,
    rgba(52, 182, 100, 1) 50%,
    rgba(41, 162, 85, 1) 100%
  );
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 75%;
  color: white;
}

.teamContainer {
  position: absolute;
  height: 450px;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  transition: transform 0.35s;
}

.teamContainer:hover {
  transform: scale(110%);
}

.robert {
  background-image: url("../images/team-robert.jpg");
}

.scott {
  background-image: url("../images/team-scott.jpg");
}

.pat {
  background-image: url("../images/team-pat.jpg");
}

.jason {
  background-image: url("../images/team-jason.jpg");
}

.david {
  background-image: url("../images/team-dave.jpg");
}

.blaine {
  background-image: url("../images/team-blaine.jpg");
}

.vic {
  background-image: url("../images/team-vic.jpg");
}

.ivan {
  background-image: url("../images/team-ivan.jpg");
}

.matt {
  background-image: url("../images/team-matt.jpg");
}

.teamInfo {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: #0000007e;
  color: white;
  cursor: default;
  transition: 0.5s;
}

.teamInfo:hover {
  /* opacity: 0; */
  cursor: pointer;
  background: #00000048;
}

.teamInfo .name {
  margin-bottom: 5px;
  font-size: 165%;
  font-weight: 600;
}

.btnDefault.btnMore {
  position: absolute;
  bottom: 75px;
}

.industry {
  background: rgb(211, 211, 223);
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  height: 350px;
  border-radius: 2.5px;
  overflow: hidden;
}

.industry h2 {
  color: white;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(35, 35, 35) 0%, rgba(0, 0, 0, 0) 75%);
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-left: 35px;
  padding-bottom: 35px;
  padding-right: 25px;
}

.industry.agriculture {
  background-image: url("../images/industry-agriculture.jpg");
  background-size: cover;
  background-position: center;
}

.industry.airFiltration {
  background-image: url("../images/ivp2.jpg");
  background-size: 135%;
  background-position: center;
}

.industry.chemical {
  background-image: url("../images/industry-chemical.jpg");
  background-size: cover;
  background-position: center;
}

.industry.cyberSecurity {
  background-image: url("../images/cyberSecurityc.jpg");
  background-size: cover;
  background-position: center;
}

.industry.fuelManagement {
  background-image: url("../images/fleet-spartan-sentry-main.jpg");
  background-size: cover;
  background-position: center;
}

.industry.generalIndustry {
  background-image: url("../images/industry-generalIndustry.jpg");
  background-size: cover;
  background-position: center;
}

.industry.healthcare {
  background-image: url("../images/industry-healthcare.jpg");
  background-size: 200%;
  background-position: center;
}

.industry.informationTechnology {
  background-image: url("../images/industry-informationTechnology.jpg");
  background-size: cover;
  background-position: center;
}

.industry.manufacturing {
  background-image: url("../images/industry-manufacturing.jpg");
  background-size: cover;
  background-position: center;
}

.industry.oilAndGas {
  background-image: url("../images/industry-oilAndGas.jpg");
  background-size: cover;
  background-position: center;
}

.industry.petrochemical {
  background-image: url("../images/industry-petrochemical.jpg");
  background-size: cover;
  background-position: center;
}

.industry.powerGeneration {
  background-image: url("../images/industry-powerGeneration.jpg");
  background-size: cover;
  background-position: center;
}

.industry.waterTreatment {
  background-image: url("../images/industry-waterTreatment.jpg");
  background-size: cover;
  background-position: center;
}

.industry.waterConditioning {
  background-image: url("../images/industry-waterConditioning.jpg");
  background-size: cover;
  background-position: center;
}


