@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham-Bold.woff2") format("woff2"), url("../assets/fonts/Gotham-Bold.woff") format("woff"), url("../assets/fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../assets/fonts/Gotham-Book.woff2") format("woff2"), url("../assets/fonts/Gotham-Book.woff") format("woff"), url("../assets/fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/Gotham-Light.woff2") format("woff2"), url("../assets/fonts/Gotham-Light.woff") format("woff"), url("../assets/fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Square721";
  src: url("../assets/fonts/Square721BT-BoldExtended.woff2") format("woff2"), url("../assets/fonts/Square721BT-BoldExtended.woff") format("woff"), url("../assets/fonts/Square721BT-BoldExtended.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Square721";
  src: url("../assets/fonts/Square721BT-RomanExtended.woff2") format("woff2"), url("../assets/fonts/Square721BT-RomanExtended.woff") format("woff"), url("../assets/fonts/Square721BT-RomanExtended.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Square721", sans-serif;
}

p {
  font-family: "Gotham", sans-serif;
  font-size: 13.3px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
header#header {
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
}
header#header.with-img-hero .navbar-brand, header#header.with-img-hero a, header#header.with-img-hero button span {
  transition: all 0.2s ease-in-out;
  filter: brightness(0) invert(1);
}
header#header.with-img-hero.scrolled .navbar-brand, header#header.with-img-hero.scrolled a, header#header.with-img-hero.scrolled button span {
  filter: none;
}
header#header.scrolled {
  background-color: #eee;
  box-shadow: 0 2px 10px #464547;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
header#header .nav-link {
  font-family: "Square721", sans-serif;
  font-size: 13.3px;
  font-weight: bold;
  color: #1e9647;
}
header#header .list-inline-item {
  color: #1e9647;
  font-size: 13.3px;
  font-weight: 300;
}
header#header .list-inline-item a {
  font-family: "Gotham", sans-serif;
  font-size: 13.3px;
  font-weight: 300;
  color: #1e9647;
  text-decoration: none;
}

footer .col-links:last-child a {
  font-family: "Square721", sans-serif;
  font-size: 13.3px;
  font-weight: bold;
  color: white !important;
}
footer .col-links .wrapper h2 {
  font-family: "Square721", sans-serif;
  font-size: 12.25pt;
  font-weight: normal;
  color: #1e9647;
}
footer .col-links .wrapper p {
  font-family: "Gotham", sans-serif;
  font-size: 13.3px;
  font-weight: 300;
  color: #eee;
}
footer .col-links .wrapper a {
  font-weight: bold;
  color: #1e9647;
  text-decoration: none;
}
footer .section-footer-copyright * {
  font-family: "Gotham", sans-serif;
  font-size: 13.3px;
  font-weight: 300;
  color: #1e9647;
  text-decoration: none;
}

main {
  width: 100%;
}
main.text-hero {
  margin-top: 20vh;
}
main .end-of-content {
  margin-bottom: 7.5rem;
}

section.section-home-hero {
  position:  relative;
}
section.section-home-hero > img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
section.section-home-hero .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.section-home-hero .wrapper h1 {
  font-size: 28pt;
  font-weight: bold;
  color: white;
}
section.section-home-hero .wrapper h2 {
  font-size: 12pt;
  color: white;
}
section.section-home-hero .scroll-link {
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
}

section.section-hero-img {
  min-height: 585px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 300px;
}
@media (max-width: 991.98px) {
  section.section-hero-img {
    background-size: 500%;
  }
}
section.section-hero-img h1.hero__heading {
  color: white !important;
}
section.section-hero-img h1.hero__heading:before {
  background-color: white !important;
}

section.section-hero-text p {
  font-size: 13.3px;
}
section.section-hero-text p a {
  font-family: "Square721", sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #1e9647;
  text-decoration: none;
}
section.section-hero-text h1.hero__heading {
  position: relative;
  font-size: 28pt;
  font-weight: bold;
  color: #464547;
}
section.section-hero-text h1.hero__heading.hero__heading-sector {
  font-size: 18pt;
}
section.section-hero-text h1.hero__heading.hero__heading-sector:before {
  bottom: -15px;
  width: 50px;
}
section.section-hero-text h1.hero__heading.hero__heading-sector + p {
  margin-top: 1.25rem;
}
section.section-hero-text h1.hero__heading:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 5px;
  background-color: #1e9647;
}
section.section-hero-text h1 + p {
  margin-top: 2rem;
}

.section-divider {
  margin: 7.5rem 0;
}

section.section-quote-photo .wrapper-content {
  position: relative;
  left: 2rem;
}
section.section-quote-photo .wrapper-content:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 32px;
  height: 24px;
  background: url("../assets/img/img-arrows-right@2x.png") no-repeat center;
  background-size: 100%;
}
section.section-quote-photo .wrapper-content h2 {
  color: #1e9647;
  font-size: 12pt;
  margin-bottom: 2rem;
}
section.section-quote-photo .wrapper-content h5, section.section-quote-photo .wrapper-content h6 {
  font-size: 10px;
  color: #464547;
  margin-bottom: 0.25rem;
}
section.section-quote-photo .wrapper-content h5 {
  font-weight: bold;
}

section.section-quote .col-quote h2 {
  position: relative;
  font-size: 12pt;
  font-weight: normal;
  color: #1e9647;
}
section.section-quote .col-quote h2:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 32px;
  height: 24px;
  background: url("../assets/img/img-arrows-right@2x.png") no-repeat center;
  background-size: 100%;
}
section.section-quote h3, section.section-quote h4 {
  font-size: 10px;
}
section.section-quote h3 {
  font-weight: bold;
}

section.section-logos .col-intro {
  margin-bottom: 3rem;
}
section.section-logos .col-intro h2 {
  position: relative;
  font-size: 18pt;
  font-weight: bold;
  color: #464547;
  margin-bottom: 1.25rem;
}
section.section-logos .col-intro h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #1e9647;
}

section.section-home-sectors h2 {
  position: relative;
  font-size: 18pt;
  font-weight: bold;
  color: #464547;
  margin-bottom: 3rem;
}
section.section-home-sectors h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #1e9647;
}
section.section-home-sectors .col-sector .wrapper {
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 15px #eee;
  padding: 6rem 2rem;
}
@media (min-width: 992px) {
  section.section-home-sectors .col-sector .wrapper img {
    max-height: 72px;
    object-fit: cover;
  }
}
section.section-home-sectors .col-sector .wrapper h3 {
  position: relative;
  margin-top: 1rem;
}
section.section-home-sectors .col-sector .wrapper h3 a {
  font-size: 12pt;
  color: #464547;
  font-weight: bold;
  margin: 2rem 0 1.5rem;
  text-decoration: none;
}
section.section-home-sectors .col-sector .wrapper h3:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 5px;
  background-color: #1e9647;
}
section.section-home-sectors .row-link {
  margin-top: 2.5rem;
}
section.section-home-sectors p {
  font-size: 13.3px;
}
section.section-home-sectors p a {
  font-family: "Square721", sans-serif;
  font-size: 13.3px;
  font-weight: bold;
  color: #1e9647;
  text-decoration: none;
}

.section-home-news {
  margin-bottom: 12.5rem;
}
.section-home-news .col-intro {
  margin-bottom: 3rem;
}
.section-home-news .col-intro h2 {
  position: relative;
  font-size: 18pt;
  font-weight: bold;
  color: #464547;
  margin-bottom: 1.25rem;
}
.section-home-news .col-intro h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #1e9647;
}
.section-home-news .col-news .wrapper {
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 15px #eee;
  padding: 1.5rem 2rem 0;
}
.section-home-news .col-news .wrapper h2 {
  position: relative;
  font-size: 12pt;
  color: #464547;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1rem;
}
.section-home-news .col-news .wrapper h5 {
  position: relative;
  font-size: 7.5pt;
  color: #464547;
  font-weight: bold;
}
.section-home-news .col-news .wrapper h6 {
  position: relative;
  font-size: 7.5pt;
  color: #464547;
  margin-bottom: 1rem;
}
.section-home-news .col-news .wrapper h6:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 7.5%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #1e9647;
}
.section-home-news .col-news .wrapper p {
  font-size: 13.3px;
}
.section-home-news .col-news .wrapper a {
  font-family: "Square721", sans-serif;
  font-size: 6pt;
  color: #1e9647;
  text-decoration: none;
}

section.section-promo-overlap img {
  z-index: 1;
  max-height: 500px;
  object-fit: cover;
}
section.section-promo-overlap .wrapper-content.wrapper-box {
  position: relative;
  left: -50px;
  z-index: 100;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 15px #eee;
  padding: 1.5rem 2rem;
}
section.section-promo-overlap .wrapper-content.wrapper-box h2 {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
section.section-promo-overlap .wrapper-content.wrapper-box h6 {
  position: relative;
  font-size: 7.5pt;
  color: #464547;
  margin-bottom: 1rem;
}
section.section-promo-overlap .wrapper-content.wrapper-box h6:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 1rem;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: #1e9647;
}
section.section-promo-overlap .wrapper-content.wrapper-box p {
  font-size: 10px;
  margin-bottom: 0;
}

section.section-simple-points .col-point .wrapper h2 {
  font-size: 20pt;
  color: #5a5b5d;
  font-weight: bold;
}
section.section-simple-points .col-point .wrapper .wrapper-price {
  border-top: 10px solid #1e9647;
  background: #f6f6f6;
  padding: 1rem 0;
}
section.section-simple-points .col-point .wrapper .wrapper-price h3 {
  color: #aaaaa9;
  font-size: 48pt;
  font-weight: bold;
}

section.section-bullet-list {
  margin-bottom: 10rem;
}
section.section-bullet-list .col-list h2 {
  position: relative;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
section.section-bullet-list .col-list h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 6%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #1e9647;
}
section.section-bullet-list .col-list ul {
  list-style: none;
}
section.section-bullet-list .col-list ul li {
  position: relative;
  font-family: "Gotham", sans-serif;
  font-size: 10pt;
  list-style: none;
  color: #5a5b5d;
}
section.section-bullet-list .col-list ul li:before {
  content: "-";
  position: absolute;
  left: -15px;
}

.section-sectors-info {
  margin-bottom: 5rem;
}
.section-sectors-info .wrapper {
  padding: 0 2rem;
}
.section-sectors-info h2 {
  color: #5a5b5d;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12.25pt;
}
.section-sectors-info h2 span.number {
  color: #d1d3d4;
  font-weight: bold;
  font-size: 48pt;
  position: relative;
}
.section-sectors-info h2 span.number::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 62.5px;
  height: 5px;
  background-color: #1e9647;
}
.section-sectors-info h2.heading {
  font-size: 20pt;
  font-weight: bold;
  color: #464547;
}
.section-sectors-info p {
  font-size: 13.3px;
}
.section-sectors-info p.smaller {
  font-size: 10px;
}

.section-sectors-points {
  margin: 10rem 0 7.5rem;
}
.section-sectors-points .col-point .wrapper {
  border: 1px solid #d1d3d4;
  border-radius: 5px;
  box-shadow: 0 0 15px #d1d3d4;
  padding: 3rem 2rem 1.5rem;
}
@media (min-width: 992px) {
  .section-sectors-points .col-point .wrapper img {
    max-height: 70px;
    object-fit: cover;
  }
}
.section-sectors-points .col-point .wrapper h2 {
  font-size: 12pt;
  color: #464547;
  font-weight: bold;
  position: relative;
  margin: 2rem 0 1.5rem;
}
.section-sectors-points .col-point .wrapper h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 5px;
  background-color: #1e9647;
}
.section-sectors-points .col-point .wrapper p {
  font-size: 13.3px;
}
.section-sectors-points .col-point .wrapper p a {
  font-family: "Square721", sans-serif;
  font-size: 13.3px;
  font-weight: bold;
  color: #1e9647;
  text-decoration: none;
}

section[class^=section-sector-education-project-],
section[class^=section-sector-leisure-project-],
section[class^=section-sector-commercial-project-],
section[class^=section-sector-residential-project-] {
  margin-bottom: 7.5rem;
  min-height: 325px;
}
section[class^=section-sector-education-project-].single-project-right .wrapper-services,
section[class^=section-sector-leisure-project-].single-project-right .wrapper-services,
section[class^=section-sector-commercial-project-].single-project-right .wrapper-services,
section[class^=section-sector-residential-project-].single-project-right .wrapper-services {
  text-align: left !important;
  padding-left: 0 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section[class^=section-sector-education-project-]:not(.single-project-right) .wrapper-services,
section[class^=section-sector-leisure-project-]:not(.single-project-right) .wrapper-services,
section[class^=section-sector-commercial-project-]:not(.single-project-right) .wrapper-services,
section[class^=section-sector-residential-project-]:not(.single-project-right) .wrapper-services {
    text-align: right !important;
  }
}
section[class^=section-sector-education-project-] .wrapper,
section[class^=section-sector-leisure-project-] .wrapper,
section[class^=section-sector-commercial-project-] .wrapper,
section[class^=section-sector-residential-project-] .wrapper {
  position: relative;
}
section[class^=section-sector-education-project-] .wrapper > *,
section[class^=section-sector-leisure-project-] .wrapper > *,
section[class^=section-sector-commercial-project-] .wrapper > *,
section[class^=section-sector-residential-project-] .wrapper > * {
  display: inline-block;
}
section[class^=section-sector-education-project-] .wrapper > img,
section[class^=section-sector-leisure-project-] .wrapper > img,
section[class^=section-sector-commercial-project-] .wrapper > img,
section[class^=section-sector-residential-project-] .wrapper > img {
  position: absolute;
}
section[class^=section-sector-education-project-] .wrapper > img:first-child,
section[class^=section-sector-leisure-project-] .wrapper > img:first-child,
section[class^=section-sector-commercial-project-] .wrapper > img:first-child,
section[class^=section-sector-residential-project-] .wrapper > img:first-child {
  border-radius: 0.5rem;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 992px) {
  section[class^=section-sector-education-project-] .wrapper > img:first-child,
section[class^=section-sector-leisure-project-] .wrapper > img:first-child,
section[class^=section-sector-commercial-project-] .wrapper > img:first-child,
section[class^=section-sector-residential-project-] .wrapper > img:first-child {
    max-width: 609px;
  }
}
@media (max-width: 991.98px) {
  section[class^=section-sector-education-project-] .wrapper > img:first-child,
section[class^=section-sector-leisure-project-] .wrapper > img:first-child,
section[class^=section-sector-commercial-project-] .wrapper > img:first-child,
section[class^=section-sector-residential-project-] .wrapper > img:first-child {
    max-width: 509px;
  }
}
section[class^=section-sector-education-project-] .wrapper > img:nth-child(2),
section[class^=section-sector-leisure-project-] .wrapper > img:nth-child(2),
section[class^=section-sector-commercial-project-] .wrapper > img:nth-child(2),
section[class^=section-sector-residential-project-] .wrapper > img:nth-child(2) {
  max-width: 350px;
  object-fit: cover;
  border-radius: 0.5rem;
  z-index: 2;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text {
  position: absolute;
  border: 1px solid #d1d3d4;
  border-radius: 5px;
  box-shadow: 0 0 15px #d1d3d4;
  padding: 1rem 1.5rem;
  background-color: white;
  max-width: 450px;
  max-height: 255px;
  z-index: 3;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text .wrapper-services,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text .wrapper-services,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text .wrapper-services,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text .wrapper-services {
  position: absolute;
  top: -75px;
  padding: 0 1.5rem;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text .wrapper-services li:not(:last-child),
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text .wrapper-services li:not(:last-child),
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text .wrapper-services li:not(:last-child),
section[class^=section-sector-residential-project-] .wrapper .wrapper-text .wrapper-services li:not(:last-child) {
  margin-right: 1rem;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text .wrapper-services li img,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text .wrapper-services li img,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text .wrapper-services li img,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text .wrapper-services li img {
  max-width: 38px;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text:before,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text:before,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text:before,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1.5rem;
  width: 40px;
  height: 15px;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text h2, section[class^=section-sector-education-project-] .wrapper .wrapper-text h3,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text h2,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text h3,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text h2,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text h3,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text h2,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text h3 {
  font-size: 12px;
  color: #464547;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text h2,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text h2,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text h2,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text h2 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text p,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text p,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text p,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text p {
  font-size: 11px;
  line-height: 1.25;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text p.description,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text p.description,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text p.description,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text p.description {
  min-height: 138px;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text .wrapper-summary,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text .wrapper-summary,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text .wrapper-summary,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text .wrapper-summary {
  position: relative;
  padding: 1rem 0;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text .wrapper-summary .list-inline,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text .wrapper-summary .list-inline,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text .wrapper-summary .list-inline,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text .wrapper-summary .list-inline {
  position: absolute;
  bottom: -12px;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text .wrapper-summary .list-inline li:not(:last-child),
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text .wrapper-summary .list-inline li:not(:last-child),
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text .wrapper-summary .list-inline li:not(:last-child),
section[class^=section-sector-residential-project-] .wrapper .wrapper-text .wrapper-summary .list-inline li:not(:last-child) {
  border-right: 1px solid #d1d3d4;
  padding-right: 10px;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text .wrapper-summary .list-inline img,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text .wrapper-summary .list-inline img,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text .wrapper-summary .list-inline img,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text .wrapper-summary .list-inline img {
  max-width: 65px;
  margin-top: -10px;
}
section[class^=section-sector-education-project-] .wrapper .wrapper-text .wrapper-summary .list-inline p,
section[class^=section-sector-leisure-project-] .wrapper .wrapper-text .wrapper-summary .list-inline p,
section[class^=section-sector-commercial-project-] .wrapper .wrapper-text .wrapper-summary .list-inline p,
section[class^=section-sector-residential-project-] .wrapper .wrapper-text .wrapper-summary .list-inline p {
  margin-bottom: 0;
}

section.section-sector-education-project-1 {
  margin-top: 7.5rem;
}
section.section-sector-education-project-1 .wrapper > img {
  position: absolute;
}
section.section-sector-education-project-1 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-education-project-1 .wrapper .wrapper-text {
  top: 90px;
  left: 580px;
}
section.section-sector-education-project-1 .wrapper .wrapper-text:before {
  background-color: #e34d28;
}
section.section-sector-education-project-1 .wrapper .wrapper-text .wrapper-summary strong {
  color: #e34d28;
}
section.section-sector-education-project-1 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #e34d28 !important;
}

section.section-sector-education-project-2 .wrapper > img {
  position: absolute;
}
section.section-sector-education-project-2 .wrapper > img:first-child {
  right: 0;
}
section.section-sector-education-project-2 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-education-project-2 .wrapper .wrapper-text {
  top: 69px;
  right: 580px;
}
section.section-sector-education-project-2 .wrapper .wrapper-text:before {
  background-color: #005cb4;
}
section.section-sector-education-project-2 .wrapper .wrapper-text .wrapper-summary strong {
  color: #005cb4;
}
@media (min-width: 1200px) {
  section.section-sector-education-project-2 .wrapper .wrapper-text .wrapper-services .list-inline {
    margin-right: 3rem;
  }
}
section.section-sector-education-project-2 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #005cb4 !important;
}

section.section-sector-education-project-3 .wrapper > img {
  position: absolute;
}
section.section-sector-education-project-3 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-education-project-3 .wrapper .wrapper-text {
  top: 55px;
  left: 580px;
}
section.section-sector-education-project-3 .wrapper .wrapper-text:before {
  background-color: #bc5179;
}
section.section-sector-education-project-3 .wrapper .wrapper-text .wrapper-summary strong {
  color: #bc5179;
}
section.section-sector-education-project-3 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #bc5179 !important;
}

section.section-sector-education-project-4 .wrapper > img {
  position: absolute;
}
section.section-sector-education-project-4 .wrapper > img:first-child {
  right: 0;
}
section.section-sector-education-project-4 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-education-project-4 .wrapper .wrapper-text {
  top: 84px;
  right: 580px;
}
section.section-sector-education-project-4 .wrapper .wrapper-text:before {
  background-color: #77c3b7;
}
section.section-sector-education-project-4 .wrapper .wrapper-text .wrapper-summary strong {
  color: #77c3b7;
}
@media (min-width: 1200px) {
  section.section-sector-education-project-4 .wrapper .wrapper-text .wrapper-services .list-inline {
    margin-right: 3rem;
  }
}
section.section-sector-education-project-4 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #77c3b7 !important;
}

section.section-sector-education-project-5 .wrapper > img {
  position: absolute;
}
section.section-sector-education-project-5 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-education-project-5 .wrapper .wrapper-text {
  top: 86px;
  left: 580px;
}
section.section-sector-education-project-5 .wrapper .wrapper-text:before {
  background-color: #ab3c39;
}
section.section-sector-education-project-5 .wrapper .wrapper-text .wrapper-summary strong {
  color: #ab3c39;
}
section.section-sector-education-project-5 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #ab3c39 !important;
}

section.section-sector-education-project-6 .wrapper > img {
  position: absolute;
}
section.section-sector-education-project-6 .wrapper > img:first-child {
  right: 0;
}
section.section-sector-education-project-6 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-education-project-6 .wrapper .wrapper-text {
  top: 59px;
  right: 580px;
}
section.section-sector-education-project-6 .wrapper .wrapper-text:before {
  background-color: #b07dc7;
}
section.section-sector-education-project-6 .wrapper .wrapper-text .wrapper-summary {
  bottom: 15px;
}
section.section-sector-education-project-6 .wrapper .wrapper-text .wrapper-summary strong {
  color: #b07dc7;
}
@media (min-width: 1200px) {
  section.section-sector-education-project-6 .wrapper .wrapper-text .wrapper-services .list-inline {
    margin-right: 3rem;
  }
}
section.section-sector-education-project-6 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #b07dc7 !important;
}

section.section-sector-leisure-project-1 {
  margin-top: 7.5rem;
}
section.section-sector-leisure-project-1 .wrapper > img {
  position: absolute;
}
section.section-sector-leisure-project-1 .wrapper > img:first-child {
  right: 0;
}
section.section-sector-leisure-project-1 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-leisure-project-1 .wrapper .wrapper-text {
  top: 60px;
  right: 580px;
}
@media (max-width: 991.98px) {
  section.section-sector-leisure-project-1 .wrapper .wrapper-text {
    right: 380px;
  }
}
section.section-sector-leisure-project-1 .wrapper .wrapper-text:before {
  background-color: #ffae01;
}
section.section-sector-leisure-project-1 .wrapper .wrapper-text .wrapper-summary strong {
  color: #ffae01;
}
@media (min-width: 1200px) {
  section.section-sector-leisure-project-1 .wrapper .wrapper-text .wrapper-services .list-inline {
    margin-right: 3rem;
  }
}
section.section-sector-leisure-project-1 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #ffae01 !important;
}

section.section-sector-leisure-project-2 .wrapper > img {
  position: absolute;
}
section.section-sector-leisure-project-2 .wrapper > img:first-child {
  left: 0;
}
section.section-sector-leisure-project-2 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-leisure-project-2 .wrapper .wrapper-text {
  top: 55px;
  left: 580px;
}
@media (max-width: 991.98px) {
  section.section-sector-leisure-project-2 .wrapper .wrapper-text {
    left: 380px;
  }
}
section.section-sector-leisure-project-2 .wrapper .wrapper-text:before {
  background-color: #8c1b39;
}
section.section-sector-leisure-project-2 .wrapper .wrapper-text .wrapper-summary strong {
  color: #8c1b39;
}
section.section-sector-leisure-project-2 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #8c1b39 !important;
}

section.section-sector-leisure-project-3 .wrapper > img {
  position: absolute;
}
section.section-sector-leisure-project-3 .wrapper > img:first-child {
  right: 0;
}
section.section-sector-leisure-project-3 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-leisure-project-3 .wrapper .wrapper-text {
  top: 110px;
  right: 580px;
}
@media (max-width: 991.98px) {
  section.section-sector-leisure-project-3 .wrapper .wrapper-text {
    right: 380px;
  }
}
section.section-sector-leisure-project-3 .wrapper .wrapper-text:before {
  background-color: #328787;
}
section.section-sector-leisure-project-3 .wrapper .wrapper-text .wrapper-summary {
  bottom: 8px;
}
section.section-sector-leisure-project-3 .wrapper .wrapper-text .wrapper-summary strong {
  color: #328787;
}
@media (min-width: 1200px) {
  section.section-sector-leisure-project-3 .wrapper .wrapper-text .wrapper-services .list-inline {
    margin-right: 3rem;
  }
}
section.section-sector-leisure-project-3 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #328787 !important;
}

section.section-sector-commercial-project-1 {
  margin-top: 7.5rem;
}
section.section-sector-commercial-project-1 .wrapper > img {
  position: absolute;
}
section.section-sector-commercial-project-1 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-commercial-project-1 .wrapper .wrapper-text {
  top: 75px;
  left: 580px;
}
@media (max-width: 991.98px) {
  section.section-sector-commercial-project-1 .wrapper .wrapper-text {
    left: 380px;
  }
}
section.section-sector-commercial-project-1 .wrapper .wrapper-text:before {
  background-color: #1e9647;
}
section.section-sector-commercial-project-1 .wrapper .wrapper-text .wrapper-summary strong {
  color: #1e9647;
}
section.section-sector-commercial-project-1 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #1e9647 !important;
}

section.section-sector-commercial-project-2 .wrapper > img {
  position: absolute;
}
section.section-sector-commercial-project-2 .wrapper > img:first-child {
  right: 0;
}
section.section-sector-commercial-project-2 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-commercial-project-2 .wrapper .wrapper-text {
  top: 55px;
  right: 580px;
}
@media (max-width: 991.98px) {
  section.section-sector-commercial-project-2 .wrapper .wrapper-text {
    right: 380px;
  }
}
section.section-sector-commercial-project-2 .wrapper .wrapper-text:before {
  background-color: #66519c;
}
section.section-sector-commercial-project-2 .wrapper .wrapper-text .wrapper-summary strong {
  color: #66519c;
}
@media (min-width: 1200px) {
  section.section-sector-commercial-project-2 .wrapper .wrapper-text .wrapper-services .list-inline {
    margin-right: 3rem;
  }
}
section.section-sector-commercial-project-2 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #66519c !important;
}

section.section-sector-commercial-project-3 .wrapper > img {
  position: absolute;
}
section.section-sector-commercial-project-3 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-commercial-project-3 .wrapper .wrapper-text {
  top: 50px;
  left: 580px;
}
@media (max-width: 991.98px) {
  section.section-sector-commercial-project-3 .wrapper .wrapper-text {
    left: 380px;
  }
}
section.section-sector-commercial-project-3 .wrapper .wrapper-text:before {
  background-color: #90b86a;
}
section.section-sector-commercial-project-3 .wrapper .wrapper-text .wrapper-summary strong {
  color: #90b86a;
}
section.section-sector-commercial-project-3 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #90b86a !important;
}

section.section-sector-residential-project-1 {
  margin-top: 7.5rem;
}
section.section-sector-residential-project-1 .wrapper > img {
  position: absolute;
}
section.section-sector-residential-project-1 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-residential-project-1 .wrapper .wrapper-text {
  top: 55px;
  left: 580px;
}
@media (max-width: 991.98px) {
  section.section-sector-residential-project-1 .wrapper .wrapper-text {
    left: 380px;
  }
}
section.section-sector-residential-project-1 .wrapper .wrapper-text:before {
  background-color: #ff2e45;
}
section.section-sector-residential-project-1 .wrapper .wrapper-text .wrapper-summary strong {
  color: #ff2e45;
}
section.section-sector-residential-project-1 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #ff2e45 !important;
}

section.section-sector-residential-project-2 .wrapper > img {
  position: absolute;
}
section.section-sector-residential-project-2 .wrapper > img:first-child {
  right: 0;
}
section.section-sector-residential-project-2 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-residential-project-2 .wrapper .wrapper-text {
  top: 69px;
  right: 595px;
}
@media (max-width: 991.98px) {
  section.section-sector-residential-project-2 .wrapper .wrapper-text {
    right: 380px;
  }
}
section.section-sector-residential-project-2 .wrapper .wrapper-text:before {
  background-color: #ff7d54;
}
section.section-sector-residential-project-2 .wrapper .wrapper-text .wrapper-summary strong {
  color: #ff7d54;
}
@media (min-width: 1200px) {
  section.section-sector-residential-project-2 .wrapper .wrapper-text .wrapper-services .list-inline {
    margin-right: 3rem;
  }
}
section.section-sector-residential-project-2 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #ff7d54 !important;
}

section.section-sector-residential-project-3 .wrapper > img {
  position: absolute;
}
section.section-sector-residential-project-3 .wrapper > img:nth-child(2) {
  top: 20px;
  left: 145px;
}
section.section-sector-residential-project-3 .wrapper .wrapper-text {
  top: 75px;
  left: 580px;
}
@media (max-width: 991.98px) {
  section.section-sector-residential-project-3 .wrapper .wrapper-text {
    left: 380px;
  }
}
section.section-sector-residential-project-3 .wrapper .wrapper-text:before {
  background-color: #33457d;
}
section.section-sector-residential-project-3 .wrapper .wrapper-text .wrapper-summary strong {
  color: #33457d;
}
section.section-sector-residential-project-3 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #33457d !important;
}

.section-1-column {
  margin: 12.5rem 0 7.5rem;
}
@media (max-width: 991.98px) {
  .section-1-column {
    margin: 7.5rem 0;
  }
}
.section-1-column .col-team-member .wrapper img {
  margin-bottom: 0.5rem;
}
.section-1-column .col-team-member .wrapper h2 {
  font-size: 10pt;
  font-weight: bold;
  color: #464547;
}
.section-1-column .col-team-member .wrapper h3 {
  font-size: 13.3px;
  font-weight: normal;
  color: #464547;
  margin-bottom: 2rem;
}
.section-1-column .col-team-member .wrapper p a {
  font-family: "Square721", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #1e9647;
  text-decoration: none;
}

.section-2-column-equal {
  margin-bottom: 15rem;
}
.section-2-column-equal .row-content .wrapper {
  padding: 0.5rem;
}
.section-2-column-equal .row-content .wrapper h5 {
  font-weight: bold;
  font-size: 13.3px;
}
.section-2-column-equal .row-content .wrapper h6 {
  font-size: 13.3px;
  margin-bottom: 1rem;
}
.section-2-column-equal .row-content .wrapper h1 {
  position: relative;
  font-size: 20pt;
  font-weight: bold;
  color: #464547;
  margin-bottom: 2rem;
}
.section-2-column-equal .row-content .wrapper h1:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 85px;
  height: 5px;
  background-color: #1e9647;
}
.section-2-column-equal .row-content .wrapper p {
  font-size: 10px;
  line-height: 1.75;
}
.section-2-column-equal .row-content .wrapper p:first-of-type {
  font-size: 10pt;
  color: #464547;
  margin-bottom: 2rem;
}
.section-2-column-equal .row-content .col-img img {
  border-radius: 0.5rem;
  box-shadow: 0 0 20px #464547;
}
.section-2-column-equal .row-links {
  margin-top: 10rem;
}
.section-2-column-equal .row-links * {
  color: #1e9647;
  font-size: 13.3px;
}
.section-2-column-equal .row-links a {
  font-family: "Square721", sans-serif;
  font-size: 13.3px;
  font-weight: bold;
  color: #1e9647;
  text-decoration: none;
}

.section-2-column-left {
  margin-top: 8.5rem;
}
.section-2-column-left h2 {
  margin-bottom: 1rem;
  font-size: 12.25pt;
  font-weight: normal;
  color: #464547;
}
.section-2-column-left .col-left .wrapper .box {
  margin-bottom: 3rem;
}
.section-2-column-left .col-left .wrapper .box .wrapper p {
  font-family: "Gotham", sans-serif;
  font-size: 13.3px;
  font-weight: 300;
  color: #464547;
}
.section-2-column-left .col-left .wrapper .box .wrapper p a {
  color: #464547;
  font-weight: bold;
  text-decoration: none;
}
.section-2-column-left .col-right label {
  font-family: "Square721", sans-serif;
  font-weight: bold;
  font-size: 13.3px;
  margin-bottom: 0.35rem;
}
.section-2-column-left .col-right input, .section-2-column-left .col-right textarea {
  background-color: #eee;
  border-radius: 0.5rem;
}
.section-2-column-left .col-right textarea {
  margin-bottom: 0.5rem;
}
.section-2-column-left .col-right button[type=submit] {
  font-family: "Square721", sans-serif;
  font-weight: bold;
  font-size: 13.3px;
  color: #1e9647;
}

.section-contact-map {
  margin: 7.5rem 0 15rem;
}

section {
  max-width: 100%;
}

main {
  overflow-x: hidden;
}

.section-home-quote-photo {
  position: relative;
}
.section-home-quote-photo:before {
  content: "";
  position: absolute;
  background: url("../assets/img/bg-lines-home-testimonial@2x.png") no-repeat center center/100%;
}
@media (min-width: 992px) {
  .section-home-quote-photo:before {
    top: -220px;
    left: -144px;
    width: 288px;
    height: 288px;
  }
}

.section-home-accreditations {
  position: relative;
}
.section-home-accreditations:before {
  content: "";
  position: absolute;
  background: url("../assets/img/bg-lines-home-accrediations@2x.png") no-repeat center center/cover;
}
@media (min-width: 992px) {
  .section-home-accreditations:before {
    top: -250px;
    right: 0px;
    width: 400px;
    height: 200px;
  }
}

.section-home-news {
  position: relative;
  z-index: 100;
}
.section-home-news .col-news .wrapper {
  position: relative;
  z-index: 100;
}
.section-home-news:after {
  content: "";
  position: absolute;
  background: url("../assets/img/bg-lines-home-testimonial@2x.png") no-repeat center center/100%;
}
@media (min-width: 992px) {
  .section-home-news:after {
    top: -80px;
    left: -90px;
    width: 366px;
    height: 322px;
  }
}

.section-about-quote-photo {
  position: relative;
}
.section-about-quote-photo:before {
  content: "";
  position: absolute;
  background: url("../assets/img/bg-lines-home-testimonial@2x.png") no-repeat center center/100%;
}
@media (min-width: 992px) {
  .section-about-quote-photo:before {
    top: -350px;
    right: -144px;
    width: 288px;
    height: 288px;
  }
}

@media (max-width: 767.98px) {
  header#header {
    max-width: 100%;
    overflow-x: hidden;
  }
}
header#header.with-img-hero .navbar-brand, header#header.with-img-hero a, header#header.with-img-hero button span {
  transition: all 0.2s ease-in-out;
  filter: brightness(0) invert(1);
}
header#header.with-img-hero.scrolled .navbar-brand, header#header.with-img-hero.scrolled a, header#header.with-img-hero.scrolled button span {
  filter: none;
}
header#header.scrolled {
  background-color: #eee;
  box-shadow: 0 2px 10px #464547;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
header#header .nav-link {
  font-family: "Square721", sans-serif;
  font-size: 13.3px;
  font-weight: bold;
  color: #1e9647;
}
header#header .list-inline-item {
  color: #1e9647;
  font-size: 13.3px;
  font-weight: 300;
}
header#header .list-inline-item a {
  font-family: "Gotham", sans-serif;
  font-size: 13.3px;
  font-weight: 300;
  color: #1e9647;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .section-home-quote-photo:before {
    top: 50px;
    right: 0px;
    width: 144px;
    height: 410px;
  }
}

.section-divider {
  margin: 5rem 0;
}
.section-divider .mx-auto {
  max-width: 75%;
}

@media (max-width: 767.98px) {
  section.section-home-hero .wrapper {
    width: 100%;
  }
}
section.section-home-hero .wrapper h1 {
  font-size: 22pt;
  font-weight: bold;
  color: white;
}
section.section-home-hero .wrapper h2 {
  font-size: 10pt;
  color: white;
}

@media (max-width: 767.98px) {
  section.section-quote-photo img {
    max-width: 50%;
    position: relative;
    left: 15px;
  }
}
section.section-quote-photo .wrapper-content {
  max-width: 330px;
}
section.section-quote-photo .wrapper-content h2 {
  color: #1e9647;
  font-size: 12pt;
  margin-bottom: 2rem;
}
section.section-quote-photo .wrapper-content h5, section.section-quote-photo .wrapper-content h6 {
  font-size: 10px;
  color: #464547;
  margin-bottom: 0.25rem;
}
section.section-quote-photo .wrapper-content h5 {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .section-promo-overlap .wrapper-content {
    position: initial !important;
    left: initial;
    margin: 0 10px;
  }
}

@media (max-width: 767.98px) {
  .section-promo-standard {
    margin-bottom: 15rem;
  }
}

section.section-sector-education-project-1 {
  margin-top: 7.5rem;
}
@media (max-width: 1199.98px) {
  section.section-sector-education-project-1 .wrapper > img {
    position: initial !important;
  }
  section.section-sector-education-project-1 .wrapper > img:first-child {
    width: 100%;
  }
  section.section-sector-education-project-1 .wrapper > img:nth-child(2) {
    width: 100%;
    max-width: initial;
    top: 20px;
    left: 145px;
  }
}
@media (max-width: 1199.98px) {
  section.section-sector-education-project-1 .wrapper .wrapper-text {
    top: 50px;
    left: initial !important;
    right: 0%;
    width: 100% !important;
    height: auto !important;
    max-height: initial !important;
  }
}
section.section-sector-education-project-1 .wrapper .wrapper-text:before {
  background-color: #e34d28;
}
section.section-sector-education-project-1 .wrapper .wrapper-text .wrapper-summary strong {
  color: #e34d28;
}
section.section-sector-education-project-1 .wrapper .wrapper-text .wrapper-services img {
  border-bottom-color: #e34d28 !important;
}

section.section-sector-single-project:not(.section-sector-residential-project-3):not(.section-sector-commercial-project-3):not(.section-sector-leisure-project-3):not(.section-sector-education-project-6) {
  margin-bottom: 300px;
}
@media (max-width: 767.98px) {
  section.section-sector-single-project .wrapper > img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767.98px) {
  section.section-sector-single-project .wrapper > img.tl {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    max-width: initial !important;
    object-fit: cover;
    max-height: 220px !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  section.section-sector-single-project .wrapper > img.tl {
    width: 50vw !important;
  }
}
@media (max-width: 575.98px) {
  section.section-sector-single-project .wrapper > img.tl {
    width: 80vw !important;
  }
}
@media (max-width: 767.98px) {
  section.section-sector-single-project .wrapper > img.br {
    max-width: initial !important;
    object-fit: cover;
    position: relative !important;
    max-height: 220px !important;
    border-radius: 15px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  section.section-sector-single-project .wrapper > img.br {
    width: 50vw !important;
    top: 7.5vh;
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  section.section-sector-single-project .wrapper > img.br {
    width: 80vw !important;
    left: 20% !important;
    top: 5vh !important;
  }
}
@media (max-width: 767.98px) {
  section.section-sector-single-project .wrapper .wrapper-text {
    top: 150px !important;
    top: 25% !important;
    left: 50% !important;
    transform: translate(-50%, 0);
    width: 90vw !important;
    height: auto !important;
    max-height: initial !important;
  }
}
@media (max-width: 413.98px) {
  section.section-sector-single-project .wrapper .wrapper-text .wrapper-summary img {
    max-width: 40px !important;
  }
  section.section-sector-single-project .wrapper .wrapper-text .wrapper-summary p {
    font-size: 8px;
  }
}
@media (max-width: 767.98px) {
  section.section-sector-single-project .wrapper .wrapper-text .wrapper-services {
    text-align: right !important;
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  section.section-sector-single-project .wrapper .wrapper-text .wrapper-services .list-inline {
    position: relative;
    left: 1.25%;
  }
  section.section-sector-single-project .wrapper .wrapper-text .wrapper-services .list-inline > li:not(:only-child) {
    position: relative;
    top: -50px;
  }
}
@media (max-width: 767.98px) {
  section.section-sector-single-project .wrapper .wrapper-text .wrapper-services .list-inline .list-inline-item {
    display: block !important;
    margin-right: 0 !important;
  }
  section.section-sector-single-project .wrapper .wrapper-text .wrapper-services .list-inline .list-inline-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

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