@charset "UTF-8";
/**
*  Custom colour variables...
*/
/* - */
@import url("https://fonts.googleapis.com/css?family=Adamina&display=swap");
.article-clean {
  color: #56585b;
  background-color: #fff;
  font-family: "Lora", serif;
  font-size: 14px;
}

.article-clean .intro {
  font-size: 16px;
  margin: 0 auto 30px;
}

.article-clean .intro h1 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 1.5;
  color: inherit;
  margin-top: 20px;
}

.article-clean .intro p {
  color: #929292;
  font-size: 12px;
}

.article-clean .intro p .by {
  font-style: italic;
}

.article-clean .intro p .date {
  text-transform: uppercase;
  padding: 4px 0 4px 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

.article-clean .intro p a {
  color: #333;
  text-transform: uppercase;
  padding-left: 3px;
}

.article-clean .intro img {
  margin-top: 20px;
}

.article-clean .text p {
  margin-bottom: 20px;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .article-clean .text p {
    font-size: 16px;
  }
}
.article-clean .text h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

@media (min-width: 768px) {
  .article-clean .text h2 {
    font-size: 20px;
  }
}
.article-clean .text figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.article-clean .text figure img {
  margin-bottom: 12px;
  max-width: 100%;
}

.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width: 767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.article-list .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.article-list .intro p {
  margin-bottom: 0;
}

.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 50px;
  min-height: 425px;
  text-align: center;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}

.features-clean {
  color: #313437;
  background-color: #fff;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .features-clean {
    padding-bottom: 10px;
  }
}
.features-clean p {
  color: #7d8285;
}

.features-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width: 767px) {
  .features-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.features-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  .features-clean .intro {
    margin-bottom: 40px;
  }
}
.features-clean .item {
  min-height: 100px;
  padding-left: 80px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .features-clean .item {
    min-height: 0;
  }
}
.features-clean .item .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}

.features-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.features-clean .item .icon {
  font-size: 40px;
  color: #1485ee;
  float: left;
  margin-left: -65px;
}

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}
.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}
.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper, .lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lightSlider:after, .lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@-webkit-keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@-webkit-keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@-webkit-keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
@keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

#lightSlider {
  text-align: center;
  padding: 5px 0 10px 0;
}

#lightSlider li {
  width: 270px !important;
  height: 115px;
  padding: 10px 0;
}

#lightSlider img {
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
  border-left: 15px solid white;
  border-right: 15px solid white;
}

.lSSlideOuter {
  position: relative;
}

.lSSlideOuter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0))) no-repeat 50% 50%/100% 100%;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) no-repeat 50% 50%/100% 100%;
  z-index: 1;
}

.lSSlideOuter:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0))) no-repeat 50% 50%/100% 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) no-repeat 50% 50%/100% 100%;
  z-index: 1;
}

.navigation-clean {
  background: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #333;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.news .list-blog-padding p > img {
  margin-bottom: 15px;
}

.home #fader {
  pointer-events: none;
  border: 3px solid white;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}
.home #fader .carousel-item img {
  border-radius: 5px;
}

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

.h4,
h4 {
  line-height: 1.5em;
}

.sustainability .sidebar-content,
.sustainability h1,
.sustainable-item .sidebar-content,
.sustainable-item h1,
.news .sidebar-content,
.news h1,
.news-item .sidebar-content,
.news-item h1,
.careers .sidebar-content,
.careers h1,
.careers-item .sidebar-content,
.careers-item h1,
.case-studies .sidebar-content,
.case-studies h1,
.default .sidebar-content,
.default h1 {
  margin-top: 30px;
}

.blog-main a:not(.btn),
.default a {
  color: #9c1f2e;
}
.blog-main a:not(.btn):hover,
.default a:hover {
  color: #711721;
}

.main-content img[style="float: left;"] {
  margin: 5px 30px 30px 0;
}
.main-content img[style="float: right;"] {
  margin: 5px 0 30px 30px;
}

.navigation-clean {
  padding: 0 !important;
}

.dropdown-item.active {
  color: white !important;
  background: #9c1f2e;
}
.dropdown-item.active:hover {
  background: #c7273b !important;
}

.nav-link:first-child:hover i {
  border-bottom: 1px solid #465765;
}

.article-list .item .name {
  font-size: 20px;
  margin-bottom: 20px;
  color: #9c1f2e;
}
.article-list h2 {
  font-weight: normal;
}
.article-list .name a {
  color: #9c1f2e;
}
.article-list .name a:hover {
  color: #c7273b;
}

.nav-link:hover {
  text-decoration: underline;
  color: #9c1f2e !important;
}

.homepage.home .articles a.readmore {
  background: #9c1f2e !important;
  padding: 30px;
  margin-top: 50px;
  display: block;
  text-align: center;
  color: white;
  border-radius: 8px;
}
.homepage.home .articles a.readmore:hover {
  background: #c7273b !important;
}

.case-study .shade {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0))) no-repeat 50% 50%/100% 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%) no-repeat 50% 50%/100% 100%;
  position: absolute;
  width: 100%;
  padding: 15px 0 30px 0;
  bottom: 0;
  color: white;
  text-shadow: 0 3px black;
  height: 200px;
}
.case-study .shade .container {
  -webkit-transform: translate(0, 90px);
          transform: translate(0, 90px);
}
.case-study .sidebar-content h2 {
  font-size: 20px;
}
.case-study .sidebar-content .pdf span {
  clear: left;
  font-size: 13px;
  color: black;
}
.case-study .sidebar-content .pdf {
  margin-top: 50px;
}
.case-study .nextbutton {
  float: right;
  border-radius: 0 7px 7px 0;
}
.case-study .prevbutton {
  float: left;
  border-radius: 7px 0 0 7px;
}
.case-study .prevbutton,
.case-study .nextbutton {
  padding: 10px;
  display: block;
  width: calc(50% - 1px);
  text-align: center;
  color: white;
  background: #9c1f2e;
  position: relative;
}
.case-study .prevbutton:hover,
.case-study .nextbutton:hover {
  background: #c7273b;
}
.case-study .ug-thumb-wrapper {
  border: 3px solid white;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.case-study .main-content > .container {
  padding-top: 50px;
}

.sidebar-content .search-input {
  padding-left: 8px;
  width: calc(100% - 45px) !important;
}

body.case-studies .description {
  padding: 0 15px;
}
body.case-studies h3.name {
  font-size: 22px;
  margin: 20px 0;
  text-align: center;
}
body.case-studies h3.name a {
  color: #9c1f2e;
}
body.case-studies .item {
  margin-bottom: 40px;
}
body.case-studies .articles {
  margin-top: 20px;
}
body.case-studies a.action {
  display: inline-block;
  background: #9c1f2e;
  padding: 3px 8px;
  color: white;
  border-radius: 4px;
  border: 1px solid white;
}
body.case-studies a.action:hover {
  background: #c7273b;
}
body.case-studies .articles .item {
  text-align: center;
}

#rwarr {
  margin-left: 10px;
}

.navbar-brand img {
  width: 230px;
}

.intro h2 {
  font-size: 40px;
}

#service-block button {
  background: #9c1f2e;
  border-width: 2px;
  border-color: white;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
#service-block button:hover {
  background: #c7273b;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#service-block:before {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))) no-repeat 50% 50%/100% 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) no-repeat 50% 50%/100% 100%;
}

.clients {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.clients h2 {
  margin-bottom: 30px;
}

.social a:hover {
  background: #9c1f2e;
}

.footer-dark {
  background: #000;
  margin-top: 50px;
  padding: 25px 0;
  color: #ccc;
}
.footer-dark footer li {
  color: #aaa;
}
.footer-dark .item.text p {
  opacity: 1;
  font-size: 14px;
}
.footer-dark a,
.footer-dark .address-block a {
  opacity: 1 !important;
  color: #aaa !important;
}
.footer-dark a:hover,
.footer-dark .address-block a:hover {
  color: white !important;
  border-bottom: 2px solid #9c1f2e !important;
}
.footer-dark .copyright {
  opacity: 1;
  color: #aaa;
}
.footer-dark footer a {
  opacity: 1;
  color: #aaa;
}

.address-block .icon-holder {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  text-align: center;
}

#hero-carousel .carousel-indicators {
  -webkit-transform: translate(0, 12px);
          transform: translate(0, 12px);
}
#hero-carousel .carousel-indicators li {
  opacity: 0.5;
}
#hero-carousel .carousel-indicators .active {
  opacity: 1;
}
#hero-carousel .carousel-indicators li {
  height: 10px;
  border: 1px solid white;
  background: #9c1f2e;
}
#hero-carousel .carousel-caption {
  background: rgba(0, 0, 0, 0.6);
  width: calc(100% - 40px);
  left: 20px;
  padding: 15px;
  border-radius: 8px;
  text-align: left;
}
#hero-carousel .carousel-caption a {
  color: white;
}
#hero-carousel .carousel-caption .readmore {
  display: inline-block;
  margin-top: 5px;
  background: #9c1f2e;
  padding: 3px 8px;
  border-radius: 4px;
  color: white !important;
  border: 1px solid white;
}
#hero-carousel .carousel-caption .readmore:hover {
  background: #c7273b;
}
#hero-carousel .carousel-caption h5 {
  font-size: 22px;
  margin-bottom: 20px;
}

.fixed-top {
  top: 35px;
}

.search-submit {
  background: #9c1f2e !important;
  color: white;
  display: inline-block;
  height: 31px;
  width: 40px;
  -webkit-transform: translate(0, -1px);
          transform: translate(0, -1px);
}
.search-submit:hover {
  background: #c7273b !important;
  cursor: pointer;
}

.simplesearch_results h1 {
  padding-top: 30px;
}
.simplesearch_results .search-input {
  padding-left: 8px;
}
.simplesearch_results section.search-row {
  display: block !important;
  clear: left;
  padding-bottom: 20px;
}
.simplesearch_results .search-item img,
.simplesearch_results .search-item h1,
.simplesearch_results .search-item h2,
.simplesearch_results .search-item h3,
.simplesearch_results .search-item h4,
.simplesearch_results .search-item h5,
.simplesearch_results .search-item h6 {
  display: none;
}
.simplesearch_results .search-item .search-title h3 {
  display: block;
}
.simplesearch_results .search-title h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.simplesearch_results .search-title h3 a {
  color: #9c1f2e;
}
.simplesearch_results .search-title h3 a:hover {
  color: #711721;
}
.simplesearch_results a.continue {
  display: inline-block;
  margin-top: 10px;
  background: #9c1f2e !important;
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
}
.simplesearch_results a.continue:hover {
  background: #c7273b !important;
}
.simplesearch_results .search-image {
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.simplesearch_results .search-image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pre-head {
  height: 35px;
  background: #fafafa;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  font-size: 12px;
  padding-top: 5px;
}
.pre-head:after {
  content: "";
  width: 100%;
  height: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0))) no-repeat 50% 50%/100% 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%) no-repeat 50% 50%/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pre-head i {
  margin-right: 10px;
  font-size: 18px;
}
.pre-head .icons-left {
  float: left;
}
.pre-head .icons-left a {
  margin-right: 15px;
}
.pre-head .icons-right {
  float: right;
}
.pre-head a {
  color: #333;
}
.pre-head a:hover {
  color: #9c1f2e;
}
.pre-head i {
  -webkit-transform: translate(0, 3px);
          transform: translate(0, 3px);
}

.features-clean .panel a,
.article-list .articles a.action {
  display: inline-block;
  background: #9c1f2e;
  padding: 3px 8px;
  color: white;
  border-radius: 4px;
  border: 1px solid white;
}
.features-clean .panel a:hover,
.article-list .articles a.action:hover {
  background: #c7273b;
}

.articles img,
.caro-shadow {
  border: 3px solid white;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

.caro .text-center {
  padding-bottom: 35px;
  margin-top: 50px;
}
.caro .caro-shadow {
  border-bottom-width: 5px;
}
.caro .carousel-indicators {
  position: absolute;
  bottom: -8px;
}
.caro .carousel-indicators li {
  height: 3px !important;
  border: none !important;
}

.article-list .item .action {
  width: auto;
  font-size: 16px;
}

.service .shade {
  width: 100%;
  height: 100%;
  border-radius: 9px 9px 0 0;
}
.service .shade a {
  background: rgba(0, 0, 0, 0.5);
}
.service .shade:hover {
  text-decoration: none;
}
.service .shade:hover h3.name,
.service .shade:hover .readmore {
  background: #c7273b;
}
.service .shade h3.name {
  color: white !important;
  text-shadow: 0 2px 0 black;
  background: #9c1f2e;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
  position: relative;
}
.service .shade p {
  color: white;
  text-shadow: 0 1px 2px black, 0 1px 2px black;
  margin: 10px 0 10px 0;
}
.service .shade .readmore {
  position: relative;
  width: calc(100% - 30px);
  text-align: center;
  margin-left: 15px;
  background: #9c1f2e;
  padding: 5px 10px;
  color: white;
  border: 1px solid white;
  border-radius: 7px;
  display: inline-block;
}
.service .shade .panel {
  padding: 0 !important;
  border: 3px solid white !important;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  position: relative;
  padding-bottom: 30px;
  text-rendering: optimizeLegibility;
}
.service .shade .panel h3 {
  padding: 15px;
  margin-bottom: 10px !important;
}
.service .shade .panel p {
  padding: 5px 15px 30px 15px;
  margin-top: 0 !important;
}
.service .shade .panel:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service .shade .panel:after {
  content: "Find out more...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px 2px 10px;
  border-radius: 8px 0 0 0;
  background: white;
  color: #9c1f2e;
  font-weight: bold;
}
.service .shade .panel.deactivated:hover {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.service .shade .panel.deactivated:hover h3.name {
  background: #9c1f2e !important;
}
.service .shade .panel.deactivated:after {
  content: "" !important;
  background: transparent !important;
}

.covid {
  margin-top: 30px;
}
.covid .notice {
  background: #9c1f2e;
  color: white;
  padding: 15px;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  border: 3px solid white;
  text-align: center;
}
.covid .afternotice {
  margin-top: 10px !important;
}

.features-clean .features .panel {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0.75)), to(rgba(238, 238, 238, 0.25))) no-repeat 50% 50%/100% 100%;
  background: linear-gradient(rgba(238, 238, 238, 0.75) 0%, rgba(238, 238, 238, 0.25) 100%) no-repeat 50% 50%/100% 100%;
  border: 1px solid #9c1f2e;
  border-radius: 8px;
  padding: 20px;
}
.features-clean .features .panel .name {
  font-size: 20px;
  margin-bottom: 20px;
  color: #9c1f2e;
}
.features-clean .features .panel ul {
  padding: 0 0 0 20px;
}
.features-clean .features .panel ul li {
  margin-bottom: 20px;
}

ul.evb,
.sidebar-content ul,
.default .main-content ul {
  padding-left: 22px;
}
ul.evb li,
.sidebar-content ul li,
.default .main-content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
}
ul.evb li:before,
.sidebar-content ul li:before,
.default .main-content ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  border-radius: 10px 10px 0 0;
  background: #9c1f2e;
  left: -20px;
  top: 6px;
}
ul.evb li:after,
.sidebar-content ul li:after,
.default .main-content ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  border-radius: 0 0 10px 10px;
  background: #333;
  left: -20px;
  top: 11px;
  border-top: 1px solid white;
}
ul.evb li a,
.sidebar-content ul li a,
.default .main-content ul li a {
  color: #9c1f2e;
}
ul.evb li a:hover,
.sidebar-content ul li a:hover,
.default .main-content ul li a:hover {
  color: #711721;
}

.sustainable-item .list-blog-header,
.news-item .list-blog-header,
.careers-item .list-blog-header {
  pointer-events: none !important;
}
.sustainable-item a h3,
.news-item a h3,
.careers-item a h3 {
  color: #9c1f2e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  text-decoration: none;
}

.sustainability .blog-main a,
.news .blog-main a,
.careers .blog-main a {
  color: #9c1f2e;
}
.sustainability .blog-main a h3,
.news .blog-main a h3,
.careers .blog-main a h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  text-decoration: none;
}

.sustainable-item .list-blog-date,
.news-item .list-blog-date,
.careers-item .list-blog-date,
.sustainability .list-blog-date,
.news .list-blog-date,
.careers .list-blog-date {
  display: none;
}

.news.news .blog-main img:first-child,
.career.career .blog-main img:first-child,
.sustainability.sustainability .blog-main img:first-child {
  display: block;
  max-width: 120px;
  height: auto;
}

.news .main-content .blog-main img,
.sustainability .main-content .blog-main img,
.careers .main-content .blog-main img {
  border: 3px solid white;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

.news.news .blog-main .list-blog-padding p:last-of-type a,
.career.career .blog-main .list-blog-padding p:last-of-type a,
.sustainability.sustainability .blog-main .list-blog-padding p:last-of-type a {
  background: #9c1f2e;
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
}
.news.news .blog-main .list-blog-padding p:last-of-type a:hover,
.career.career .blog-main .list-blog-padding p:last-of-type a:hover,
.sustainability.sustainability .blog-main .list-blog-padding p:last-of-type a:hover {
  background: #c7273b;
}

.news.news .blog-main img,
.news.news .blog-main table,
.career.career .blog-main img,
.career.career .blog-main table,
.sustainability.sustainability .blog-main img,
.sustainability.sustainability .blog-main table {
  display: none;
}

.sustainable-item .btn-primary,
.news-item .btn-primary,
.careers-item .btn-primary {
  background: #9c1f2e;
  border: none;
}
.sustainable-item .btn-primary:hover,
.news-item .btn-primary:hover,
.careers-item .btn-primary:hover {
  background: #c7273b;
}

.blog-main img {
  border: 3px solid white;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

blockquote {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(rgba(238, 238, 238, 0))) no-repeat 50% 50%/100% 100% !important;
  background: linear-gradient(#eeeeee 0%, rgba(238, 238, 238, 0) 100%) no-repeat 50% 50%/100% 100% !important;
  padding: 20px 25px !important;
  border-left: 7px solid #ccc !important;
  font-style: italic !important;
}

.error h1 {
  padding: 150px 0 !important;
  display: block;
  font-size: 50px;
  color: #9c1f2e;
  position: relative;
}
.error h1:before, .error h1:after {
  content: "🔥 ";
}
.error p {
  display: none;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: rgba(156, 31, 46, 0.8);
  border-width: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(156, 31, 46, 0);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(156, 31, 46, 0);
  outline: 0 none;
}

input[type=text]:focus {
  padding: 2px 0 2px 9px;
}

.mouse {
  width: 20px;
  height: 35px;
  border: 2px solid white;
  background: #9c1f2e;
  border-radius: 30px;
  position: relative;
  -webkit-box-shadow: inset 0 5px rgba(0, 0, 0, 0.5), 0 5px 5px black;
          box-shadow: inset 0 5px rgba(0, 0, 0, 0.5), 0 5px 5px black;
  display: inline-block;
  margin-left: 10px;
}

.scroll {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  background: white;
  left: calc(50% - 3px);
  top: 6px;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#hero .caption {
  display: block;
  font-size: 16px !important;
  position: absolute;
  right: 50px;
  bottom: 50px;
  padding: 15px;
  background: #9c1f2e;
  color: white;
  max-width: 25%;
  border-radius: 10px;
  font-family: "Adamina", serif;
  text-align: center;
}
#hero .caption .headlike {
  font-family: "Adamina", serif;
  font-size: 18px;
}

#hero #text strong {
  font-weight: normal !important;
  font-family: "Adamina", serif !important;
  font-size: 18px !important;
}

.caro {
  margin-bottom: 90px !important;
}
.caro h2 {
  margin-bottom: 20px !important;
}

.clients h2 {
  font-size: 40px;
}

/* ==========================================================================
   V5 UNIVERSAL CLEAN SWEEP: HEADER, HERO & SERVICES
   ========================================================================== */

/* 1. HEADER & NAVIGATION - PERFECT ALIGNMENT */
body {
    padding-top: 110px !important; 
}

.navbar, header nav {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 80px; 
    display: flex;
    align-items: center;
    background: #fff !important;
    top: 32px !important; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Base Bar Setup */
#top-contact-bar, .contact-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 32px !important; 
    z-index: 1050;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

/* DESKTOP SPECIFIC: Grouped on Left + Vertically Centered */
@media (min-width: 768px) {
    .contact-bar .icons-left {
        height: 100%;
        display: flex !important; /* This creates the vertical centering context */
        align-items: center !important; /* Snaps them to the exact vertical middle */
        justify-content: flex-start !important; /* Forces them to stay on the left */
        padding-left: 15px;
    }

    .contact-bar a {
        margin-right: 25px !important; /* Controlled spacing between elements */
        display: flex;
        align-items: center;
        color: #333 !important;
        text-decoration: none;
        font-size: 13px;
        white-space: nowrap;
    }

    /* Keeps icons perfectly aligned with text */
    .contact-bar i.fa {
        margin-right: 8px;
        line-height: 1;
    }

    .mobile-hide-text {
        display: inline !important;
    }
}

/* MOBILE FIX: Stays exactly as it was since it worked */
@media (max-width: 767px) {
    body { padding-top: 130px !important; }

    .pre-head.contact-bar {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 35px !important;
        background: #fff !important;
        z-index: 1060 !important;
        padding: 5px 0 !important;
        display: flex !important;
    }

    .mobile-hide-text {
        display: none !important;
    }

    .contact-text {
        font-size: 10px !important;
        margin-left: 2px;
    }

    .contact-bar i.fa {
        font-size: 14px !important;
    }

    .navbar.fixed-top { 
        top: 35px !important;
    }
}
/* 2. HERO CAROUSEL */
#hero-shade, 
.carousel-item.active,
.carousel-inner {
    min-height: 550px !important; 
    background-position: center top !important; 
    display: flex !important;
    align-items: stretch !important;
}

#hero-shade .container,
#hero-shade .row {
    min-height: 550px !important;
}

/* Red Welcome Box */
#hero-shade .row > div:first-child {
    background-color: #9c1f2e !important;
    padding: 60px 50px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    z-index: 10;
}

/* MOBILE FIX: Remove forced height to close the black gap */
@media (max-width: 991px) {
    #hero-shade, 
    .carousel-item.active,
    .carousel-inner,
    #hero-shade .container,
    #hero-shade .row {
        min-height: auto !important; 
        height: auto !important;
    }

    #hero-shade .row > div:first-child {
        padding: 40px 30px !important; /* Tightens the box on phones */
    }
}

/* 3. NEW OUR SERVICES SECTION - Full-Width Triple Panel */
.services-v4-bar {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    background-color: #000;
    display: block !important; /* Ensures it's not hidden */
}

.services-flex-container {
    display: flex;
    height: 450px; 
    width: 100%;
}

.service-panel {
    flex: 1;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,0.1);
    display: block; /* Important for mobile rendering */
}

.service-panel:last-child { border-right: none; }

/* Media Handling (Images & Video) */
.panel-media, .panel-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
    opacity: 0.5; 
}

.panel-video {
    opacity: 0; 
    z-index: 1;
}

.panel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); 
    z-index: 2;
    transition: background 0.5s ease;
}

.panel-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
    width: 80%;
    letter-spacing: 1px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
    transition: all 0.4s ease;
}

/* Hover States (Desktop) */
@media (min-width: 992px) {
    .service-panel:hover .panel-media {
        opacity: 1;
        transform: scale(1.08);
    }
    .service-panel:hover .panel-video {
        opacity: 1;
        z-index: 2;
    }
    .service-panel:hover .panel-overlay {
        background: rgba(156, 31, 46, 0.4);
    }
    .service-panel:hover .panel-title {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* ==========================================================================
   MOBILE & TABLET OPTIMIZATION (Consolidated)
   ========================================================================== */
@media (max-width: 991px) {
    .services-v4-bar {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        position: relative !important;
    }

    .services-flex-container {
        flex-direction: column !important;
        height: auto !important;
        display: flex !important;
    }

    .service-panel {
        flex: none !important;
        width: 100% !important;
        height: 250px !important; /* This forces the black to disappear */
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
        display: block !important;
    }
    
    .panel-media {
        opacity: 0.7 !important; /* Slightly brighter on mobile since there is no hover */
    }

    .panel-title {
        font-size: 20px !important;
        width: 90% !important;
    }
}