[data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: ease-in;
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
.aos-animate {
  transition-duration: 1s;
  transition-delay: 50ms;
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 1.12rem;
  line-height: 1.75rem;
  overflow-x: hidden;
}
.wrapper {
  padding: 0;
}
*:focus {
  box-shadow: 0 !important;
  outline: 0 !important;
}
h1,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-wrap: balance;
}
h1 {
  color: #FFF;
  font-size: 5.35rem;
  line-height: 5.35rem;
  margin-bottom: 0;
}
h2 {
  color: #5C3D1F;
  font-family: "Damion", cursive;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.35rem;
}
h3 {
  color: #AB1A2D;
  font-size: 2.5rem;
  line-height: 3.12rem;
}
h4 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.75rem;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
h6 {
  color: #AB1A2D;
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
a {
  transition: 0.5s ease;
  text-decoration: none;
  color: #AB1A2D;
}
a:hover {
  color: #0A1C3E;
}
strong {
  font-weight: 700;
}
.small {
  font-size: 0.75rem;
}
.acf-social-icons i {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.button {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  border: 1px solid;
  padding: 0.5rem 1.88rem;
  font-size: 0.75rem;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: 0.22rem;
}
.redbtn {
  background: #AB1A2D;
  border-color: #AB1A2D;
  color: #fff;
}
.redbtn:hover {
  background: #5C3D1F;
  border-color: #5C3D1F;
  color: #fff;
}
.btn-primary {
  background: #AB1A2D;
  border-color: #AB1A2D;
  color: #fff;
}
.btn-primary:hover {
  background: #5C3D1F;
  border-color: #5C3D1F;
  color: #fff;
}
.bluebtn {
  background: #0A1C3E;
  border-color: #0A1C3E;
  color: #fff;
}
.bluebtn:hover {
  background: #5C3D1F;
  border-color: #5C3D1F;
  color: #fff;
}
.whitebtn-outline {
  border-color: #fff;
  color: #fff;
}
.whitebtn-outline:hover {
  background: #fff;
  color: #AB1A2D;
}
.redbtn-outline {
  border-color: #AB1A2D;
  color: #AB1A2D;
}
.redbtn-outline:hover {
  background: #AB1A2D;
  color: #fff;
}
.bluebtn-outline {
  border-color: #0A1C3E;
  color: #0A1C3E;
}
.bluebtn-outline:hover {
  background: #0A1C3E;
  color: #fff;
}
.text-balance {
  text-wrap: balance;
}
.pt-6 {
  padding-top: 3.5rem;
}
.beigebg {
  background: #F1EDE9;
}
.bluebg {
  background: #0A1C3E;
}
.arrow-link {
  display: flex;
  color: #000;
  text-transform: uppercase;
  transition: 0.3s ease;
  cursor: pointer;
  align-items: start;
}
.arrow-link .arrow {
  width: 14px;
  height: 14px;
  border-right: 2px solid #AB1A2D;
  border-bottom: 2px solid #AB1A2D;
  position: relative;
  transform: rotate(-45deg);
  margin-left: auto;
  transition: 0.3s ease;
  display: flex;
  margin-top: 1.5rem;
}
.arrow-link .arrow::before {
  display: block;
  background-color: #AB1A2D;
  width: 20px;
  transform-origin: bottom right;
  height: 2px;
  position: absolute;
  opacity: 1;
  bottom: calc(-2px / 2);
  transform: rotate(45deg);
  transition: 0.3s ease;
  content: '';
  right: 0;
}
.arrow-link:hover .arrow {
  transform: rotate(-45deg) translate(4px, 4px);
  border-color: #AB1A2D;
}
.arrow-link:hover .arrow::before {
  opacity: 1;
  width: 40px;
}
.arrow-link:hover {
  color: #000;
}
.acf-social-icons a {
  color: #0A1C3E;
}
.acf-social-icons a:hover {
  color: #AB1A2D;
}
.home1 {
  margin-bottom: 5.5rem;
}
.home1 p,
.industry-txt h3 {
  margin-bottom: 2rem;
}
.products {
  padding-top: 6rem;
}
.home-solutions {
  padding-top: 5.8rem;
  padding-bottom: 5.8rem;
}
.home-solutions h3 {
  margin-bottom: 1.25rem;
}
.home-connect {
  padding-bottom: 5.8rem;
}
.home-news,
.additional {
  padding-top: 7rem;
  padding-bottom: 6rem;
}
.home-news h5 {
  margin-bottom: 3rem;
}
.page-template-basic #content p {
  margin-bottom: 3rem;
}
.contact-inner {
  padding-top: 7.6rem;
  margin-bottom: 7rem;
}
.contact-inner h3 {
  margin-bottom: 1.2rem;
}
.contact-sidebar h3 {
  margin-bottom: 3.2rem;
}
.bordered .industry-contact {
  padding-top: 0;
}
.field-flour {
  padding-top: 9.5rem;
  padding-bottom: 9rem;
}
.field-flour .ratio {
  margin-bottom: 7rem;
}
.about-tabs {
  padding-top: 6.4rem;
  padding-bottom: 8.5rem;
}
.tours-ed {
  padding-top: 6.2rem;
  padding-bottom: 6.2rem;
  color: #fff;
}
.benefits {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.splide__arrow {
  background: transparent;
  opacity: 1;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s ease-in-out;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  padding-left: 1.25rem;
}
.navbar .container-fluid {
  align-items: flex-end;
}
.navbar-brand img {
  width: 9rem;
  transition: 0.75s ease-in-out;
  margin-bottom: -4rem;
}
.navbar.sticky {
  background: #AB1A2D;
}
.navbar.sticky .container-fluid {
  align-items: center;
}
.navbar.sticky .navbar-brand img {
  width: 4rem;
  margin-bottom: 0;
}
.dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
  min-width: 215px;
  padding: 0.5rem 1rem;
}
#topBar li {
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  margin-right: 3rem;
}
#topBar a {
  color: #FFF;
}
#topBar .dropdown-menu a {
  color: #000;
}
.navbar.sticky #topBar {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.search-icon {
  margin-top: 0.75rem;
}
.home-hero,
.home-hero video,
.home-hero .video-overlay {
  height: 52rem;
}
.home-hero video {
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 0 8.2rem;
}
.home-hero .video-overlay {
  top: 0;
  left: 0;
  padding-left: 5.5rem;
  padding-bottom: 8.75rem;
  border-radius: 0 0 0 8.2rem;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-hero h1 {
  max-width: 43.5rem;
}
p.subtitle {
  color: #FFF;
  font-family: "Damion", cursive;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.35rem;
}
.vertical-social {
  padding-bottom: 10%;
}
.vertical-social .acf-social-icons {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.vertical-social i {
  margin-right: 0;
}
.home1 img {
  z-index: 9;
  position: relative;
  border-radius: 0 0 0 4.37rem;
}
.product-photo img {
  border-radius: 0 0 4.37rem 0;
  margin-top: -2rem;
}
.product-box {
  margin-bottom: 2.5rem;
  color: #000;
}
.product-box img {
  width: 4.5rem;
}
.product-box:hover {
  color: #000;
}
.solution-box {
  aspect-ratio: 1 / 1;
  position: relative;
}
.solution-box img,
.home-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-overlay {
  background: rgba(30, 30, 30, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 1rem);
  height: 100%;
  padding: 2rem;
  color: #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
.solution-overlay i {
  opacity: 0;
  position: relative;
  text-align: right;
  font-size: 2rem;
  transition: 0.5s ease-in-out;
}
.solution-overlay:hover {
  color: #fff;
  background: rgba(171, 26, 45, 0.7);
}
.solution-overlay:hover i {
  opacity: 1;
}
.home-box h2,
.home-box h3 {
  color: #fff;
}
.home-box img {
  transition: 0.5s ease;
}
.home-box-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 6.7rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-box {
  overflow: hidden;
}
.home-box:hover img {
  transform: scale(1.1);
}
.secondary-hero {
  border-radius: 0 0 0 6.25rem;
  padding: 12.7rem 2.75rem 2.75rem 6.75rem;
}
.content-container {
  padding-left: 6.75rem;
  padding-right: 2.75rem;
}
.contact-inner p {
  text-wrap: balance;
  margin-bottom: 3rem;
}
.contact-sidebar {
  padding: 7.6rem 3rem 2rem 5rem;
  border-radius: 0 0 0 6.25rem;
}
.contact-sidebar i {
  font-size: 1.5rem;
  color: #AB1A2D;
}
.careers-contact,
.serve-connect {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.careers-contact h2 {
  color: #fff;
  margin-bottom: 2rem;
}
.careers-contact h3 {
  color: #fff;
  margin-bottom: 3rem;
}
.location-box {
  margin-bottom: 2.5rem;
  aspect-ratio: 3 / 2;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.75rem;
  letter-spacing: 0.18rem;
  overflow: hidden;
}
.location-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.location-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 1.2rem 1.5rem;
  top: 0;
  width: 100%;
  height: 100%;
}
.location-box:hover {
  color: rgba(255, 255, 255, 0.8);
}
.location-box:hover img {
  transform: scale(1.1);
}
.serve-connect h2,
.serve-connect h3 {
  color: #fff;
}
.bordered .col-11 {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 3.8rem 5rem 3rem;
}
ul.columns {
  column-width: 250px;
  column-gap: 1rem;
  column-count: 3;
}
.black {
  color: #000;
}
.additional img {
  width: auto;
  height: auto;
  max-width: 16rem;
  max-height: 8.75rem;
}
.overlay-box {
  padding-top: 5rem;
  padding-bottom: 3.5rem;
  color: #fff;
}
.overlay-box h3,
.overlay-box h4 {
  color: #fff;
}
.overlay-box i {
  font-size: 3.5rem;
}
.sustainability-box:nth-of-type(1n+2) .overlay-box {
  background: rgba(0, 0, 0, 0.65);
}
.sustainability-box:nth-of-type(2n+2) .overlay-box {
  background: rgba(26, 38, 59, 0.8);
}
.sustainability-box:nth-of-type(3n+2) .overlay-box {
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(rgba(92, 61, 31, 0.75) 0%, rgba(92, 61, 31, 0.75) 100%);
}
.about-top img {
  width: 100%;
  height: auto;
}
.field-flour li {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.border-start {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.nav-pills .nav-link {
  color: #0A1C3E;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.75rem;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover {
  background: transparent;
  color: #AB1A2D;
}
.tab-content {
  transition: 0.3s ease;
}
.timeline-title {
  font-size: 5.35rem;
  line-height: 5rem;
  max-width: 60rem;
}
.border-left {
  border-left: 4px solid #000;
}
.timeline-info h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 5.35rem;
  color: transparent;
  -webkit-text-stroke: 2px #AB1A2D;
  text-stroke: 2px #AB1A2D;
  margin-bottom: 1.7rem;
}
.timeline-info p {
  max-width: 15rem;
}
.timeline-row:nth-child(odd) {
  background: #F1EDE9;
}
.timeline-2025 img {
  width: 30rem;
}
.timeline-1882 img,
.timeline-1950 img {
  width: 50rem;
}
.timeline-photo {
  padding: 6rem 3rem;
}
.timeline-photo.cover-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.timeline-1882 .timeline-photo:before {
  position: absolute;
  content: '\f111';
  font-size: 1.25rem;
  color: #AB1A2D;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  top: -12px;
  left: -12px;
}
.timeline-info:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #AB1A2D;
  right: -12px;
  font-size: 1.25rem;
  z-index: 9;
}
.timeline-info:before {
  height: 3px;
  width: 6rem;
  background: #000;
  position: absolute;
  right: 0;
  content: '';
}
.tours1 img {
  margin-top: -3rem;
  border-radius: 0 0 6.25rem 0;
}
.tours1 .col-md-5 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.tour-box {
  margin-top: 6rem;
  margin-bottom: 6rem;
  background: #fff;
  border: 1px solid #000;
  padding: 3rem 5rem;
}
.tours2 {
  padding-top: 6.5rem;
}
.tours2 img {
  border-radius: 6.25rem 0 0 0;
  margin-bottom: -3rem;
}
.tours2 h3,
.tours2 p,
.tours-ed h3,
.tours-ed h2 {
  color: #fff;
}
.tours2 h3 {
  max-width: 325px;
  margin-top: 4rem;
}
.virtual-tour {
  padding-top: 9.3rem;
  padding-bottom: 7rem;
}
.questions {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}
.tours-ed h3 {
  max-width: 39rem;
  text-wrap: unset;
}
.tours-ed p,
.tours-ed ul {
  max-width: 37rem;
}
.ed-icon {
  width: 5.25rem;
}
.ed-list {
  margin-bottom: 4rem;
}
.photo-block {
  padding: 10rem 7rem;
  display: flex;
  justify-content: center;
}
.photo-block img {
  position: absolute;
  top: -7rem;
  right: -7rem;
  width: 14.37rem;
  border-radius: 0 3rem 0 0;
}
.photo-block h3,
.photo-block p {
  color: #fff;
}
.photo-text {
  max-width: 21rem;
}
.benefits i {
  font-size: 3.37rem;
  color: #AB1A2D;
}
.esop-inner {
  border-radius: 0 0 0 6.25rem;
  background: rgba(26, 38, 59, 0.9);
  padding: 5rem;
  margin-bottom: 7rem;
  margin-top: -3rem;
}
.esop h2,
.esop h3,
.esop p {
  color: #fff;
}
.testimonials img {
  border-radius: 0 0 3rem 0;
}
.splide__arrow i {
  font-size: 3rem;
}
.splide__arrow--prev {
  left: -5rem;
}
.splide__arrow--next {
  right: -5rem;
}
.splide__pagination {
  bottom: -3rem;
}
.splide__pagination__page.is-active {
  background: #0A1C3E;
  transform: scale(1);
}
.splide__pagination__page {
  background: #D9D9D9;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
img.quote {
  border-radius: 0;
  top: 0;
  left: 12px;
}
.rounded-img {
  border-radius: 0 0 0 6.25rem;
}
.locations-details i,
.receiving i {
  color: #AB1A2D;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.locations-details h4,
.receiving h4 {
  color: #AB1A2D;
}
.receiving h3 {
  margin-bottom: 3.75rem;
}
.detail-cols {
  padding-right: 6rem;
}
.receiving ol > li {
  margin-bottom: 1.5rem;
}
.product-details img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
.red {
  color: #AB1A2D;
}
.moreinfo {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.logo img {
  max-width: 19rem;
  height: auto;
  margin-bottom: 2rem;
}
.industry-txt {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.industry-contact {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
.industry1 img {
  border-radius: 0 0 6.25rem 0;
  margin-top: -3rem;
  margin-bottom: -7rem;
}
.industry3 img {
  border-radius: 0 6.25rem 0 0;
  margin-top: -5rem;
  margin-bottom: -3rem;
}
.industry3 {
  margin-bottom: 8rem;
}
.industry2 img,
.cert-rounded img {
  border-radius: 6.25rem 0 0 0;
  margin-top: 9.75rem;
  margin-bottom: -3rem;
}
.industry2 .industry-txt {
  padding-top: 15.5rem;
  padding-bottom: 7rem;
}
.industry2 li {
  color: #fff;
  margin-bottom: 1rem;
}
.safety-icon {
  width: 4rem;
  margin-right: 1.88rem;
}
.safety-icon i {
  color: #AB1A2D;
  font-size: 3.5rem;
}
.certificates .industry-txt {
  padding-top: 10rem;
  padding-bottom: 9rem;
}
.industry2 h3,
.industry2 p,
.industry2 a,
.certificates h4,
.certificates p,
.certificates a,
.certificates li {
  color: #fff;
}
.certs {
  margin-bottom: 5rem;
}
.certs img {
  max-width: 9.5rem;
}
.certs a {
  text-decoration: underline;
}
.certs a:hover {
  color: rgba(255, 255, 255, 0.8);
}
h5.backlink {
  font-size: 0.75rem;
  letter-spacing: 0.22rem;
  margin-bottom: 2.8rem;
}
.backlink a,
.date-cat a,
.blog-sidebar li > a {
  color: #000;
}
.backlink a:hover,
.date-cat a:hover,
.blog-sidebar li > a:hover {
  color: #AB1A2D;
}
.blog-content h3 {
  margin-bottom: 2.8rem;
}
.post-category {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.22rem;
}
.featured-img img {
  border-radius: 0 0 0 6.25rem;
  margin-bottom: 3.5rem;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
  object-position: top center;
}
.text-block,
.text-block p,
.text-block ul {
  margin-bottom: 1.8rem;
}
.text-block li {
  margin-bottom: 0.5rem;
}
.heading4 {
  margin-bottom: 2rem;
}
.heading4 h4 {
  margin-bottom: 0;
  font-weight: 600;
}
.full-video,
.blog-gallery {
  margin-bottom: 3.5rem;
}
.full-image {
  text-align: center;
  margin-bottom: 3.5rem;
}
.blog-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
}
.blockquote {
  margin-bottom: 3.5rem;
  padding: 3.75rem 0;
  border-radius: 0 0 0 6.25rem;
}
.blockquote h4 {
  line-height: 2.25rem;
}
.blockquote p {
  margin-bottom: 1rem;
}
.archive-box {
  aspect-ratio: 1 / 0.8;
}
.archive-overlay .arrow::before {
  background-color: #fff;
}
.archive-overlay:hover .arrow,
.archive-overlay .arrow {
  border-color: #fff;
}
.archive-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-overlay {
  position: absolute;
  top: 0;
  left: 1.25rem;
  width: calc(100% - 1rem);
  height: 100%;
  background: rgba(10, 28, 62, 0.6);
  padding: 1.87rem;
  color: #fff;
}
.archive-overlay a {
  color: #fff;
}
.archive-overlay h4 {
  color: #fff;
  text-transform: none;
}
.blog-title {
  font-size: 2.25rem;
}
.blog-sidebar {
  padding: 3.88rem 4.38rem;
  border-radius: 0 0 0 3.12rem;
}
.blog-sidebar h6 {
  margin-bottom: 1.25rem;
}
.blog-sidebar li {
  margin-bottom: 0.62rem;
}
.is-form-id-11872 .is-search-icon {
  border-left: 0 !important;
}
.is-form-id-11872 ::placeholder {
  font-family: "Lato", sans-serif !important;
  font-size: 1.1rem !important;
}
.is-form-id-11872 {
  margin-bottom: 4.12rem;
}
.archive-dropdown {
  padding: 0.5rem;
  width: 100%;
}
.pagination {
  justify-content: center;
}
.active > .page-link,
.page-link.active,
.page-link:hover {
  color: #AB1A2D;
  background-color: transparent;
}
.page-link {
  color: #000;
  background-color: transparent;
  border: 0;
  font-size: 1.12rem;
}
#wrapper-footer {
  background: rgba(10, 28, 62, 0.05);
  padding-top: 4rem;
  padding-bottom: 8rem;
}
#wrapper-footer a {
  color: #000;
}
#wrapper-footer a:hover {
  color: #AB1A2D;
}
.footer-logo img {
  width: 11rem;
}
.footer-menus ul {
  list-style-type: none;
  padding-left: 0;
}
.footer-menus li {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .mega-indicator {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .home1 img {
    margin-top: -2rem;
  }
}
@media (max-width: 1080px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 3rem 0 0;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 890px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 1rem 0 0;
  }
}
@media (max-width: 767.98px) {
  .detail-cols {
    padding-right: 2.75rem;
  }
  .content-container {
    padding-left: 2.75rem;
  }
  .secondary-hero {
    padding: 12.7rem 2.75rem 2.75rem;
  }
  .industry1 img {
    margin-bottom: 0;
  }
  .industry2 .industry-txt {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .industry2 img {
    margin-top: 3rem;
  }
  .tab-content.border-start {
    border-left: 0 !important;
    border-top: 1px solid;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
  .esop-inner {
    padding: 2rem 2rem 2rem 3rem;
  }
  .navbar {
    background: #AB1A2D;
  }
  .navbar .container-fluid {
    align-items: center;
  }
  #mega-menu-primary {
    padding: 0 2rem !important;
  }
  .mega-menu-primary::before {
    position: relative;
    content: '';
    background: url('/wp-content/uploads/2025/10/siemer-logo.png');
    width: 200px;
    height: 200px;
  }
  .mega-menu-item-11881 img {
    max-height: 100%;
  }
  .mega-menu-item-11881,
  .mega-menu-item-11881 .mega-menu-link {
    text-align: center !important;
    height: 150px !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mega-sub-menu {
    padding: 0.5rem 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  .home-news .border-end {
    border-right: 0 !important;
  }
}
@media (max-width: 575.98px) {
  #wrapper-footer .acf-social-icons {
    justify-content: center;
  }
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  p.subtitle {
    line-height: 2.25rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  .home-hero,
  .home-hero video,
  .home-hero .video-overlay {
    height: 36rem;
  }
  .home-hero .video-overlay {
    padding-left: 2.75rem;
    padding-bottom: 5rem;
  }
  .archive-overlay h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
