.full-width {
  overflow-x: hidden;
}

.label-home {
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 0 90px 90px 0;
  background-color: white;
  border: 1px solid black;
}

.label-home img {
  height: 80%;
  margin: auto;
}

body {
  font-size: 1.09rem;
  line-height: 1.5;
  font-family: Slack-Fractions,appleLogo,sans-serif;
}
/* NAVBAR SECTION */
.header {
    transition: background-color 0.3s ease-in-out;
}

.header.transparent {
    background-color: transparent !important;
}

.header.transparent .header-brand {
    color: #fff;
}
.header.scrolled {
    background-color: #f0f0f0 !important;
  }


  /* NAVBAR */

  .navbar {
    font-size: 1.09rem;
    line-height: 1.5;
    font-family: Slack-Fractions,appleLogo,sans-serif;

  }

  .navbar-toggler {
    color: black;
    border: 1px solid black;
  }
  
  .nav-item a {
    color: #000000;
  }

  .nav-link {
    color: #000000;
    font-size: 1.2rem;
}


.navbar-brand img {
  max-height: 50px;
}


.btn-dark {
  background-color: black;
}

a.btn-link {
  background-color: white;
  border-radius: 6px;
  padding: 12px 18px;
  color: black;
  font-size: 1.09rem;
  border: 1px solid black;
  font-weight: bolder;
}
a.btn-link:hover {
  background-color: black;
  color: white;
}


.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

  /* FEATURE */

  .features h2, .features p, .features h6 {
    color: black;
    text-align: center;
  }

  .features h2 {
    color: black;
    font-size: 1.09rem;
    line-height: 1.5;
    font-family: Slack-Fractions,appleLogo,sans-serif;
  }


  .feature {
    height: 400px;
    width: 80%;
    margin: 0 auto;
  }

  .feature img {
    height: 70%;
    width: 100%;
  }

  .features-card h6, .features-card p {
    color: black;
  }

  .features-card h6 {
    font-weight: 900;
    padding-top: 15px;
  }

  .features-card p {
    text-align: center;
  }

/* INDEX BODY  */

.fixed-underline {
  width: 120px;
  height: 3px;
  background-color: black;
}

.mid-banner {
  margin-top: 15px;
  min-height: 150px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* INDEX ------ services */


.services-section, .home-section, .features, .solutions, .sensor-section, .pricing {
  padding: 0 35px;
}


/* BODY SECTION */

.video-container {
    position: relative;
    width: 100%;
    background-color: white;
}

.video-services video {
  height: 400px;
  width: 100%;
}



  /* Style the text over */
.text-over {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: start;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
    
}

.pricing {
  background-color: #000000;
}

.pricing-header .classic {
  background-color: rgb(56, 0, 56);

}

.pricing-header h2, .pricing-header p {
  color: #000000;
  text-align: center;
}
.pricing-header p {
  text-align: left;
}
.pricing-header .pro {
  background-color: rgb(0, 0, 141);
}

.pricing-header .odogwu {
  background-color: rgb(0, 0, 48);
}

.pricing-header .classic, .pricing-header .pro, .pricing-header .odogwu {
  min-height: 200px;
  border-radius: 6px;
  padding: 0 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.09rem;
  line-height: 1.5;
  font-family: Slack-Fractions,appleLogo,sans-serif;
}

.service-header .classic, .service-header .pro, .service-header .odogwu {
  min-height: 200px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: Slack-Fractions,appleLogo,sans-serif;
  text-align: center;
}

.service-header h2, .service-header h5, .service-header p, .home-section h2 {
  color: #000000;
}

.pricing-main {
  background-color: #fff;

}

.pricing-main h2, .pricing h5, .pricing-main p, .pricing-section h2, .pricing-section p, .pricing-section span, .pricing-section th {
  color: #000000;
}

.pricing h5, .pricing-main h5 {
  font-size: 2rem;
}

.pricing-btn {
  background-color: #000000;
}

.price-header {
  background-color: white;
}

.price-header .price-section, .amount {
  font-size: 1.09rem;
  line-height: 1.5;
  font-family: Slack-Fractions,appleLogo,sans-serif;
}

.card {
 min-height: 500px;
 color: #000000;
}

.card-title, .list-group-item  {
  color: black;
}


.contact-us h2, .contact-us a, .contact-us p {
  color: #000000;
  font-size: 1.09rem;
  line-height: 1.5;
  font-family: Slack-Fractions,appleLogo,sans-serif;

}

.contact-us a {
  text-decoration: underline;
  color: white;
}

.contact-us input, .contact-us textarea {
  color: #000000;
}

.footer-info {
  background-color: #000000;
  width: 100%;
  margin: 0 auto;

}

.text-over h1, .remote-mointoring h2, .billing h2, .solutions h2, .services-section h2, .features h2  {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.46668;
  font-family: Slack-Fractions,appleLogo,sans-serif;
  color: black;
  margin-bottom: 40px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-top: 60px;
}

.services-section h4 {
  color: #000000;
  font-weight: 900;
}

.service-card img{
  width: 100%;
  height: 200px;
}

.service-card {
  padding-top: 25px;
}

.service-card h4{
  padding-top: 25px;
}

.solutions h5 {
  color: black;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.46668;
  font-family: Slack-Fractions,appleLogo,sans-serif;
}

/* TANK SOLUTIONS */

.sensor-section {
  color: white;
  padding-right: 0;
  background-color: black;
}

.sensor-header {
  background-color: black;
  padding-top: 35px;
}
.sensor-content {
  padding-top: 35px;
  color: #000000;
}




.fixed-underline-white {
  width: 120px;
  height: 3px;
  background-color: white;
}


.solution-bg img {

  height: 300px;
  width: 100%;
  opacity: 0.2;
}

.solution-bg {
  position: relative;
  display: block;
}

.sol-img img {
  height: 100%;
  width: 100%;
}

.solution-image img {
  opacity: 0.2;
}

.solutions-bg {
  position: relative;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7; /* Adjust the opacity value as needed */
  z-index: -1;
}

.solutions-bg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.solution-bg-text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.46668;
  font-family: Slack-Fractions,appleLogo,sans-serif;
  color: #000000;
  width: 100%;
  padding: 10px;
}

.service-bg-text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem; 
  font-weight: bold;
  z-index: 1;
  text-align: center;
  font-style: italic;
}

.service-bg-text h2, .solution-bg-text h2 {
  font-size: 3rem;
  font-style: italic;
  color: black;
}

.solution-bg-text p {
  color: #fff;
}


.text-over p {
  max-width: 600px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.5;
  font-family: Slack-Fractions,appleLogo,sans-serif;
}

.remote-mointoring p, .services-section p, .solutions p {
  color: #000000;
}



.header-image img {
  height: 500px;
}

#back-to-top > .top {
  background-color: black;
}

#back-to-top > .top:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid white;
}

.lnr-chevron-up {
  font-size: 1.09rem;
  font-weight: 900;

}

.info-chat a, .services-section a {
  color: #000000;
  font-size: 1.09rem;
  font-weight: 400;
  line-height: 1.46668;
  font-family: Slack-Fractions,appleLogo,sans-serif;
}

.info-chat a:hover, .services-section a:hover {
  
  text-decoration: underline;
  font-size: 1.09rem;
  font-weight: 400;
  line-height: 1.46668;
  font-family: Slack-Fractions,appleLogo,sans-serif;
}

/* FOOTER */

.footer {
  font-size: 1.09rem;
  font-weight: 400;
  line-height: 1.46668;
  font-family: Slack-Fractions,appleLogo,sans-serif;
}
.footer li {
  list-style: none;
}


/* RESPONSIVENESS */

@media only screen and (max-width: 992px) {
  .nav-item:hover {
    background-color: white;
    border: none;
  }

  .nav-link {
    text-align: start;
  }

  .nav-item .nav-link {
    padding: 12px;
    margin-bottom: 5px;
  }

  .dropdown .fa {
    display: none;
  }


  .dropdown-menu {
      display: none;
      border: none;
  }

   .nav-item:hover .dropdown-menu {
      display: block;
  }

  .nav-item:focus-within .dropdown-menu {
      display: block;
  }
  .top-div {
    height: 350px;
  }

  .bot-div {
    height: 350px;
  }

  .label-home {  
    height: 150px;
  }


}

@media only screen and (max-width: 768px) {


  .text-over h1  {
    font-family: Slack-Fractions,appleLogo,sans-serif;
    color: black;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-top: 60px;
    text-align: start;
    margin: 0 auto;
  }
  
  .text-over p {
    width: 100%;
    font-size: 1.05rem;
    display: none;
  }

  .header-image img {
    height: 250px;
  }

  .navbar-brand img {
    max-height: 50px;
  }

  .feature {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .btn-dark {
    padding: 2px;
    font-size: 1.09rem;
  }
}

/* SMALL MOBILE PHONES */
@media only screen and (max-width: 385px){

  .btn-dark {
    padding: 2px;
    font-size: 1.09rem;
  }

  .navbar-brand img {
    max-height: 50px;
  }


}



/* LAPTOPS ONLY */
@media only screen and (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover .dropdown-menu {
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    min-height: 80px;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* padding: 0 150px; */
  }


  .dropdown .fa {
    margin: 0 5px;
  }

  .dropdown .dropdown-item {
    color: black;
    margin: auto;
    text-align: center;
    padding: 0;
    background-color: #fff;
  }


  .navbar-container {
    padding: 0 40px;
  }

  .label-home {  
    width: 200px;
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 0 90px 90px 0;
  }


.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
    position: relative;
    color: black;
    transition: color 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover::before,
.navbar-nav .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px; 
    background-color: black;
    transition: width 0.3s ease;
}

.services-section, .home-section, .features, .solutions, .pricing, .pricing-header, .price-section {
  padding: 0 140px;
}

.sensor-section {
  padding-left: 50px;
}

.navbar-brand img {
  max-height: 50px;
}

.nav-link {
  margin-left: 10px;
}


  
}