body {
  font-size: 100%;
}

p {
  font-size: 1em;
}

a {
  color: #000000;
}

.btn {
  border-radius: 0;
}

.btn-secondary {
}

.topbar {
  background: #333333;
  color: #FFFFFF;
}
.topbar a {
  color: #FFFFFF;
}

.logo {
  max-width: 100px;
}
.second-logo {
   display: none; /* Initially hide the second logo */
    max-width: 50px; /* Adjust the max width as needed */
    transition: all 0.2s ease-in-out;
}
.navbar .nav-link{
  color: #FFFFFF; 
}
#header.scrolled {
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
#header.scrolled .navbar .nav-link {
  color: #333333;

  transition: all 0.3s ease-in-out;
}
#header.scrolled a {
  color: #000000'
}

.overlay {
  
position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
 background: linear-gradient(180deg, rgba(0, 102, 37, 0.7) 0%, rgba(14, 118, 187, 0) 100%);
}
.navbar .navbar-nav {
  font-size: 1.2em;
}
.navbar .navbar-nav .btn {
  font-size: 1em;
}

#page-preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s linear;
}

#page-preloader img {
  max-width: 200px;
  height: auto;
}

.carousel-caption .inner {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
  padding: 20px;
}

.what-we-do {
  background: #52B43D;
}

#footer {
  background: #f5f5f5;
  color: #000000;
}
#footer .footer-logo {
  height: 100px;
}
#footer a {
  color: #000000;
  text-decoration: none;
}

.services {
  background-color: #f5f5f5;
}

.list-group-no-bg {
  background: none;
}
.list-group-no-bg .list-group-item {
  text-decoration: none;
  background: none;
  border: none;
}

blockquote.testimonial {
  border-left: solid 5px #52B43D;
  background-color: #f5f5f5;
}

.services .card-header {
  background: #52B43D;
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */

#callnow{
background: #52B43D;
}

@media (max-width: 768px) {
    .btn-full-width-mobile {
        width:100%;
    }
}