/*--------------------------------------------------------------
Colors
Dark Blue => #242438
Yellow => #ffae11
Black => #000000
--------------------------------------------------------------*/
body {
  background-color: rgb(242, 246, 248);
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #006600;
  font-size: 15px;
  height: 60px;
}

#topbar .contact-info a {
  line-height: 0;
  color: #fff;
  text-decoration: none;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #fff ;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

.nav-logo {
  width: 105px;
}

.hero {
  background-color: transparent;
  background-image: linear-gradient(180deg, #060 100%, #001E00 0%);
  height: 200px;
  color: #fff;
}

.search-box {
  margin-top: 4em;
  margin-bottom: 15em;
}

.form-control-borderless {
  border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.list-group-shadow {
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer .footer-top {
  background: #006600;
  border-top: 1px solid #768fa6;
  padding: 60px 0 35px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  color: #fff;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

.no-radius {
  border-radius: 0 !important;
}

.naee-bg {
  background-color: #006600 !important;
}