html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
}

.hamburger {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  padding: 0.5em;
}

.hamburger .line {
  background-color: #ffffff;
  width: 30px;
  height: 3px;
  display: block;
  margin: 5px 5px;
}

.hamburger:hover {
  cursor: pointer;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.2) 0%);
  border-radius: 100%;
  padding: 0.5em;
}

/* 
.navbar {  
  background-color: #efefef;


    #logo-img {
      position: absolute;
      right: 0;
      top: 0;
      height: auto;
      width: 12%;
      margin-right: 1.50em;
      margin-top: 1.50em;}

  .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  color: #e4e7eb;
  background-color: #0d1d32;
  font-size: 350%;
  overflow-x: hidden;
  transition: 0.5s;

  & :hover {
    color: #28891E;}

  ul {
    list-style: none;
    text-decoration:none;
    list-style-type: none;
    position: absolute;
    top:10%;
    left:0;
    bottom: 0;
    margin-left:2em;}

  a {
    text-decoration: none;
    color: #ffffff;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 600;}}

.sidenav .closebtn {
  color: #ffffff;
  position: absolute;
  top: 1%;
  left:0;
  bottom: 0;
  margin-left: 1em;
  font-size: 60px;
  text-decoration: none;}} */
.navbar-1 {
  text-decoration: none;
  padding-right: 2em;
}
.navbar-1 #brand-image {
  padding: 0.5em;
  height: auto;
  width: 225px;
}
.navbar-1 .offcanvas {
  background-color: #0d1d32;
  color: #ffffff;
}
.navbar-1 .navbar-links {
  font-size: 300%;
  font-weight: 600;
  list-style-type: none;
}
.navbar-1 .navbar-links p {
  margin: 0em;
}
.navbar-1 .navbar-links .navbar-link {
  text-decoration: none;
  color: #ffffff;
}
.navbar-1 .navbar-links .navbar-link:hover {
  color: #c7c3c3;
}
.navbar-1 .btn-close {
  margin-right: 2.7em;
  margin-top: 0.75em;
}

@media (max-width: 560px) {
  .navbar-1 {
    text-decoration: none;
    padding-right: 1em;
  }
  .navbar-1 #brand-image {
    padding: 0.25em;
    height: auto;
    width: 175px;
  }
  .navbar-1 .offcanvas {
    background-color: #0d1d32;
    color: #ffffff;
  }
  .navbar-1 .navbar-links {
    font-size: 250%;
    font-weight: 600;
    list-style-type: none;
  }
  .navbar-1 .navbar-links p {
    margin: 0em;
  }
  .navbar-1 .navbar-links .navbar-link {
    text-decoration: none;
    color: #ffffff;
  }
  .navbar-1 .navbar-links .navbar-link:hover {
    color: #c7c3c3;
  }
  .navbar-1 .btn-close {
    margin-right: 2.7em;
    margin-top: 0.75em;
  }
}
@media (max-width: 300px) {
  .navbar-1 {
    text-decoration: none;
    padding-right: 0.5em;
  }
  .navbar-1 #brand-image {
    padding: 0.25em;
    height: auto;
    width: 150px;
  }
  .navbar-1 .offcanvas {
    background-color: #0d1d32;
    color: #ffffff;
  }
  .navbar-1 .navbar-links {
    font-size: 225%;
    font-weight: 600;
    list-style-type: none;
  }
  .navbar-1 .navbar-links p {
    margin: 0em;
  }
  .navbar-1 .navbar-links .navbar-link {
    text-decoration: none;
    color: #ffffff;
  }
  .navbar-1 .navbar-links .navbar-link:hover {
    color: #c7c3c3;
  }
  .navbar-1 .btn-close {
    margin-right: 2.7em;
    margin-top: 0.75em;
  }
}
.navbar-2 {
  padding-right: 2em;
  background-color: #0d1d32;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 3px solid #28891E;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}
.navbar-2 #brand-image {
  padding: 0.5em;
  height: auto;
  width: 225px;
}
.navbar-2 .offcanvas {
  background-color: #0d1d32;
  color: #ffffff;
}
.navbar-2 .navbar-links {
  font-size: 300%;
  font-weight: 600;
  list-style-type: none;
}
.navbar-2 .navbar-links p {
  margin: 0em;
}
.navbar-2 .navbar-links .navbar-link {
  text-decoration: none;
  color: #ffffff;
}
.navbar-2 .navbar-links .navbar-link:hover {
  color: #c7c3c3;
}
.navbar-2 .btn-close {
  margin-right: 2.7em;
  margin-top: 0.75em;
}

@media (max-width: 560px) {
  .navbar-2 {
    padding-right: 1em;
    background-color: #0d1d32;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  }
  .navbar-2 #brand-image {
    padding: 0.25em;
    height: auto;
    width: 175px;
  }
  .navbar-2 .offcanvas {
    background-color: #0d1d32;
    color: #ffffff;
  }
  .navbar-2 .navbar-links {
    font-size: 250%;
    font-weight: 600;
    list-style-type: none;
  }
  .navbar-2 .navbar-links p {
    margin: 0em;
  }
  .navbar-2 .navbar-links .navbar-link {
    text-decoration: none;
    color: #ffffff;
  }
  .navbar-2 .navbar-links .navbar-link:hover {
    color: #c7c3c3;
  }
  .navbar-2 .btn-close {
    margin-right: 2.7em;
    margin-top: 0.75em;
  }
}
@media (max-width: 300px) {
  .navbar-2 {
    padding-right: 0.5em;
    background-color: #0d1d32;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  }
  .navbar-2 #brand-image {
    padding: 0.25em;
    height: auto;
    width: 150px;
  }
  .navbar-2 .offcanvas {
    background-color: #0d1d32;
    color: #ffffff;
  }
  .navbar-2 .navbar-links {
    font-size: 225%;
    font-weight: 600;
    list-style-type: none;
  }
  .navbar-2 .navbar-links p {
    margin: 0em;
  }
  .navbar-2 .navbar-links .navbar-link {
    text-decoration: none;
    color: #ffffff;
  }
  .navbar-2 .navbar-links .navbar-link:hover {
    color: #c7c3c3;
  }
  .navbar-2 .btn-close {
    margin-right: 2.7em;
    margin-top: 0.75em;
  }
}
.banner {
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.35) 0%), url(lake-center.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  object-fit: cover;
  height: 100vh;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.banner #srt-abt-scroll {
  position: relative;
  left: 0;
  bottom: 0;
}
.banner .head {
  position: relative;
  top: 20%;
}
.banner h3 {
  font-size: 250%;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.banner h1 {
  font-size: 500%;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.25em;
}
.banner h5 {
  font-size: 150%;
  color: #ffffff;
  text-align: center;
}
.banner .center-con {
  display: flex;
  height: 55vh;
  align-items: center;
  justify-content: center;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.banner .round {
  position: relative;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0.5em;
}
.banner .round:hover {
  cursor: pointer;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.3) 0%);
  border-radius: 100%;
}
.banner span {
  z-index: 999;
  height: 3px;
  margin: 1px;
  width: 30px;
  background: #fff;
  transition: 0.4s ease;
}
.banner span:first-child {
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 25%;
  bottom: 35%;
}
.banner span:nth-child(2) {
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  left: 45%;
  bottom: 35%;
}
.banner span:nth-child(3) {
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 25%;
  bottom: 54%;
}
.banner span:nth-child(4) {
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  left: 45%;
  bottom: 54%;
}
.banner .round:hover span:nth-child(1) {
  transform: rotate(-135deg);
}
.banner .round:hover span:nth-child(2) {
  transform: rotate(135deg);
}
.banner .round:hover span:nth-child(3) {
  transform: rotate(225deg);
}
.banner .round:hover span:nth-child(4) {
  transform: rotate(-225deg);
}

@media screen and (max-width: 800px) {
  .head {
    position: relative;
    top: 50%;
  }
  .head h3 {
    font-size: 200%;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
  }
  .head h1 {
    font-size: 350%;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.25em;
  }
  .head h5 {
    font-size: 125%;
    color: #ffffff;
    text-align: center;
  }
  .head .center-con {
    display: flex;
    height: 55vh;
    align-items: center;
    justify-content: center;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
  }
}
@media screen and (max-width: 470px) {
  .head {
    position: relative;
    top: 80%;
  }
  .head h3 {
    font-size: 150%;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
  }
  .head h1 {
    font-size: 250%;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.25em;
  }
  .head h5 {
    font-size: 115%;
    color: #ffffff;
    text-align: center;
  }
  .head .center-con {
    display: flex;
    height: 60h;
    align-items: center;
    justify-content: center;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
  }
}
/*
#about-container {
  width: 100%;
  margin: 0;
  padding: 0;

  .about {
    color: #ffffff;

  .card {
    border: none;
    width: 100%;
    border-radius: 0px;
    padding: 1em 0em 1em 0em;}

  .about-text {
    color: #000000;
    font-size: 150%;}

  .about-title {
    font-size: 400%;
    font-weight: 900;}

  #blue {
    color: #0d1d32;}

  #green {
    color: #28891E;}}}  */
#about-container {
  background-color: #0d1d32;
  text-align: center;
}

#about-container-white {
  background-color: #ffffff;
}

.about {
  text-align: center;
  padding: 6em;
}
.about #about-title {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 400%;
  font-weight: 900;
}
.about #about-text-green {
  color: #28891E;
}
.about #about-text {
  font-size: 125%;
  color: #efefef;
}

.about-black {
  text-align: center;
  padding: 6em;
}
.about-black #about-title {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 400%;
  font-weight: 900;
}
.about-black #about-text-green {
  color: #28891E;
}
.about-black #about-text {
  font-size: 125%;
  color: #333333;
}

@media screen and (max-width: 1200px) {
  .about {
    text-align: center;
    padding: 6em 4em 6em 4em;
  }
  .about #about-title {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 325%;
    font-weight: 900;
  }
  .about #about-text-green {
    color: #28891E;
  }
  .about #about-text {
    font-size: 125%;
    color: #efefef;
  }

  .about-black {
    text-align: center;
    padding: 6em 4em 6em 4em;
  }
  .about-black #about-title {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 325%;
    font-weight: 900;
  }
  .about-black #about-text-green {
    color: #28891E;
  }
  .about-black #about-text {
    font-size: 125%;
    color: #333333;
  }
}
@media screen and (max-width: 995px) {
  .about {
    text-align: center;
    padding: 4em 2em 4em 2em;
  }
  .about #about-title {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 275%;
    font-weight: 900;
  }
  .about #about-text-green {
    color: #28891E;
  }
  .about #about-text {
    font-size: 120%;
    color: #efefef;
  }

  .about-black {
    text-align: center;
    padding: 4em 2em 4em 2em;
  }
  .about-black #about-title {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 275%;
    font-weight: 900;
  }
  .about-black #about-text-green {
    color: #28891E;
  }
  .about-black #about-text {
    font-size: 120%;
    color: #333333;
  }
}
@media screen and (max-width: 770px) {
  .about {
    text-align: center;
    padding: 4em 1em 4em 1em;
  }
  .about #about-title {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 250%;
    font-weight: 900;
  }
  .about #about-text-green {
    color: #28891E;
  }
  .about #about-text {
    font-size: 115%;
    color: #efefef;
  }

  .about-black {
    text-align: center;
    padding: 4em 1em 4em 1em;
  }
  .about-black #about-title {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 250%;
    font-weight: 900;
  }
  .about-black #about-text-green {
    color: #28891E;
  }
  .about-black #about-text {
    font-size: 115%;
    color: #333333;
  }
}
@media screen and (max-width: 450px) {
  .about {
    text-align: center;
    padding: 2em 0.5em 2em 0.5em;
  }
  .about #about-title {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 225%;
    font-weight: 900;
  }
  .about #about-text-green {
    color: #28891E;
  }
  .about #about-text {
    font-size: 110%;
    color: #efefef;
  }

  .about-black {
    text-align: center;
    padding: 2em 0.5em 2em 0.5em;
  }
  .about-black #about-title {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 225%;
    font-weight: 900;
  }
  .about-black #about-text-green {
    color: #28891E;
  }
  .about-black #about-text {
    font-size: 110%;
    color: #333333;
  }
}
@media screen and (max-width: 350px) {
  .about {
    text-align: center;
    padding: 2em 0.25em 2em 0.25em;
  }
  .about #about-title {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 200%;
    font-weight: 900;
  }
  .about #about-text-green {
    color: #28891E;
  }
  .about #about-text {
    font-size: 105%;
    color: #efefef;
  }

  .about-black {
    text-align: center;
    padding: 2em 0.25em 2em 0.25em;
  }
  .about-black #about-title {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 200%;
    font-weight: 900;
  }
  .about-black #about-text-green {
    color: #28891E;
  }
  .about-black #about-text {
    font-size: 105%;
    color: #333333;
  }
}
.about-banner {
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.35) 0%), url(stobbarts-about.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center top;
  object-fit: cover;
  height: 85vh;
}

.history {
  text-align: center;
  align-content: center;
  margin-top: 4em;
  /*animation element*/
  /*animation element sliding left*/
}
.history .history-caption {
  margin: 4em 0em 4em 0em;
}
.history #history-titles {
  font-size: 2em;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.history #history-text {
  font-size: 1.5em;
  color: #333333;
  padding: 0em 2em 0em 2em;
}
.history #history-dates {
  color: #808080;
}
.history .history-divider {
  border: 1px solid #28891E;
  opacity: 1;
}
.history .animation-element {
  opacity: 0;
}
.history .animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.history .animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 525px) {
  .about-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.25) 0%), url(stobbarts-about.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center left 24%;
    object-fit: cover;
    height: 85vh;
  }

  .history {
    text-align: center;
    align-content: center;
    margin-top: 4em;
    /*animation element*/
    /*animation element sliding left*/
  }
  .history .history-caption {
    margin: 2em 0em 2em 0em;
  }
  .history #history-titles {
    font-size: 1.5em;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
  }
  .history #history-text {
    font-size: 1em;
    color: #333333;
    padding: 0em 1em 0em 1em;
  }
  .history #history-dates {
    color: #808080;
  }
  .history .history-divider {
    border: 1px solid #28891E;
    opacity: 1;
  }
  .history .animation-element {
    opacity: 0;
  }
  .history .animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }
  .history .animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.about-caption {
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.75) 0%);
  padding: 0.5em;
  width: fit-content;
  height: fit-content;
  margin: 0em 0em 1em 1em;
}
.about-caption #about-caption-title {
  color: #ffffff;
  font-size: 125%;
}

#abt-srv-container {
  padding-top: 4em;
  width: 100%;
  background-color: #232323;
  color: #ffffff;
}

.about-services {
  background-color: #232323;
  color: #ffffff;
}
.about-services #abt-srv-title {
  font-size: 400%;
  font-weight: 600;
  text-transform: uppercase;
}
.about-services #abt-srv-subtitle {
  margin-bottom: 2em;
  text-align: left;
  font-size: 120%;
  clear: both;
}
.about-services .btn {
  color: #ffffff;
  background-color: #28891E;
  text-decoration: none;
  font-size: 110%;
  float: right;
  border-radius: 2%;
}
.about-services .btn :hover {
  background-color: #1E6717;
  color: #ffffff;
}
.about-services #abt-img {
  height: auto;
  width: 30em;
}

#services-title-home {
  margin-left: 0.5em;
  padding-top: 1em;
  font-weight: 600;
  font-size: 200%;
  text-transform: uppercase;
}

#services-text {
  margin-left: 0.75em;
  margin-bottom: 2em;
  font-size: 125%;
}

#home-services {
  height: fit-content;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #ffffff;
  background-color: #131313;
  font-size: 135%;
  font-weight: 600;
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.45) 0%), url(birdseye.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  object-fit: cover;
}

.service-page {
  margin-top: 3em;
}

#h-card-wrapper {
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.4) 0%);
  padding: 0em 2em 0em 2em;
}
#h-card-wrapper .h-srv-links {
  text-decoration: none;
  color: #ffffff;
}
#h-card-wrapper .card {
  background-color: #1A1A1A;
  border-radius: 0px;
  border-top: 8px solid #333333;
  border-bottom: 8px solid #333333;
  border-right: 8px solid #333333;
  border-left: 8px solid #28891E;
  margin: 0em 0.5em 1.5em 0.5em;
  height: 200px;
  width: 300px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#h-card-wrapper .card:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.12), 0 12px 12px rgba(0, 0, 0, 0.12), 0 18px 18px rgba(0, 0, 0, 0.12), 0 24px 24px rgba(0, 0, 0, 0.12);
}
#h-card-wrapper .card-title {
  font-size: 135%;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 450px) {
  #home-services {
    height: fit-content;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #ffffff;
    background-color: #131313;
    font-size: 125%;
    font-weight: 600;
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.45) 0%), url(birdseye.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
  }
  #home-services #h-card-wrapper {
    border-radius: 2%;
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.5) 0%);
    padding: 0em 2em 0em 2em;
  }
  #home-services .h-srv-links {
    text-decoration: none;
    color: #ffffff;
  }
  #home-services .card {
    background-color: #1A1A1A;
    border-radius: 0px;
    border-top: 8px solid #333333;
    border-bottom: 8px solid #333333;
    border-right: 8px solid #333333;
    border-left: 8px solid #28891E;
    margin: 0em 0.5em 2em 0.5em;
    height: 175px;
    width: 300px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  #home-services .card:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.12), 0 12px 12px rgba(0, 0, 0, 0.12), 0 18px 18px rgba(0, 0, 0, 0.12), 0 24px 24px rgba(0, 0, 0, 0.12);
  }
  #home-services .card-title {
    font-size: 125%;
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media (max-width: 375px) {
  #home-services {
    height: fit-content;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #ffffff;
    background-color: #131313;
    font-size: 120%;
    font-weight: 600;
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.45) 0%), url(birdseye.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
  }
  #home-services #h-card-wrapper {
    border-radius: 2%;
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.5) 0%);
    padding: 0em 1em 0em 1em;
  }
  #home-services .h-srv-links {
    text-decoration: none;
    color: #ffffff;
  }
  #home-services .card {
    background-color: #1A1A1A;
    border-radius: 0px;
    border-top: 8px solid #333333;
    border-bottom: 8px solid #333333;
    border-right: 8px solid #333333;
    border-left: 8px solid #28891E;
    margin: 0em 0.5em 2em 0.5em;
    height: 150px;
    width: 275px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  #home-services .card:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.12), 0 12px 12px rgba(0, 0, 0, 0.12), 0 18px 18px rgba(0, 0, 0, 0.12), 0 24px 24px rgba(0, 0, 0, 0.12);
  }
  #home-services .card-title {
    font-size: 120%;
    font-weight: 600;
    text-transform: uppercase;
  }
}
.animation-element {
  opacity: 0;
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

#services-container {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #0d1d32;
  border-bottom: 1px solid #AAAAAA;
}

.services-head {
  padding: 2em 0.5em 1em 0.5em;
}
.services-head #services-title {
  font-size: 125%;
  font-weight: 600;
}
.services-head .breadcrumb-link {
  margin-top: 1em;
  text-decoration: none;
  color: inherit;
}
.services-head .breadcrumb-link .breadcrumb-link :hover {
  text-decoration: underline;
}

.individual-service-container {
  background-color: #ffffff;
  color: #000000;
  margin-top: 3em;
}

.individual-service {
  font-size: 125%;
  padding: 6em 2em 6em 2em;
}
.individual-service #individual-service-title {
  font-size: 3em;
  margin-bottom: 0.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.individual-service #individual-service-bg-grey {
  background-color: #ffffff;
}
.individual-service #individual-service-bg-none {
  background-color: none;
}

#i-s-date {
  color: #0d1d32;
}

@media (max-width: 768px) {
  .individual-service-container {
    background-color: #ffffff;
    color: #000000;
    margin-top: 3em;
  }

  .individual-service {
    padding: 6em 2em 6em 2em;
  }
  .individual-service #individual-service-title {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
    text-transform: uppercase;
  }

  #individual-service-bg-grey {
    background-color: #efefef;
  }

  #individual-service-bg-none {
    background-color: none;
  }
}
@media (max-width: 550px) {
  .individual-service-container {
    background-color: #ffffff;
    color: #000000;
    margin-top: 3em;
  }

  .individual-service {
    padding: 6em 0em 6em 0em;
  }
  .individual-service #individual-service-title {
    font-size: 2em;
    margin-bottom: 0.5em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .individual-service #individual-service-card-bg {
    background-color: #efefef;
  }
  .individual-service #individual-service-bg-none {
    background-color: none;
  }
}
@media (max-width: 400px) {
  .individual-service-container {
    background-color: #ffffff;
    color: #000000;
    margin-top: 3em;
  }

  .individual-service {
    padding: 6em 0em 6em 0em;
  }
  .individual-service #individual-service-title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .individual-service p {
    font-size: 0.85em;
  }
  .individual-service #individual-service-card-bg {
    background-color: #efefef;
  }
  .individual-service #individual-service-bg-none {
    background-color: none;
  }
}
#projects-banner-container {
  background-color: #0d1d32;
  color: #ffffff;
  margin-top: 3em;
}

.projects-banner {
  padding: 5em;
}
.projects-banner #projects-title {
  font-weight: 600;
  font-size: 250%;
  margin-top: 0.5em;
  text-transform: uppercase;
  text-align: center;
}
.projects-banner #project-text {
  font-size: 130%;
  text-align: center;
}

.projects {
  padding: 2em 4em 2em 4em;
}
.projects .row {
  padding: 0.5em;
}

.box {
  max-height: 250px;
  height: 250px;
  width: auto;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
}
.box .hover {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  transition: all 0.5s ease-in-out;
  padding: 2em 2em;
}
.box .hover h1 {
  color: #ffffff;
  font-size: 175%;
  font-weight: 600;
  text-transform: uppercase;
}
.box .hover p {
  color: #ffffff;
}
.box:hover {
  filter: grayscale(100%);
}
.box:hover .hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 995px) {
  #projects-banner-container {
    background-color: #0d1d32;
    color: #ffffff;
    margin-top: 3em;
  }

  .projects-banner {
    padding: 5em;
  }
  .projects-banner #projects-title {
    font-weight: 600;
    font-size: 250%;
    margin-top: 0.5em;
    text-transform: uppercase;
    text-align: center;
  }
  .projects-banner #project-text {
    font-size: 130%;
    text-align: center;
  }

  .projects {
    padding: 2em 2em 2em 2em;
  }
  .projects .row {
    padding: 0.5em;
  }

  .box {
    max-height: 200px;
    height: 200px;
    margin-bottom: 1em;
    width: auto;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .box .hover {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
    transition: all 0.5s ease-in-out;
    padding: 2em 2em;
  }
  .box .hover h1 {
    color: #ffffff;
    font-size: 175%;
    font-weight: 600;
    text-transform: uppercase;
  }
  .box .hover p {
    color: #ffffff;
  }
  .box:hover {
    filter: grayscale(100%);
  }
  .box:hover .hover {
    opacity: 1;
    cursor: pointer;
  }
}
@media (max-width: 750px) {
  #projects-banner-container {
    background-color: #0d1d32;
    color: #ffffff;
    margin-top: 3em;
  }

  .projects-banner {
    padding: 2em;
  }
  .projects-banner #projects-title {
    font-weight: 600;
    font-size: 250%;
    margin-top: 0.5em;
    text-transform: uppercase;
    text-align: center;
  }
  .projects-banner #project-text {
    font-size: 130%;
    text-align: center;
  }

  .projects {
    padding: 2em 0em 2em 0em;
  }
  .projects .row {
    padding: 0.5em;
  }

  .box {
    max-height: 200px;
    height: 200px;
    margin-bottom: 1em;
    width: auto;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .box .hover {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
    transition: all 0.5s ease-in-out;
    padding: 2em 2em;
  }
  .box .hover h1 {
    color: #ffffff;
    font-size: 175%;
    font-weight: 600;
    text-transform: uppercase;
  }
  .box .hover p {
    color: #ffffff;
  }
  .box:hover {
    filter: grayscale(100%);
  }
  .box:hover .hover {
    opacity: 1;
    cursor: pointer;
  }
}
@media (max-width: 550px) {
  #projects-banner-container {
    background-color: #0d1d32;
    color: #ffffff;
    margin-top: 3em;
  }

  .projects-banner {
    padding: 3em 0.5em 3em 0.5em;
  }
  .projects-banner #projects-title {
    font-weight: 600;
    font-size: 2.5em;
    margin-top: 0.5em;
    text-transform: uppercase;
    text-align: center;
  }
  .projects-banner #project-text {
    font-size: 1.25em;
  }

  .projects {
    padding: 2em 0em 2em 0em;
  }

  .box {
    max-height: 200px;
    height: 200px;
    margin-bottom: 1em;
    width: auto;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .box .hover {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
    transition: all 0.5s ease-in-out;
    padding: 2em 2em;
  }
  .box .hover h1 {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .box .hover p {
    color: #ffffff;
  }
  .box:hover {
    filter: grayscale(100%);
  }
  .box:hover .hover {
    opacity: 1;
    cursor: pointer;
  }
}
#r-projects-wrapper {
  background-color: #0d1d32;
  margin: 0;
  padding: 2em;
}

#r-projects-title {
  color: #ffffff;
  text-align: center;
  font-size: 300%;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  #r-projects-wrapper {
    background-color: #0d1d32;
    margin: 0;
    padding: 1em;
  }

  #r-projects-title {
    color: #ffffff;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    text-transform: uppercase;
  }
}
.recent-projects {
  padding: 2em 2em 2em 2em;
}

.box {
  max-height: 250px;
  height: 250px;
  width: auto;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
}
.box .hover {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  transition: all 0.5s ease-in-out;
  padding: 2em 2em;
}
.box .hover h1 {
  color: #ffffff;
  font-size: 175%;
  font-weight: 600;
  text-transform: uppercase;
}
.box .hover p {
  color: #ffffff;
}
.box .hover .btn {
  color: #ffffff;
  font-size: 1.15em;
  width: fit-content;
  padding: 6px 10px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 0px;
}
.box .hover .btn:hover {
  color: #0d1d32;
  font-size: 1.15em;
  width: fit-content;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 0px;
}
.box:hover {
  filter: grayscale(100%);
}
.box:hover .hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .recent-projects {
    padding: 2em 1em 2em 1em;
  }

  .box {
    max-height: 225px;
    height: 225px;
    width: auto;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 1em;
  }
  .box .hover {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
    transition: all 0.5s ease-in-out;
    padding: 2em 2em;
  }
  .box .hover h1 {
    color: #ffffff;
    font-size: 150%;
    font-weight: 600;
    text-transform: uppercase;
  }
  .box .hover p {
    color: #ffffff;
  }
  .box:hover {
    filter: grayscale(100%);
  }
  .box:hover .hover {
    opacity: 1;
    cursor: pointer;
  }
}
#employment-banner-container {
  background-color: #0d1d32;
  color: #ffffff;
  margin-top: 3em;
}

#employment {
  margin: 3em auto;
}
#employment .card {
  width: 90%;
  border-left: solid 8px #0d1d32;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  margin: 0em 0em 2em 0em;
}
#employment .cv-text {
  text-align: left;
}
#employment .cv-email {
  color: #28891E;
  text-decoration: none;
}
#employment .cv-email:hover {
  text-decoration: underline;
}
#employment .card-title {
  font-size: 200%;
  font-weight: 700;
}
#employment .card-text {
  font-size: 150%;
}
#employment .btn {
  font-size: 115%;
  color: #000000;
  border: 3px solid #0d1d32;
  margin-left: 1em;
}
#employment .btn:hover {
  color: #ffffff;
  background-color: #0d1d32;
  border: 3px solid #0d1d32;
}

@media screen and (min-width: 657px) {
  .employment-banner {
    padding: 5em;
  }

  #employment-title {
    font-weight: 600;
    font-size: 250%;
    margin-top: 0.5em;
    text-transform: uppercase;
    text-align: center;
  }

  #employment-text {
    font-size: 130%;
    text-align: center;
  }
}
@media screen and (max-width: 657px) {
  .employment-banner {
    padding: 3em;
  }

  #employment-title {
    font-weight: 600;
    font-size: 1.55em;
    margin-top: 0.5em;
    text-transform: uppercase;
    text-align: center;
  }

  #employment-text {
    font-size: 120%;
    text-align: align;
  }
}
@media screen and (max-width: 768px) and (min-width: 575px) {
  .btn {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 369px) {
  .btn {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1200px) {
  .case-study-banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 95vh;
  }

  .utc-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/utc/img1.jpg);
  }

  .st-bees-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/St-bees/scaffold-st-bees-1.jpg);
  }

  .wa-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/Workington-academy/IMG_3575.jpg);
  }

  .dwbt-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/Derwentwater-boat-house/IMG_20170928_084922.jpg);
  }

  .hnf-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/High-Nook-Farm-Loweswater/20181009_140306.jpg);
  }

  .llwr-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/LLWR-Contractors-accomodation/3.JPG);
  }

  .gthr-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Gaythorne-Hall-Levins-Estate/airel-shot.png);
  }

  .mthll-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Moot-Hall/Kes-0830.JPG);
  }

  .shf-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Seascale-Hall-Farm/IMG-20220407-WA0002.jpg);
  }

  .old-new-quay-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(partnerships.jpg);
  }

  .case-study-caption {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.45) 0%);
    padding: 2em;
    position: absolute;
    left: 0%;
    top: 25%;
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    width: 75%;
    margin-left: 4em;
  }
  .case-study-caption .case-study-caption-title {
    color: #ffffff;
    font-size: 4em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .case-study-caption .case-study-caption-text {
    color: #ffffff;
    font-size: 1.4em;
    padding: 1em 6em 1em 0em;
  }

  .case-study-title-banner {
    background-color: #0d1d32;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 2em 2em 2em 2em;
  }
  .case-study-title-banner .case-study-title {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 600;
  }

  #case-study-facts {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .fact-wrapper {
    margin-bottom: 3em;
  }

  .case-facts #case-study-text {
    margin-top: 1.5em;
    margin-bottom: 2em;
    color: #000000;
    font-size: 1.25em;
    padding: 0em 2em 0em 2em;
  }
  .case-facts .divider {
    opacity: 1;
    border: 2px solid #28891E;
    background-color: #28891E;
    color: #28891E;
    margin-top: 2em;
  }
  .case-facts #fact-sub-title {
    color: #808080;
    font-weight: 600;
    margin-bottom: 0.5em;
  }
  .case-facts #case-study-images {
    padding: 0.5em;
  }
  .case-facts #case-img-1 {
    height: 350px;
    width: auto;
  }
  .case-facts #case-img-2 {
    height: 350px;
    width: auto;
  }
  .case-facts #fact-title {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1200px) {
  .case-study-banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 95vh;
  }

  .utc-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/utc/img1.jpg);
  }

  .st-bees-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/St-bees/scaffold-st-bees-1.jpg);
  }

  .wa-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/Workington-academy/IMG_3575.jpg);
  }

  .dwbt-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/Derwentwater-boat-house/IMG_20170928_084922.jpg);
  }

  .hnf-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/High-Nook-Farm-Loweswater/20181009_140306.jpg);
  }

  .llwr-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/LLWR-Contractors-accomodation/3.JPG);
  }

  .gthr-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Gaythorne-Hall-Levins-Estate/airel-shot.png);
  }

  .mthll-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Moot-Hall/Kes-0830.JPG);
  }

  .shf-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Seascale-Hall-Farm/IMG-20220407-WA0002.jpg);
  }

  .old-new-quay-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(partnerships.jpg);
  }

  .case-study-caption {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.45) 0%);
    padding: 2em;
    position: absolute;
    left: 0%;
    top: 25%;
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    width: 75%;
    margin-left: 3em;
  }
  .case-study-caption .case-study-caption-title {
    color: #ffffff;
    font-size: 3em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .case-study-caption .case-study-caption-text {
    color: #ffffff;
    font-size: 1.3em;
    padding: 1em 4em 1em 0em;
  }

  .case-study-title-banner {
    background-color: #0d1d32;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 2em 2em 2em 2em;
  }
  .case-study-title-banner .case-study-title {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 600;
  }

  #case-study-facts {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .fact-wrapper {
    margin-bottom: 3em;
  }

  .case-facts #case-study-text {
    margin-top: 1.5em;
    margin-bottom: 2em;
    color: #000000;
    font-size: 1.25em;
    padding: 0em 2em 0em 2em;
  }
  .case-facts .divider {
    opacity: 1;
    border: 2px solid #28891E;
    background-color: #28891E;
    color: #28891E;
    margin-top: 2em;
  }
  .case-facts #fact-sub-title {
    color: #808080;
    font-weight: 600;
    margin-bottom: 0.5em;
  }
  .case-facts #case-study-images {
    padding: 0.5em;
  }
  .case-facts #case-img-1 {
    height: 350px;
    width: auto;
  }
  .case-facts #case-img-2 {
    height: 350px;
    width: auto;
  }
  .case-facts #fact-title {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 992px) {
  .case-study-banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 95vh;
  }

  .windermere-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(lake-center.jpg);
  }

  .utc-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/utc/img1.jpg);
  }

  .st-bees-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/St-bees/scaffold-st-bees-1.jpg);
  }

  .wa-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/Workington-academy/IMG_3575.jpg);
  }

  .dwbt-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/Derwentwater-boat-house/IMG_20170928_084922.jpg);
  }

  .hnf-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/High-Nook-Farm-Loweswater/20181009_140306.jpg);
  }

  .llwr-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/LLWR-Contractors-accomodation/3.JPG);
  }

  .gthr-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Gaythorne-Hall-Levins-Estate/airel-shot.png);
  }

  .mthll-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Moot-Hall/Kes-0830.JPG);
  }

  .shf-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Seascale-Hall-Farm/IMG-20220407-WA0002.jpg);
  }

  .old-new-quay-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(partnerships.jpg);
  }

  .case-study-caption {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.45) 0%);
    padding: 2em;
    position: absolute;
    left: 0%;
    top: 25%;
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    width: 75%;
    margin-left: 3em;
  }
  .case-study-caption .case-study-caption-title {
    color: #ffffff;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .case-study-caption .case-study-caption-text {
    color: #ffffff;
    font-size: 1.2em;
    padding: 1em 3em 1em 0em;
  }

  .case-study-title-banner {
    background-color: #0d1d32;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 2em 2em 2em 2em;
  }
  .case-study-title-banner .case-study-title {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
  }

  #case-study-facts {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .fact-wrapper {
    margin-bottom: 3em;
  }

  .case-facts {
    text-align: center;
  }
  .case-facts #case-study-text {
    margin-top: 1.5em;
    margin-bottom: 2em;
    color: #000000;
    font-size: 1.25em;
    padding: 0em 2em 0em 2em;
  }
  .case-facts .divider {
    text-align: center;
    opacity: 1;
    border: 1px solid #28891E;
    background-color: #28891E;
    color: #28891E;
    width: 100%;
    margin-top: 2em;
  }
  .case-facts #fact-sub-title {
    color: #808080;
    font-weight: 600;
    margin-bottom: 0.5em;
  }
  .case-facts #case-study-images {
    padding: 0.5em;
  }
  .case-facts #case-img-1 {
    height: 350px;
    width: auto;
  }
  .case-facts #case-img-2 {
    height: 350px;
    width: auto;
  }
  .case-facts #fact-title {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 765px) {
  .case-study-banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 95vh;
  }

  .windermere-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(lake-center.jpg);
  }

  .utc-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/utc/img1.jpg);
  }

  .st-bees-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/St-bees/scaffold-st-bees-1.jpg);
  }

  .wa-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/Workington-academy/IMG_3575.jpg);
  }

  .dwbt-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/Derwentwater-boat-house/IMG_20170928_084922.jpg);
  }

  .hnf-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/High-Nook-Farm-Loweswater/20181009_140306.jpg);
  }

  .llwr-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/LLWR-Contractors-accomodation/3.JPG);
  }

  .gthr-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Gaythorne-Hall-Levins-Estate/airel-shot.png);
  }

  .mthll-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Moot-Hall/Kes-0830.JPG);
  }

  .shf-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Seascale-Hall-Farm/IMG-20220407-WA0002.jpg);
  }

  .old-new-quay-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(partnerships.jpg);
  }

  .case-study-caption {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.45) 0%);
    padding: 2em;
    position: absolute;
    left: 0%;
    top: 25%;
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    margin-left: 2em;
    width: 75%;
  }
  .case-study-caption .case-study-caption-title {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .case-study-caption .case-study-caption-text {
    color: #ffffff;
    font-size: 1.15em;
    padding: 1em 0em 1em 0em;
  }

  .case-study-title-banner {
    background-color: #0d1d32;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 2em 2em 2em 2em;
  }
  .case-study-title-banner .case-study-title {
    font-size: 1.75em;
    text-transform: uppercase;
    font-weight: 600;
  }

  #case-study-facts {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .fact-wrapper {
    margin-bottom: 3em;
  }

  .case-facts {
    text-align: center;
  }
  .case-facts #case-study-text {
    margin-top: 1.5em;
    margin-bottom: 2em;
    color: #000000;
    font-size: 1.25em;
    padding: 0em 2em 0em 2em;
  }
  .case-facts .divider {
    opacity: 1;
    border: 1px solid #28891E;
    background-color: #28891E;
    color: #28891E;
    width: 100%;
    margin-top: 2em;
  }
  .case-facts #fact-sub-title {
    color: #808080;
    font-weight: 600;
    margin-bottom: 0.5em;
  }
  .case-facts #case-study-images {
    padding: 0.5em;
  }
  .case-facts #case-img-1 {
    height: 350px;
    width: auto;
  }
  .case-facts #case-img-2 {
    height: 350px;
    width: auto;
  }
  .case-facts #fact-title {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 450px) {
  .case-study-banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 95vh;
  }

  .windermere-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(lake-center.jpg);
  }

  .utc-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/utc/img1.jpg);
  }

  .st-bees-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/St-bees/scaffold-st-bees-1.jpg);
  }

  .wa-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(construction/Workington-academy/IMG_3575.jpg);
  }

  .dwbt-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/Derwentwater-boat-house/IMG_20170928_084922.jpg);
  }

  .hnf-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/High-Nook-Farm-Loweswater/20181009_140306.jpg);
  }

  .llwr-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(civil/LLWR-Contractors-accomodation/3.JPG);
  }

  .gthr-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Gaythorne-Hall-Levins-Estate/airel-shot.png);
  }

  .mthll-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Moot-Hall/Kes-0830.JPG);
  }

  .shf-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(conservation/Seascale-Hall-Farm/IMG-20220407-WA0002.jpg);
  }

  .old-new-quay-banner {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 0%), url(partnerships.jpg);
  }

  .case-study-caption {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.45) 0%);
    padding: 2em;
    position: absolute;
    left: 0%;
    top: 25%;
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    width: 75%;
    margin-left: 2em;
    align-content: center;
  }
  .case-study-caption .case-study-caption-title {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .case-study-caption .case-study-caption-text {
    color: #ffffff;
    font-size: 1.1em;
    padding: 1em 0em 1em 0em;
  }

  .case-study-title-banner {
    background-color: #0d1d32;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 2em 2em 2em 2em;
  }
  .case-study-title-banner .case-study-title {
    font-size: 1.75em;
    text-transform: uppercase;
    font-weight: 600;
  }

  #case-study-facts {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .fact-wrapper {
    margin-bottom: 3em;
  }

  .case-facts {
    text-align: center;
  }
  .case-facts #case-study-text {
    margin-top: 1.5em;
    margin-bottom: 2em;
    color: #000000;
    font-size: 1.25em;
    padding: 0em 2em 0em 2em;
  }
  .case-facts .divider {
    opacity: 1;
    border: 1px solid #28891E;
    background-color: #28891E;
    color: #28891E;
    width: 100%;
    margin-top: 2em;
  }
  .case-facts #fact-sub-title {
    color: #808080;
    font-weight: 600;
    margin-bottom: 0.5em;
  }
  .case-facts #case-study-images {
    padding: 0.5em;
  }
  .case-facts #case-img-1 {
    height: 350px;
    width: auto;
  }
  .case-facts #case-img-2 {
    height: 350px;
    width: auto;
  }
  .case-facts #fact-title {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
  }
}
.slideshow-container {
  position: relative;
}

.mySlides {
  display: none;
  background-image: rgba(0, 0, 0, 0.6);
}

.prev-1:hover, .next-1:hover {
  background-color: #ffffff;
  color: #000000;
  border: 3px solid #ffffff;
}

.prev-2:hover, .next-2:hover {
  background-color: #000000;
  color: #ffffff;
  border: 3px solid #000000;
}

.cursor {
  cursor: pointer;
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16.66%;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .slideshow-container {
    position: relative;
  }
  .slideshow-container img {
    height: 600px;
  }

  .prev,
.next {
    cursor: pointer;
    padding: 16px;
    background-color: transparent;
    font-weight: bold;
    font-size: 2em;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
  }

  .prev-1, .next-1 {
    color: #28891E;
    border: 3px solid #28891E;
  }

  .prev-2, .next-2 {
    color: #28891E;
    border: 3px solid #28891E;
  }

  .prev {
    position: absolute;
    top: 45%;
    left: 0;
    margin-left: 2em;
  }

  .next {
    position: absolute;
    top: 45%;
    right: 0;
    margin-right: 2em;
  }

  .numbertext {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.25) 0%);
    color: #f2f2f2;
    font-size: 1.75em;
    font-weight: 600;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .mySlides {
    display: none;
    background-image: rgba(0, 0, 0, 0.6);
  }
  .mySlides img {
    height: 600px;
  }

  .prev,
.next {
    cursor: pointer;
    padding: 16px;
    background-color: transparent;
    font-weight: bold;
    font-size: 2em;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
  }

  .prev-1, .next-1 {
    color: #28891E;
    border: 3px solid #28891E;
  }

  .prev-2, .next-2 {
    color: #000000;
    border: 3px solid #28891E;
  }

  .prev {
    position: absolute;
    top: 45%;
    left: 0;
    margin-left: 2em;
  }

  .next {
    position: absolute;
    top: 45%;
    right: 0;
    margin-right: 2em;
  }

  .numbertext {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.25) 0%);
    color: #f2f2f2;
    font-size: 1.5em;
    font-weight: 600;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 992px) {
  .mySlides {
    display: none;
    background-image: rgba(0, 0, 0, 0.6);
  }
  .mySlides img {
    height: 400px;
  }

  .prev,
.next {
    cursor: pointer;
    padding: 14px;
    background-color: transparent;
    font-weight: bold;
    font-size: 1.5em;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
  }

  .prev-1, .next-1 {
    color: #28891E;
    border: 3px solid #28891E;
  }

  .prev-2, .next-2 {
    color: #000000;
    border: 3px solid #28891E;
  }

  .prev {
    position: absolute;
    top: 45%;
    left: 0;
    margin-left: 2em;
  }

  .next {
    position: absolute;
    top: 45%;
    right: 0;
    margin-right: 2em;
  }

  .numbertext {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.25) 0%);
    color: #f2f2f2;
    font-size: 1.25em;
    font-weight: 600;
    padding: 6px 10px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .mySlides {
    display: none;
    background-image: rgba(0, 0, 0, 0.6);
  }
  .mySlides img {
    height: 300px;
  }

  .prev,
.next {
    cursor: pointer;
    padding: 16px;
    background-color: transparent;
    font-weight: bold;
    font-size: 1em;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
  }

  .prev-1, .next-1 {
    color: #28891E;
    border: 3px solid #28891E;
  }

  .prev-2, .next-2 {
    color: #28891E;
    border: 3px solid #28891E;
  }

  .prev {
    position: absolute;
    top: 45%;
    left: 0;
    margin-left: 2em;
  }

  .next {
    position: absolute;
    top: 45%;
    right: 0;
    margin-right: 2em;
  }

  .numbertext {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.25) 0%);
    color: #f2f2f2;
    font-size: 1em;
    font-weight: 600;
    padding: 6px 10px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 450px) {
  .mySlides {
    display: none;
    background-image: rgba(0, 0, 0, 0.6);
  }
  .mySlides img {
    height: 250px;
  }

  .prev,
.next {
    cursor: pointer;
    padding: 10px;
    background-color: transparent;
    font-weight: bold;
    font-size: 0.5em;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
  }

  .prev-1, .next-1 {
    color: #28891E;
    border: 3px solid #28891E;
  }

  .prev-2, .next-2 {
    color: #28891E;
    border: 3px solid #28891E;
  }

  .prev {
    position: absolute;
    top: 45%;
    left: 0;
    margin-left: 4em;
  }

  .next {
    position: absolute;
    top: 45%;
    right: 0;
    margin-right: 4em;
  }

  .numbertext {
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.25) 0%);
    color: #f2f2f2;
    font-size: 0.75em;
    font-weight: 600;
    padding: 4px 8px;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  #scope-container {
    background-color: #efefef;
  }

  .scope-wrapper {
    padding: 4em;
  }

  .scope {
    background-color: #0d1d32;
    color: #ffffff;
    padding: 4em;
  }
  .scope #scope-title {
    font-size: 3em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
  }
  .scope .scope-list {
    text-align: left;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 992px) {
  #scope-container {
    background-color: #efefef;
  }

  .scope-wrapper {
    padding: 3em;
  }

  .scope {
    background-color: #0d1d32;
    color: #ffffff;
    padding: 3em;
  }
  .scope #scope-title {
    font-size: 2.75em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
  }
  .scope .scope-list {
    text-align: left;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 770px) {
  #scope-container {
    background-color: #efefef;
  }

  .scope-wrapper {
    padding: 2em;
  }

  .scope {
    background-color: #0d1d32;
    color: #ffffff;
    padding: 2em;
  }
  .scope #scope-title {
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
  }
  .scope .scope-list {
    text-align: left;
    padding-left: 0;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 450px) {
  #scope-container {
    background-color: #efefef;
  }

  .scope {
    background-color: #0d1d32;
    color: #ffffff;
  }
  .scope #scope-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
  }
  .scope .scope-list {
    text-align: left;
    padding-left: 0;
    font-size: 1em;
  }
}
#client-title-banner {
  background-color: #0d1d32;
  color: #ffffff;
  text-align: center;
  padding: 2em 2em 2em 2em;
}
#client-title-banner #client-title {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 600;
}
#client-title-banner #client-sub-title {
  font-size: 1.5em;
}

@media (max-width: 600px) {
  #client-title-banner {
    background-color: #0d1d32;
    color: #ffffff;
    text-align: center;
    padding: 2em 1em 2em 1em;
  }
  #client-title-banner #client-title {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 600;
  }
  #client-title-banner #client-sub-title {
    font-size: 1.25em;
  }
}
@media (max-width: 350px) {
  #client-title-banner {
    background-color: #0d1d32;
    color: #ffffff;
    text-align: center;
    padding: 2em 0.5em 2em 0.5em;
  }
  #client-title-banner #client-title {
    font-size: 2.25em;
    text-transform: uppercase;
    font-weight: 600;
  }
  #client-title-banner #client-sub-title {
    font-size: 1em;
  }
}
.slideshow-container {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}
.slideshow-container img {
  height: auto;
  width: 175px;
}

@media (max-width: 576px) {
  .slideshow-container {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .slideshow-container img {
    height: auto;
    width: 135px;
  }
}
#stats-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.stats {
  color: #ffffff;
}
.stats .card, .stats .card-body {
  border-radius: 0px;
  width: 100%;
}
.stats .card .card-title, .stats .card-body .card-title {
  text-align: center;
  font-size: 300%;
}
.stats .card .card-caption, .stats .card-body .card-caption {
  font-size: 200%;
  text-align: center;
}
.stats #green {
  background-color: #28891E;
}
.stats #blue {
  background-color: #0d1d32;
}

@media (max-width: 650px) {
  #stats-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .stats {
    color: #ffffff;
  }
  .stats .card, .stats .card-body {
    border-radius: 0px;
    width: 100%;
  }
  .stats .card .card-title, .stats .card-body .card-title {
    text-align: center;
    font-size: 250%;
  }
  .stats .card .card-caption, .stats .card-body .card-caption {
    font-size: 150%;
    text-align: center;
  }
  .stats #green {
    background-color: #28891E;
  }
  .stats #blue {
    background-color: #0d1d32;
  }
}
.accreditations {
  margin-top: 3em;
  margin-bottom: 3em;
}
.accreditations .col {
  width: fit-content;
}
.accreditations img {
  height: auto;
  width: 100px;
}

@media (max-width: 525px) {
  .accreditations {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .accreditations .col {
    width: fit-content;
  }
  .accreditations img {
    height: auto;
    width: 75px;
  }
}
@media (max-width: 340px) {
  .accreditations {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .accreditations .col {
    width: fit-content;
  }
  .accreditations img {
    height: auto;
    width: 50px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .accreditations {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .accreditations .col {
    width: fit-content;
  }
  .accreditations img {
    height: auto;
    width: 125px;
  }
}
@media (min-width: 473px) and (max-width: 525px) {
  .accreditations {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .accreditations .col {
    width: fit-content;
  }
  .accreditations img {
    height: auto;
    width: 90px;
  }
}
@media (min-width: 325px) and (max-width: 399px) {
  .accreditations {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .accreditations .col {
    width: fit-content;
  }
  .accreditations img {
    height: auto;
    width: 95px;
  }
}
#contact-title-container {
  background-color: #efefef;
  color: #000000;
  margin-top: 3em;
}

.contact-head {
  height: 35vh;
}
.contact-head #contact-title {
  position: relative;
  top: 40%;
  text-align: center;
  font-size: 200%;
  font-weight: 600;
}

.contact-details {
  border-radius: 2%;
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 0%);
  padding: 4em 2em 2em 2em;
  margin-top: 4em;
}
.contact-details .contact-detail-caption {
  margin-bottom: 2em;
}
.contact-details #contact-details-title {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 600;
  font-size: 250%;
  text-transform: uppercase;
  color: #0d1d32;
}
.contact-details #contact-details-sub-title {
  text-align: center;
  font-weight: 600;
  font-size: 150%;
  color: #0d1d32;
}
.contact-details #c-icon {
  height: 25px;
  width: 25px;
  margin-right: 1em;
}
.contact-details #e-icon {
  height: 25px;
  width: 25px;
  margin-right: 1em;
}
.contact-details #h-icon {
  height: 25px;
  width: 25px;
  margin-right: 1em;
}
.contact-details p {
  margin: 0em;
}
.contact-details .contact-detail-link {
  font-size: 120%;
  text-decoration: none;
  color: #333333;
  text-align: center;
}
.contact-details .contact-detail-link:hover {
  text-decoration: underline;
}

.contact-divider {
  border: 1px solid #28891E;
  opacity: 1;
}

@media (max-width: 500px) {
  .contact-details {
    border-radius: 2%;
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 0%);
    padding: 2em 0.25em 2em 0.25em;
  }
  .contact-details .contact-detail-caption {
    margin-bottom: 2em;
  }
  .contact-details #contact-details-title {
    margin-bottom: 1em;
    text-align: center;
    font-weight: 600;
    font-size: 250%;
    text-transform: uppercase;
    color: #0d1d32;
  }
  .contact-details #contact-details-sub-title {
    text-align: center;
    font-weight: 600;
    font-size: 125%;
    color: #0d1d32;
  }
  .contact-details #c-icon {
    height: 25px;
    width: 25px;
    margin-right: 1em;
  }
  .contact-details #e-icon {
    height: 25px;
    width: 25px;
    margin-right: 1em;
  }
  .contact-details #h-icon {
    height: 25px;
    width: 25px;
    margin-right: 1em;
  }
  .contact-details p {
    margin: 0em;
  }
  .contact-details .contact-detail-link {
    font-size: 120%;
    text-decoration: none;
    color: #333333;
    text-align: center;
  }
  .contact-details .contact-detail-link:hover {
    text-decoration: underline;
  }

  .contact-divider {
    border: 1px solid #28891E;
    opacity: 1;
  }
}
@media (max-width: 440px) {
  .contact-details {
    border-radius: 2%;
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 0%);
    padding: 2em 0.25em 2em 0.25em;
  }
  .contact-details .contact-detail-caption {
    margin-bottom: 2em;
  }
  .contact-details #contact-details-title {
    margin-bottom: 1em;
    text-align: center;
    font-weight: 600;
    font-size: 200%;
    text-transform: uppercase;
    color: #0d1d32;
  }
  .contact-details #contact-details-sub-title {
    text-align: center;
    font-weight: 600;
    font-size: 110%;
    color: #0d1d32;
  }
  .contact-details #c-icon {
    height: 20px;
    width: 20px;
    margin-right: 0.5em;
  }
  .contact-details #e-icon {
    height: 20px;
    width: 20px;
    margin-right: 0.5em;
  }
  .contact-details #h-icon {
    height: 20px;
    width: 20px;
    margin-right: 0.5em;
  }
  .contact-details p {
    margin: 0em;
  }
  .contact-details .contact-detail-link {
    font-size: 120%;
    text-decoration: none;
    color: #333333;
    text-align: center;
  }
  .contact-details .contact-detail-link:hover {
    text-decoration: underline;
  }

  .contact-divider {
    border: 1px solid #28891E;
    opacity: 1;
  }
}
@media (max-width: 390px) {
  .contact-details {
    border-radius: 2%;
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 0%);
    padding: 2em 0em 2em 0em;
  }
  .contact-details .contact-detail-caption {
    margin-bottom: 2em;
    font-size: 0.78em;
  }
  .contact-details #contact-details-title {
    margin-bottom: 1em;
    text-align: center;
    font-weight: 600;
    font-size: 175%;
    text-transform: uppercase;
    color: #0d1d32;
  }
  .contact-details #contact-details-sub-title {
    text-align: center;
    font-weight: 600;
    font-size: 100%;
    color: #0d1d32;
  }
  .contact-details #c-icon {
    height: 20px;
    width: 20px;
    margin-right: 0.5em;
  }
  .contact-details #e-icon {
    height: 20px;
    width: 20px;
    margin-right: 0.5em;
  }
  .contact-details #h-icon {
    height: 20px;
    width: 20px;
    margin-right: 0.5em;
  }
  .contact-details p {
    margin: 0em;
  }
  .contact-details .contact-detail-link {
    font-size: 120%;
    text-decoration: none;
    color: #333333;
    text-align: center;
  }
  .contact-details .contact-detail-link:hover {
    text-decoration: underline;
  }

  .contact-divider {
    border: 1px solid #28891E;
    opacity: 1;
  }
}
#form-container {
  background-color: #ffffff;
  padding: 2em;
}

.contact-form {
  padding: 3em 2em 2em 2em;
}
.contact-form #contact-form-title {
  color: #0d1d32;
  font-size: 250%;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

input, select, textarea {
  background-color: transparent;
  color: #000000;
  font-size: 125%;
  width: 100%;
  padding: 8px;
  border: 3px solid #0d1d32;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.btn-submit[type=submit] {
  background-color: transparent;
  color: #0d1d32;
  font-size: 125%;
  padding: 12px 20px;
  border: 3px solid #0d1d32;
  border-radius: 2px;
  margin-bottom: 0.5em;
  cursor: pointer;
}

textarea {
  height: 200px;
  border: 3px solid #0d1d32;
}

.btn-submit[type=submit]:hover {
  color: #ffffff;
  background-color: #0d1d32;
  border: 3px solid #0d1d32;
}

input:focus {
  border-radius: none;
  border: 3px solid #28891E;
  outline: none;
}

textarea:focus {
  border-radius: none;
  border: 3px solid #28891E;
  outline: none;
}

@media (max-width: 400px) {
  #form-container {
    background-color: #ffffff;
    padding: 1em;
  }

  .contact-form {
    padding: 3em 1em 2em 1em;
    border-radius: 6px;
  }
  .contact-form #contact-form-title {
    color: #0d1d32;
    font-size: 200%;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
  }
  .contact-form .cnt-frm-label {
    font-size: 1.15em;
    color: #000000;
  }

  input[type=text], select, textarea {
    background-color: transparent;
    color: #000000;
    font-size: 115%;
    width: 100%;
    padding: 6px;
    border: 3px solid #0d1d32;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }

  input[type=submit] {
    background-color: transparent;
    color: #0d1d32;
    font-size: 115%;
    padding: 12px 20px;
    border: 3px solid #0d1d32;
    border-radius: 2px;
    margin-bottom: 0.5em;
    cursor: pointer;
  }

  textarea {
    height: 200px;
    border: 3px solid #0d1d32;
  }

  input[type=submit]:hover {
    color: #ffffff;
    background-color: #0d1d32;
    border: 3px solid #0d1d32;
  }

  input[type=text]:focus {
    border-radius: none;
    border: 3px solid #28891E;
    outline: none;
  }

  textarea:focus {
    border-radius: none;
    border: 3px solid #28891E;
    outline: none;
  }
}
.thank-you {
  margin-top: 12em;
}
.thank-you #thank-you-title {
  font-size: 3em;
  font-weight: 600;
  text-transform: uppercase;
}
.thank-you #thank-you-caption {
  font-size: 1.25em;
}
.thank-you .btn {
  background-color: transparent;
  color: #0d1d32;
  font-size: 1.3em;
  padding: 12px 20px;
  border: 3px solid #0d1d32;
  border-radius: 2px;
  margin-bottom: 0.5em;
  cursor: pointer;
}
.thank-you .btn:hover {
  color: #ffffff;
  background-color: #0d1d32;
  border: 3px solid #0d1d32;
}

#home-contact {
  background-color: #232323;
  color: #AAAAAA;
}

.h-cnt-wrapper {
  padding: 4em 0em 4em 0em;
}
.h-cnt-wrapper #footer-contact-logo {
  height: auto;
  width: 200px;
}
.h-cnt-wrapper #h-ct-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 125%;
  text-transform: uppercase;
}
.h-cnt-wrapper p {
  margin-bottom: 0.5em;
}
.h-cnt-wrapper .footer-links {
  text-decoration: none;
  color: #AAAAAA;
}
.h-cnt-wrapper .footer-links:hover {
  color: #ffffff;
  text-decoration: underline;
}
.h-cnt-wrapper .contact-links {
  text-decoration: none;
  color: #AAAAAA;
}
.h-cnt-wrapper .contact-links:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 990px) {
  #h-cnt-col {
    margin-bottom: 2em;
  }
}
#maintenance-container {
  padding: 2em;
}

.maintenance {
  background-color: #efefef;
  text-align: center;
  padding: 4em;
}
.maintenance .maintenance-txt {
  color: #000000;
  font-size: 2em;
  text-decoration: uppercase;
}

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