.h-about {
  padding-top: 160px; }
  .h-about-highlights {
    display: flex;
    align-items: center; }
    .h-about-highlights span {
      color: #18191F;
      font-family: Libre Baskerville;
      font-size: 20px;
      margin-left: 24px; }
  .h-about img {
    border-radius: 12px; }

.h-services-list {
  position: relative; }
  .h-services-list-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff; }
  .h-services-list .secondary-title {
    color: #fff; }

.testimonials {
  background: #F2EEE9; }
  .testimonials-list {
    padding: 24px;
    text-align: center; }
    .testimonials-list img {
      margin: auto;
      margin-bottom: 16px; }
    .testimonials-list p {
      color: #525560;
      font-size: 18px; }
    .testimonials-list h4 {
      color: #18191F;
      font-size: 22px;
      font-weight: 400; }

.products .secondary-title {
  color: #023F3A;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px; }

.home-contact {
  background: #F2EEE9;
  position: relative;
  z-index: 2; }

.address-details {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 32px;
  height: calc(100% - 30px);
  margin-bottom: 30px; }
  .address-details .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FEFADD;
    color: #02332F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px; }
  .address-details h4 {
    color: #02332F;
    font-weight: 400; }
  .address-details div {
    color: #000;
    font-weight: 500; }

.contact-form {
  background-color: #F6F4F1; }

.form-details {
  background-color: #fff;
  box-shadow: 0 0 12px #00000010;
  border-radius: 4px;
  padding: 32px; }

.social-links a {
  color: #02332F;
  font-size: 20px;
  margin-right: 8px; }

.service-items {
  position: relative; }
  .service-items-group {
    margin-bottom: 50px; }
    .service-items-group img {
      margin-bottom: 24px; }
  .service-items .service_navbar {
    position: fixed;
    top: 100px;
    max-width: 380px;
    z-index: 0; }
  .service-items .circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    margin-right: 6px; }
  .service-items .nav-pills .nav-link {
    color: #A5A5A5;
    font-size: 20px; }
  .service-items .nav-pills .nav-link.active,
  .service-items .nav-pills .show > .nav-link {
    background-color: transparent;
    color: #02332F; }
    .service-items .nav-pills .nav-link.active .circle,
    .service-items .nav-pills .show > .nav-link .circle {
      background-color: #02332F; }

.service-title {
  color: #023F3A;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.2px; }

.contact-details {
  background-color: #fafafa;
  padding: 80px;
  color: #000;
  height: 100%;
  font-size: 18px; }
  .contact-details p {
    display: flex; }
    .contact-details p i {
      margin-right: 8px;
      margin-top: 6px; }
  .contact-details .footer-head {
    color: #000;
    font-size: 24px;
    margin-bottom: 24px; }
  .contact-details .call-footer {
    color: #000; }
    .contact-details .call-footer i:before {
      color: #000; }
  .contact-details .social-links a {
    color: #02332F;
    margin: 0 12px; }
  .contact-details .form-control {
    background-color: transparent;
    border-radius: 0; }
    .contact-details .form-control::placeholder {
      font-size: 14px; }

.service-items-group li {
  display: flex;
  margin-bottom: 16px; }
  .service-items-group li img {
    height: 16px;
    width: auto;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 8px; }

.table tr th {
  background-color: #023F3A;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 24px; }

.table td {
  padding: 12px 24px; }

.highlight-text {
  background: #023f3a;
  padding: 32px;
  font-size: 20px;
  color: #fff; }

/*# sourceMappingURL=home.css.map */
