@import url(https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap);
body {
  background-color: #ffffff;
  font-family: "Manrope", sans-serif;
}
body.menu-active {
  overflow: hidden;
}
body .container-fluid {
  max-width: 1680px !important;
}
body.admin-bar section#mainHeader.fixed {
  top: 32px;
}
body .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
body .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
body img {
  max-width: 100%;
}
body a.readmore {
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
  border: thin solid;
  color: #df7c58;
  background: #ffffff;
  transition: all 0.25s linear;
}
body a.readmore:hover {
  background: #df7c58;
  color: #ffffff;
  transition: all 0.25s linear;
}
body h1.postTitle {
  color: #df7c58;
  margin-bottom: 1.5rem;
}
body section#mainHeader {
  padding: 30px 0;
  box-shadow: -5px -1px 19px -4px #979797;
  position: relative;
}
body section#mainHeader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
@media (max-width: 575px) {
  body section#mainHeader .logo {
    width: 65%;
  }
}
body section#mainHeader .main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 575px) {
  body section#mainHeader .main-menu {
    width: 35%;
    right: 45px;
    position: relative;
  }
}
body section#mainHeader .main-menu .menu-toggler {
  display: none;
}
@media (max-width: 991px) {
  body section#mainHeader .main-menu .menu-toggler {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 99999;
  }
  body section#mainHeader .main-menu .menu-toggler::before {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #000;
    position: absolute;
  }
  body section#mainHeader .main-menu .menu-toggler::after {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #000;
    position: absolute;
    top: 18px;
  }
  body section#mainHeader .main-menu .menu-toggler span {
    font-size: 0;
    width: 30px;
    height: 4px;
    background-color: #000;
    position: absolute;
    top: 9px;
  }
}
body section#mainHeader .main-menu ul {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 20px;
  justify-content: flex-end;
  margin: 0;
  align-items: center;
}
@media (max-width: 991px) {
  body section#mainHeader .main-menu ul {
    display: none;
  }
}
body section#mainHeader .main-menu ul li {
  position: relative;
}
body section#mainHeader .main-menu ul li.current_page_item:not(.menu-item-64) a {
  color: #df7c58;
}
body section#mainHeader .main-menu ul li a {
  color: #27211e;
  text-decoration: none;
  font-size: 19px;
  letter-spacing: 0.4px;
  font-family: "Ubuntu Condensed", sans-serif;
}
body section#mainHeader .main-menu ul li ul.sub-menu {
  position: absolute;
  z-index: 999999;
  opacity: 0;
  text-align: left;
  visibility: hidden;
  transition: all 0.2s ease 0s;
  margin: 0;
  width: 270px;
  left: -85px;
  top: 33px;
  padding: 30px 0 5px 0;
  background: #fff;
  display: block;
}
body section#mainHeader .main-menu ul li ul.sub-menu li {
  padding: 8px 16px 8px 32px;
  position: relative;
  left: 0;
  transition: left 0.25s linear;
}
body section#mainHeader .main-menu ul li ul.sub-menu li:hover {
  left: 5px;
  transition: left 0.25s linear;
}
body section#mainHeader .main-menu ul li ul.sub-menu li::before {
  content: "";
  position: relative;
  width: 6px;
  height: 6px;
  background-color: #eba48a;
  border-radius: 50%;
  display: inline-block;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
}
body section#mainHeader .main-menu ul li ul.sub-menu li a {
  font-size: 16px;
}
body section#mainHeader .main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease 0s;
}
body section#homeServices {
  background: #f3f1eb;
  padding: 120px 0;
}
body section#homeServices h3 {
  text-align: center;
  margin: 0 0 3rem 0;
  color: #df7c58;
  font-size: 36px;
  font-family: "Ubuntu Condensed", sans-serif;
}
body section#homeServices .home-service {
  margin: 0 0.5%;
  padding: 0;
  background: #fff;
  width: 31.5%;
}
@media (max-width: 991px) {
  body section#homeServices .home-service {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1108px) {
  body section#homeServices .home-service {
    width: 48%;
  }
}
@media (max-width: 768px) {
  body section#homeServices .home-service {
    width: 98%;
  }
}
body section#homeServices .home-service--inner {
  background: #ffffff;
}
body section#homeServices .home-service--inner---bottom {
  padding: 0 65px;
  text-align: center;
}
@media (max-width: 1594px) {
  body section#homeServices .home-service--inner---bottom {
    padding: 0 45px;
  }
}
body section#homeServices .home-service--inner---bottom a.readmore {
  margin-bottom: 60px;
}
body section#homeServices .home-service .service-image {
  height: 540px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  body section#homeServices .home-service .service-image {
    height: 420px;
  }
}
body section#homeServices .home-service h3 {
  font-weight: 100;
  margin: 60px 0 40px 0;
  font-size: 21px;
}
@media (max-width: 1400px) {
  body section#homeServices .home-service h3 {
    min-height: 51px;
  }
}
body section#homeServices .home-service .service-description {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  body section#contactSection {
    width: 98%;
  }
}
body section#contactSection .contact-left {
  padding: 120px 0;
}
body section#contactSection .contact-left .row {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  body section#contactSection .contact-left .contact-form {
    padding: 0 30px;
    width: 98%;
  }
}
body section#contactSection .contact-left .contact-form--top h3 {
  font-weight: 400;
  color: #df7c58;
  margin-bottom: 30px;
  font-size: 36px;
  font-family: "Ubuntu Condensed", sans-serif;
}
body section#contactSection .contact-left .contact-form--top .addresses {
  font-size: 14px;
  margin-bottom: 30px;
}
body section#contactSection .contact-left .contact-form--form {
  padding-right: 60px;
}
@media (max-width: 768px) {
  body section#contactSection .contact-left .contact-form--form {
    padding-right: 0;
  }
}
body section#contactSection .contact-left .contact-form--form form .form-item, form .form-item  {
  margin-bottom: 10px;
}
body section#contactSection .contact-left .contact-form--form form .form-item p input, form .form-item p input {
  width: 100%;
  max-width: 100%;
  border-top: thin solid transparent;
  border-left: thin solid transparent;
  border-right: thin solid transparent;
  border-bottom: thin solid #27211e;
  padding: 6px 5px;
}
body section#contactSection .contact-left .contact-form--form form .form-item p input:focus, form .form-item p input:focus {
  border: thin solid #27211e;
  outline: none;
}
body section#contactSection .contact-left .contact-form--form form .form-item p input[type=submit], form .form-item p input[type=submit] {
  background: #27211e;
  color: #ffffff;
  border: thin solid #27211e;
  transition: background-color 0.25s linear;
}
body section#contactSection .contact-left .contact-form--form form .form-item p input[type=submit]:hover, form .form-item p input[type=submit]:hover {
  background: #666666;
  transition: background-color 0.25s linear;
}
body section#contactSection .contact-left .contact-form--form form .form-item p textarea, form .form-item p textarea {
  width: 100%;
  max-width: 100%;
  border-top: thin solid transparent;
  border-left: thin solid transparent;
  border-right: thin solid transparent;
  border-bottom: thin solid #27211e;
  padding: 10px;
}
body section#contactSection .contact-left .contact-form--form form .form-item p textarea:focus, form .form-item p textarea:focus  {
  border: thin solid #27211e;
  outline: none;
}
body section#contactSection .contact-right {
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 768px) {
  body section#contactSection .contact-right {
    display: none;
  }
}
body section#mobileMenu {
  visibility: hidden;
  position: fixed;
  background-color: #ffffff;
  top: -100vh;
  opacity: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  transition: top 0.25s linear;
  padding-top: 50px;
}
body section#mobileMenu.active {
  visibility: visible;
  top: 0;
  opacity: 1;
  transition: top 0.25s linear;
}
body section#mobileMenu .mobile-logo {
  width: 260px;
  margin: 25px 0 35px 20px;
}
body section#mobileMenu ul {
  list-style: none;
  padding: 3rem 0 0 0;
  text-align: center;
}
body section#mobileMenu ul li {
  margin-bottom: 1rem;
}
body section#mobileMenu ul li.current-menu-item:not(.menu-item-64) a {
  color: #df7c58;
}
body section#mobileMenu ul li a {
  color: #27211e;
  text-decoration: none;
  font-size: 22px;
}
body section#mobileMenu ul li.menu-item-has-children {
  border-bottom: thin solid;
}
body section#mobileMenu ul li.menu-item-has-children > a {
  display: block;
  width: 72%;
  border-bottom: thin solid;
  margin: 0 auto;
}
body section#mobileMenu ul.sub-menu {
  padding-top: 1rem;
}
body section#innerHeader {
  padding: 40px 0;
  min-height: 220px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
body section#mainContent h1, body section#mainContent h2, body section#mainContent h3, body section#mainContent h4, body section#mainContent h5 {
  font-family: "Manrope", sans-serif !important;
  margin: 3rem 0 2rem 0;
}
body section#mainContent h4 {
  color: #9b4b2f;
  font-weight: 600;
  margin-top: 2.5rem;
  font-size: 20px;
  margin-bottom: 15px;
}
body section#mainContent .accordion .accordion-button {
  background-color: #ffecda;
  color: #9b4b2f;
  border: none;
  box-shadow: none;
}
body section#mainContent .accordion .accordion-button:not(.collapsed) {
  background-color: #ffecda;
  color: #9b4b2f;
  border: none;
  box-shadow: none;
}
body section#mainContent .accordion .accordion-button i {
  margin-right: 10px;
}
body footer {
  text-align: center;
  background: #f3f1eb;
  color: #27211e;
  padding: 60px 0;
}
body footer .social-media ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
body footer .social-media ul li a {
  text-decoration: none;
  color: #27211e;
}
body footer .copyright {
  font-size: 15px;
  font-weight: 100;
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
}
