/*** Blog ***/
article.blog-post .blog-post-image-wrapper img {
  max-width: 100%;
}

article.blog-post .blog-post-image-wrapper .blog-post-date {
  position: absolute;
  top: 75%;
  right: 10px;
  font-size: 3em;
  text-align: center;
  line-height: 1;
  padding: 25px 15px;
  transform: translateY(-50%);
}

article.blog-post .blog-post-image-wrapper .blog-post-date .month-year {
  display: block;
  font-size: 0.4em;
}

.custom-border-radius {
  border-radius: 35px !important;
  padding: 11px 30px !important;
}

.btn-outline.custom-border-width {
  border-width: 2px;
}

.img-thumbnail.img-thumbnail-no-borders {
  width: 100%;
}

ul.nav-list li > a.active {
  font-weight: 500;
}

.accordion.accordion-modern-status.accordion-modern-status-arrow-dark > .card .card-header a:after {
  width: 27px;
  height: 27px;
}

section.section.section-height-custom {
  padding: 6rem 0;
}
section.section iframe {
  width: 100%;
  height: 500px;
  border-radius: 12px;
}

.grid {
  display: grid;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.grid.grid-cols-3 {
  grid-template-columns: repeat(6, 1fr);
}

.grid .grid-item:nth-child(-n+3) {
  grid-column: span 2;
}

.grid-item:nth-child(n+4) {
  grid-column: span 3;
}

.overlay:before {
  background: rgba(0, 0, 0, 0.25);
}

.py-2-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section p {
  font-size: 17px;
}

#header .header-logo img {
  width: 75px;
  height: auto;
}
#header.sticky .header-logo img#stickyLogo {
  display: block !important;
}
#header.sticky .header-logo img#Logo {
  display: none;
}

.custom-icon-style-1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
}
.custom-icon-style-1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid var(--primary);
  border-radius: 7px;
  transform: rotate(45deg);
  z-index: 0;
  transition: ease background 300ms;
}
.custom-icon-style-1 svg {
  position: relative;
  z-index: 1;
}
.custom-icon-style-1 h3 {
  transition: ease color 300ms;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
  background: var(--primary);
}
.custom-icon-box-style-1:hover .custom-icon-style-1 svg path {
  fill: var(--primary-inverse) !important;
}
.custom-icon-box-style-1:hover .custom-icon-style-1 img {
  filter: invert(1);
}
.custom-icon-box-style-1:hover h3 {
  color: var(--primary) !important;
}

.custom-dots-style-1 .owl-dots,
.custom-dots-style-2 .owl-dots {
  margin-top: 30px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot > span,
.custom-dots-style-2 .owl-dots .owl-dot > span {
  background: #9e9e9e !important;
  transition: ease all 300ms;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span,
.custom-dots-style-2 .owl-dots .owl-dot.active > span {
  background: #3e3e3e !important;
  width: 18px;
}

#message img {
  width: 93%;
  height: 30.5rem;
  object-fit: cover;
  object-position: 50% 100%;
}

@media (min-width: 992px) {
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
    background: var(--primary);
  }
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #fff;
  }
  #slider {
    height: 80vh;
  }
  #slider .owl-carousel-light .owl-item {
    background-position: center;
  }
}
@media (max-width: 991px) {
  #slider {
    height: 60vh;
  }
  #slider .owl-carousel-light .owl-item {
    background-position: 80%;
  }
}
@media (max-width: 545px) {
  #slider {
    height: 44vh;
  }
  #header .header-logo img {
    width: 100%;
    height: 45px;
  }
  #header.header-effect-shrink .header-container {
    min-height: 100%;
  }
  #header .header-btn-collapse-nav {
    padding: 0.5rem 1rem;
  }
  #slider .owl-item h1 {
    width: 21rem;
  }
  .grid .grid-item {
    grid-column: span 6 !important;
  }
  .dropdown.open .sub-menu.dropdown-menu.show {
    position: relative;
  }
}
.main .owl-carousel h3 {
  margin-left: 2.4rem;
}
.main .blog-post h2 {
  font-size: 1.9em;
}
.main .blog-post p {
  text-align: justify;
}

.svg-fill-color-primary {
  fill: var(--primary); /* Replace with your desired color */
}

.social-icons li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 1.2rem;
  color: #fff !important;
}

section.section-secondary {
  background-color: var(--theme-100) !important;
  border-color: var(--theme-100) !important;
}
section.section-gradient {
  background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #62773f 50%, #62773f 100%);
}
section.section-gradient h1 span {
  color: var(--primary);
}
section.section-gradient h2 {
  text-align: center;
  font-size: 2em;
}

#header .header-body {
  background: var(--primary);
}
#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a {
  color: var(--light);
}
#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a:hover {
  color: var(--primary--200);
}

#about p,
.section p {
  color: #333;
}

#about h2 {
  font-size: 3em;
  margin-bottom: 1.4rem;
}
#about h3 {
  margin-top: 33px;
}
#about span {
  margin-top: 3rem;
}
#about p {
  font-size: 1.1rem;
}
#about p:last-of-type {
  margin-bottom: 0;
}
#about ol, #about ul {
  font-size: 1.1rem;
}
#about ol li, #about ul li {
  line-height: 1.75;
}

.section p {
  font-size: 1.1rem;
}
.section p:last-of-type {
  margin-bottom: 0;
}

.btn {
  font-family: lexend, sans-serif !important;
  padding: 16px 35.2px;
  padding: 1rem 2.2rem;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
}

html.sticky-header-active #header.header-effect-shrink .header-body {
  background-color: #fff;
}
html.sticky-header-active #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a {
  color: #000;
}
html.sticky-header-active #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a.active, html.sticky-header-active #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a:hover {
  color: var(--theme-200);
}
html.sticky-header-active #header .header-nav.header-nav-links.header-nav-light-text nav > ul:hover > li > a {
  color: #000;
}
html.sticky-header-active #header .header-nav.header-nav-links.header-nav-light-text nav > ul:hover > li > a:hover {
  color: var(--primary);
}

#faq p,
#testimonials p {
  font-size: 17px;
}

#faq .card p {
  color: #000;
}

ul.nav-list-arrows li a:before, ul.nav-list-arrows li a:after {
  top: 50%;
  transform: translateY(-50%);
}

ul.nav-list li a:hover::before, ul.nav-list li a:hover i[class*=fa-chevron] {
  transform: translateY(-50%);
}

#footer {
  font-size: 1em;
}
#footer::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.75); /* Inset shadow */
  z-index: 1;
}
#footer a:not(.btn):not(.no-footer-css) {
  color: #fff;
}
#footer p {
  color: #fff;
}
#footer .footer-copyright {
  position: relative;
  z-index: 2;
}
#footer .footer-copyright.footer-copyright-style-2 {
  background: var(--primary);
}
#footer .footer-copyright p {
  color: #fff;
  font-size: 1.1em;
}
#footer #menu-footer-menu {
  padding-left: 1rem;
}

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