@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

svg {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  overflow-x: hidden;
}

.container-extra {
  max-width: 1920px !important;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

header {
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 4px 13px #15493130;
          box-shadow: 0 4px 13px #15493130;
  position: relative;
  z-index: 5;
}

header .container {
  padding: 15px;
  background-color: #fff;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}

header a {
  color: #768589;
  font-weight: 600;
  font-size: 0.9rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header a:hover {
  color: #3D4547;
}

header .active {
  color: #3D4547;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #3D4547;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 13px;
}

.brand span {
  font-size: 0.7rem;
  font-weight: lighter;
}

.brand .tageline {
  display: block;
}

.burger-btn {
  all: unset;
  display: none;
}

.what .right-img {
  position: absolute;
  right: 0;
  top: 80px;
}

.what .title {
  text-align: center;
  color: #3D4547;
  color: #154931;
  font-weight: 700;
  font-size: 2.8rem;
}

.what .item {
  text-align: center;
  color: #154931;
}

.what .item .icon {
  background-color: #154931;
  border-radius: 26px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}

.what .item .icon img {
  max-width: 100px;
}

.shovel {
  position: relative;
  right: -20%;
}

.carouselHome {
  background-color: #fff;
}

.carouselHome .text-content {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}

.carouselHome h2 {
  color: #154931;
  text-transform: uppercase;
  line-height: 3rem;
  font-weight: 600;
}

.carouselHome span {
  text-transform: uppercase;
  font-weight: 700;
  color: #2DA15F;
}

.carouselHome .carousel-inner {
  height: 50vh;
}

.carouselHome .carousel-item {
  background-color: #fff;
  margin-right: unset;
  float: unset;
  height: 100%;
}

.carouselHome .carousel-item-next:not(.carousel-item-start),
.carouselHome .active.carousel-item-end {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.carouselHome .carousel-item-prev:not(.carousel-item-end),
.carouselHome .active.carousel-item-start {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.carouselHome .control-carouselHome {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
}

.carouselHome .control-carouselHome .carousel-control-next,
.carouselHome .control-carouselHome .carousel-control-prev {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #154931;
  color: #154931;
}

.carouselHome .control-carouselHome .line {
  background-color: #2DA15F38;
  width: 2px;
  position: absolute;
  height: 50px;
}

.home-about .tt-2 {
  display: none;
}

.home-about .things-header {
  position: relative;
  z-index: 5;
}

.home-about .things-header .title {
  width: 70px;
  position: absolute;
  z-index: 10;
  bottom: -77px;
}

.home-about .things-header .title svg {
  height: inherit;
}

.home-about .things-header .sub-title {
  color: #154931;
  font-weight: bold;
  font-size: 2.5rem;
}

.home-about .things {
  color: #fff;
  position: relative;
  z-index: 1;
}

.home-about .things::after {
  content: "";
  background-color: #154931;
  border-radius: 0 110px 110px 0;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home-about .things h2 {
  font-size: 2rem;
  font-weight: 600;
}

.home-about .things p {
  font-size: 12px;
}

.home-about .about-icon {
  width: 66px;
  position: absolute;
  top: 37%;
  left: 0;
}

.home-about .home-about-image {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 100%;
  right: 0;
  z-index: 10;
  text-align: right;
}

.home-about .home-about-image .image {
  height: calc(100% - 80px);
  border-radius: 0 0 0 180px;
}

.home-about .home-about-image .dots {
  height: 80px;
}

.home-about .home-about-image .dots img {
  height: 100%;
}

.second-btn {
  background-color: #9CFC3F;
  color: #154931;
  border-radius: 27px;
  display: inline-block;
  font-size: 0.8rem;
  padding: 10px 35px;
}

.newsletter {
  text-align: center;
  margin-bottom: -70px;
}

.newsletter .title {
  font-weight: 600;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter .left-img {
  position: absolute;
  top: 33px;
  left: 3px;
}

.newsletter .box-content {
  border-radius: 30px;
  color: #fff;
  background-color: #154931;
  padding: 15px;
}

.newsletter input {
  all: unset;
  border-radius: 7px;
  background-color: #ffffff40;
  height: 60px;
  width: 100%;
  max-width: 400px;
}

footer {
  padding-top: 150px;
  background-color: #222222;
  color: #fff;
}

footer h3 {
  font-size: 21px;
  font-weight: 600;
}

footer p {
  font-size: 12px;
  line-height: 1.5rem;
}

footer a {
  color: #fff;
}

footer ul li {
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-brand {
  color: #9CFC3F;
  font-size: 20px;
  font-weight: 700;
}

.footer-brand span {
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 400;
}

.questing {
  font-size: 1rem;
}

.questing a {
  color: #9CFC3F;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: underline;
}

.questing a:hover {
  text-decoration: none;
}

.newslatter-field {
  position: relative;
}

.newslatter-field input {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 15px 20px;
  color: #3D4547;
  border: 0;
  outline: 0;
}

.newslatter-field button {
  all: unset;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #154931;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.newslatter-field button .icon {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 15px;
}

.newslatter-field button:hover .icon {
  margin-left: 2px;
}

.top-header .tag-line-page {
  font-weight: 100;
  font-size: 3.5rem;
  line-height: 1em;
  color: #154931;
}

.top-header .tag-line-page b {
  font-weight: bold;
}

.top-header p {
  color: #768589;
  line-height: 2em;
}

.contact-form .field {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #707070;
  height: 50px;
  font-size: 1rem;
  color: #768589;
  width: 100%;
  margin-bottom: 40px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.contact-form .msg-field {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #707070;
  font-size: 1rem;
  color: #768589;
  width: 100%;
  margin-bottom: 40px;
}

.contact-form button {
  all: unset;
  background-color: #154931;
  color: #9CFC3F;
  border-radius: 23px;
  padding: 8px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-form button:hover {
  -webkit-box-shadow: 0 3px 5px #00000030;
          box-shadow: 0 3px 5px #00000030;
}

.portfolio img {
  width: 100%;
}

.portfolio .grid .grid-item {
  padding: 10px;
  width: calc(100% / 3);
}

.about-items .title {
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1em;
  color: #154931;
  text-align: center;
}

.about-items .title b {
  font-weight: bold;
}

.about-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.about-items .item .icon {
  background: url(/img/item-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 130px;
  height: 130px;
}

.about-items .item img {
  max-width: 45px;
}

.we-manage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70vh;
}

.we-manage .person {
  max-width: 50%;
  position: relative;
  z-index: 10;
}

.we-manage .midle-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65%;
}

.we-manage .line-1 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 32.5%;
}

.we-manage .line-2 {
  position: absolute;
  top: 20px;
  right: 0;
  width: 32.5%;
}

.we-manage .line-3 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 32.5%;
}

.we-manage .line-4 {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 32.5%;
}

.we-manage .items {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.we-manage .items .item {
  background: url(/img/item-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 130px;
  height: 130px;
  position: absolute;
}

.we-manage .items .item:nth-child(1) {
  top: 0;
  left: 0;
}

.we-manage .items .item:nth-child(2) {
  top: 0;
  right: 0;
}

.we-manage .items .item:nth-child(3) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.we-manage .items .item:nth-child(4) {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.we-manage .items .item:nth-child(5) {
  bottom: 0;
  right: 0;
}

.we-manage .items .item:nth-child(6) {
  bottom: 0;
  left: 0;
}

.we-manage .items img {
  max-width: 45px;
}

.we-manage .items .img-2 {
  max-width: 25px;
}

.testimonials {
  color: #222222;
  font-weight: 600;
}

.testimonials .left {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: end;
}

.testimonials .name {
  font-weight: bold;
  margin-top: 10px;
}

.testimonials .role {
  font-weight: 500;
  font-size: 14px;
}

.testimonials .testimonials-title {
  color: #154931;
}

.testimonials .avatar {
  width: 50px;
}

.testimonials .text {
  font-size: 1.2rem;
  position: relative;
}

.testimonials .text::after {
  content: "";
  width: 100px;
  height: 70px;
  background: url(/img/quotes.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 10%;
}

.testimonials .carousel-indicators button {
  all: unset;
  background-color: #222222;
  margin: 0 3px;
  width: 25px;
  height: 5px;
  border-radius: 3px;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.testimonials .carousel-indicators .active {
  opacity: 1;
  background-color: #154931;
}

@media screen and (max-width: 992px) {
  .home-about .things-header .title {
    width: 50px;
  }
  .home-about .things-header .sub-title {
    font-size: 2rem;
  }
  .home-about .things h2 {
    font-size: 1.5rem;
  }
  .home-about .about-icon {
    left: -90px;
  }
  .we-manage .items .item {
    width: 100px;
    height: 100px;
  }
  .we-manage .items img {
    max-width: 40px;
  }
  .we-manage .items .img-2 {
    max-width: 20px;
  }
  .we-manage .line-1, .we-manage .line-2 {
    top: -10px;
  }
  .we-manage .line-3, .we-manage .line-4 {
    bottom: -15px;
  }
}

@media screen and (max-width: 768px) {
  header .tagline {
    display: none;
  }
  header nav {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 79px;
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0 5px 7px #15493130;
            box-shadow: 0 5px 7px #15493130;
    margin-top: -200vh;
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
    background: #fff;
    width: 100%;
  }
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .burger-btn {
    display: block;
  }
  .carouselHome .carousel-inner {
    height: 40vh;
  }
  .carouselHome .control-carouselHome .carousel-control-next,
  .carouselHome .control-carouselHome .carousel-control-prev {
    width: 30px;
    height: 30px;
  }
  .what .title {
    font-size: 2rem;
  }
  .home-about .tt-1 {
    display: none;
  }
  .home-about .tt-2 {
    display: block;
  }
  .home-about .things-header .title {
    position: static;
    width: auto;
    margin-bottom: 20px;
  }
  .home-about .things::after {
    width: 100%;
    border-radius: 0;
  }
  .home-about .about-icon {
    position: absolute;
    left: unset;
    top: -110px;
    right: 46px;
    width: auto;
  }
  .home-about .home-about-image {
    position: relative;
    width: 100%;
  }
  .home-about .home-about-image .image {
    border-radius: 0 0 90px 0;
    position: relative;
    z-index: 2;
  }
  .home-about .home-about-image .dots {
    margin-top: 30px;
  }
  .home-about .home-about-image .dots img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer-center {
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
  .top-header .tag-line-page {
    font-size: 2rem;
  }
  .testimonials .text {
    font-size: 1rem;
  }
  .testimonials .left {
    place-content: start;
    place-items: start;
    margin-top: 25px;
  }
  .portfolio .grid .grid-item {
    width: calc(100% / 2);
  }
  .about-items .item .icon {
    width: 100px;
    height: 100px;
  }
  .newsletter {
    margin-bottom: 0;
  }
  .newsletter .left-img {
    display: none;
  }
  .newsletter .container {
    padding: 0;
  }
  .newsletter .box-content {
    border-radius: 0;
  }
  footer {
    padding-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .we-manage {
    min-height: 50vh;
  }
  .we-manage .items .item {
    width: 80px;
    height: 80px;
  }
  .we-manage .items img {
    max-width: 30px;
  }
  .we-manage .items .img-2 {
    max-width: 18px;
  }
  .we-manage .line-1, .we-manage .line-2 {
    top: -30px;
  }
  .we-manage .line-3, .we-manage .line-4 {
    bottom: -30px;
  }
}
/*# sourceMappingURL=main.css.map */