@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");
@import "plugins/flickity.min.css";
.animated-effect, .services .service-box, .team .team-member .member-contact li a, .team .team-member .member-contact, .team .team-member, .latest-projects .project-box .project-type, .latest-projects .project-box .project-name, .latest-projects .project-box *, .what-we-do .service-item:before, .what-we-do .service-item, .navbar .navbar-nav .nav-item .nav-link:before, .navbar .navbar-nav .nav-item .nav-link, .top-bar .contact-item {
  transition: 0.2s ease all;
}

.animated-long-effect, .latest-projects .project-box:before {
  transition: 0.5s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Inter", sans-serif;
  position: relative;
  color: #231f20;
}

.navbar-brand img {
  height: 80px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  .navbar-brand img {
    height: 60px;
  }
}

header.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.top-bar {
  transform: translateY(1rem);
  position: relative;
  z-index: 3;
}
@media (max-width: 767.9px) {
  .top-bar {
    display: none;
  }
}
.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-bar .contact-item {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  margin-left: 1.5rem;
  opacity: 0.5;
}
.top-bar .contact-item:hover {
  opacity: 1;
}
.top-bar .contact-item img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
  margin-right: 0.25rem;
}

.navbar {
  background: transparent;
}
.navbar .navbar-nav {
  position: relative;
  padding-left: 2.5rem;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav {
    padding: 1rem 0;
    background: #231f20;
    border-radius: 0.75rem;
  }
}
.navbar .navbar-nav:before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + (100vw - 1320px) / 2);
  height: 100%;
  background: rgba(35, 31, 32, 0.8);
  content: " ";
  z-index: 0;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .navbar .navbar-nav:before {
    width: calc(100% + (100vw - 1140px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar .navbar-nav:before {
    width: calc(100% + (100vw - 960px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav:before {
    width: calc(100% + (100vw - 720px) / 2);
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav:before {
    display: none;
  }
}
.navbar .navbar-nav .nav-item {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .navbar .navbar-nav .nav-item:last-child .nav-link:before {
    width: calc(100% - 1.5rem);
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 1px;
  padding: 1rem 1.5rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 0.5rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 2rem;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
    background: rgba(255, 255, 255, 0.05);
  }
  .navbar .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-nav .nav-item .nav-link:focus:before {
    display: none;
  }
  .navbar .navbar-nav .nav-item .nav-link:active {
    background: rgba(255, 255, 255, 0.1);
  }
  .navbar .navbar-nav .nav-item .nav-link:active:before {
    display: none;
  }
}
.navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: 4px;
  background: #fff;
  content: " ";
  opacity: 0;
  transform: translateY(4px);
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-nav .nav-item .nav-link:focus:before {
  opacity: 1;
  transform: none;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}
.navbar .navbar-toggler {
  filter: brightness(0) invert(1);
  border: none;
  outline: none;
  box-shadow: none;
}
@media (max-width: 767.9px) {
  .navbar .navbar-collapse {
    transform: translateY(1rem);
  }
}

footer.page-footer {
  position: relative;
  padding: 5rem 0;
}
footer.page-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231f20;
  content: " ";
  z-index: 2;
  opacity: 0.95;
}
footer.page-footer img.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
footer.page-footer .container {
  position: relative;
  z-index: 3;
}
footer.page-footer hr {
  margin: 3rem 0;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
footer.page-footer h5 {
  font-weight: bold;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 2.5rem 0 1rem 0;
  }
}
footer.page-footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}
footer.page-footer .nav-link {
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer .nav-link:hover {
  color: #fff;
}
footer.page-footer .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
footer.page-footer .social-links li a {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 1;
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 0.5rem;
}
footer.page-footer .social-links li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer.page-footer .social-links li a img {
  width: 1rem;
  height: 1rem;
  padding: 0;
  filter: brightness(0) invert(1);
}
.btn {
  font-weight: 400;
  font-size: 1rem;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
}
.btn.btn-lg {
  font-size: 1.1rem;
  padding: 1rem 3rem;
}
.btn.btn-primary {
  background: #c09464;
  border-color: #c09464;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #cfad88;
  border-color: #cfad88;
}
.btn.btn-primary:active {
  background: #dbc1a5;
  border-color: #dbc1a5;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #231f20;
}
.btn.btn-dark {
  background: #231f20;
  border-color: #231f20;
  color: #231f20;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #c09464;
  color: #c09464;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #c09464;
  border-color: #c09464;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #dbc1a5;
  border-color: #dbc1a5;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #231f20;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #c09464;
}
.btn.btn-outline-dark {
  border-color: #231f20;
  color: #231f20;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #231f20;
  border-color: #231f20;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #d6ba9a;
}
.form-control {
  height: auto;
}
.main {
  position: relative;
  padding: 15rem 0 10rem 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .main {
    padding: 10rem 0 5rem 0;
  }
}
.main .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(35, 31, 32, 0.65), rgba(35, 31, 32, 0.2));
  content: " ";
  z-index: 1;
}
.main .container {
  position: relative;
  z-index: 3;
}
.main h1 {
  font-size: 3.75rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.1rem;
  width: 130%;
}
@media (max-width: 767.9px) {
  .main h1 {
    width: 100%;
    font-size: 3rem;
  }
}
.main h3 {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
}
.main h3 span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
  color: rgba(255, 255, 255, 0.25);
}
.main p {
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0 2rem 0;
}

.our-experience {
  position: relative;
  padding: 2.5rem 0 0 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .our-experience {
    padding: 5rem 0 0 0;
  }
}
.our-experience .container {
  position: relative;
  z-index: 3;
}
.our-experience h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #231f20;
  width: 80%;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .our-experience h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-experience h3 {
    font-size: 2rem;
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .our-experience h3 {
    font-size: 2rem;
    width: 100%;
  }
}
.our-experience ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.our-experience ul li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 600;
  color: #c09464;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-experience ul li {
    font-size: 0.9rem;
  }
}
.our-experience ul li + li {
  margin-top: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-experience ul li + li {
    margin-top: 0;
  }
}
.our-experience ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #c09464;
  border-radius: 50%;
  background-size: contain;
  content: " ";
  margin: auto;
}

.what-we-do {
  position: relative;
  padding: 5rem 0 1px 0;
  background: #fbf8f5;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .what-we-do .container {
    margin-bottom: -5rem;
  }
}
@media (max-width: 767.9px) {
  .what-we-do .container {
    margin-bottom: -5rem;
  }
}
.what-we-do h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #231f20;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.what-we-do h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.what-we-do .service-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 25rem;
  color: inherit;
  text-decoration: none;
  margin-bottom: -5rem;
  border-radius: 0.75rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .what-we-do .service-item {
    margin-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .what-we-do .service-item {
    margin-bottom: 0;
  }
}
.what-we-do .service-item:hover {
  box-shadow: rgba(192, 148, 100, 0.4) 0 0.5rem 2.5rem;
}
.what-we-do .service-item:hover:before {
  opacity: 0.5;
}
.what-we-do .service-item * {
  position: relative;
  z-index: 2;
}
.what-we-do .service-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(35, 31, 32, 0.55), rgba(35, 31, 32, 0.25));
  content: " ";
  z-index: 1;
}
.what-we-do .service-item img.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.what-we-do .service-item .service-title {
  padding: 1.5rem;
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 1.25rem;
}
.what-we-do .service-item p {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  margin: 0;
}

.latest-projects {
  position: relative;
  padding: 10rem 0 5rem 0;
  overflow: hidden;
}
.latest-projects:after {
  position: absolute;
  bottom: -25%;
  right: 0;
  width: 50%;
  height: 150%;
  background: url("../img/icon-lg.png") center no-repeat;
  background-size: contain;
  content: " ";
  z-index: 0;
  opacity: 0.025;
}
.latest-projects .container {
  position: relative;
  z-index: 3;
}
.latest-projects h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #231f20;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.latest-projects h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.latest-projects .project-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 20rem;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 1.5rem;
}
.latest-projects .project-box:hover {
  box-shadow: rgba(192, 148, 100, 0.4) 0 0.5rem 2.5rem;
}
.latest-projects .project-box:hover:before {
  opacity: 0.75;
  visibility: visible;
  transform: translateY(0);
}
.latest-projects .project-box:hover .project-name {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.latest-projects .project-box:hover .project-type {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.latest-projects .project-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c09464;
  content: " ";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.latest-projects .project-box * {
  position: relative;
  z-index: 3;
}
.latest-projects .project-box img.project-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
  visibility: visible;
}
.latest-projects .project-box .project-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding-right: 2.5rem;
  line-height: 1.2;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
}
.latest-projects .project-box .project-type {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.2;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
}

.welcome {
  position: relative;
  padding: 7.5rem 0;
  overflow: hidden;
  background: url("../img/welcome-bg.jpg") center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .welcome {
    padding: 5rem 0;
  }
}
@media (max-width: 767.9px) {
  .welcome {
    padding: 5rem 0;
  }
}
.welcome .welcome-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .welcome .welcome-image {
    display: none;
  }
}
.welcome:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #755430;
  opacity: 0.8;
  content: " ";
  z-index: 0;
}
.welcome .container {
  position: relative;
  z-index: 3;
}
.welcome h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
}
.welcome h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.welcome h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin: 1.5rem 0 1rem 0;
}
.welcome p {
  color: rgba(255, 255, 255, 0.5);
}
.welcome ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.welcome ul li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 600;
  color: #c09464;
}
.welcome ul li + li {
  margin-top: 0.5rem;
}
.welcome ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #c09464;
  border-radius: 50%;
  background-size: contain;
  content: " ";
  margin: auto;
}

.clients-reviews {
  position: relative;
  padding: 5rem 0;
  background: #fbf8f5;
  overflow: hidden;
}
.clients-reviews:after {
  position: absolute;
  bottom: -25%;
  right: 0;
  width: 50%;
  height: 150%;
  background: url("../img/icon-lg.png") center no-repeat;
  background-size: contain;
  content: " ";
  z-index: 0;
  opacity: 0.025;
}
.clients-reviews .container {
  position: relative;
  z-index: 3;
}
.clients-reviews h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #231f20;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.clients-reviews h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.clients-reviews .client-review {
  height: 20rem;
  display: block;
  padding: 2.5rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: rgba(35, 31, 32, 0.05) 0 0.5rem 2.5rem;
}
.clients-reviews .client-review p {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 300;
  overflow: hidden;
}
.clients-reviews .client-review .client-details {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
}
.clients-reviews .client-review .client-details img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.clients-reviews .client-review .client-details strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: #c09464;
}

.clients {
  display: block;
  padding: 2.5rem 0;
  position: relative;
}
.clients .clients-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .clients .clients-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.9px) {
  .clients .clients-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.clients .clients-wrapper img {
  max-width: 8rem;
  max-height: 4rem;
  filter: brightness(0);
  opacity: 0.25;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .clients .clients-wrapper img {
    margin: 0.25rem 1rem;
  }
}
@media (max-width: 767.9px) {
  .clients .clients-wrapper img {
    margin: 0.5rem 1rem;
    max-width: 5rem;
    max-height: 3rem;
  }
}

.cta {
  position: relative;
  background: #231f20;
  padding: 7.5rem 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .cta {
    padding: 20rem 0 5rem 0;
  }
}
.cta img.cta-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .cta img.cta-image {
    width: 100%;
    height: 15rem;
  }
}
.cta:after {
  width: calc(5% + 1px);
  height: 105%;
  background: #231f20;
  position: absolute;
  top: 0;
  right: 40%;
  content: " ";
  z-index: 1;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (max-width: 767.9px) {
  .cta:after {
    display: none;
  }
}
.cta .container {
  position: relative;
  z-index: 2;
}
.cta h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.cta h3 strong {
  color: #fff;
  font-weight: 600;
}
.cta .contact-item {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .cta .contact-item {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .cta .contact-item {
    display: flex;
  }
}
@media (max-width: 767.9px) {
  .cta .contact-item {
    display: flex;
  }
}
.cta .contact-item:hover {
  color: #c09464;
}
.cta .contact-item:hover img {
  filter: none;
}
.cta .contact-item + .contact-item {
  margin-left: 2.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .cta .contact-item + .contact-item {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .cta .contact-item + .contact-item {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .cta .contact-item + .contact-item {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.cta .contact-item img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
  margin-right: 0.5rem;
}

.main.main-smaller {
  padding: 10rem 0 5rem 0;
}
.main.main-smaller:before {
  background: linear-gradient(to bottom, rgba(35, 31, 32, 0.75), rgba(35, 31, 32, 0.4));
}
.main.main-smaller h1 {
  font-size: 3rem;
}
.main.main-smaller p {
  margin-bottom: 0;
}

.our-experience.v3 {
  padding: 5rem 0;
}
.our-experience.v3 .img-fluid {
  border-radius: 0.75rem;
  margin: 0;
}
.our-experience.v3 .container {
  position: relative;
  z-index: 5;
}
.our-experience.v3 h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #231f20;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.our-experience.v3 h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.our-experience.v3 h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #231f20;
  margin-bottom: 1.5rem;
}
.our-experience.v3 ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.our-experience.v3 ul li {
  width: 40%;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .our-experience.v3 ul li {
    width: 100%;
  }
}
.our-experience.v3 .info-box {
  background: #fbf8f5;
  padding: 2.5rem;
  border-radius: 0.75rem;
}
.our-experience.v3 .info-box p {
  margin: 0;
  font-weight: 500;
}

.features {
  position: relative;
}
@media (max-width: 767.9px) {
  .features {
    padding: 2.5rem 0;
  }
}
.features .features-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  object-position: center right;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .features .features-bg {
    width: 100%;
  }
}
.features .features-bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  object-position: center right;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .features .features-bg-2 {
    display: none;
  }
}
.features:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  content: " ";
  z-index: 1;
  background: rgba(117, 84, 48, 0.8);
}
@media (max-width: 767.9px) {
  .features:after {
    width: 100%;
  }
}
.features .container {
  position: relative;
  z-index: 3;
}
.features .feature-box {
  background: #755430;
  padding: 5rem 2.5rem 0 5.5rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .features .feature-box {
    padding: 2.5rem 0 2.5rem 4rem;
    background: transparent;
  }
}
.features .feature-box + .feature-box {
  padding-bottom: 5rem;
}
@media (max-width: 767.9px) {
  .features .feature-box + .feature-box {
    padding-bottom: 2.5rem;
  }
}
.features .feature-box.v2 {
  background: transparent;
}
.features .feature-box img {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  .features .feature-box img {
    left: 0;
    top: 2.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.features .feature-box h4 {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
}
.features .feature-box p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}

.team {
  position: relative;
  padding: 5rem 0;
}
.team h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #231f20;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.team h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.team .team-member {
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.team .team-member:hover {
  box-shadow: rgba(192, 148, 100, 0.2) 0 0.5rem 2.5rem;
}
.team .team-member:hover .member-contact {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.team .team-member .member-avatar {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
  object-position: center top;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .team .team-member .member-avatar {
    height: 20rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .team .team-member .member-avatar {
    height: 12rem;
  }
}
.team .team-member .member-info {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  background: #c09464;
  position: relative;
  z-index: 2;
}
.team .team-member .member-info strong {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.team .team-member .member-info span {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}
.team .team-member .member-contact {
  position: absolute;
  top: 22rem;
  left: 0;
  width: 100%;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(35, 31, 32, 0.85);
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  transform: translateY(3rem);
  z-index: 1;
}
.team .team-member .member-contact li {
  display: block;
}
.team .team-member .member-contact li a {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 1;
  padding: 0.875rem;
}
.team .team-member .member-contact li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.team .team-member .member-contact li a img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
}

.our-experience.v2 {
  padding: 5rem 0;
}
.our-experience.v2 .img-fluid {
  border-radius: 0.75rem;
  margin: 0;
}
.our-experience.v2 p:last-child {
  margin-bottom: 0;
}

.services {
  position: relative;
  padding: 5rem 0 2.5rem 0;
  background: #fbf8f5;
}
.services h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #231f20;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.services h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.services .service-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border-radius: 0.75rem;
  padding: 2.5rem 3rem 3rem 3rem;
  text-align: center;
}
.services .service-box:hover {
  box-shadow: rgba(192, 148, 100, 0.2) 0 0.5rem 2.5rem;
}
.services .service-box:hover:before {
  opacity: 0.5;
}
.services .service-box .service-icon {
  display: block;
  width: 8rem;
  height: 8rem;
  background: #c09464;
  padding: 2rem;
  border-radius: 0.75rem;
  margin: -5rem auto 0 auto;
}
.services .service-box .service-icon img {
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
}
.services .service-box h4 {
  color: #231f20;
  font-weight: bold;
  display: block;
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem 0;
}
.services .service-box p {
  color: rgba(35, 31, 32, 0.75);
  margin: 0;
}

.featured-services {
  position: relative;
  padding: 1.5rem 0 4.5rem 0;
}
.featured-services .featured-services-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.featured-services:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(117, 84, 48, 0.7294117647);
  opacity: 0.8;
  content: " ";
}
.featured-services .container {
  position: relative;
  z-index: 3;
}
.featured-services h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  /* margin: 1rem 0; */
  padding: 2rem 0;
}
.featured-services h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.featured-services .featured-service-box img {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.featured-services .featured-service-box h4 {
  display: block;
  margin: 1.5rem 0 0 0;
  font-weight: 600;
  color: #fff;
  font-size: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.realistations {
  position: relative;
  padding: 1.5rem 0 4.5rem 0;
}
.realistations .featured-services-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.realistations:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*background: rgba(117, 84, 48, 0.7294117647);*/
  opacity: 0.8;
  content: " ";
}
.realistations .container {
  position: relative;
  z-index: 3;
}
.realistations h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  position: relative;
  /* margin: 1rem 0; */
  padding: 2rem 0;
}
.realistations h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.realistations .featured-service-box img {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.realistations .featured-service-box h4 {
  display: block;
  margin: 1.5rem 0 0 0;
  font-weight: 600;
  color: #fff;
  font-size: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.core-features {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.core-features h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #231f20;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.core-features h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.core-features .feature-item {
  display: block;
}
.core-features .feature-item img {
  width: 4rem;
  height: 4rem;
}
.core-features .feature-item h4 {
  color: #231f20;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem 0;
}
.core-features .feature-item p {
  color: rgba(35, 31, 32, 0.75);
  margin: 0;
}

.services-slider {
  width: calc(100% + 1rem);
  margin: 2.5rem -0.5rem 0 -0.5rem;
  overflow: hidden;
}
.services-slider .flickity-viewport {
  overflow: visible;
}
.services-slider .service-slide {
  padding: 0 0.5rem;
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .services-slider .service-slide {
    width: 33.3333333333%;
  }
}
@media (max-width: 767.9px) {
  .services-slider .service-slide {
    width: 100%;
  }
}

.contact {
  position: relative;
  padding: 5rem 0;
}
.contact h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #231f20;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.contact h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.contact .contact-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  color: #231f20;
}
.contact .contact-item:hover {
  color: #c09464;
}
.contact .contact-item:hover:before {
  background: #c09464;
}
.contact .contact-item:hover img {
  filter: brightness(0) invert(1);
}
.contact .contact-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  content: " ";
  z-index: 0;
  border: 1px solid #c09464;
  border-radius: 50%;
}
.contact .contact-item + .contact-item {
  margin-top: 1.5rem;
}
.contact .contact-item img {
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  margin-right: 0.75rem;
  position: relative;
  z-index: 2;
}
.contact .form-field .form-control {
  height: auto;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #eee;
}
.contact .form-field .form-control:focus {
  box-shadow: none;
  border-color: #c09464;
}
.contact .form-field textarea.form-control {
  min-height: 10rem;
}

.contact-map {
  padding: 0;
}
.contact-map iframe {
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
}

.project-details {
  position: relative;
  padding: 5rem 0;
}
.project-details .project-gallery-main {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
  border-radius: 0.75rem;
}
.project-details h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #231f20;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.project-details h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 4px;
  background: #c09464;
  content: " ";
}
.project-details .project-description {
  color: rgba(35, 31, 32, 0.75);
  padding-top: 1rem;
}
.project-details .project-description h2, .project-details .project-description h3, .project-details .project-description h4, .project-details .project-description h5, .project-details .project-description h6 {
  color: #231f20;
  font-weight: 600;
  margin: 2.5rem 0 1rem 0;
}
.project-details .project-description hr {
  margin: 2.5rem 0;
  opacity: 0.1;
}
.project-details .project-work-scope {
  margin-top: 2.5rem;
  background: #fbf8f5;
  padding: 2.5rem;
  border-radius: 0.75rem;
  color: rgba(35, 31, 32, 0.75);
}
.project-details .project-work-scope h4 {
  font-weight: 600;
  color: #231f20;
  font-size: 1.25rem;
}
.project-details .project-work-scope ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.project-details .project-work-scope ul li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 600;
  color: #c09464;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .project-details .project-work-scope ul li {
    font-size: 0.9rem;
  }
}
.project-details .project-work-scope ul li + li {
  margin-top: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .project-details .project-work-scope ul li + li {
    margin-top: 0;
  }
}
.project-details .project-work-scope ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #c09464;
  border-radius: 50%;
  background-size: contain;
  content: " ";
  margin: auto;
}
.project-details .project-facts {
  padding: 2.5rem;
  background: #fbf8f5;
  border-radius: 0.75rem;
  color: rgba(35, 31, 32, 0.75);
}
.project-details .project-facts h3 {
  margin-bottom: 2rem;
}
.project-details .project-facts .project-fact-entry {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.project-details .project-facts .project-fact-entry strong {
  font-weight: 600;
  width: 40%;
  flex-shrink: 0;
}
.project-details .project-facts .project-fact-entry span {
  width: 60%;
  flex-shrink: 0;
  padding-left: 1rem;
}
.project-details .project-gallery .project-gallery-image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 0.5rem;
  border-radius: 0.75rem;
}
.project-details .project-gallery .project-gallery-image.image-small {
  height: 12.25rem;
}
.project-details .project-gallery .project-gallery-image.image-medium {
  height: 15rem;
}
.project-details .project-gallery .project-gallery-image.image-large {
  height: 25rem;
}

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