@import url(https://fonts.googleapis.com/css?family=Nunito);
body {
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}

#homeSlider img {
  width: 100%;
}

@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
}
.lazy {
  background-size: cover;
  background-position: top center;
}

.service-box .img-part:before {
  padding-top: 50%;
  content: "";
  display: block;
}

.b-top {
  background-position: top !important;
}

.b-bottom {
  background-position: bottom !important;
}

.b-center {
  background-position: center !important;
}

.b_size_content {
  background-size: contain !important;
  background-repeat: no-repeat;
}

/*==========================================
--Footer CSS
==========================================*/
.footer {
  padding: 50px 0;
  background: #082f53;
  color: #f6f6f6;
}
.footer h5 {
  padding-bottom: 13px;
  font-size: 18px;
  margin-bottom: 27px;
  color: #fff;
  position: relative;
  font-weight: 600;
}
.footer h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  content: "";
  -webkit-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 0;
  background-color: #ababab;
}
.footer h5:hover::after {
  width: 40px;
}
.footer .footer-menu li {
  margin-bottom: 5px;
}
.footer .footer-menu li a {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  color: #f8f8f8;
  transition-duration: 0.5s;
  text-decoration: none;
}
.footer .footer-menu li a::after {
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #f8f8f8;
  content: "";
  -webkit-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 0;
}
.footer .footer-menu li a:hover {
  padding-left: 15px;
  color: #ffc107;
  text-decoration: none;
}
.footer .footer-menu li a:hover::after {
  width: 10px;
  background: #ffc107;
}

.footer-fixed-contact {
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: #f6f6f6;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .footer-fixed-contact {
    display: flex;
  }
}
.footer-fixed-contact .call-btn {
  width: 48%;
  margin: 0 1%;
  background: #1a489f;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
}
.footer-fixed-contact .call-btn:hover {
  background: #0d263c;
}
.footer-fixed-contact .whatsapp-btn {
  width: 48%;
  margin: 0 1%;
  background: #25D366;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
}
.footer-fixed-contact .whatsapp-btn:hover {
  background: #0d263c;
}

.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 1rem;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.service-card:hover .transition-hover {
  transform: scale(1.1);
}
.service-card .transition-hover {
  transition: transform 0.5s ease;
}
.service-card .card-img-top {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.footer-social-icons a {
  color: #333;
  text-decoration: none;
  margin-right: 5px;
}

.footer-social-icons a i {
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
}

.footer-copyright {
  background: #0d263c;
  color: #e6e6e6;
  padding: 15px 0 15px;
}
@media (max-width: 767px) {
  .footer-copyright {
    padding: 15px 0 75px;
  }
}

.single-product {
  position: relative;
}

.js-fixed {
  position: fixed;
  left: 0;
  top: 0;
}

.sidenav {
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

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