/*@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");*/


body {
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 1023px) {
  body.template8 body.sticky-header header {
    position: sticky;
    top: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
}
body.template8 .homepage-background-carousel .owl-item {
  height: 1200px;
}
body.template8 .homepage-background-carousel .owl-item img {
  height: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.template8 .homepage-hero .owl-theme .owl-dots {
  display: flex;
}
body.template8 .iti {
  display: block;
}
body.template8 .splide .splide__list {
  height: auto;
}
body.template8 .splide .carouselItem {
  height: 43rem;
}
body.template8 .homepage-highlights .text-return-homepage {
  background-image: url(../images/tax-return-homepage.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
body.template8 .homepage-highlights .create-company-homepage {
  background-image: url(../images/create-company-homepage.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
body.template8 .homepage-highlights .real-estate-homepage {
  background-image: url(../images/real-estate-homepage.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
body.template8 .homepage-service {
  /*background: url(../images/service-bg.webp) no-repeat center top;*/
  background-size: cover;
}
body.template8 .testimonial-block .customer-reviews {
  position: relative;
}
body.template8 .abstract-shape {
  -webkit-clip-path: url("#mask");
  clip-path: url(#mask);
  height: 475px;
}
body.template8 .footer-top {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
}
@media only screen and (max-width: 1023px) {
  body.template8 .footer-top {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
  }
}
body.template8 .fc-col-header-cell {
  background: var(--color-theme-one);
  opacity: 0.8;
}
body.template8 ul.category-wise-service-list li {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
body.template8 ul.category-wise-service-list li a {
  color: #333333;
}
body.template8 ul.category-wise-service-list li:before {
  content: "add";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
body.template8 .service_list_prices {
  background: var(--color-theme-two);
  color: var(--color-theme-textontwo);
}/*# sourceMappingURL=main.css.map */