/*====================================================== Home Page Styles =========================================================================================*/
.top__title {
  color: #EA5E14;
  text-transform: uppercase;
  background-color: #FFDECC;
  padding: 0.65rem 2rem 0.5rem 2rem;
  border-radius: 3rem;
  display: inline-block;
  font-weight: 700;
  font-size: 0.937rem;
  margin-bottom: 0.75rem;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0.2rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(124, 124, 124, 0.3176470588) !important;
}
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
  width: 16px;
  border-radius: 8px;
}

.header__wraper .items {
  min-height: calc(100vh - 5rem);
  max-height: calc(1080px - 5rem);
}
.header__wraper .items::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(87deg, rgba(0, 0, 0, 0.5529411765), rgba(117, 47, 10, 0));
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
}
.header__wraper .h1 {
  font-size: 4rem;
}

@media (min-width: 1920px) {
  .header__wraper .items {
    min-height: calc(1080px - 5rem);
    max-height: calc(1080px - 5rem);
  }
}
@media (max-width: 1200px) {
  .header__wraper .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .header__wraper .h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .header__wraper {
    text-align: center;
  }
  .header__wraper .items {
    min-height: calc(100vh - 8rem);
    max-height: calc(1080px - 8rem);
  }
  .header__wraper .items::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73), rgba(117, 47, 10, 0));
  }
  .header__wraper .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .header__wraper .h1 {
    font-size: 2rem;
  }
}
.service__card {
  border-radius: var(--br-lg);
  border: 1px solid #707070;
}
.service__card .icon {
  width: 8rem;
  height: 8rem;
  border: 5px solid var(--brand);
}
.service__card .icon svg {
  width: 4rem;
  height: 4rem;
}
.service__card .icon svg path {
  fill: var(--brand);
}
.service__card .icon.strok svg path {
  fill: transparent;
  stroke: var(--brand);
}
.service__card .title a {
  color: var(--body-text-color);
}
.service__card .btn-primary {
  height: 2.875rem;
  font-size: 13px;
  border-radius: 3rem;
  border: 5px solid var(--white);
  bottom: -1.45rem;
}
.service__card .btn-primary:hover, .service__card .btn-primary:focus, .service__card .btn-primary:active {
  background-color: var(--dark);
}
.service__card.listing .icon {
  width: 6rem;
  height: 6rem;
}
.service__card.listing .icon svg {
  width: 3rem;
  height: 3rem;
}
.service__card:hover {
  background-color: var(--brand);
}
.service__card:hover .icon {
  border-color: var(--white);
}
.service__card:hover .icon svg path {
  fill: var(--white);
}
.service__card:hover .icon img {
  filter: contrast(0) brightness(10);
}
.service__card:hover .icon.strok svg path {
  fill: transparent;
  stroke: var(--white);
}
.service__card:hover .title a, .service__card:hover .title {
  color: var(--white);
}
.service__card:hover .title a:hover, .service__card:hover .title:hover {
  color: var(--white);
  text-decoration: underline;
}
.service__card:hover .desc {
  color: var(--white);
}
.service__card:hover .disc__list li::before {
  background-color: var(--white);
}

@media (max-width: 767px) {
  .service__card .icon {
    border-width: 3px;
    width: 7rem;
    height: 7rem;
  }
  .service__card .icon img {
    width: 3.5rem;
    height: auto;
  }
  .service__card .btn-primary {
    font-size: 11px;
  }
}
.testimonial__box {
  background-color: var(--white);
  border: 1px solid var(--brand);
  border-radius: 31px;
}
.testimonial__box .quote {
  max-width: 5rem;
  height: auto;
}
.testimonial__box .author__thumbnail {
  width: 6rem;
  height: 6rem;
  border-color: #707070 !important;
}

.testimonialCarousel .owl-item {
  padding-bottom: 3rem;
}
.testimonialCarousel .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.8431372549) !important;
}
.testimonialCarousel .owl-dots .owl-dot.active {
  background-color: var(--yellow) !important;
}

.contact__form label {
  color: #535353;
}
.contact__form .form-control {
  border: 0;
  border-bottom: 1px solid #888;
}

.map {
  max-height: 33rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #ccc;
}
.map::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0px;
}

@media (max-width: 1200px) {
  .header__wrapper .h1 {
    font-size: 2.5rem;
  }
  .header__wrapper .h1 .large {
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  .testimonial__box .author__thumbnail {
    width: 5rem !important;
    height: 5rem;
    bottom: -2.5rem;
  }
}
@media (max-width: 576px) {
  .owl-carousel.packageCarousel .owl-stage-outer {
    height: calc(100% + 20px);
    margin: -5px;
    padding: 6px;
    width: calc(100% + 12px);
  }
}/*# sourceMappingURL=style.css.map */