@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #53594c;
  background: #f8f8f8;
}
@media (max-width: 1399px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

a {
  color: #a5633c;
}

a:hover {
  color: #874626;
  text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

img {
  width: 100%;
}

.navbar {
  padding: 25px 0;
  position: fixed;
  z-index: 100;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.navbar .navbar-nav {
  align-items: center;
}
@media (max-width: 991px) {
  .navbar {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .navbar #navbarCollapse {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    background: #f8f8f8;
  }
}
.navbar .container-1400 {
  display: flex;
}
@media (max-width: 991px) {
  .navbar .container-1400 {
    width: 100%;
    display: block;
  }
}
.navbar .nav-link {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 40px;
  color: #53594c !important;
}
.navbar .nav-link:hover {
  color: #a5633c !important;
}
@media (max-width: 1199px) {
  .navbar .nav-link {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .navbar .nav-link {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #efefef;
    text-align: center;
    width: 100%;
  }
}
.navbar a.phone-btn {
  background: #a5633c;
  color: #fff;
  font-weight: 700;
  padding: 13px 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-left: 40px;
  font-size: 15px;
}
.navbar a.phone-btn i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .navbar a.phone-btn {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .navbar a.phone-btn {
    margin: 20px;
  }
}
.navbar a.phone-btn:hover {
  background: #874626;
}
.navbar .navbar-toggler {
  position: absolute;
  right: 4%;
  top: 24px;
  width: 40px;
  padding: 0;
  border: none;
}
.navbar .dropdown-toggle::after {
  margin-left: 8px;
}
.navbar .animated-icon {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .animated-icon span {
  display: block;
  position: absolute;
  background: #53594c;
  height: 2px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .animated-icon span:nth-child(1) {
  top: 0px;
}
.navbar .animated-icon span:nth-child(2), .navbar .animated-icon span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}
.navbar .animated-icon span:nth-child(4) {
  bottom: 0px;
}
.navbar .animated-icon.open span:nth-child(1),
.navbar .animated-icon.open span:nth-child(4) {
  top: 50%;
  width: 0%;
  margin-top: -2px;
  left: 50%;
}
.navbar .animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar #logo {
  width: 200px;
  display: inline-block;
}
@media (max-width: 991px) {
  .navbar #logo {
    width: 150px;
    margin-left: 4%;
    margin-bottom: 15px;
  }
}

p {
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  p {
    margin-bottom: 20px;
  }
}

h1,
h2 {
  font-weight: 900;
}

h1 {
  color: #fff;
  font-size: 50px;
}
h1 .h1-sm {
  font-weight: 400;
  font-style: italic;
  display: block;
  font-size: 0.6em;
  padding-left: 110px;
  text-transform: uppercase;
  position: relative;
  margin-top: 10px;
}
h1 .h1-sm::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #a5633c;
  width: 95px;
  height: 2px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 45px;
  padding: 40px 0 40px 50px;
  margin-bottom: 35px;
  position: relative;
}
h2::after {
  width: 80px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-left: 2px solid #a5633c;
  border-top: 2px solid #a5633c;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 40px;
    padding: 20px 0 15px 35px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 35px;
  margin-bottom: 35px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 25px;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h5 {
    margin-bottom: 10px;
  }
}

.standard-btn {
  background: #a5633c;
  padding: 15px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.standard-btn:hover {
  background: #874626;
  color: #fff;
}

.m-ground {
  background: url("/assets/img/m-ground.svg") right center no-repeat;
  background-size: auto 100%;
}

.image-left img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.text-col {
  padding-top: 90px;
  padding-left: 90px;
}
@media (max-width: 1399px) {
  .text-col {
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .text-col {
    padding-left: 15px;
  }
}
.text-col.text-col-left {
  padding-left: 15px;
  padding-right: 90px;
}
@media (max-width: 1399px) {
  .text-col.text-col-left {
    padding-left: 15px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .text-col.text-col-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-text {
  padding-top: 50px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .service-text {
    padding-top: 35px;
    padding-left: 15px;
  }
}

.card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
}
.card .card-body {
  padding: 50px;
}
.card .card-body p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .card .card-body {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .card .card-body {
    padding: 30px;
  }
}

/*#logo {
    width:200px;
    display:inline-block;

    @include respond-below(lg){
        width:150px;
        margin-left:4%;
    }
}*/
/*-- BODY STYLES --*/
#wrapper {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 109px;
}
@media (max-width: 991px) {
  #wrapper {
    margin-top: 74px;
  }
}

section {
  padding: 110px 0;
  float: left;
  width: 100%;
}
section.grey-ground {
  background: #f2f2f2;
}
section.testimonials {
  background: url("/assets/img/testimonial-ground.jpg") center center no-repeat;
  background-size: cover;
  padding: 160px 0;
}
@media (max-width: 767px) {
  section.testimonials {
    padding: 300px 0 70px;
    background-size: 100% auto;
    background-position: center top;
  }
}
@media (max-width: 575px) {
  section.testimonials {
    padding: 200px 0 50px;
  }
}
section.testimonials-empty {
  background: url("/assets/img/testimonial-ground.jpg") center center no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 1199px) {
  section.testimonials-empty {
    height: 500px;
  }
}
@media (max-width: 991px) {
  section.testimonials-empty {
    height: 400px;
  }
}
@media (max-width: 767px) {
  section.testimonials-empty {
    height: 300px;
  }
}
@media (max-width: 1299px) {
  section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }
}
@media (max-width: 399px) {
  section {
    padding: 50px 0;
  }
}

.top-banner {
  width: 100%;
  background: url("/assets/img//banners/home-top.jpg") center center no-repeat #232323;
  background-size: cover;
  height: auto;
  overflow: hidden;
  position: relative;
  min-height: 600px;
}
@media (max-width: 1199px) {
  .top-banner {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .top-banner {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .top-banner {
    min-height: 300px;
  }
}
.top-banner::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  top: 0;
  z-index: 1;
}
.top-banner .banner-details {
  margin: 200px 0;
  z-index: 10;
  position: relative;
}
.top-banner .banner-details .standard-btn {
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .top-banner .banner-details {
    margin: 170px 0;
  }
}
@media (max-width: 991px) {
  .top-banner .banner-details {
    margin: 140px 0;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-details {
    margin: 110px 0;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-details {
    margin: 80px 0;
  }
}

.container-1400 {
  width: 92%;
  margin: 0 auto;
  max-width: 1400px;
}

.project-link {
  position: relative;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #53594c;
  display: block;
}
.project-link figure {
  overflow: hidden;
  margin: 0;
}
.project-link:hover img {
  transform: scale(1.1);
  opacity: 0.3;
}
.project-link img {
  display: block;
  transition: 0.5s all linear;
}
.project-link .details {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.project-link .details h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  margin: 60px 25px 20px;
}
.project-link .details .arrow {
  position: absolute;
  bottom: 7px;
  right: 7px;
  background: url(/assets/img/arrow.svg) right bottom no-repeat;
  background-size: 100% auto;
  width: 85px;
  height: 85px;
}

/*-- FOOTER --*/
footer {
  width: 100%;
  height: auto;
  background: url("/assets/img/m2-ground.svg") left center no-repeat;
  background-size: auto 100%;
  float: left;
  padding: 100px 0;
}
@media (max-width: 991px) {
  footer {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 60px 0;
  }
}
footer .footer-contact-links a {
  display: block;
  font-weight: 700;
  color: #53594c;
  margin-bottom: 5px;
}
footer .footer-contact-links a i {
  color: #a5633c;
  margin-right: 10px;
}
footer .footer-logo {
  max-width: 190px;
  margin-bottom: 35px;
}
footer .copyright {
  font-size: 11px;
  color: #ccc;
}
footer .social-links a {
  background: #565656;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social-links a i {
  font-size: 13px;
}
footer .social-links a:hover {
  color: #fff;
  background: #a5633c;
  text-decoration: none;
}

#testimonial-wrapper {
  background: #fff;
  position: relative;
  margin-top: 25px;
  padding: 65px 50px 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#testimonial-wrapper::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50px;
  width: 100px;
  height: 75px;
  background: url(/assets/img/quote.svg) no-repeat;
}
@media (max-width: 767px) {
  #testimonial-wrapper::before {
    width: 80px;
    height: 60px;
    top: -40px;
  }
}
#testimonial-wrapper #testimonials-slide {
  min-height: 280px;
}
@media (max-width: 767px) {
  #testimonial-wrapper #testimonials-slide {
    min-height: 0;
  }
}
#testimonial-wrapper #testimonials-slide .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 0 0 35px;
}
#testimonial-wrapper #testimonials-slide .carousel-indicators li {
  background: #efefef;
  width: 13px;
  height: 13px;
  padding: 0;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 15px 0 0;
}
#testimonial-wrapper #testimonials-slide .carousel-indicators li.active {
  background: #a5633c;
}
#testimonial-wrapper #testimonials-slide .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#testimonial-wrapper #testimonials-slide .carousel-inner .carousel-item {
  position: relative;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.6s ease-in-out;
}
#testimonial-wrapper #testimonials-slide .carousel-inner .carousel-item span.testimonial-author {
  color: #a5633c;
  font-weight: 900;
  font-size: 20px;
  font-style: italic;
}

.anchor-tag {
  display: block;
  position: relative;
  top: -109px;
  float: left;
  height: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .anchor-tag {
    top: -75px;
  }
}

.breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs a {
  color: #fff;
  font-weight: 900;
  font-size: 0.8em;
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.breadcrumbs a i {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 25px;
  }
}

.project-row {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .project-row {
    margin-bottom: 0;
  }
}

.project-page section .container-1400 {
  margin-bottom: 80px;
  height: auto;
  overflow: hidden;
}
.project-page section .container-1400:last-of-type {
  margin-bottom: 0;
}
.project-page section .container-1400 p {
  margin-bottom: 30px;
  width: 92%;
}
.project-page section .container-1400 p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .project-page section .container-1400 p:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 1299px) {
  .project-page section .container-1400 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .project-page section .container-1400 {
    margin-bottom: 40px;
  }
}
@media (max-width: 399px) {
  .project-page section .container-1400 {
    margin-bottom: 20px;
  }
}

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