.img-fluid {
  width: 100%
}

#map {
  height: 800px;
  width:100%;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Public Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: -0.02rem;
  font-weight: 200;
  color: #333333;
}

/* Change 3rem on mobile */
.m-6            { margin: 3rem}
.me-6, .mx-6    { margin-right: 3rem }
.ms-6, .mx-6    { margin-left: 3rem }
.mt-6, .my-6    { margin-top: 3rem }
.mb-6, .my-6    { margin-bottom: 3rem }
.p-6            { padding: 3rem }
.pe-6, .px-6    { padding-right: 3rem }
.ps-6, .px-6    { padding-left: 3rem }
.pt-6, .py-6    { padding-top: 3rem }
.pb-6, .py-6    { padding-bottom: 3rem }

.m-7          { margin: 3rem}
.me-7, .mx-7  { margin-right: 3rem }
.ms-7, .mx-7  { margin-left: 3rem }
.mt-7, .my-7  { margin-top: 3rem }
.mb-7, .my-7  { margin-bottom: 3rem }

.pb-7         { padding: 3rem}
.pe-7, .px-7  { padding-right: 3rem }
.ps-7, .px-7  { padding-left: 3rem }
.pt-7, .py-7  { padding-top: 3rem }
.pb-7, .py-7  { padding-bottom: 3rem }

/* ----------------------------------------------------------------- COLOURS -- */


.teal {     color: #22BBBB !important;}
.blue {     color: #193241 !important;}
.mint {     color: #a0e6c8 !important;}
.white {    color: #ffffff !important;}

.bg-teal {      background-color: #22BBBB;}
.bg-blue {      background-color: #193241; color: #FFFFFF;}
.bg-mint {      background-color: #a0e6c8;}
.bg-pale {      background-color: #f4f4f4;}
.bg-pale-blue { background-color: #e5f9f8;}


.bg-blue, .bg-blue a  { color: #FFFFFF }


/* ----------------------------------------------------------------- TYPOGRAPHY -- */


a { color: #193241;}

a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

h1, h2, h3, h4, h5 {
  letter-spacing: -0.02rem;
  color: #193241;
}

h1 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 100;
  margin-bottom: 30px;
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 200;
  margin-bottom: 20px;
  color: #22BBBB;;
}

h2.large {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 100;
}

h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
}

p.large {
  margin-bottom: 35px;
}

p:last-child {
  margin-bottom: 0;
}

.large {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 200;
}

a.underline {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: solid 1px #193241;
}

.bg-blue .underline {
  border-bottom: solid 1px #FFFFFF;
}

a.underline:hover {
  padding-bottom: 7px;
}

a.line-before,
ul.line-before  {
  position: relative;
}


a.line-before::before,
ul.line-before::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #193241;
  left: calc(-100vw - 20px);
  top: 50%;
  position: absolute;
}

a.arrow-link {
  text-decoration: none;
}

a.arrow-link:hover {
  color: #22BBBB;
}

.arrow-link::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-sharp-solid);
  content: "\f04b";
  margin-left: 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.arrow-link:hover::after {
  margin-left: 30px;
  color: #193241;
}






/* -----------------------------------------------------------------  ELEMENTS -- */

.relative {
  position: relative;
}


.bg-image {
  background-position: center center;
  background-size: cover;
}

.min-height-500 {
  min-height: 500px;
}

.gradient-white {
  position: relative;
}

.gradient-white::after {
  position: absolute;
  display: block;
  content: '';
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 25%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
}

.stat {
  padding-top: 20px;
  margin-bottom: 30px;
}

.stat.top-rule {
  border-top: solid 1px #000000;
} 

.stat h4 {
  font-size: 4rem;
  font-weight: 100;
}

.stat h4 span {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 200;
  display: block;
}

#project-detail .stat h4 {
  font-size: 2rem;
}

#project-detail .stat h4 span {
  font-size: 1.3rem;
}

#project-detail .stat.top-rule {
  border-top: solid 1px #22BBBB;
  padding-left: 2000px;
  margin-left: -2000px
}

#project-detail .stat.top-rule p {
  margin-top: 0;
}

.testimonial p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 100;
  margin-bottom: 30px;
}

p.testimonial-name {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.testimonial.small p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 10px;
  font-weight: 300;
}

.hero-title {
  position: relative; 
  bottom: 0; 
  left: 0;
}

.hero-title h2 {
  margin-bottom: 10px;
}



.carousel-indicators {
  color: #193241;
  right: auto;
  bottom: -0.5rem;
  left: 0;
  z-index: 2;
  padding: 0;
  margin-left: 3rem;
  margin-bottom: 0;
  }

.carousel-indicators [data-bs-target] {
  background-color: #193241;
}

.carousel-indicators button.active {
  background-color: #22BBBB;
}

.text-icon {
  max-width: 100px;
}


/* Carousel Arrows */

#heroslider .carousel-control-next, 
#heroslider .carousel-control-prev { 
  opacity: 1;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
  background-image: none;
  width: 60px;
  height:60px;
}

.carousel-control-prev {
  justify-content: start;
}

.carousel-control-next {
  justify-content: end;
}

.carousel-control-next-icon::before,
.carousel-control-prev-icon:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  font-size: 30px;
  color: #193241;
  background-color: white;
  padding: 17px;
}

.carousel-control-prev-icon:hover::before,
.carousel-control-next-icon:hover::before {
  color: #22BBBB;
}

.carousel-control-prev-icon::before {
  content: "\f060";
}

.carousel-control-next-icon::before {
  content: "\f061";
}


/* ----------------------------------------------------------------- Lists & Buttons -- */

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

ul.breadcrumbs li {
  display: inline-block;
  margin-right: 10px;
  color: #777777;
}

ul.breadcrumbs li:last-child {
  margin-right: 0;
}

ul.breadcrumbs li a {
  color: #777777;
  text-decoration: none;
}

ul.breadcrumbs li a::after {
  content: "/";
  margin-left: 10px
}

ul.breadcrumbs li a:hover {
  color: #22BBBB;
}


ul.line-list {
  list-style-type: none;
  overflow: hidden;
  padding-left: 5rem;
}

ul.line-list li {
  position: relative;
  color: #22BBBB;
}

ul.line-list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #22BBBB;
  left: calc(-100% - 20px);
  top: 50%;
  position: absolute;
}


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

ul.contact li a {
  text-decoration: none;
}

ul.contact li a:hover {
  color: #22BBBB;
  text-decoration: underline;
}

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

ul.filter li  {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 15px;
}

ul.filter li a {
  text-decoration: none;
}

ul.filter li a:hover {
  color: #22BBBB;
}

ul.filter li a.active {
  color: #22BBBB;
}


ul.linklist {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

ul.linklist li::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-sharp-solid);
  color: #22BBBB;
  margin-bottom: 10px;
  width: 5px;
}

ul.linklist li a {
  padding-left: 20px;
  text-decoration: none;
}

ul.linklist li a:hover {
  color: #22BBBB;
}

ul.linklist li.website::before      { content: "\e1cb" }
ul.linklist li.pdf::before          { content: "\f1c1" }
ul.linklist li.email::before        { content: "\f0e0" }
ul.linklist li.telephone::before    { content: "\f095" }
ul.linklist li.map::before          { content: "\f3c5" }
ul.linklist li.user::before         { content: "\f508" }



nav.pagination {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  
}

nav.pagination a i {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fa-circle-arrow-right,
.fa-circle-arrow-left {
  color: #22BBBB;
}

.fa-circle-arrow-right:hover,
.fa-circle-arrow-left:hover {
  color: #193241;
}



ul.slider-arrows {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: -70px;
  z-index: 99;
}

ul.slider-arrows li {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.prev-arrow::before,
.next-arrow::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.prev-arrow:hover::before,
.next-arrow:hover::before {
    color: #a0e6c8;
}

.prev-arrow::before {
  content: "\f060";
  font-size: 30px;
  color: #193241;
}

.next-arrow::before {
  content: "\f061";
  font-size: 30px;
  color: #22BBBB;
}





/* ----------------------------------------------------------------- Featured projects -- */


/* .listing-item {
  margin-left: 3px;
  margin-right: 3px;
} */

.listing-item a {
  text-decoration: none;
  color: #193241;
}

.listing-frame a span {
  text-decoration: none;
  color: #22BBBB;
}

.listing-item h3,
.listing-item h3 span,
.listing-item p.large {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 200;
  display: block;
  margin-bottom: 0;
}

.listing-item p.large {
  margin-top: 20px
}


/* WHITE LISTING ITEMS */
.listing-items.white div:nth-child(odd) .listing-frame::before {    content: url('../images//triangle-bottom-white.svg');}

.listing-items .white .title-box { 
  background-color: #FFFFFF;
}

.listing-items.white div:nth-child(odd) .title-box .title1,
.listing-items.white div:nth-child(odd) .title-box .title3,
.listing-items.white div:nth-child(odd) .title-box .title3 a {
  color: #193241;
}

.listing-items div:nth-child(even) .title-box.bg-white .title1,
.listing-items div:nth-child(even) .title-box.bg-white .title3,
.listing-items div:nth-child(even) .title-box.bg-white .title3 a {
  color: #193241;
}

.listing-items div:nth-child(odd) .title-box.bg-white .title2,
.listing-items div:nth-child(even) .title-box.bg-white .title2 {
  color: #22BBBB;
}


/* ALTERNATING TEAL/BLUE ITMES */
.listing-items div:nth-child(odd) .listing-frame::before {    content: url('../images/triangle-bottom-blue.svg');}
.listing-items div:nth-child(even) .listing-frame::before {    content: url('../images/triangle-bottom-teal.svg');}

.listing-items div:nth-child(odd) .title-box  {
  background-color: #193241;
}

.listing-items div:nth-child(odd) .title-box .title1,
.listing-items div:nth-child(odd) .title-box .title3,
.listing-items div:nth-child(odd) .title-box .title3 a {
  color: #22BBBB;
}

.listing-items div:nth-child(even) .title-box  {
  background-color: #22BBBB;
}

.listing-items div:nth-child(even) .title-box .title1,
.listing-items div:nth-child(even) .title-box .title3,
.listing-items div:nth-child(even) .title-box .title3 a {
  color: #193241;
}

.listing-items .title-box .title2,
.listing-items div:nth-child(odd) .title-box .title3 a:hover,
.listing-items div:nth-child(even) .title-box .title3 a:hover {
  color: #FFFFFF;
}

.triangle-left,
.triangle-right,
.triangle-top,
.triangle-bottom { 
  position: relative;
}

.triangle-top-white::before       {    content: url('../images/triangle-white.svg');}
.triangle-top-blue::before        {    content: url('../images/triangle-blue.svg');}
.triangle-top-teal::before        {    content: url('../images/triangle-teal.svg');}
.triangle-top-mint::before        {    content: url('../images/triangle-mint.svg');}
.triangle-top-pale-blue::before   {    content: url('../images/triangle-pale-blue.svg');}
.triangle-top-grey::before        {    content: url('../images/triangle-grey.svg');}

.triangle-left-blue::before       {    content: url('../images/triangle-left-blue.svg');}
.triangle-left-teal::before       {    content: url('../images/triangle-left-teal.svg');}
.triangle-left-mint::before       {    content: url('../images/triangle-left-mint.svg');}
.triangle-left-pale-blue::before  {    content: url('../images/triangle-left-pale-blue.svg');}

.triangle-left::before {
  position: absolute;
  display: block;
  width: 34px;
  height: 40px;
  z-index: 1;
  left: 0px;
  top: 2.5rem;
}

.hero-title .triangle-left::before {
  top: 1.9rem;
}

.p-6.triangle-left::before  {top: 5rem;}

.triangle-top::before {
  position: absolute;
  display: block;
  width: 34px;
  height: 28px;
  z-index: 1;
  left: 2.5rem;
  top: 0;
}

.triangle-bottom::before {
  position: absolute;
  display: block;
  width: 34px;
  height: 28px;
  z-index: 1;
  left: 2.5rem;
  bottom: 0;
}

/* Container needed to position the overlay. Adjust the width as needed */
.listing-frame {
  position: relative;
}

/* Make the image to responsive */
.listing-image {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* The overlay effect - lays on top of the container and over the image */
.listing-overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
}

/* When you mouse over the container, fade in the overlay title */
.listing-frame:hover .listing-overlay {
  opacity: 1;
}

.listing-frame .listing-overlay-text {
	width: 100%;
	text-align: center;
}

.listing-frame .listing-overlay-text .large {
  color: #FFFFFF;
}

.listing-frame:hover .listing-image {
  filter: blur(4px);
  transform: scale(1.05);
}

.listing-frame {
	overflow: hidden;
}



/* -----------------------------------------------------------------  FOOTER -- */

footer {
  background-color: #f8f8f8;
}

.footer-logo {
  max-width: 200px;
  height: auto;
}

footer h5 {
  font-size: 1rem;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: solid 1px #333333;
}

footer a {
  color: #193241;
  text-decoration: none;
}

footer a:hover {
  color: #22BBBB;
}

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

ul.footer li {
  margin-bottom: 10px;
}

.footnote,
.footnote a {
  font-size: 1rem;
  color: #777777;
}

.footnote ul {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
}

.footnote ul li {
  display: inline-block;
}

.footnote ul.social a {
  font-size: 1.4rem;
}

.footnote ul.social li a {
  margin-right: 4px
}
.footnote ul.social li:last-child a {
  margin-right: 0
}


/* // Responsive fix for stacking columns */
@media (max-width: 768px) {
 .justify-content-between [class*='col-']+[class*='col-'] p:first-child,
 .justify-content-between [class*='col-']+[class*='col-'] ul:first-child {
    margin-top: 35px;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .m-6            { margin: 5rem}
  .me-6, .mx-6    { margin-right: 5rem }
  .ms-6, .mx-6    { margin-left: 5rem }
  .mt-6, .my-6    { margin-top: 5rem }
  .mb-6, .my-6    { margin-bottom: 5rem }
  .p-6            { padding: 5rem }
  .pe-6, .px-6    { padding-right: 5rem }
  .ps-6, .px-6    { padding-left: 5rem }
  .pt-6, .py-6    { padding-top: 5rem }
  .pb-6, .py-6    { padding-bottom: 5rem }
  
  .m-7          { margin: 7rem}
  .me-7, .mx-7  { margin-right: 7rem }
  .ms-7, .mx-7  { margin-left: 7rem }
  .mt-7, .my-7  { margin-top: 7rem }
  .mb-7, .my-7  { margin-bottom: 7rem }
  
  .pb-7         { padding: 7rem}
  .pe-7, .px-7  { padding-right: 7rem }
  .ps-7, .px-7  { padding-left: 7rem }
  .pt-7, .py-7  { padding-top: 7rem }
  .pb-7, .py-7  { padding-bottom: 7rem }

  .hero-title   { position: absolute; }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }