body{
    font: 300 15px/28px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #677294;
}
a, a:hover{
    text-decoration:none;
}
.custom-header .navbar-brand img{
    max-width:285px;
}
.custom-header .navbar {
  padding: 15px 0;
}
.custom-header .top-bar{
  background: #18ca00;
  padding: 12px 0;
}
.custom-header .top-bar ul{
  padding: 0;
  margin: 0 -2px;
  display: inline-block;
}
.custom-header .top-bar .contact-links{
  width: 70%;
}
.custom-header .top-bar .social-links{
  width: 30%;
  text-align: right;
}
.custom-header .top-bar .social-links li a{
  color: #fff;
  padding: 0 5px;
}
.custom-header .top-bar ul li{
  display: inline-block;
}
.custom-header .top-bar .contact-links li, .custom-header .top-bar .contact-links li a{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.custom-header .top-bar .contact-links li{
  padding: 0 0 0 25px;
  margin: 0 10px 0 0;
}
.custom-header .top-bar .contact-links li::before{
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
}
.custom-header .top-bar .contact-links li.phone::before{
  content: "\f095";
}
.custom-header .top-bar .contact-links li.email::before{
  content: "\f003";
}
.custom-header .top-bar .contact-links li.time::before{
  content: "\f017";
}
.custom-header .navbar .nav-item{  
  margin: 0 0 0 10px;
}
.custom-header .navbar .nav-item .nav-link{
  color: #000;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 15px;
}
.custom-header .navbar .nav-item .nav-link.active, .custom-header .navbar .nav-item .nav-link:hover{
  color: #18ca00;
}
.custom-header .navbar .nav-item .nav-link.header-btn, .site-btn{
  min-width: 145px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 45px 45px 0 45px;
  margin: 0 0 0 10px;
}
.customer-form-card {
  max-width: 800px;
  margin: 50px auto;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  padding: 30px;
  background: #fff;
}
.customer-form-card .form-title{
  text-align: center;
}
.customer-form-card h2, .customer-form-card h3{
  color: #18ca00;
}
.customer-form-card .form-group label{
  color: #000;
  font-weight: 500;
  margin: 0 0 2px;
  padding: 0;
}

footer {
  background-color: #F5FFF4;
  background-image: url("http://codederive.com/thefieldcrew/wp-content/uploads/2019/04/footbg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}
footer .logo img{
  max-width: 280px;
}
footer p, footer p a{
  margin: 0;
  color: #000;
  font-weight: 400;
}
.site-btn{
  padding: 12px 15px;
  border-radius: 0 45px 45px; 
}
footer .site-btn{
  margin: 30px 0;
}
footer .site-btn:hover{
    color: #fff;
}
footer .social-links{
  margin: 20px 0;
  padding: 0;
}
footer .social-links li{
  display: inline-block;
  margin: 0 5px;
}
footer .social-links li a{
  width: 48px;
  height: 48px;
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 100%;
  line-height: 48px;
  font-size: 25px;
}