/*
  Theme Name: Roto Bronze Inc
  Author: Whetham Solutions
  Author URI: https://whethamsolutions.com
  Description: Wordpress theme for Events by Roto Bronze Inc. Use of this theme outside of this company's website (https://rotobronze.com) is strictly prohibited
  Template: ion
  Text Domain: rotobronze
*/

:root {
  --font: 'Roboto', sans-serif;
  --heading: 'Industry', sans-serif;
  --font-clr: #505050;
  --dark: #14171D;
  --light-orange: #D88753;
  --orange: #D85400;
  --light-grey: #E6E6E6;
}

/* TEMPORARY STYLES */
.section-testimonials {
  display: none !important;
}
.section-values:after {
  content: none !important;
}
.section-raq:not(.home .section-raq) {
  padding: 115px 0 44px !important;
}
.ov-card p:not(.home .ov-card p) {
  margin: 0 !important;
}
.ov-card p:last-of-type:not(.home .ov-card p:last-of-type) {
  display: none !important;
}

@media (max-width: 1367px) {
  .section-raq:not(.home .section-raq) {
    padding: 80px 0 44px !important;
  }

  .ov-card p {
    font-size: 2.1rem !important;
  }
}

@media (max-width: 1199px) {
  .section-raq:not(.home .section-raq) {
    padding: 30px 30px 40px !important;
  }
}

@media (max-width: 991px) {
  .section-raq:not(.home .section-raq) {
    padding: 30px !important;
  }
  .ov-card p {
    font-size: 16px !important;
  }
}
/* /TEMPORARY STYLES */

body {
  font-family: var(--font);
  color: var(--font-clr);
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
}

.section-wcu,
.section-values {
  overflow-x: clip;
}

h1, h2, h3 {
  font-family: var(--heading);
  color: #1F2124;
  text-transform: uppercase;
  font-weight: 900;
}

h1 em, h2 em, h3 em {
  font-style: normal;
  color: var(--orange);
}

.section-raq h1 em,
.section-raq h2 em,
.section-raq h3 em,
.section-values h1 em,
.section-values h2 em,
.section-values h3 em {
  color: #FF8B42;
}

h2, h3 {
  line-height: 1;
}

h1 {
  font-size: 6.6rem;
  line-height: 0.9;
}

h2 {
  font-size: 5.4rem;
}

h3 {
  font-size: 2.9rem;
}

ul {
  list-style: none;
}

ul, li {
  margin: 0;
}

.elementor-widget-image a img[src$=".svg"] {
  width: 100% !important;
}

.full-height .elementor-container,
.full-height .elementor-element,
.full-height .elementor-widget-container {
  height: 100% !important;
}

.center-content .elementor-widget-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.home-hero {
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #F8F8F8 !important;
  overflow: hidden;
}

.home-hero {
  background-image: url(i/heroes/HOME-HERO.webp?v=1);
}

.webp-fallback .home-hero {
  background-image: url(i/heroes/HOME-HERO.jpg?v=1);
}

.section-wcu {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 110% bottom;
  background-image: url(i/heroes/wcb-banner.webp);
}

.webp-fallback .section-wcu {
  background-image: url(i/heroes/wcb-banner.jpg);
}

.icon-nav-menu {
  background-image: url(i/icons/icon-nav-menu.svg);
  width: 32px;
  height: 23px;
}

.pg-padding {
  padding: 100px 0;
}

.no-top {
  padding-top: 0 !important;
}

.no-bottom {
  padding-bottom: 0 !important;
}

.preheader, .header {
  background-color: var(--dark);
}

.preheader {
  padding: 8px 0;
  border-bottom: 1px solid #363D48;
}

.preheader ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.preheader ul li {
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
}

.preheader ul li span {
  color: #fff;
  margin: 0 5px;
}

.preheader ul li:last-of-type {
  margin: 0;
}

.preheader ul li a {
  color: #FFF;
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  line-height: 1;
}

.preheader ul li a i {
  width: 35px;
  height: 35px;
  background-color: var(--orange);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}

.preheader ul li a i.icon-call {
  background-image: url(i/icons/icon-call.svg);
  background-size: 20px;
}

.preheader ul li a i.icon-email {
  background-image: url(i/icons/icon-email.svg);
  background-size: 22px;
}

.header {
  padding: 7px 0;
}

.header .navigation,
.header #menu-main-menu {
  height: 100%;
}

.header .navigation ul li a {
  font-size: 2.4rem;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 43px 0 0;
  padding: 23px 0;
}

.header .navigation ul li:last-of-type a {
  padding: 0;
  display: flex;
  width: 59px;
  height: 59px;
  background-color: var(--orange);
  align-items: center;
  justify-content: center;
  margin: 0;
}

.preheader ul li a:hover,
.preheader ul li a:focus,
.header .navigation ul li a:hover,
.header .navigation ul li a:focus,
.header .navigation ul li.current-menu-item a {
  color: var(--orange);
}

.header-logo a {
  display: flex !important;
  height: 73px !important;
  align-items: center;
}

.hero {
  height: 850px;
  height: calc(100vh - 41px);
  padding: 85px 0 0;
}

.admin-bar .hero {
  height: calc(100vh - 73px);
}

.home-hero h1 {
  max-width: 1000px;
  position: relative;
  z-index: 10;
}

.home-hero h1:before {
  content: '';
  position: absolute;
  left: -35px;
  top: -22px;
  width: 213px;
  height: 213px;
  background-color: #E6E6E6;
  z-index: -1;
}

.home-hero:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: 10;
  border-right: solid calc(100vw) transparent;
  border-left: solid 0px transparent;
  border-bottom: solid 100px #FFF;
}

.home-hero h1+p {
  font-size: 2.8rem;
  max-width: 600px;
  line-height: 1.375;
  margin: 17px 0 45px;
}

.button,
html .elementor-widget-button .elementor-button,
main button[type="submit"],
main input[type="submit"] {
  font-family: var(--heading);
  font-size: 2.4rem;
  padding: 19px 59px 17px !important;
  background-color: var(--orange) !important;
  color: #fff !important;
  line-height: 1;
  font-weight: 900;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
  text-transform: uppercase;
}

.section-pillars h2 {
  max-width: 850px;
  margin: 0 0 5px;
}

.section-pillars h2+p {
  margin: 0 0 47px !important;
}

.section-pillars .pillar {
  background-color: var(--dark);
  color: #FFF;
  padding: 260px 40px 52px;
  position: relative;
}

.section-pillars .pillar:before,
.section-pillars .pillar:after {
  content: '';
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: 10;
}

.section-pillars .pillar:before {
  bottom: 0;
  left: 0;
  border-right: solid 45px transparent;
  border-left: solid 0px transparent;
  border-bottom: solid 46px #FFF;
}

.section-pillars .pillar:after {
  top: 0;
  right: 0;
  border-right: solid 0px transparent;
  border-left: solid 91px transparent;
  border-top: solid 93px #FFF;
}

.section-pillars .pillar h3 {
  color: #FFF;
  margin: 0 0 10px;
}

.section-pillars .pillar p {
  font-size: 2.1rem;
  line-height: 1.25;
}

.section-pillars .pillar .elementor-widget-image {
  position: absolute;
}

.section-pillars .pillar.pillar-one .elementor-widget-image {
  top: -230px;
  left: -50px;
}

.section-pillars .pillar.pillar-two .elementor-widget-image {
    top: -190px;
    left: -40px;
}

.section-pillars .pillar.pillar-three .elementor-widget-image {
  top: -252px;
  left: -87px;
}

.elementor-column-gap-default>.elementor-column.pillar>.elementor-element-populated {
  padding: 0 !important;
}

.pillar.pillar-two {
  margin: 0 30px;
}

.pillar .button,
.ov-card .button,
html .section-raq .elementor-widget-button .elementor-button {
  font-size: 1.9rem !important;
  padding: 15px 27px 13px !important;
}

.pillar .button:hover,
.pillar .button:focus,
.ov-card .button:hover,
.ov-card .button:focus,
html .section-raq .elementor-widget-button .elementor-button:hover,
html .section-raq .elementor-widget-button .elementor-button:focus {
  background-color: #FFF !important;
  color: var(--dark) !important;
}

.section-values {
  background-color: var(--dark);
  position: relative;
}

.section-values:before,
.section-values:after {
  content: '';
  position: absolute;
  height: 0px;
  width: 100%;
  z-index: 10;
}

.section-values:before {
  top: 0;
  left: 0;
  border-left: solid calc(100vw) transparent;
  border-right: solid 0px transparent;
  border-top: solid 100px #FFF;
}

.section-values h2 {
  color: #FFF;
}

.section-values:after {
  bottom: 0;
  left: 0;
  border-right: solid calc(100vw) transparent;
  border-left: solid 0px transparent;
  border-bottom: solid 100px #F8F8F8;
}

.ov-card {
  display: none;
}

.ov-card.active {
  display: block;
}

.values-toggle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 3px solid #444444;
}

.values-toggle li {
  grid-column: span 1;
}

.values-toggle li a {
  display: block;
  font-size: 2.7rem;
  color: #8E8E8E;
  font-weight: 500;
  padding: 0 0 10px;
  position: relative;
}

.values-toggle li a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: var(--orange);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.values-toggle li a:hover,
.values-toggle li a:focus,
.values-toggle li a.active {
  color: #FFF;
  font-weight: 700;
}

.values-toggle li a:hover:after,
.values-toggle li a:focus:after,
.values-toggle li a.active:after {
  opacity: 1;
}

.ov-card {
  margin: 44px 0 0;
  position: relative !important;
  z-index: 99;
}

.ov-card .elementor-column-gap-default>.elementor-column:first-child>.elementor-element-populated,
.ov-card .elementor-column-gap-default>.elementor-column:last-child>.elementor-element-populated {
  padding: 0 !important;
}

.ov-card h3,
.ov-card p {
  color: #FFF;
}

.ov-card h3 {
  font-size: 3.9rem;
  margin: 5px 0 15px;
}

.ov-card p {
  margin: 0 0 50px;
}

.ov-card p:last-of-type {
  margin: 0;
}

.content-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.ov-card .content-img {
  margin: 0 0 -140px;
}

.ov-card .elementor-col-50:not(.elementor-col-50.content-img) {
  padding: 0 0 0 43px;
}

.section-wcu {
  margin: 25px 0 0;
  position: relative;
}

.section-raq:after {
  content: '';
  position: absolute;
  height: 0px;
  width: 100%;
  z-index: 10;
  top: -100px;
  left: 0;
  border-right: solid calc(100vw) transparent;
  border-left: solid 0px transparent;
  border-bottom: solid 100px #363D48;
}

.section-wcu h2 {
  margin: 0;
}

.section-wcu h2+p {
  max-width: 690px;
  letter-spacing: -0.3px;
  line-height: 1.5;
  margin: 0 0 60px;
}

.section-wcu ul {
  margin: 0 0 150px;
}

.section-wcu li {
  display: flex;
  align-items: center;
  margin: 0 0 33px;
  font-family: var(--heading);
  font-weight: 900;
  font-size: 3.9rem;
  color: var(--dark);
  line-height: 1;
}

.section-wcu li:last-of-type {
  margin: 0;
}

.section-wcu li i {
  width: 73px;
  height: 73px;
  background-color: var(--orange);
  margin: 0 25px 0 0;
  background-position: center;
  background-repeat: no-repeat;
}

.section-wcu li i.icon-corrosion {
  background-image: url(i/icons/icon-corrosion.svg);
  background-size: 42px;
}

.section-wcu li i.icon-ductility {
  background-image: url(i/icons/icon-ductility.svg);
  background-size: 46px;
}

.section-wcu li i.icon-durable {
  background-image: url(i/icons/icon-durable.svg);
  background-size: 50px;
}

.section-wcu li i.icon-resistant {
  background-image: url(i/icons/icon-resistant.svg);
  background-size: 33px;
}

.section-raq {
  padding: 12px 0 44px;
  background-color: #363D48;
}

.section-raq h2,
.section-raq p {
  margin: 0;
}

.section-raq h2 {
  color: #FFF;
  margin: 0 0 0 -2px;
}

.section-raq p {
  color: #D6E6FF;
  font-size: 2.1rem;
}

.section-raq .elementor-widget-button .elementor-widget-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer, .copyright {
  background-color: var(--dark);
}

.footer {
  padding: 28px 30px;
}

.footer ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.bn-socials ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer ul li {
  margin: 0 50px 0 0;
  display: flex;
  align-items: center;
}

.bn-socials ul li {
  margin: 0 64px 0 0;
  display: flex;
  align-items: center;
}

.footer ul li:last-of-type,
.bn-socials ul li:last-of-type {
  margin: 0;
}

.footer ul li a,
.bn-socials ul li a {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #FFF;
}

.footer ul li a {
  font-size: 1.9rem;
}

.bn-socials ul li a {
  font-size: 2.5rem;
}

.footer ul li a:hover,
.footer ul li a:focus,
.bn-socials ul li a:hover,
.bn-socials ul li a:focus {
  color: var(--light-orange);
}

.footer ul li a i,
.bn-socials ul li a i {
  background-color: var(--orange);
  background-repeat: no-repeat;
  background-position: center;
}

.footer ul li a i {
  width: 41px;
  height: 41px;
  margin: 0 13px 0 0;
}

.bn-socials ul li a i {
  width: 54px;
  height: 54px;
  margin: 0 17px 0 0;
}

.footer ul li a i.icon-call,
.bn-socials ul li a i.icon-call {
  background-image: url(i/icons/icon-call.svg);
}

.footer ul li a i.icon-call {
  background-size: 24px;
}

.bn-socials ul li a i.icon-call {
  background-size: 31px;
}

.footer ul li a i.icon-fax,
.bn-socials ul li a i.icon-fax,
.pg-contact.inner-hero ul li i.icon-fax {
  background-image: url(i/icons/icon-fax.svg);
}

.footer ul li a i.icon-fax {
  background-size: 24px;
}

.bn-socials ul li a i.icon-fax {
  background-size: 32px;
}

.footer ul li a i.icon-email,
.bn-socials ul li a i.icon-email,
.pg-contact.inner-hero ul li i.icon-email {
  background-image: url(i/icons/icon-email.svg);
}

.footer ul li a i.icon-email {
  background-size: 25px;
}

.contact-card p {
  font-size: 3.8rem;
  color: #FFF;
  font-family: var(--heading);
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 13px !important;
}

.bn-socials ul li a i.icon-email {
  background-size: 33px;
}

.footer ul li span,
.bn-socials ul li span {
  margin: 0 8px;
  color: #fff;
}
.mnav, 
.mnav a,
.mnav a span {
  color: #fff;
}

.copyright {
  border-top: 1px solid #363D48;
  padding: 22px 30px;
}

.copyright .elementor-shortcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright p {
  font-size: 1.9rem;
  margin: 0;
}

.copyright p a {
  color: #FFAD78;
  text-decoration: none !important;
}

.copyright p span {
  color: #ffffff;
  margin: 0 8px;
}

.copyright p a:hover,
.copyright p a:focus {
  color: var(--orange);
}

.big-nav {
  display: none;
  position: fixed !important;
  top: 0;
  width: 100%;
  height: calc(100vh);
  background-color: rgba(20, 23, 29, 1);
  z-index: 999999999999;
  padding: 80px 30px 120px;
}

.bn-nav .elementor-nav-menu {
  display: block !important;
  -webkit-columns: 2 !important;
  -moz-columns: 2 !important;
  columns: 2 !important;
  margin: 100px 0 0;
  width: 50%;
}
.elementor-nav-menu__container a {
  background: rgba(20, 23, 29, 1) !important;
}

.bn-nav .elementor-nav-menu li {
  margin: 0 0 50px;
}

.bn-nav .elementor-nav-menu li a {
  color: #fff;
  font-size: 4.5rem;
  text-transform: uppercase;
  display: block !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-weight: 700;
}

.bn-nav .elementor-nav-menu li a:hover,
.bn-nav .elementor-nav-menu li a:focus,
.bn-nav .elementor-nav-menu li.current-menu-item a {
  /* color: var(--orange); */
  color: #FFD0B3;
}

.bn-close {
  position: absolute !important;
  width: max-content !important;
  top: 0;
  right: 0;
}

.bn-close .btn-close {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-image: url(i/icons/icon-exit.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bn-close .btn-close:hover,
.bn-close .btn-close:focus {
  opacity: 0.75;
}

.bn-logo a {
  width: 485px;
}

.big-nav>.elementor-container,
.big-nav>.elementor-container>.elementor-column,
.big-nav>.elementor-container>.elementor-column>.elementor-element-populated {
  height: 100% !important;
}

.big-nav>.elementor-container>.elementor-column>.elementor-element-populated {
  flex-wrap: unset !important;
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: flex-start;
}

.bn-socials {
  margin: auto 0 0 !important;
}

#what-we-offer {
  padding-top: 50px !important;
}

.section-values h2 {
  margin-top: 30px;
}

.center-content .elementor-element,
.center-content .elementor-widget-container {
  height: 100% !important
}

.center-content .elementor-widget-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pg-title {
  padding: 80px 0 30px;
  background-color: #F8F8F8;
  position: relative;
}

.top-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: 10;
  border-left: solid calc(100vw) transparent;
  border-right: solid 0px transparent;
  border-top: solid 100px;
}

.top-line.start-left:before {
  border-right: solid calc(100vw) transparent;
  border-left: solid 0px transparent;
  border-bottom: solid 100px;
  border-top: unset !important;
}

.bottom-line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: 10;
  border-left: solid calc(100vw) transparent;
  border-right: solid 0px transparent;
  border-top: solid 100px;
}

.bottom-line.start-left:before {
  border-right: solid calc(100vw) transparent;
  border-left: solid 0px transparent;
  border-bottom: solid 100px;
  border-top: unset !important;
}

.top-line.line-grey:before, .bottom-line.line-grey:before {
  border-top-color: #F8F8F8 !important;
  border-bottom-color: #F8F8F8 !important;
}

.top-line.float-top:before {
  top: -100px;
}

.bottom-line.float-bottom:before {
  bottom: -100px;
}

.pg-title h1,
.inner-hero h1 {
  font-size: 5.3rem;
}

.inner-hero h1 {
  line-height: 1;
  margin: 0 0 5px;
}

.inner-hero h1+p {
  font-size: 3.2rem;
  margin: 0 0 55px !important;
  line-height: 1.375;
  max-width: 575px;
}

.elementor-element-a171834.elementor-widget-image:before,
.elementor-element-a171834.elementor-widget-image:after {
  content: '';
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: 9999;
}

.elementor-element-a171834.elementor-widget-image:before {
  bottom: 0;
  right: 0;
  border-right: solid 0px transparent;
  border-left: solid 79px transparent;
  border-bottom: solid 81px #FFF;
}

.elementor-element-a171834.elementor-widget-image:after {
  top: 0;
  left: 0;
  border-left: solid 0px transparent;
  border-right: solid 70px transparent;
  border-top: solid 72px #F8F8F8;
}

.elementor-element-18f9034 .elementor-widget-container {
  justify-content: flex-end;
  padding: 0 0 26px;
}

.elementor-element-05593b7 {
  margin: -30px 0 0;
}

.elementor-element-05593b7.top-line:before {
  top: 30px;
}

.content-img {
  z-index: 9999;
}

.content-text p {
  line-height: 1.5;
}

.section-testimonials {
  background-color: #F8F8F8;
}

.section-testimonials h2 {
  line-height: 1;
  margin: 80px 0 0;
}

.section-testimonials h2+p {
  color: #505050;
  margin: 0 0 20px !important;
}

.home .section-values:after {
  border-bottom-color: #FFF;
}

.section-testimonials .elementor-container.elementor-column-gap-default,
.section-applications .elementor-container.elementor-column-gap-no {
  justify-content: space-between !important;
}

.testimonial-card {
  background-color: #FFF;
  padding: 45px 37px 52px 37px;
  margin: 0 0 135px;
  border: 1px solid #CECECE;
  width: calc(33% - 15px) !important;
}

.testimonial-card p {
  font-size: 2rem;
  margin: 0 0 57px !important;
}

.testimonial-card p:last-of-type {
  margin: 0 !important;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  color: #1F2124;
}

.testimonial-card p:last-of-type:after {
  content: '';
  background-image: url(i/icons/icon-stars.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 85px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.elementor-column-gap-default>.elementor-column.testimonial-card>.elementor-element-populated {
  padding: 0 !important;
}

.bg-grey {
  background-color: #F8F8F8;
}

.inner-page.section-wcu {
  margin: 75px 0 0;
}

.inner-page.section-wcu ul {
  margin: 0 0 80px;
}

.section-values.ln-grey:before {
  border-top-color: #F8F8F8;
}

.section-applications {
  padding-top: 50px !important;
}

.section-applications h2 {
  margin: 0;
  line-height: 1;
}

.section-applications h2+p {
  margin: 0 0 25px !important;
}

.elementor-element-fcf431d {
  margin: 0 0 40px;
}

.application-card.ac-three {
  width: calc(33% - 16px) !important;
}

.application-card.ac-four {
  width: calc(25% - 16px) !important;
}

.application-card {
  position: relative;
}

.application-card:before,
.application-card:after {
  content: '';
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: 9999;
}

.application-card:before {
  bottom: 0;
  left: 0;
  border-right: solid 42px transparent;
  border-left: solid 0px transparent;
  border-bottom: solid 44px #F8F8F8;
}

.application-card:after {
  top: 0;
  right: 0;
  border-right: solid 0px transparent;
  border-left: solid 42px transparent;
  border-top: solid 44px #F8F8F8;
}

.application-card .elementor-widget-image {
  margin: 0 !important;
}

.application-card {
  background-color: #14171D;
}

.application-card img {
  width: 100% !important;
}

.application-card h3 {
  text-align: center;
  color: #FFF;
  font-size: 2.7rem;
  line-height: 1;
  padding: 15px 40px 13px;
  margin: 0;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orange-link a {
  color: var(--orange);
  text-decoration: underline !important;
  font-weight: 700;
}

.orange-link a:hover,
.orange-link a:focus {
  color: var(--dark);
}

.shapes-mb {
  margin: 0 0 30px !important;
}

.application-card.ac-icons h3 {
  font-size: 2.2rem;
  height: auto;
  padding: 37px 0;
  flex-direction: column;
}

.application-card.ac-icons h3 i {
  width: 150px;
  height: 150px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 15px;
}

.application-card.ac-icons h3 i.icon-square {
  background-image: url(i/extrusions/icon-square.svg);
  background-size: 109px;
}

.application-card.ac-icons h3 i.icon-oval {
  background-image: url(i/extrusions/icon-oval.svg);
  background-size: 115px;
}

.application-card.ac-icons h3 i.icon-angled {
  background-image: url(i/extrusions/icon-angled.svg);
  background-size: 109px;
}

.application-card.ac-icons h3 i.icon-tbar {
  background-image: url(i/extrusions/icon-tbar.svg);
  background-size: 106px;
}

.application-card.ac-icons h3 i.icon-channel {
  background-image: url(i/extrusions/icon-channel.svg);
  background-size: 107px;
}

.application-card.ac-icons h3 i.icon-ibeam {
  background-image: url(i/extrusions/icon-ibeam.svg);
  background-size: 107px;
}

.application-card.ac-icons h3 i.icon-flatbar {
  background-image: url(i/extrusions/icon-flatbar.svg);
  background-size: 142px;
}

.application-card.ac-icons h3 i.icon-gshaped {
  background-image: url(i/extrusions/icon-gshaped.svg);
  background-size: 91px;
}

.application-card.ac-icons h3 i.icon-fshaped {
  background-image: url(i/extrusions/icon-fshaped.svg);
  background-size: 111px;
}

.application-card.ac-icons h3 i.icon-ysection {
  background-image: url(i/extrusions/icon-ysection.svg);
  background-size: 109px;
}

.application-card.ac-icons h3 i.icon-jsection {
  background-image: url(i/extrusions/icon-jsection.svg);
  background-size: 111px;
}

.application-card.ac-icons h3 i.icon-zsection {
  background-image: url(i/extrusions/icon-zsection.svg);
  background-size: 113px;
}

.inner-hero {
  padding: 152px 0 138px;
}

.pg-contact.inner-hero {
  padding: 92px 0 60px;
}

.pg-bronze-bushing.inner-hero .elementor-widget-image,
.pg-bar-stock.inner-hero .elementor-widget-image,
.pg-custom-fabrication.inner-hero .elementor-widget-image {
  position: absolute;
  z-index: 99;
}

.pg-bronze-bushing.inner-hero .elementor-widget-image {
  width: 676px;
  height: 566px;
  left: 0;
  top: -40px;
}

.pg-bar-stock.inner-hero .elementor-widget-image {
  width: 1163px;
  height: 730px;
  top: -170px;
  left: -10px;
}

.pg-custom-fabrication.inner-hero .elementor-widget-image {
  width: 1113px;
  height: 584px;
  top: -70px;
  left: -120px;
}

.section-alloy-chart h2 {
    margin: 65px 0 40px;
}

.icon-tooltip {
  background-image: url(i/icons/icon-tooltip.svg);
  width: 21px;
  height: 22px;
}

.section-alloy-chart table {
  width: 100%;
}

.section-alloy-chart table p {
  margin: 0 !important;
}

.section-alloy-chart table em {
  font-style: normal;
  display: block;
}

.section-alloy-chart table th,
.section-alloy-chart table td {
  border-bottom: 1px solid #ECECEC;
}


.section-alloy-chart table th {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  color: #1F2124;
  line-height: 1.3;
  padding: 0 0 30px;
}

.section-alloy-chart table td {
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  color: #484848;
}

.section-alloy-chart table td:first-of-type {
  position: relative;
  text-align: left;
  white-space: nowrap;
  padding: 17px 0 14px;
}

.section-alloy-chart table .at-heading {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.elementor-form .elementor-field-label {
  color: #fff;
}

.section-alloy-chart table .at-heading i {
  margin: -4px 0 0 10px;
}

.section-alloy-chart table .at-acccent {
  font-size: 16px;
  font-weight: 700;
  color: #B84600;
}

.section-alloy-chart table .at-content {
  font-size: 12px;
  position: absolute;
  width: 304px;
  height: 110px;
  background-color: var(--dark);
  padding: 16px 18px 15px 18px;
  text-align: center;
  color: #FFF;
  top: calc(-100% + -30px);
  left: 0;
  opacity: 0;
  z-index: -1;
  line-height: 1.3;
  white-space: break-spaces;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-alloy-chart table .at-content:after {
  content: '';
  background-image: url(i/icons/icon-tooltip-tick.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 14px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 50px;
}

.at-heading:hover .at-content {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-extra h2 {
    margin: 210px 0 0;
}

.contact-card {
  position: absolute !important;
  right: 0;
  top: 0;
  height: 819px;
  width: 751px !important;
  max-width: 751px;
  background-color: var(--dark);
  z-index: 99;
  padding: 61px 69px 117px;
}

.contact-card:before {
  content: '';
  position: absolute;
  height: 0px;
  width: 0px;
  z-index: 9999;
  bottom: 0;
  left: 0;
  border-right: solid 91px transparent;
  border-left: solid 0px transparent;
  border-bottom: solid 94px #FFF;
}

.pg-contact.inner-hero h1+p {
  font-size: 2.6rem;
  margin: 0 0 46px !important;
  line-height: 1.75;
  max-width: 375px;
}

.pg-contact.inner-hero ul li i {
  height: 57px;
  width: 57px;
  background-color: var(--orange);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 18px 0 0;
}

.pg-contact.inner-hero ul li i.icon-call,
.pg-contact.inner-hero ul li i.icon-fax {
  background-size: 33px;
}

.pg-contact.inner-hero ul li i.icon-email {
  background-size: 35px;
}

.pg-contact.inner-hero ul li a {
  font-size: 2.6rem;
  color: var(--font-clr);
  display: flex;
  line-height: 1;
  align-items: center;
}

.pg-contact.inner-hero ul li a:hover,
.pg-contact.inner-hero ul li a:focus {
  color: var(--orange);
}

.pg-contact.inner-hero ul li {
  margin: 0 0 19px;
}

.pg-contact.inner-hero ul li:last-of-type {
  margin: 0;
}

.pg-404 {
  height: calc(100vh - 141px);
}

.admin-bar .pg-404 {
  height: calc(100vh - 173px);
}

.pg-404.center-content .elementor-widget-container {
  align-items: center;
  text-align: center;
}

.pg-404 h1 {
  font-size: 23rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 0.85;
  margin: 0 0 25px;
}

.pg-404 h1 span {
  font-size: 0;
  display: inline-block;
  width: 176px;
  height: 172px;
  background-image: url(i/icons/icon-404.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  top: -10px;
  margin: 0 10px 0 15px;
}

.pg-404 h1 em {
  width: 100%;
  flex: 0 0 100%;
  font-style: normal;
  font-size: 5.5rem;
  color: var(--heading-clr);
}

.pg-404 p {
  font-size: 2.5rem;
  line-height: 1.44;
  color: #717171;
  max-width: 700px;
  margin: 0 0 70px;
}

.elementor-column-gap-default > .elementor-column.contact-card > .elementor-element-populated {
  padding: 0 !important;
}

.elementor-field-textual {
  line-height: 1 !important;
  font-size: 19px !important;
  min-height: 53px !important;
  padding: 14px 14px 14px 62px !important;
  border-radius: 0 !important;
  background-color: #595E65 !important;
  border-color: #595E65 !important;
  color: #FFF !important;
  background-repeat: no-repeat;
  background-position: 18px center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.elementor-field-textual:hover,
.elementor-field-textual:focus {
  border-color: var(--orange) !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.elementor-field-textual::placeholder {
  opacity: 1 !important;
}

.select-caret-down-wrapper i {
  color: #FFF !important;
}

#form-field-name,
#form-field-field_6da32aa {
  background-image: url(i/icons/icon-contact-name.svg);
  background-size: 24px;
}

#form-field-email {
  background-image: url(i/icons/icon-contact-company.svg);
  background-size: 28px;
}

#form-field-field_25b7639 {
  background-image: url(i/icons/icon-contact-location.svg);
  background-size: 23px;
}

#form-field-field_ae6fb32 {
  background-image: url(i/icons/icon-contact-service.svg);
  background-size: 28px;
}

#form-field-field_800df77 {
  background-image: url(i/icons/icon-contact-hear.svg);
  background-size: 27px;
}

#form-field-message {
  height: 225px !important;
  resize: none !important;
  background-image: url(i/icons/icon-contact-message.svg);
  background-size: 30px;
  background-position: 18px 11px !important;
}

main .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons button[type="submit"] {
  font-size: 1.9rem !important;
  padding: 12px 27px 10px !important;
  margin: 8px 0 0 !important;
}

main .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons button[type="submit"]:hover,
main .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons button[type="submit"]:focus {
  background-color: #FFF !important;
  color: #000 !important;
}

.elementor-element-19b698c {
  margin: 50px 0 0px;
  padding: 0 0 125px;
}

.elementor-element-4c45b17 ul {
  margin: 0 0 30px 30px;
  list-style: disc !important;
}

.elementor-element-4c45b17 ul li {
  margin: 0 0 15px;
}

.elementor-element-4c45b17 ul li:last-of-type {
  margin: 0;
}

.elementor-element-4c45b17 a {
  color: var(--orange);
}

.elementor-element-4c45b17 a:hover,
.elementor-element-4c45b17 a:focus {
  color: var(--dark);
}

.header-logo a img,
.footer-logo a img,
.bn-logo a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-logo a:hover img,
.header-logo a:focus img,
.footer-logo a:hover img,
.footer-logo a:focus img,
.bn-logo a:hover img,
.bn-logo a:focus img {
  filter: grayscale(1);
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.privacy h2, .privacy h3 {
  margin-top: 40px;
}

.application-card.ac-icons h3 i {
  transition: all 0.3s;
  transform-origin: center;
  transform: scale(1);
  filter: brightness(0.9);
}

.application-card:hover h3 i {
  transform: scale(1.05);
  filter: brightness(5);
}

.custom-list ul li:before {
  background-color: var(--orange);
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  margin: auto;
}

.custom-list ul li {
  position: relative;
  padding-left: 21px;
}

.custom-list ul li:not(:last-child) {
  margin: 0 0 10px;
}

.bar-stock-contact {
  margin: 80px 0 0;
  padding: 75px 0 0;
  border-top: 5px solid #e5e5e5;
}

.bar-stock-contact .content-img {
  position: relative;
  height: max-content;
}

.bar-stock-contact .content-img:before,
.bar-stock-contact .content-img:after {
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    z-index: 9999;
}

.bar-stock-contact .content-img:before {
    bottom: 0;
    left: 0;
    border-right: solid 42px transparent;
    border-left: solid 0px transparent;
    border-bottom: solid 44px #F8F8F8;
}

.bar-stock-contact .content-img:after {
    top: 0;
    right: 30px;
    border-right: solid 0px transparent;
    border-left: solid 42px transparent;
    border-top: solid 44px #F8F8F8;
}

@media (min-width: 1600px) {
  .container, .elementor-container {
    max-width: 1304px !important;
  }
}

@media (max-width: 1600px) {
  .bn-nav .elementor-nav-menu li a {
    font-size: 4rem;
  }

  .bn-nav .elementor-nav-menu li {
    margin: 0 0 45px;
  }

  .bn-logo a {
    width: 450px !important;
  }

  .pg-bar-stock.inner-hero .elementor-widget-image {
    width: 1100px;
    height: auto;
    top: -170px;
    left: -100px;
  }

  .pg-custom-fabrication.inner-hero .elementor-widget-image {
    width: 1000px;
    height: auto;
    top: -40px;
    left: -290px;
  }

  .contact-card {
    height: auto;
    padding: 61px 69px;
  }

  .contact-extra h2 {
    margin: 150px 0 0;
  }
}

@media (max-width: 1367px) {
  .pg-title {
    padding: 70px 0 30px;
  }

  .elementor-element-05593b7 {
    padding-top: 50px !important;
  }

  .section-testimonials h2 {
    margin: 0;
  }

  .inner-hero {
    padding: 120px 0 100px;
  }

  .pg-bronze-bushing.inner-hero .elementor-widget-image {
    width: 575px;
    height: auto;
  }

  .application-card h3 {
    font-size: 2.5rem;
  }

  .pg-bar-stock.inner-hero .elementor-widget-image {
    width: 1000px;
  }

  .section-alloy-chart h2 {
    margin: 50px 0 40px;
  }

  .pg-custom-fabrication.inner-hero .elementor-widget-image {
    width: 800px;
    top: 0px;
    left: -185px;
  }

  .contact-card {
    width: 700px !important;
    max-width: 700px;
    padding: 60px;
  }

  .contact-extra h2 {
    margin: 125px 0 0;
  }

  .section-pillars .pillar.pillar-one .elementor-widget-image {
    top: -230px;
    left: -30px;
  }

  .section-pillars .pillar.pillar-three .elementor-widget-image {
    top: -252px;
    left: -67px;
  }

  .elementor-element-19b698c {
    margin: 35px 0 0px;
    padding: 0 0 100px;
  }

  .section-wcu ul {
    margin: 0 0 100px;
  }

  .pg-title h1, .inner-hero h1 {
    font-size: 4.5rem;
  }

  .elementor-element-339cb36.content-img {
    margin: -55px 0 55px;
  }

  .bar-stock-contact {
    margin: 70px 0 0;
    padding: 65px 0 0;
}
}

@media (max-width: 1199px) {
  h1 {
    font-size: 6rem;
  }

  .elementor-container {
    padding: 0 !important;
  }

  .hero {
    padding: 80px 30px 0;
  }

  .preheader {
    padding: 8px 30px;
  }

  .header {
    padding: 7px 30px;
  }

  .pg-padding {
    padding: 80px 30px;
  }

  .section-raq {
    padding: 0 30px 40px;
  }

  .header .navigation ul li a {
    font-size: 2.1rem;
    margin: 0 30px 0 0;
  }

  .header .navigation ul li:last-of-type a {
    width: 50px;
    height: 50px;
  }

  .icon-nav-menu {
    width: 29px;
    height: 20px;
  }

  .home-hero h1:before {
    height: 183px;
  }

  .home-hero {
    background-size: 100%;
  }

  .home-hero:before {
    border-bottom: solid 75px #FFF;
  }

  .section-values:after {
    border-bottom: solid 75px #F8F8F8;
  }

  .section-raq:after {
    top: -75px;
    border-bottom: solid 75px #363D48;
  }

  .section-values:before {
    border-top: solid 75px #FFF;
  }

  .top-line:before,
  .bottom-line:before {
    border-top: solid 75px;
  }

  .top-line.start-left:before {
    border-bottom: solid 75px;
  }

  .top-line.float-top:before {
    top: -75px;
  }

  .bottom-line.float-bottom:before {
    bottom: -75px;
  }

  .ov-card .content-img {
    margin: 0 0 -100px;
  }

  .ov-card {
    margin: 30px 0 0;
  }

  .section-values h2 {
    margin-top: 0;
  }

  .pillar.pillar-two {
    margin: 0;
  }

  .section-pillars .elementor-container.elementor-column-gap-default {
    justify-content: space-between !important;
  }

  .section-pillars .pillar {
    padding: 220px 40px 50px;
    width: calc(33% - 15px) !important;
  }

  .section-pillars .pillar img {
    width: auto;
  }

  .section-pillars .pillar.pillar-one img {
    height: 150px;
  }

  .section-pillars .pillar.pillar-two img,
  .section-pillars .pillar.pillar-three img {
    height: 175px;
  }

  .section-pillars .pillar.pillar-two img {
    height: auto !important;
  }

  .section-pillars .pillar.pillar-one .elementor-widget-image {
    top: -190px;
    left: -20px;
  }

  .section-pillars .pillar.pillar-two .elementor-widget-image {
      top: -145px;
  }

  .section-pillars .pillar.pillar-three .elementor-widget-image {
    top: -200px;
    left: -47px;
  }

  .pillar .elementor-widget-container {
    display: flex;
    flex-direction: column;
    min-height: 200px;
  }

  .section-pillars .pillar p:last-of-type {
    margin-top: auto;
  }

  .section-wcu {
    margin: 0;
  }

  .section-wcu li {
    font-size: 3.5rem;
  }

  .section-wcu li i {
    width: 60px;
    height: 60px;
    margin: 0 23px 0 0;
  }

  .section-wcu li i.icon-corrosion {
    background-size: 37px;
  }

  .section-wcu li i.icon-ductility {
    background-size: 41px;
  }

  .section-wcu li i.icon-durable {
    background-size: 45px;
  }

  .section-wcu li i.icon-resistant {
    background-size: 28px;
  }

  .section-wcu {
    background-size: 75%;
  }

  .footer .elementor-container.elementor-column-gap-default {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer .elementor-col-50 {
    width: 100% !important;
  }

  .footer-logo a {
    max-width: 250px;
    margin: 0 0 40px;
  }

  .footer ul {
    justify-content: center;
  }

  .home-hero h1 {
    max-width: 767px;
  }

  .home-hero h1:before {
    height: 170px;
  }

  .big-nav {
    padding: 80px 30px;
  }

  .bn-socials ul {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .bn-socials ul li {
    margin: 0 0 15px;
  }

  .bn-nav .elementor-nav-menu {
    margin: 75px 0 0;
  }

  .pg-title {
    padding: 60px 30px 10px;
  }

  .elementor-element-05593b7 {
    margin: 0;
  }

  .elementor-element-05593b7.top-line:before {
    top: 0px;
  }

  .elementor-element-05593b7 {
    padding-top: 80px !important;
  }

  .elementor-element-a171834.elementor-widget-image:after {
    z-index: 1 !important;
  }

  .testimonial-card {
    margin: 0 0 80px;
  }

  .inner-hero,
  .pg-contact.inner-hero {
    padding: 100px 30px 50px;
  }

  .pg-bronze-bushing.inner-hero .elementor-widget-image {
    width: 475px;
  }

  .application-card h3 {
    font-size: 2.1rem;
  }

  .pg-bar-stock.inner-hero .elementor-widget-image {
    width: 800px;
    top: -125px;
    left: -50px;
  }

  .application-card.ac-icons h3 i {
    width: 125px;
    height: 125px;
  }

  .application-card.ac-icons h3 i {
    background-size: 100px !important;
  }

  .pg-custom-fabrication.inner-hero .elementor-widget-image {
    width: 600px;
    top: 70px;
    left: -95px;
  }

  .contact-card {
    width: 550px !important;
    max-width: 550px;
    padding: 40px;
  }

  .elementor-field-textual {
    font-size: 16px !important;
  }

  .contact-card p {
    margin: 0 0 5px !important;
  }

  .pg-contact.inner-hero ul li i {
    height: 45px;
    width: 45px;
  }

  .pg-contact.inner-hero ul li i.icon-call, .pg-contact.inner-hero ul li i.icon-fax {
    background-size: 25px;
  }

  .pg-contact.inner-hero ul li i.icon-email {
    background-size: 27px;
  }

  .pg-contact.inner-hero h1+p {
    margin: 0 0 40px !important;
    line-height: 1.5;
  }

  #form-field-message {
    height: 125px !important;
  }

  .pg-contact.inner-hero h1+p {
    max-width: 300px;
  }

  .contact-extra h2 {
    margin: 100px 0 0;
  }

  .pg-404 h1 span {
    width: 146px;
    height: 142px;
  }

  .section-wcu ul {
    margin: 0 0 50px;
  }

  .elementor-element-ef0c9cc.pg-title {
    padding: 60px 30px !important;
  }

  .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-339cb36.content-img {
      margin: -105px 0 0px;
  }

  .elementor-element-05593b7 {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }

  .bar-stock-contact {
    margin: 60px 0 0;
    padding: 55px 0 0;
  }
}

@media (max-width: 991px) {

  .dropcol991 .elementor-column {
    width: 100% !important;
  }

  .dropcol991 .elementor-container {
    display: block;
  }

  .custom-list ul li {
    flex: 0 0 49%;
    max-width: 49%;
  }

  .custom-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
  }

  html p, html li {
    font-size: 16px;
  }

  .hero {
    padding: 70px 30px 0;
  }

  .pg-padding {
    padding: 70px 30px;
  }

  .header .elementor-column-gap-default>.elementor-column:last-child>.elementor-element-populated,
  .section-raq .elementor-column-gap-default>.elementor-column:first-child>.elementor-element-populated,
  .section-raq .elementor-column-gap-default>.elementor-column:last-child>.elementor-element-populated,
  .footer .elementor-column-gap-default>.elementor-column:first-child>.elementor-element-populated,
  .footer .elementor-column-gap-default>.elementor-column:last-child>.elementor-element-populated {
    padding: 0 !important;
  }

  .header .navigation ul li a {
    font-size: 2rem;
    margin: 0 15px 0 0;
    padding: 15px 0;
  }

  .header-logo a {
    height: 50px !important;
  }

  .header .navigation ul li:last-of-type a {
    width: 40px;
    height: 40px;
  }

  .icon-nav-menu {
    width: 25px;
    height: 16px;
  }

  .preheader ul li a i {
    width: 30px;
    height: 30px;
  }

  .preheader ul li a i.icon-call {
    background-size: 16px;
  }

  .preheader ul li a i.icon-email {
    background-size: 18px;
  }

  .section-pillars .pillar {
    padding: 190px 25px 50px;
    width: calc(33% - 15px) !important;
  }

  .section-pillars .pillar.pillar-one img {
    height: 125px;
  }

  .section-pillars .pillar.pillar-two img, .section-pillars .pillar.pillar-three img {
    height: 150px;
  }

  .section-pillars .pillar.pillar-two .elementor-widget-image {
      top: -120px;
      left: -25px;
  }

  .section-pillars .pillar.pillar-one .elementor-widget-image {
    top: -160px;
    left: -10px;
  }

  .section-pillars .pillar.pillar-three .elementor-widget-image {
    top: -170px;
    left: -30px;
  }

  .pillar .elementor-widget-container {
    min-height: 190px;
  }

  .section-pillars h2+p {
    margin: 0 0 30px !important;
  }

  .home-hero:before {
    border-bottom: solid 25px #FFF;
  }

  .section-values:after {
    border-bottom: solid 25px #F8F8F8;
  }

  .section-raq:after {
    top: -25px;
    border-bottom: solid 25px #363D48;
  }

  .section-values:before {
    border-top: solid 25px #FFF;
  }

  .ov-card .content-img {
    margin: 0 0 -50px;
  }

  .values-toggle li a {
    text-align: center;
  }

  .values-toggle li a:after {
    width: 100%;
  }

  .ov-card p {
    margin: 0 0 40px;
  }

  .section-raq {
    padding: 30px 30px 40px;
  }

  .section-raq .elementor-col-50 {
    width: 100% !important;
    text-align: center;
  }

  .section-raq .elementor-widget-button .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  html .section-raq .elementor-widget-button .elementor-button {
    margin: 30px 0 0;
  }

  .section-wcu h2+p {
    margin: 0 0 40px;
  }

  .section-wcu li {
    font-size: 3rem;
    margin: 0 0 25px;
  }

  .section-wcu li i {
    width: 55px;
    height: 55px;
    margin: 0 20px 0 0;
  }

  .section-wcu li i.icon-corrosion {
    background-size: 32px;
  }

  .section-wcu li i.icon-ductility {
    background-size: 36px;
  }

  .section-wcu li i.icon-durable {
    background-size: 40px;
  }

  .section-wcu li i.icon-resistant {
    background-size: 23px;
  }

  .section-wcu ul {
    margin: 0 0 15px;
  }

  .footer ul {
    flex-direction: column;
  }

  .footer ul li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 15px;
    width: 275px;
  }

  .footer ul li a {
    font-size: 16px;
  }

  .footer ul li a i {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }

  .footer ul li a i.icon-call {
    background-size: 19px;
  }

  .copyright .elementor-shortcode {
    justify-content: center;
    flex-direction: column;
  }

  .footer ul li a i.icon-fax {
    background-size: 19px;
  }

  .footer ul li a i.icon-email {
    background-size: 20px;
  }

  .bn-logo a {
    width: 350px !important;
  }

  .big-nav {
    padding: 60px 30px;
  }

  .bn-nav .elementor-nav-menu {
    margin: 50px 0 0;
    width: 55%;
  }

  .bn-socials ul li a i {
    width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
  }

  .bn-socials ul li a i.icon-call {
    background-size: 25px;
  }

  .bn-socials ul li a i.icon-fax {
    background-size: 26px;
  }

  .bn-socials ul li a i.icon-email {
    background-size: 27px;
  }

  .top-line:before,
  .bottom-line:before {
    border-top: solid 25px;
  }

  .top-line.start-left:before {
    border-bottom: solid 25px;
  }

  .bottom-line.float-bottom:before {
    bottom: -25px;
  }

  .top-line.float-top:before {
    top: -25px;
  }

  .elementor-element-05593b7 {
    padding-top: 100px !important;
  }

  .section-testimonials h2+p {
    margin: 0 0 25px !important;
  }

  .testimonial-card {
    padding: 40px;
    margin: 0 0 40px;
    width: calc(100%) !important;
  }

  .testimonial-card:last-of-type {
    margin: 0 0 50px;
  }

  .testimonial-card p {
    margin: 0 0 40px !important;
  }

  .testimonial-card p,
  .section-raq p {
    font-size: 16px;
  }

  .pg-bronze-bushing.inner-hero .elementor-widget-image {
    width: 365px;
    top: 0;
  }

  .inner-hero h1+p {
    font-size: 2.8rem;
  }

  .application-card.ac-four {
    width: calc(50% - 16px) !important;
  }

  .application-card.ac-four:nth-child(1),
  .application-card.ac-four:nth-child(2) {
    margin: 0 0 20px;
  }

  .shapes-mb {
    margin: 0 0 20px !important;
  }

  .pg-bar-stock.inner-hero .elementor-widget-image {
    width: 675px;
    top: -105px;
    left: -20px;
  }

  .application-card.ac-icons h3 i {
    width: 100px;
    height: 100px;
  }

  .application-card.ac-icons h3 i {
    background-size: 75px !important;
  }

  .pg-custom-fabrication.inner-hero .elementor-widget-image {
    width: 600px;
    top: 40px;
    left: -45px;
  }

  .section-alloy-chart table, .section-alloy-chart thead, .section-alloy-chart tbody,
  .section-alloy-chart th, .section-alloy-chart td, .section-alloy-chart tr {
      display: block;
  }

  .section-alloy-chart tr th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .section-alloy-chart td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 14px 0 14px 75%;
    width: 100% !important;
  }

  .section-alloy-chart td:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-right: 10px;
    margin: auto;
    display: flex;
    align-items: center;
  }

  .section-alloy-chart td:nth-of-type(1):before { content: ''; }
  .section-alloy-chart td:nth-of-type(1) { background-color: #4b4b4b; color: #FFF; }
  .section-alloy-chart td:nth-of-type(2):before { content: "Tensile Strength (in 1000 PSI)"; }
  .section-alloy-chart td:nth-of-type(3):before { content: "Yield Strength (in 1000 PSI)"; }
  .section-alloy-chart td:nth-of-type(4):before { content: "Brinell Hardness No."; }
  .section-alloy-chart td:nth-of-type(5):before { content: "Max. Rec. Operating Temp."; }
  .section-alloy-chart td:nth-of-type(6):before { content: "Max. Rec. Unit Loading"; }

  .section-alloy-chart .icon-tooltip {
    display: none;
  }

  .section-alloy-chart table td:first-of-type {
    padding: 15px;
  }

  .section-alloy-chart table .at-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-alloy-chart table .at-acccent {
    margin: 20px 0 0 !important;
  }

  .section-alloy-chart table .at-content {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    width: 100%;
    height: auto;
    background-color: unset;
    padding: 0;
    top: unset;
    left: unset;
    opacity: 1;
    z-index: unset;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin: 20px 0 0;
  }

  .section-alloy-chart table .at-content:after {
      content: none;
  }

  .section-alloy-chart h2 {
    margin: 40px 0 30px;
  }

  .elementor-element-b2930aa, .contact-card {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
  }

  .contact-card {
    margin-bottom: -160px;
  }

  .pg-contact.inner-hero h1+p {
    max-width: 100%;
  }

  .pg-contact.inner-hero ul {
    margin: 0 0 40px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .inner-hero, .pg-contact.inner-hero {
    padding: 70px 30px 50px;
  }

  .pg-404 h1 span {
    width: 136px;
    height: 132px;
  }

  .pg-404 {
    height: calc(100vh - 111px);
  }

  .admin-bar .pg-404 {
      height: calc(100vh - 157px);
  }

  .pg-404 p {
    margin: 0 0 50px;
  }

  .elementor-element-19b698c {
    margin: 35px 0 0px;
    padding: 0 0 80px;
  }

  .section-pillars .pillar:after {
    border-left: solid 58px transparent;
    border-top: solid 60px #FFF;
  }

  .section-pillars .pillar:before {
    border-right: solid 50px transparent;
    border-bottom: solid 51px #FFF;
  }

  .elementor-element-a171834.elementor-widget-image:before {
    border-left: solid 59px transparent;
    border-bottom: solid 51px #FFF;
  }

  .elementor-element-a171834.elementor-widget-image:after {
    border-right: solid 50px transparent;
    border-top: solid 52px #F8F8F8;
  }

  .contact-card:before {
    border-right: solid 61px transparent;
    border-bottom: solid 64px #FFF;
  }

  .application-card:before {
    border-right: solid 32px transparent;
    border-bottom: solid 34px #F8F8F8;
  }

  .application-card:after {
    border-left: solid 32px transparent;
    border-top: solid 34px #F8F8F8;
  }

  .section-alloy-chart table .at-acccent {
    font-size: 13px;
    color: #fff;
    background-color: var(--orange);
    padding: 4px 100px;
    text-align: center;
    max-width: max-content;
  }

  .section-alloy-chart table td {
    text-align: right;
  }

  .elementor-element-af73ca1.content-text,
  .elementor-element-339cb36.content-img {
    width: 100% !important;
  }

  .elementor-element-339cb36.content-img {
    margin: -175px auto 40px !important;
    max-width: 750px;
    -webkit-order: -1 !important;
    -ms-order: -1 !important;
    order: -1 !important;
  }

  .elementor-element-ef0c9cc.pg-title {
    padding: 50px 30px 125px !important;
  }

  .section-alloy-chart table tr {
    margin: 0 0 15px;
  }

  .section-alloy-chart table tr:first-of-type,
  .section-alloy-chart table tr:last-of-type {
    margin: 0;
  }

  .section-alloy-chart table td:last-of-type {
    border: none !important;
  }

  .bar-stock-contact {
    margin: 50px 0 0;
    padding: 45px 0 0;  
  }
}

@media (max-width: 767px) {


  .custom-list ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }


  h1, h2,
  .pg-title h1, .inner-hero h1 {
    font-size: 30px;
  }

  h3 {
    font-size: 19px;
  }

  .preheader,
  .header .navigation {
    display: none !important;
  }

  .header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999999;
    padding: 10px 15px
  }

  .header .elementor-col-50 {
    width: 50% !important;
  }

  .header .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
  }

  .header-logo .elementor-element,
  .header-logo .elementor-widget-container,
  .header-logo a {
    height: 100% !important;
  }

  .mnav a span {
    line-height: 1;
    color: #FFF;
  }

  .mnav a i {
    background-color: var(--orange);
  }

  .mnav.text-right {
    display: flex;
    justify-content: flex-end;
  }

  .mnav a:not(.mnav a.open-menu) {
    -webkit-order: -1 !important;
    -ms-order: -1 !important;
    order: -1 !important;
  }

  .hero,
  .admin-bar .hero {
    height: auto;
  }

  .hero {
    margin-top: 76px;
    padding: 40px 30px 450px;
  }

  .admin-bar .hero {
    margin-top: 30px;
  }

  .home-hero {
    text-align: center;
    position: relative;
  }

  .home-hero h1 {
    margin: 0;
    padding: 17px 0 0;
  }

  .home-hero h1:before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
  }

  .home-hero h1+p {
    font-size: 18px;
  }

  .pg-padding {
    padding: 50px 30px;
  }

  .section-pillars h2+p {
    margin: 0 0 20px !important;
  }

  .section-pillars .pillar {
    padding: 190px 40px 40px;
    width: calc(100%) !important;
    margin: 0 0 50px;
  }

  .section-pillars .pillar:last-of-type {
    margin: 0;
  }

  .pillar .button, .ov-card .button, html .section-raq .elementor-widget-button .elementor-button {
    font-size: 16px !important;
    padding: 15px 25px 13px !important;
  }

  .section-pillars .pillar .elementor-widget-image {
    width: max-content !important;
  }

  .section-pillars .pillar.pillar-two .elementor-widget-image {
    left: -40px;
  }

  .pillar .elementor-widget-container {
    min-height: 150px;
  }

  .section-pillars .pillar.pillar-one .elementor-widget-image {
    left: 0px;
  }

  .section-pillars .pillar.pillar-three .elementor-widget-image {
    left: -10px;
  }

  .values-toggle {
    border-bottom: none;
  }

  .values-toggle li {
    grid-column: span 2;
    margin: 0px 0 30px;
  }

  .values-toggle li:nth-child(3),
  .values-toggle li:nth-child(4) {
    margin: 0;
  }

  .values-toggle li a:after {
    background-color: #444444;
    opacity: 1;
  }

  .values-toggle li a:hover:after,
  .values-toggle li a:focus:after,
  .values-toggle li a.active:after {
    background-color: var(--orange);
  }

  .section-values h2 {
    margin: 20px 0 0;
  }

  .ov-card .content-img {
    margin: 0 0 40px;
  }

  .ov-card .content-img img {
    height: 200px !important;
  }

  .ov-card .elementor-col-50:not(.elementor-col-50.content-img) {
    padding: 0 0 25px;
  }

  .section-wcu ul {
    margin: 0 0 25px;
  }

  .copyright p {
    font-size: 14px;
    text-align: center;
  }

  .copyright p:first-of-type {
    margin: 0 0 15px;
  }

  .copyright p span {
    display: none;
  }

  .copyright p a {
    display: block;
  }

  .button, html .elementor-widget-button .elementor-button, main button[type="submit"], main input[type="submit"] {
    padding: 19px 35px 17px !important;
    font-size: 16px !important;
  }

  .section-wcu li i {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
  }

  .section-wcu li i.icon-corrosion {
    background-size: 27px;
  }

  .section-wcu li i.icon-ductility {
    background-size: 30px;
  }

  .section-wcu li i.icon-durable {
    background-size: 34px;
  }

  .section-wcu li {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .home-hero {
    background-size: 600px;
  }

  .big-nav {
    padding: 40px 30px;
  }

  .bn-socials ul li a i {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
  }

  .bn-socials ul li a i.icon-call {
    background-size: 22px;
  }

  .bn-socials ul li a i.icon-fax {
    background-size: 23px;
  }

  .bn-socials ul li a i.icon-email {
    background-size: 24px;
  }

  .bn-nav .elementor-nav-menu {
    margin: 50px 0 0;
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }

  .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-46 {
    -webkit-order: 1 !important;
    -ms-order: 1 !important;
    order: 1 !important;
  }

  .bn-nav .elementor-nav-menu li a {
    color: #fff;
    font-size: 3.5rem;
    text-transform: uppercase;
    display: block !important;
    padding: 0 30px 0 0 !important;
    line-height: 1.2 !important;
    white-space: unset !important;
  }

  .bn-nav .elementor-nav-menu li {
    margin: 0 0 20px;
    text-align: center;
  }

  .bn-close .btn-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .pg-title {
    padding: 40px 30px 20px;
  }

  .pg-title,
  .inner-hero {
    margin: 76px 0 0;
  }

  .admin-bar .pg-title,
  .admin-bar .inner-hero {
    margin: 30px 0 0;
  }

  .elementor-element-05593b7 {
    padding-top: 75px !important;
  }

  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
  }

  .content-img {
    -webkit-order: -1 !important;
    -ms-order: -1 !important;
    order: -1 !important;
    margin: 0 0 40px;
  }

  .elementor-element-18f9034 .elementor-widget-container {
    padding: 0;
  }

  .section-testimonials h2+p {
    margin: 0 0 20px !important;
  }

  .testimonial-card p {
    margin: 0 0 30px !important;
  }

  .application-card.ac-three {
    width: calc(100%) !important;
    margin: 0 0 30px;
  }

  .application-card.ac-four {
    width: calc(50% - 8px) !important;
  }

  .application-card.ac-three:last-of-type,
  .application-card.ac-four:last-of-type {
    margin: 0 !important;
  }

  .application-card h3 {
    font-size: 18px;
  }

  .pg-bronze-bushing.inner-hero .elementor-widget-image,
  .pg-bar-stock.inner-hero .elementor-widget-image,
  .pg-custom-fabrication.inner-hero .elementor-widget-image {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }

  .pg-bar-stock.inner-hero .elementor-widget-image {
    top: -50px !important;
    right: -30px !important;
  }

  .pg-bronze-bushing.inner-hero .elementor-widget-image {
    width: 70% !important;
    margin: 0 auto !important;
}

  .inner-hero .elementor-col-50:nth-child(2):not(.inner-hero .elementor-col-50.contact-card) {
    -webkit-order: -1 !important;
    -ms-order: -1 !important;
    order: -1 !important;
    margin: 0 0 40px;
  }

  .pg-bar-stock.inner-hero .elementor-col-50:nth-child(2) {
    margin: 0;
  }

  .inner-hero h1+p {
    font-size: 20px;
    margin: 0 0 40px !important;
  }

  .inner-hero,
  .pg-contact.inner-hero {
    padding: 50px 30px;
  }

  .inner-page.section-wcu {
    margin: 25px 0 0;
  }

  .inner-page.section-wcu ul {
    margin: 0 0 25px;
  }

  .section-alloy-chart h2 {
    margin: 25px 0 15px;
  }

  .elementor-field-group-field_6da32aa {
    margin: 0 0 14px !important;
  }

  .pg-contact.inner-hero ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .contact-extra h2 {
    margin: 140px 0 0;
  }

  .elementor-element-da73b5e .elementor-field-group {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .elementor-field-textual {
    font-size: 14px;
    padding: 14px 14px 14px 46px !important;
    background-position: 10px center;
  }

  #form-field-name, #form-field-field_6da32aa {
    background-size: 20px;
  }

  #form-field-email {
    background-size: 24px;
  }

  #form-field-field_25b7639 {
    background-size: 19px;
  }

  #form-field-field_ae6fb32 {
    background-size: 24px;
  }

  #form-field-field_800df77 {
    background-size: 23px;
  }

  #form-field-message {
    background-size: 26px;
    background-position: 10px 8px !important;
  }

  .pg-404 {
    height: calc(100vh - 76px);
    margin-top: 76px;
    padding: 0 30px;
  }

  .admin-bar .pg-404 {
    height: calc(100vh - 76px);
    margin-top: 30px;
  }

  .pg-404 p {
    margin: 0 0 50px;
  }

  .pg-404 h1 span {
    width: 126px;
    height: 122px;
  }

  .pg-404 p {
    margin: 0 0 30px;
  }

  .bn-nav .elementor-nav-menu {
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    columns: 1 !important;
  }

  .elementor-9 .elementor-element.elementor-element-abf7ec6:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-abf7ec6 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: bottom right !important;
    background-size: 700px !important;
    background-repeat: no-repeat !important;
  }

  .section-pillars .pillar .elementor-widget-image {
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    right: unset !important;
    left: unset !important;
  }

  .section-pillars .pillar .elementor-widget-wrap {
    flex-wrap: unset !important;
  }

  .section-pillars .pillar .elementor-widget-image {
    margin: 0 20px 0 0;
    flex: 0 0 125px;
  }

  .section-pillars .pillar {
    padding: 30px;
  }

  .section-pillars .pillar.pillar-two {
    padding: 30px 30px 30px 175px !important;
  }

  .section-pillars .pillar.pillar-two .elementor-widget-image {
    position: absolute !important;
    left: -175px !important;
    top: -30px !important;
    width: 160px !important;
    margin: 0 !important;
  }

  .section-pillars .pillar.pillar-two img,
  .section-pillars .pillar.pillar-three img {
    height: 125px;
  }

  .values-toggle {
    grid-gap: 3px;
  }

  .values-toggle li {
    margin: 0;
  }

  .values-toggle li a:after {
    content: none;
  }

  .values-toggle li a {
    background-color: #8E8E8E;
    color: var(--dark);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .values-toggle li a:hover, .values-toggle li a:focus, .values-toggle li a.active {
    color: #FFF;
    background-color: var(--orange);
  }

  .ov-card {
    margin: 5px 0 0;
  }

  .testimonial-card:last-of-type {
    margin: 0 0 25px;
  }

  .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-aa97056 {
    margin: 0 !important;
  }

  .application-card.ac-icons h3 {
    padding: 20px 0;
  }

  .section-pillars .pillar:after {
    border-left: solid 38px transparent;
    border-top: solid 40px #FFF;
  }

  .section-pillars .pillar:before {
    border-right: solid 30px transparent;
    border-bottom: solid 31px #FFF;
  }

  .elementor-element-a171834.elementor-widget-image:before {
    border-left: solid 39px transparent;
    border-bottom: solid 41px #FFF;
  }

  .elementor-element-a171834.elementor-widget-image:after {
    border-right: solid 30px transparent;
    border-top: solid 32px #F8F8F8;
  }

  .contact-card:before {
    border-right: solid 41px transparent;
    border-bottom: solid 44px #FFF;
  }

  .application-card:before {
    border-right: solid 22px transparent;
    border-bottom: solid 24px #F8F8F8;
  }

  .application-card:after {
    border-left: solid 22px transparent;
    border-top: solid 24px #F8F8F8;
  }

  .application-card.ac-icons h3 {
    font-size: 14px;
  }

  .header-logo a,
  .bn-logo a {
    width: 225px !important;
  }

  .big-nav {
    padding: 17px 15px 40px;
  }

  .bn-nav .elementor-nav-menu li a {
    font-size: 30px;
    padding: 0 !important;
  }

  .bn-socials {
    display: none;
  }

  .section-alloy-chart table .at-acccent {
    padding: 4px 0;
    max-width: 75%;
  }

  .section-pillars .pillar.pillar-one img, .section-pillars .pillar.pillar-two img, .section-pillars .pillar.pillar-three img {
    height: 100px;
  }

  .section-pillars .pillar p {
    margin: 0 0 10px !important;
  }

  .section-pillars .pillar p:last-of-type {
    margin: 0 !important;
  }

  .pillar .button {
    font-size: 15px !important;
    padding: 10px 20px 8px !important;
  }

  .pillar .elementor-widget-container {
    min-height: auto;
  }

  .section-pillars .pillar {
    padding: 20px;
    margin: 0 0 20px;
  }

  .section-pillars .pillar.pillar-two {
    padding: 20px 30px 20px 175px !important;
  }

  .section-pillars .pillar.pillar-two .elementor-widget-image {
      top: 10px !important;
  }

  .section-pillars .pillar.pillar-three img {
    transform: scale(1.15);
  }

  .elementor-element-339cb36.content-img {
    margin: -150px auto 40px !important;
  }

  .home-hero h1 {
    font-size: 24px;
  }

  .home-hero .elementor .elementor-html5-video {
    height: 100% !important;
    width: 100% !important;
  }

  .elementor .elementor-html5-video {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 201% !important;
    max-width: 201% !important;
    height: auto !important;
    border: none !important;
    outline: 0 !important;
}

.hero {
    background-image: none !important;
    height: auto !important;
    padding: 25px 20px 135px;
}

.home-hero:before {
  display: none;
}

.home-hero.hero {
  padding: 25px 20px 0px;
  height: calc(92vh - 73px) !important;
}

.bar-stock-contact .content-img:after {
    right: 0px;
}


}

@media (max-width: 500px) {
  h2 {
    font-size: 25px;
  }

  .home-hero h1+p {
    margin: 20px 0;
  }

  .values-toggle li a {
    font-size: 16px;
  }

  .bn-nav .elementor-nav-menu li a {
    font-size: 25px;
  }

  .pg-404 h1 {
    font-size: 15rem;
  }

  .pg-404 h1 span {
    width: 90px;
    height: 86px;
    margin: 0 5px 0 10px;
  }

  .pg-404 h1 em {
    font-size: 3.5rem;
  }

  .section-pillars .pillar .elementor-widget-image {
    flex: 0 0 125px;
  }

  .header-logo a,
  .bn-logo a {
    width: 200px !important;
  }

  .big-nav {
    padding: 19px 15px 40px;
  }

  .section-pillars .pillar .elementor-widget-image {
    flex: 0 0 100px;
  }

  .section-pillars .pillar.pillar-two {
    padding: 20px 30px 20px 140px !important;
  }

  .section-pillars .pillar.pillar-two .elementor-widget-image {
      position: absolute !important;
      left: -140px !important;
      top: 30px !important;
      width: 120px !important;
  }
}