html,
body {
  padding: 0;
  margin: 0;
}

body {
  background-color: #FAFAFA;
}

p,
a,
span,
button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h2 {
  display: inline-block;
  text-transform: uppercase;
  color: #333;
  font-size: 33px;
  line-height: 44px;
  font-weight: 300;
}

h3 {
  display: inline-block;
  color: #333;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}

p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  color: #777;
}

a {
  color: #138510;
  text-decoration: none;
}

a:hover {
  color: #117C13;
  text-decoration: underline;
}

a.with-icon i {
  margin-right: 0.5em;
}

h1 {
  display: none;
}

figure {
  margin: 0;
}

a.btn {
  text-decoration: none;
}

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

.btn-primary {
  background-color: #138510 !important;
  border-color: #138510 !important;
  outline: none;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #117C13 !important;
  border-color: #117C13 !important;
  outline: none;
}

.hexagon-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}

.hexagon-icon .top {
  width: 0;
  border-bottom: 30px solid #138510;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
}

.hexagon-icon .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 104px;
  height: 60px;
  background-color: #138510;
  font-size: 36px;
}

.hexagon-icon .middle i {
  z-index: 2;
}

.hexagon-icon .bottom {
  width: 0;
  border-top: 30px solid #138510;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
}

footer {
  display: block;
}

footer .footer-contact {
  color: white;
  background-color: #138510;
}

footer .footer-contact a,
footer .footer-contact p,
footer .footer-contact h2,
footer .footer-contact h3,
footer .footer-contact h4,
footer .footer-contact h5,
footer .footer-contact span {
  color: #FAFAFA;
}

footer .footer-contact h3 {
  margin-bottom: 0;
}

footer .footer-contact h4 {
  font-size: 1.15rem;
}

footer .footer-contact p {
  padding: 0;
  margin: 0.5rem 0;
  font-size: 16px;
}

footer .footer-contact p .contact-item {
  font-size: 16px;
  color: #FAFAFA;
  text-decoration: none;
  margin-bottom: 0.5rem;
  padding: 0;
}

footer .footer-contact p .contact-item:hover {
  text-decoration: underline;
}

footer .footer-contact p .contact-item i {
  padding-right: 0.5rem;
}

footer .footer-contact .social-btns-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-contact .social-btns-row .footer-social-anchor {
  height: 18px;
  width: 18px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer .footer-contact .social-btns-row .footer-social-anchor:hover {
  color: white;
  border-color: white;
}

footer .footer-contact .social-btns-row .footer-social-anchor:not(:last-of-type) {
  margin-right: 8px;
}

footer .footer-contact .social-btns-row .footer-social-anchor i {
  height: 16px;
  width: 16px;
  display: block;
}

footer .footer-contact .social-btns-row .footer-social-anchor span {
  font-size: 0;
}

footer .copyright {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
  background-color: #117C13;
}

footer .copyright p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #FAFAFA;
}

@media screen and (max-width: 992px) {
  footer .footer-contact {
    padding: 0.5em 0.5em 1em 0.5em !important;
  }
  footer .footer-contact h3 {
    padding-top: 0.5em !important;
  }
}

.header-top-bar {
  background-color: #F5F5F5;
}

.header-top-bar .top-bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top-bar .top-bar-wrapper .top-bar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.header-top-bar .top-bar-wrapper .top-bar-links .top-bar-item {
  padding: 0.75em 1.25em;
  border-left: 1px solid #E2E6E7;
}

.header-top-bar .top-bar-wrapper .top-bar-links .top-bar-item:last-of-type {
  border-right: 1px solid #E2E6E7;
}

.header-top-bar .top-bar-wrapper .top-bar-links .top-bar-item a {
  color: #AAA;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.header-top-bar .top-bar-wrapper .top-bar-links .top-bar-item a:hover {
  text-decoration: underline;
  color: #999;
}

.header-top-bar .top-bar-wrapper .top-bar-links .top-bar-item a i {
  padding-right: 0.5em;
}

.header-top-bar .top-bar-wrapper .top-bar-links .top-bar-item span {
  color: #AAA;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.header-top-bar .top-bar-wrapper .top-bar-links .top-bar-item span i {
  padding-right: 0.5em;
}

.header-top-bar .top-bar-wrapper .top-bar-social {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top-bar .top-bar-wrapper .top-bar-social a {
  width: 48px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #AAA;
  border-left: 1px solid #E2E6E7;
  border-right: 1px solid #E2E6E7;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.header-top-bar .top-bar-wrapper .top-bar-social a i {
  color: #AAA;
  text-decoration: none;
}

.header-top-bar .top-bar-wrapper .top-bar-social a span {
  font-size: 0px;
}

.header-top-bar .top-bar-wrapper .top-bar-social a:hover {
  color: #999;
  background-color: #E5E5E5;
}

.header-top-bar .top-bar-wrapper .top-bar-social a:hover i {
  color: #999;
}

.header-top-bar .top-bar-arrow {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75em 0;
  cursor: pointer;
}

@media screen and (max-width: 1260px) {
  .header-top-bar .row {
    padding: 0 !important;
  }
  .header-top-bar .row .top-bar-wrapper {
    height: 0;
    padding: 0 !important;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .header-top-bar .row .top-bar-wrapper.show {
    height: initial;
  }
  .header-top-bar .row .top-bar-wrapper .top-bar-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1em;
  }
  .header-top-bar .row .top-bar-wrapper .top-bar-links .top-bar-item {
    border: none;
  }
  .header-top-bar .row .top-bar-wrapper .top-bar-links .top-bar-item a {
    font-size: 16px;
  }
  .header-top-bar .row .top-bar-wrapper .top-bar-social {
    padding-bottom: 1em;
  }
  .header-top-bar .row .top-bar-wrapper .top-bar-social a {
    height: 48px;
    margin: 0 0.5em;
    border: none;
    font-size: 24px;
  }
  .header-top-bar .row .top-bar-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar {
  height: 102px;
  z-index: 10;
}

.navbar .container-fluid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  padding-left: 1.5em;
}

.navbar .container-fluid .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.navbar .container-fluid .navbar-brand span {
  text-transform: uppercase;
  font-size: 24px;
  color: #138510;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}

.navbar .container-fluid .navbar-brand img {
  margin-right: 0.75em;
}

.navbar .container-fluid .navbar-toggler {
  font-size: 1.75rem;
}

.navbar .container-fluid .navbar-toggler .navbar-burger-icon {
  width: 25px;
  height: 25px;
  display: block;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: black;
}

.navbar .container-fluid .navbar-toggler .navbar-burger-icon i {
  color: black;
}

.navbar .container-fluid .navbar-nav .nav-item:not(:last-of-type) {
  margin-right: 2rem;
}

.navbar .container-fluid .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #777;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.navbar .container-fluid .navbar-nav .nav-item .nav-link::after {
  content: '';
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  background-color: #138510;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.navbar .container-fluid .navbar-nav .nav-item .nav-link:hover {
  color: #138510;
}

.navbar .container-fluid .navbar-nav .nav-item .nav-link:hover::after {
  height: 2px;
}

.navbar .container-fluid .navbar-nav .nav-item .nav-link.active {
  color: #117C13;
  font-weight: 400;
}

.navbar .container-fluid .navbar-nav .nav-item .nav-link.active::after {
  height: 2px;
  background-color: #117C13;
}

@media screen and (max-width: 992px) {
  .navbar .container-fluid {
    width: 100%;
    padding: 0;
  }
  .navbar .container-fluid .navbar-brand {
    margin-left: var(--bs-gutter-x, 0.75rem);
  }
  .navbar .container-fluid .navbar-toggler {
    margin-right: var(--bs-gutter-x, 0.75rem);
  }
  .navbar .container-fluid .navbar-nav {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .navbar .container-fluid .navbar-nav .nav-item {
    padding: 8px;
  }
}

@media screen and (max-width: 360px) {
  .navbar .navbar-brand span {
    display: none;
  }
}

.carousel .carousel-inner .carousel-item {
  height: 650px;
}

.carousel .carousel-inner .carousel-item figure {
  height: 100%;
}

.carousel .carousel-inner .carousel-item figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  bottom: 0;
  right: 0;
}

.carousel .carousel-inner .carousel-item .carousel-caption h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 1rem;
  color: #FAFAFA;
}

.carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: 21px;
  font-weight: 300;
  color: #FAFAFA;
}

.carousel .carousel-inner .carousel-item .carousel-caption .scroll-downs {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 13px);
  margin: auto;
  width: 27px;
  height: 39px;
  cursor: pointer;
  opacity: 0.5;
}

.carousel .carousel-inner .carousel-item .carousel-caption .scroll-downs:hover {
  opacity: 1;
}

.carousel .carousel-inner .carousel-item .carousel-caption .scroll-downs .mousey {
  width: 3px;
  padding: 5px 10px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.carousel .carousel-inner .carousel-item .carousel-caption .scroll-downs .mousey .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .carousel .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 34px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p {
    width: 70%;
    font-size: 14px;
  }
}

.hero-uci {
  background-color: #F5F5F5;
}

.hero-uci .row .annoucement-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.hero-uci .row .annoucement-col h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #333;
}

#services .services-title-wrapper {
  margin-top: 64px;
  text-align: center;
}

#services .services-title-wrapper .services-title {
  position: relative;
}

#services .services-title-wrapper .services-title::after {
  content: '';
  width: 100px;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #138510;
}

#services .services-desc-wrapper {
  margin-top: 34px;
  text-align: center;
}

#services .services-wrapper {
  padding: 32px 0 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#services .services-wrapper .services-item {
  padding: 16px;
}

#services .services-wrapper .services-item h5 {
  font-size: 17px;
  line-height: 27px;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#services .services-wrapper .services-item .services-item-content-wrapper {
  padding: 8px 24px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
}

#services .services-wrapper .services-item .services-item-content-wrapper img {
  margin-right: 24px;
}

#services .services-wrapper .services-item .services-item-content-wrapper p {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

#fswa {
  background-image: url("../img/att-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  background-attachment: fixed;
}

#fswa .container-fluid .row .parallax-content {
  padding: 128px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#fswa .container-fluid .row .parallax-content .fswa-title-wrapper h2 {
  margin-bottom: 32px;
  text-transform: uppercase;
  color: #FAFAFA;
}

#fswa .container-fluid .row .parallax-content .fswa-text-wrapper p {
  color: #FAFAFA;
}

#about .about-title-wrapper {
  margin-top: 64px;
  text-align: center;
}

#about .about-title-wrapper .about-title::after {
  content: '';
  width: 100px;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #138510;
}

#about .about-desc-wrapper {
  margin-top: 16px;
  text-align: center;
}

#about .about-item h3 {
  margin: 8px 0 32px 0;
}

#about .about-item h3::after {
  content: '';
  width: 50px;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #138510;
}

#about .about-item .about-item-text-wrapper {
  display: block;
}

#about .about-item .about-item-text-wrapper p {
  font-size: 16px;
}

#visit {
  background-color: #F5F5F5;
}

#visit figure {
  height: 100%;
}

#visit figure .visit-img-wrapper {
  height: 100%;
}

#visit figure .visit-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#visit .visit-text-wrapper {
  text-align: center;
}

#visit .visit-text-wrapper h2::after {
  content: '';
  width: 100px;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #138510;
}

#visit i {
  margin: 0.5em 0;
  font-size: 32px;
  color: #777;
}

#visit .opening-hours-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#visit .visit-map-wrapper iframe {
  width: 100%;
  height: 300px;
}

#contact .contact-title-wrapper {
  margin-top: 64px;
  text-align: center;
}

#contact .contact-title-wrapper .contact-title::after {
  content: '';
  width: 100px;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #138510;
}

#contact .team-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact .team-person-card img {
  margin-bottom: 1em;
}

#gallery {
  background-color: #F5F5F5;
}

#gallery .gallery-title-wrapper {
  margin-top: 64px;
  text-align: center;
}

#gallery .gallery-title-wrapper .gallery-title::after {
  content: '';
  width: 100px;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #138510;
}

#gallery .gallery-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20vw 20vw 20vw;
      grid-template-columns: 20vw 20vw 20vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0.5rem;
}

#gallery .gallery-wrapper .gallery-item {
  margin: 0;
}

#gallery .gallery-wrapper .gallery-item .gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1600px) {
  #gallery .gallery-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1280px) {
  #fswa {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 786px) {
  #contact .team-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 465px) {
  #services .services-wrapper .services-item {
    text-align: center;
  }
  #services .services-wrapper .services-item .services-item-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0;
  }
  #services .services-wrapper .services-item .services-item-content-wrapper img {
    padding: 0 0 16px 0;
    margin: 0;
  }
  #fswa {
    background-size: auto 400px;
    background-position: center center;
    background-attachment: initial;
  }
  #gallery .gallery-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #gallery .gallery-btns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gallery .gallery-btns-wrapper a {
    width: 100%;
    margin: 1rem 0;
  }
}

.info {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #111;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 999;
}

.info p {
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.info.info-alert {
  background-color: #F6C800;
}

.signpost-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(25%, rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.74) 25%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
}

.signpost-header img {
  height: 7.5vh;
}

.main-page-signpost .container-fluid .row .main-page-pane {
  height: 100%;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.main-page-signpost .container-fluid .row .main-page-pane .img-bcg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  z-index: 2;
}

.main-page-signpost .container-fluid .row .main-page-pane .img-bcg::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 3;
}

.main-page-signpost .container-fluid .row .main-page-pane:hover .img-bcg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.main-page-signpost .container-fluid .row .main-page-pane.cogeneration-units .img-bcg {
  background-image: url("../img/cogeneration-unit.jpg");
}

.main-page-signpost .container-fluid .row .main-page-pane.car-service .img-bcg {
  background-image: url("../img/car-service.JPG");
}

.main-page-signpost .container-fluid .row .main-page-pane .content {
  height: 100vh;
  width: 100%;
  padding: 0 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: white;
  z-index: 4;
}

.main-page-signpost .container-fluid .row .main-page-pane .content h2 {
  font-weight: 700;
  font-size: 5vh;
  line-height: 5.5vh;
  margin-bottom: 30px;
  color: white;
}

.main-page-signpost .container-fluid .row .main-page-pane .content hr {
  width: 100px;
  height: 10px;
  border: none;
  margin: 0 auto 50px;
  background: #138510;
  opacity: 1;
}

.main-page-signpost .container-fluid .row .main-page-pane .content p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: white;
}

.main-page-signpost .container-fluid .row .main-page-pane .content span.btn {
  margin-top: 40px;
  padding: 0.375em 1em;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .info {
    padding: 16px 8px;
    height: auto;
    position: relative;
  }
  .signpost-header {
    position: relative;
    background: #111;
    padding: 30px 0 30px 0;
  }
  .signpost-header img {
    height: 64px;
  }
  .main-page-signpost .container-fluid .row .main-page-pane .img-bcg {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

@media screen and (max-height: 800px) {
  .info {
    padding: 16px 8px;
    height: auto;
    position: relative;
  }
  .signpost-header {
    position: relative;
    background: #111;
    padding: 30px 0 30px 0;
  }
  .signpost-header img {
    height: 64px;
  }
  .main-page-signpost .container-fluid .row .main-page-pane {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 60px 0 !important;
  }
  .main-page-signpost .container-fluid .row .main-page-pane .img-bcg {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
/*# sourceMappingURL=main.css.map */