/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/* Half Page Carousel itself*/
.carousel {
  height: 50%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%; } }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.5); }

@media (min-width: 992px) {
  .navbar-brand {
    margin-right: 2.5rem; } }

.navbar-brand img {
  height: 50px; }
@media (min-width: 992px) {
  .navbar-brand img {
    height: 50px; } }

.top-nav-collapse {
  background-color: #3f4257; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #3f4257; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #04A823; }

.brand-text {
  color: #04A823; }

.mt-6 {
  margin-top: 3.5rem !important;
}

.page-header {
  position: relative;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-header-content {
  text-align: center;
  height: 500px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.page-header-content__title {
  color: inherit;
  margin: 0;
}

.specialized-services-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}

.specialized-services-card img {
  width: 100%;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

.specialized-services-card:hover img {
  transform: scale(1.2);
}

.specialized-services-card h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  color: white;
  padding: 1rem 1.5rem;
  text-align: center;
  margin: 0;
}

.products-listing {
  padding-left: 1.5rem;
}

.products-listing li {
  font-size: 1.25rem;
}

.map-container-section {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container-section iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.form-header {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  color: #fff;
  text-align: center;
  margin-top: -3.13rem;
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: .125rem;
}

.btn-floating {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  transition: all .2s ease-in-out;
  margin: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.btn-floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 47px;
}

.page-about {
  background-color: transparent;
}

.page-about .page-header-content {
  flex-direction: column;
}

.page-header-content-logo {
  padding-top: 6rem;
}

.page-header-content-logo img {
  max-width: 100%;
}

.page-about .page-header-content h1 {
  margin-top: 2rem;
  color: #212529;
}

.page-specialised-services {
  background: url(../img/banner/banner-specialised-services.jpg) center center;
  background-size: cover;
  position: relative;
}

.page-specialised-services:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.page-specialised-services .page-header-content {
  position: relative;
  z-index: 2;
}

.page-products {
  background: url(../img/banner/banner-products.jpg) center center;
  background-size: cover;
  position: relative;
}

.page-products:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.page-products .page-header-content {
  position: relative;
  z-index: 2;
}