.hero-slider img {
  height: auto;
  object-fit: cover;
}

.section-padding {
  padding: 60px 0;
}

.bg-light-blue {
  background-color: #f0f8ff;
}

.menu-section {
  background: #fff;
}

.header-logo {
  height: 50px;
  width: auto;
}

.service-section {
  padding: 75px 0;
}
.service-section .service-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.contact-section {
  padding: 75px 0;
}

.footer-section {
  background: rgb(20, 87, 133);
  padding: 50px 0 100px;
  color: #f6f6f6;
}
.footer-section .footer-col h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.footer-section .footer-col h4:after {
  width: 35px;
  height: 2px;
  background: #ad6000;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: "";
}
.footer-section .footer-col .footer-menu {
  padding: 0;
}
.footer-section .footer-col .footer-menu li {
  display: block;
  padding: 5px 0;
}
.footer-section .footer-col .footer-menu li a {
  color: #f6f6f6;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
