:root {
  --secondary-color: #b97940;
}

.main-header {
  border-bottom: 0.55px solid var(--secondary-color);
}
.main-header .container-fluid {
  max-width: 100%;
  padding: 0;
}

.about-one {
  padding: 120px 0 150px;
}

.why-choose-one {
  padding: 150px 0 0;
  margin-bottom: 150px;
}

.blog-card__content {
  margin-left: 0;
}

header .main-header__inner .main-header__logo a img {
  min-width: 250px;
}

.blog-one {
  padding: 0 0 120px;
}

.why-choose-us-section {
  align-items: center;
}

.why-choose-one__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.opening .container {
  max-width: 1024px;
}

.service-one .service-one__bg {
  background-image: unset !important;
  border-radius: 15px;
  overflow: hidden;
}
.service-one .service-one__bg img {
  height: 80%;
}
.service-one .container {
  max-width: 900px;
}

.main-slider-one__bg::after {
  display: none;
}

.sec-title__img {
  width: 50px;
}

.solox-stretch-element-inside-column .why-choose-one__image img {
  border-radius: 50px 0 0 50px;
}

.why-choose-one__inner {
  border-radius: 0 50px 50px 0;
}

.cta-two {
  background-color: var(--secondary-color);
}

.opening__wrapper {
  background-color: var(--secondary-color);
}

.why-choose-one__list__icon {
  background-color: var(--secondary-color);
}

.about-one__double-image img {
  -o-border-image: linear-gradient(-45deg, rgba(var(--solox-base-rgb), 1) 0%, rgba(var(--solox-black3-rgb), 1) 100%) 1;
     border-image: linear-gradient(-45deg, rgba(var(--solox-base-rgb), 1) 0%, rgba(var(--solox-black3-rgb), 1) 100%) 1;
  border-width: 1px;
  border-style: solid;
}

.contact {
  margin: 120px 0;
}

.contact-map .google-map__contact {
  border-radius: 15px;
}

.cta-two__thumb__two__thumb, .cta-two__thumb__one__thumb {
  border-radius: 10px;
}

.main-slider-one__title {
  font-size: 80px;
}

.main-menu__list.one-page-scroll-menu li > a {
  color: var(--bs-body-bg);
}

.mobile-nav__contact li > a {
  color: var(--bs-body-bg);
}

.service-details {
  padding: 30px 0 120px;
}

.service-sidebar__single + .service-sidebar__single {
  margin-top: 0;
}

.service-details__process {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.contact__shape {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: transparent !important;
}

.show-div {
  position: fixed;
  top: 90px;
  right: 15px;
  width: 300px;
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  height: auto;
  font-size: 14px;
  padding: 10px;
}

.service-details__title {
  position: relative;
}
.service-details__title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: var(--secondary-color);
  width: 30px;
  height: 1px;
  display: flex;
}

.service-details__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
  .main-header__right {
    border: 0;
  }
  .service-details__list {
    grid-template-columns: 1fr;
  }
  .col-rev {
    flex-direction: column-reverse;
  }
  .google-map iframe {
    margin: 10px 15px;
    width: calc(100% - 30px);
    border-radius: 10px;
  }
  header .main-header__inner {
    padding: 15px 10px;
  }
  header .main-header__inner .main-header__logo a img {
    min-width: 200px;
  }
  .main-header__right .mobile-nav__btn {
    margin-left: -10px;
    margin-right: 5px;
  }
  .main-slider-one__title {
    font-size: 40px;
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */