.navbar.bg-light {
    background-color: #9c9763 !important;
    .form-control {
      border-radius: 4.25rem;
    }
}

.carousel-item {
    height: 32rem;
    background: #000;
    color: white;
    position: relative;
}

.overlay-image{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
}

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
}

.featurette-heading {
    font-size: 50px;
}
}

@media (min-width: 62em) {
.featurette-heading {
    margin-top: 7rem;
}
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.main-button a {
    display: inline-block;
    background-color: #ffffff;
    color: #9c9763;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    border-radius: 20px;
    transition: all .3s;
}
  
.main-button a:hover {
    background-color: #9c9763;
    color: #fff;
}

.h4 {
    color: #1e1e1e;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

p {
    font-size: 14px;
    line-height: 28px;
    color: #4a4a4a;
}
.services .service-item:hover .icon img {
    margin-top: -10px;
  }
  
  .services .service-item {
    position: relative;
    margin-top: 95px;
  }
  

.services .service-item .icon {
    width: 190px;
    height: 190px;
    display: inline-block;
    text-align: center;
    line-height: 190px;
    background-color: #9c9763;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -95px;
  }
  
  .services .service-item .icon img {
    max-width: 86px;
    transition: all .2s;
  }
  
  .services .service-item .main-content {
    border-radius: 25px;
    padding: 80px 30px 50px 30px;
    background-color: #c4c1a4;
    margin-bottom: 30px;
    margin-right: 80px;
    transition: all .4s;
  }
  
  .services .service-item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 30px;
    transition: all .4s;
  }
  
.services .service-item p {
    color: #4a4a4a;
    margin-bottom: 25px;
}

.footer {
    background-color: #9c9763;
}

.footer-content h2 {
    color: #fff;
}


.footer-content p,
.footer-links a {
    color: #fff;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer hr {
    background-color: #fff;
}
