.maxw-100 {
  max-width: 100%;
}

.maxw-95 {
  max-width: 95%;
}

:root {
  --primary-color: #293729;
  --secondary-color: #e2e7e4;
  --text-color: #667282;
  --accent-color: #f1af9a;
  --white-color: #FFFFFF;
  --dark-color: #722005;
  --divider-color: #12223B30;
  --dark-divider-color: #FFFFFF20;
  --overlay-color: #00000066;
  --error-color: rgb(230, 87, 87);
}

.color_link {
  color: var(--accent-color);
}

.btn_link {
  position: relative;
}
.btn_link.btn-default {
  background: white;
}
.btn_link::before {
  background-color: var(--accent-color);
  border-radius: 50%;
}
.btn_link:hover {
  color: var(--accent-color);
}

.btn-default {
  border-radius: 8px;
  padding: 12px 60px 12px 30px;
  background: #99b495;
}
.btn-default::after {
  border-radius: 8px;
}
.btn-default:hover {
  color: white;
}

.main-header.light {
  margin-top: 0;
  margin-left: 0rem;
  margin-right: 0rem;
  padding: 0 15px;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.7019607843);
  left: 0;
  right: 0;
  backdrop-filter: blur(3px);
}
.main-header.light .slicknav_btn {
  background: #9f9f9f;
}
.main-header.light .navbar {
  padding: 3px 0px;
}
.main-header.light .main-menu ul li a {
  color: var(--primary-color);
}
.main-header.light .main-menu ul li a:hover {
  color: var(--accent-color);
}
.main-header.light .header-btn .btn-default {
  padding: 12px 30px;
}
.main-header.light .header-btn .btn-default::after {
  background: var(--primary-color);
}
.main-header.light .header-btn .btn-default:hover {
  color: var(--dark-divider-color);
}

.slicknav_menu {
  background: #c1b7ac;
}

.navbar-brand .img_logo {
  width: 40vw;
  max-width: 200px;
  max-height: 80px;
}

.footer-logo .img_logo {
  max-width: 150px;
}

.footer-links h3 {
  color: #322e2e;
}
.footer-links ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-links ul li {
  padding-left: 20px;
}
.footer-links ul li a {
  color: var(--primary-color);
}
.footer-links ul li:before {
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f4f4f4;
  background-image: none;
  opacity: 0.5;
  filter: none;
}
.footer-links ul li:hover:before {
  background: var(--accent-color);
  opacity: 1;
}
.footer-links ul li:hover a {
  color: var(--accent-color);
}
.footer-links ul .nav_link {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .footer-links ul .nav_link {
    width: 100%;
  }
}

.footer-info-box p {
  color: var(--primary-color);
}

.footer-copyright {
  margin-top: 40px;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .footer-copyright {
    width: 83.33333333%;
    margin-left: auto;
  }
}

.footer-copyright-text p {
  color: var(--primary-color);
}

.main-footer {
  background: #cdd1cc;
}
.main-footer a {
  color: var(--primary-color);
}

.footer-social-links {
  position: fixed;
  right: 0.25rem;
  top: 50%;
  z-index: 999;
}
.footer-social-links ul {
  list-style: none;
}
.footer-social-links li {
  margin-bottom: 0.25rem;
}
.footer-social-links i {
  font-size: 1.75rem;
  color: #fff;
}
.footer-social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
}
.footer-social-links .icon_social {
  border-radius: 0.4rem;
  overflow: hidden;
  background: #000;
}
.footer-social-links .icon_social a {
  opacity: 1;
}
.footer-social-links .icon_social:hover a {
  opacity: 0.8;
}
.footer-social-links .icon_fb a {
  background: #1974ec;
}
.footer-social-links .icon_yt a {
  background: #fa0910;
}
.footer-social-links .icon_line a {
  background: #07c052;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

a {
  color: var(--accent-color);
}

body {
  padding-top: 90px;
}
@media only screen and (max-width: 400px) {
  body {
    padding-top: 88px;
  }
}

.cb-cursor:before {
  background: var(--accent-color);
}

.page-header-box ol li.breadcrumb-item.active {
  color: var(--accent-color);
}

.page-header:before {
  background: transparent;
}

.section-title h3 {
  color: #da8163;
}

.service-item .service-image a::before, .project-item .project-image a::before {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 50%, rgba(100, 92, 85, 0.25) 75%, rgba(100, 92, 85, 0.45) 88%, rgba(100, 92, 85, 0.6) 100%);
}

h1, h2, h3, h4, h5, h6 {
  color: #4d6749;
}

.hero.bg-section {
  border-radius: 30px;
}

.section-title h2 {
  font-size: 42px;
}

.hero.bg-section.hero-slider {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hero.bg-section.hero-slider {
    margin: 0 2rem;
  }
}

.hero-slider-layout .hero-slide {
  padding: 240px 0 200px;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-content {
  max-width: 100%;
}
.hero.hero-slider .section-title h1 {
  font-size: calc(1.25rem + 2vw);
}
.hero.hero-slider .section-title p {
  color: var(--accent-color);
}

.about-image {
  position: relative;
}
.about-image::after {
  content: "";
  position: absolute;
  top: -2%;
  left: -20%;
  background: rgba(var(--primary-color), 0.3);
  border-radius: 50% 50%;
  z-index: 0;
  width: 80%;
  height: 80%;
}
.about-image::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 1%;
  background: rgba(218, 129, 99, 0.3);
  border-radius: 50% 50%;
  z-index: 0;
  width: 6rem;
  height: 6rem;
}
.about-image .reveal {
  position: relative;
  z-index: 1;
}
.about-image .reveal img {
  border-radius: 20rem 20rem 2rem 2rem;
  aspect-ratio: 1/1.3;
  object-fit: cover;
}

.our-service {
  background-color: transparent;
}
.our-service .subtitle.subtitle_1 {
  min-height: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.our-service .subtitle .subtitle_2 {
  min-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.our-service .service-content p {
  min-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.service-item {
  height: 100%;
  margin-bottom: 0;
}
.service-item .service-body-title h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.service-item .service-image, .service-item .service-image img, .service-item .service-image a::before {
  border-radius: 0;
}
.service-item .service-body {
  bottom: 18px;
}
.service-item .subtitle {
  color: var(--accent-color);
  opacity: 0.7;
}
.service-item .subtitle.subtitle_1 {
  line-height: 1.4;
  min-height: 3em;
}
.service-item .readmore-btn {
  color: var(--white-color);
}

.project-item .project-body {
  bottom: 30px;
}

.why-choose-content {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.our-faqs {
  background: var(--secondary-color) url(../images/index/logo-w.png) no-repeat;
  background-position: right bottom;
  background-size: 40%;
}

.blog-item {
  border-radius: 20px;
}

.post-featured-image, .post-featured-image img {
  border-radius: 20px 20px 0 0;
}

@media only screen and (max-width: 991px) {
  .post-item-footer .readmore-btn {
    font-size: calc(2vw + 0.5rem);
  }
}

@media only screen and (max-width: 991px) {
  .post-item-content {
    padding: 1rem 0.5rem;
  }
}

.testimonial-item {
  border: 0;
}

/*# sourceMappingURL=custom-home.css.map */
