/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
a:focus{
	outline:none !important;
}
.fl-node-l952qtrju0do{
	flex:unset !important;
	margin:0 auto;
}
#menu-main-nav-1 #menu-item-239 ul.sub-menu{
	display:flex !important;
	flex-wrap:wrap;
	min-width: 900px !important;
}
#menu-main-nav-1 #menu-item-239 ul.sub-menu li{
	width:32%;
}

/*** Activation New Design Dec 12, 2025 ***/
div#new-banner-slider .fl-slide {
    align-content: center;
}
div#new-banner-slider h2.fl-slide-title {
  position: relative;
  border: 1px solid #FFB300;
  max-width: fit-content;
  margin: 0 auto 25px !important;
  padding: 15px 25px !important;
  border-radius: 50px;
  overflow: hidden;
}

div#new-banner-slider h2.fl-slide-title::before,
div#new-banner-slider h2.fl-slide-title::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  z-index: -1;
}

/* Yellow */
div#new-banner-slider h2.fl-slide-title::before {
  background: #FFC1074a;
  mix-blend-mode: screen;
}

/* Black */
div#new-banner-slider h2.fl-slide-title::after {
  background: #000000af;
  mix-blend-mode: multiply;
}
div#banner-cta * {
    line-height: 28px !important;
}
div#banner-cta a span {
    font-size: 18px !important;
    font-weight: bold !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
    width: 37px !important;
    height: 2px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager {
	padding: 0 !important;
	bottom: 40px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #FFC107 !important;
}

@media (max-width: 1024px) {
    #new-banner-slider h1,
    #new-banner-slider h1 span {
      line-height: 1.4em !important;
  }
}

@media (max-width: 768px) {
  .fl-content-slider .fl-slide-bg-photo {
    position: absolute;
  }
    .fl-slide-mobile-photo {
        display: none;
    }
	.fl-content-slider, .fl-content-slider .fl-slide .bx-viewport,
	.fl-content-slider, .fl-content-slider .fl-slide{
		min-height: 500px;
		height:500px;
	}
}


/*** END ***/

a {
  text-decoration: none !important;
  transition: 0.2s ease-in;
}

html,
body {
  overflow-x: hidden;
}
/**SCROLL TO TOP */
#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: -10px;
  z-index: 99;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
  width: 50px;
  height: 45px;
  color: #ffc107;
  background: #4a4a4a;
  cursor: pointer;
  padding: 0px 0px;
  animation: fadeInBottom 0.3s ease-in;
  border: none;
  transition: background 0.3s ease-in-out;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
}
#myBtn i {
  position: relative;
  right: 3px;
}
#myBtn:hover {
  background: #ffc107;
  color: #fff;
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
  }
}
.back-to-top {
  position: absolute;
  top: 0;
  width: 100%;
}
header {
  z-index: 999;
}
body:not(.fl-builder-edit) header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: slideDown 0.35s ease-out;
}
header.hide {
  top: -100px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.top-header .fl-col-content {
  flex-direction: row;
  align-items: center;
  justify-content: right !important;
}
.bottom-header .fl-col-content {
  flex-direction: row;
  align-items: center;
  justify-content: right !important;
}
.text-has-color {
  color: #ffc107 !important;
}
.text-has-bg {
  position: relative;
  border: 1px solid rgba(255, 193, 7, 0.4);
  padding: 15px 25px;
  border-radius: 50px;
  overflow: hidden; /* keep backgrounds inside */
}

.text-has-bg::before,
.text-has-bg::after {
  content: "";
  position: absolute;
  inset: 0; /* covers the whole element */
  z-index: -1; /* behind your text */
  border-radius: 50px;
}

.text-has-bg::before {
  background: #FFC1074a; /* yellow translucent */
}

.text-has-bg::after {
  background: #000000af; /* dark layer */
}
.text-has-bg-yellow {
  border: 1px solid rgba(255, 193, 7, 0.4);
  padding: 15px 25px;
  border-radius: 50px;
  background: rgba(255, 193, 7, 0.1);
}
.footer-end {
  display: flex;
  justify-content: right;
  gap: 50px;
}
.has-small-text {
  font-weight: normal;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.header-socmed i,
.footer-social-icons i {
  background-color: #1e1e1e80;
  border-radius: 10px;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-in-touch i:before {
  color: #2E95CF !important;
}
.fl-module-box .fl-photo-content {
  margin: 0 auto;
}
.fl-module-box .fl-photo-content,
.get-in-touch i {
  background: #2E95CF33;
  border-radius: 10px;
  padding: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-with-content .fl-col-group {
  margin-top: 50px;
}

.fa-phone-alt::before {
  content: "\f879"; /* phone-alt */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-envelope::before {
  content: "\f0e0"; /* envelope */
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/* .fas.fa-phone-alt,
.contact-info-btn .fa-phone-alt:before {
  content: url("/wp-content/uploads/2025/11/Vector.png") !important;
}
.far.fa-envelope,
.contact-info-btn .dashicons-email-alt:before {
  content: url("/wp-content/uploads/2025/11/Icon.png") !important;
} */
.dashicons {
  line-height: 0 !important;
}
.accordion-container {
  box-shadow: 0px 8px 8px -3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 65%;
  margin: 0 auto;
}
.fl-accordion-button-label:focus,
.fl-accordion-button-label:active,
.fl-accordion-button-icon:focus,
.fl-accordion-button-icon:active {
  outline: none !important;
}
.fl-accordion-button-icon-left,
.fl-accordion-button-icon-right {
  opacity: 1 !important;
}
.fl-accordion-button-icon {
  color: #4a4a4a !important;
}
.gradient-bg {
  position: relative;
  background: linear-gradient(135deg, #0b3b73 0%, #003a6c 40%, #01325c 100%);
  overflow: hidden;
}

.gradient-bg::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #ffc107 -50%, rgba(255, 193, 7, 0) 70%);
  opacity: 0.25;
  pointer-events: none;
}

.gradient-bg::after {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #ffc107 -50%, rgba(255, 193, 7, 0) 70%);
  opacity: 0.25;
  pointer-events: none;
}
ul.has-bullet-icon {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  padding: 0;
  margin-bottom: 0;
}

ul.has-bullet-icon::before {
  position: absolute;
  /* content: ""; */
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 76%;
  height: 1px;
  background: rgb(255, 255, 255, 0.2);
}
ul.has-bullet-icon li::marker {
  color: #ffc107 !important;
}
ul.lists {
  list-style: none;
  margin: 0;
  padding: 0;
}	
ul.lists li {
  position: relative;
  padding-left: 25px;
}
ul.lists li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffc107;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
strong {
  font-weight: 700 !important;
}
footer a:hover {
  color: #ffc107 !important;
}
.footer-end-sec a,
footer ul li a {
  color: rgba(255, 255, 255, 0.6) !important;
}
footer p {
  color: rgba(255, 255, 255, 0.6) !important;
}
.footer-end-sec .fl-node-n5fa8e6wkj0c {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.banner-slider {
  width: 100% !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #fff !important;
  width: 35px;
  height: 3px;
  z-index: 999;
}
.owl-dots {
  position: absolute;
  width: 100%;
  margin-top: -50px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.owl-carousel button.owl-dot {
  transition: all 0.3s ease;
}
.owl-carousel button.owl-dot:hover,
.owl-carousel button.owl-dot.active {
  background: #ffc107 !important;
}
.industries-we-serve img.fl-photo-img {
  height: 280px;
  object-fit: cover;
}
a.fl-post-grid-more {
  border-radius: 50px;
  background: #ffc107;
  transition: 0.3s ease;
  border: 1px solid #ffc107;
  padding: 12px;
  width: 100%;
  text-align: center;
  color: #003366 !important;
  font-weight: 700;
  margin-top: 25px;
  font-family: Montserrat, sans-serif !important;
}
a.fl-post-grid-more:hover {
  background: transparent;
  border-color: #003366;
}
.sidebar {
  background: #f9f9f9;
  border-radius: 5px;
}
.sidebar h2 {
  font-family: Montserrat, sans-serif !important;
  color: #003366;
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar li {
  font-size: 16px;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
}
.sidebar a {
  font-weight: 600 !important;
  font-size: 16px;
  color: #003366;
  font-family: "Open Sans", sans-serif;
}
.sidebar a:hover{
	color:#ffc107;
}

.building {
  position: relative;
  background-image: url("/wp-content/uploads/2025/12/Group-2-1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  width: 90%;
  max-width: 100%;
}
p.letter-title {
  position: absolute;
  left: 56%;
  top: 17%;
}

p.store {
  position: absolute;
  right: 85px;
  top: 84px;
}

.bladetxt {
  position: absolute;
  left: 62.5%;
  top: 52%;
}
img.blade {
  position: absolute;
  left: 57%;
  top: 42%;
}
.windowtxt {
  position: absolute;
  left: 43.6%;
  top: 40%;
  position: absolute;
  left: 44.8%;
  top: 62%;
  transform: rotate(-3deg);
  font-size: 13px !important;
}
img.window {
  position: absolute;
  left: 43.6%;
  top: 40%;
}

.bannerstxt {
  position: absolute;
  left: 23%;
  top: 56%;
}
img.banners {
  position: absolute;
  left: 17%;
  top: 48%;
}

.adatxt {
  position: absolute;
  left: 80px;
  top: 38.2%;
  font-size: 12px !important;
}
img.ada {
  position: absolute;
  left: 55px;
  top: 36%;
}
.flagtxt {
  position: absolute;
  left: -8%;
  bottom: 18%;
}
img.flags {
  position: absolute;
  left: -14.5%;
  bottom: -25%;
}

.tradeshowtxt {
  position: absolute;
  left: 50px;
  bottom: -15%;
}
img.tradeshow {
  position: absolute;
  left: 15px;
  bottom: -38%;
}

.monumenttxt {
  position: absolute;
  left: 23%;
  bottom: -22%;
}
img.monument {
  position: absolute;
  left: 17%;
  bottom: -34%;
}
.framesignstxt {
  position: absolute;
  left: 61.5%;
  bottom: -5%;
  font-size: 13px !important;
  transform: rotate(-10deg);
}
img.frame-signs {
  position: absolute;
  left: 52%;
  bottom: -25%;
}

.vehicletxt {
  position: absolute;
  right: -14%;
  bottom: -9%;
  z-index: 2;
  transform: rotate(-8deg);
}
img.vehicle {
  position: absolute;
  right: -24%;
  bottom: -34%;
  z-index: 2;
}
.signstxt {
  position: absolute;
  right: -17%;
  top: 44%;
  z-index: 2;
  font-size: 13px !important;
  transform: rotate(-10deg);
  cursor: default;
  margin-bottom: 0;
}

.directorytxt {
  position: absolute;
  right: -10.5%;
  top: 34%;
  z-index: 2;
  font-size: 13px !important;
  transform: rotate(12deg);
  cursor: default;
  margin-bottom: 0;
}
img.directory {
  position: absolute;
  right: -21%;
  top: 18%;
}
.signswrp .overlay {
  display: none;
}
.signswrp:hover .overlay {
  display: block;
}
.letterswrp:hover .letter-title:nth-child(1),
.storewrp:hover .store:nth-child(1),
.bladewrp:hover img:nth-child(1),
.windowrp:hover img:nth-child(1),
.bannerswrp:hover img:nth-child(1),
.adawrp:hover img:nth-child(1),
.flagswrp:hover img:nth-child(1),
.tradeshowrp:hover img:nth-child(1),
.monumentwrp:hover img:nth-child(1),
.framesignswrp:hover img:nth-child(1),
.vehiclewrp:hover img:nth-child(1),
.directorywrp:hover img:nth-child(1) {
  opacity: 0;
}

.letterswrp .letter-title:nth-child(2),
.storewrp .store:nth-child(2),
.bladewrp img:nth-child(2),
.windowrp img:nth-child(2),
.bannerswrp img:nth-child(2),
.adawrp img:nth-child(2),
.flagswrp img:nth-child(2),
.tradeshowrp img:nth-child(2),
.monumentwrp img:nth-child(2),
.framesignswrp img:nth-child(2),
.vehiclewrp img:nth-child(2),
.directorywrp img:nth-child(2) {
  opacity: 0;
  transition: all 0.3s ease;
}

.letterswrp:hover .letter-title:nth-child(2),
.storewrp:hover .store:nth-child(2),
.bladewrp:hover img:nth-child(2),
.windowrp:hover img:nth-child(2),
.bannerswrp:hover img:nth-child(2),
.adawrp:hover img:nth-child(2),
.flagswrp:hover img:nth-child(2),
.tradeshowrp:hover img:nth-child(2),
.monumentwrp:hover img:nth-child(2),
.framesignswrp:hover img:nth-child(2),
.vehiclewrp:hover img:nth-child(2),
.directorywrp:hover img:nth-child(2) {
  opacity: 1;
  color: #ffe69a;
}
.storewrp:hover .store:nth-child(2) {
  color: #ffe69a !important;
}
.building .title {
  text-transform: uppercase;
  font-family: Times, Georgia, serif !important;
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  transform: rotate(3deg);
  margin-bottom: 0;
  text-shadow: -1px -1px 4px rgba(0, 0, 0, 1);
  cursor: default;
}
.building .store {
  font-family: "Alumni Sans", sans-serif !important;
  cursor: default;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 80px;
  transform: rotate(2deg);
  font-style: italic;
  color: #a9a8a9 !important;
  text-shadow: -1px -1px 1px rgba(220, 220, 220, 1);
}

.building .title-text {
  font-size: 15px;
  font-family: Times, Georgia, serif !important;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 700 !important;
  text-align: center;
}
.sblocks .overlay {
  z-index: 7;
  display: none;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.sblocks:hover .overlay {
  display: block;
  transform: translateY(0);
}
.overlay {
  position: absolute;
  z-index: 5;
}
.overlay::before {
  content: "▼";
  position: absolute;
  font-size: 35px;
  color: #000;
  transform: rotate(-25deg);
}

.window-overlay {
  left: 57%;
  top: 13%;
}
.store-overlay {
  right: 20%;
  top: 7%;
}
.letter-overlay {
  right: 45%;
}
.blade-signs-overlay {
  right: 5%;
}
.banners-overlay {
  left: 36%;
  top: 5%;
}
.ada-overlay {
  left: 15%;
  top: 15%;
}
.flags-overlay {
  left: 12px;
  top: 45%;
}
.monument-overlay {
  left: 39%;
  bottom: -45%;
}
.tradeshow-overlay {
  left: 14%;
  bottom: -30%;
}
.framesigns-overlay {
  left: 69%;
  bottom: -30%;
}
.vehicle-overlay {
  right: 28%;
  bottom: -34%;
}
.directory-overlay {
  right: -30px;
}
.signs-overlay {
  right: -11%;
  top: 13%;
}
.store-overlay::before {
  right: -13px;
  top: 25%;
  transform: rotate(-90deg) !important;
}

.signs-overlay::before,
.directory-overlay::before,
.vehicle-overlay::before {
  right: -13px;
  top: 45%;
  transform: rotate(-90deg) !important;
}
.letter-overlay::before {
  right: -13px;
  top: 25%;
  transform: rotate(-90deg) !important;
}
.framesigns-overlay::before,
.monument-overlay::before,
.flags-overlay::before,
.ada-overlay::before {
  left: -18px;
  top: 33%;
}

.tradeshow-overlay::before,
.banners-overlay::before,
.window-overlay::before,
.blade-signs-overlay::before {
  left: -18px;
  top: 78%;
}
.services-overlay {
  width: 250px;
  height: 35vh;
  overflow-y: scroll;
  background: #000;
  padding: 20px;
  z-index: 5;
  border-radius: 10px;
}
.services-overlay h4 {
  color: #ffc107;
  font-family: Montserrat, sans-serif !important;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.services-overlay img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 30px;
  margin-top: 10px;
}
.services-overlay p {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8em;
  color: #fff;
}
a.cta-btn {
  color: #003366;
  background: #ffc107;
  padding: 8px;
  width: 100%;
  text-align: center;
  font-family: Montserrat, sans-serif !important;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #ffc107;
  transition: all 0.2s ease;
}
a.cta-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/* Inner Pages */
.inner-shadow-blue .fl-photo-content:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 51, 102, 0.8) 0%, rgba(0, 51, 102, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  border-radius: 5px;
}
.inner-shadow-blue .fl-photo-img {
  object-fit: cover;
}

.with-2-quotation-marks, .with-2-quotation-marks * {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600!important;
  padding: 0;
  border-left: none
}

.with-2-quotation-marks em:before, .with-2-quotation-marks em:after {
  content: '';
  width: 12px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.with-2-quotation-marks em:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23036%22%20viewBox%3D%220%200%2012%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.722%207.804c0%20.623-.227%201.145-.681%201.565-.455.42-1.023.631-1.704.631-.65%200-1.201-.241-1.655-.724C.227%208.793%200%208.186%200%207.453c0-.53.122-1.113.365-1.752.26-.639.592-1.285.998-1.94.422-.654.893-1.3%201.412-1.939A31.825%2031.825%200%20014.38%200l.658.514a15.547%2015.547%200%2000-1.826%202.5c-.487.841-.779%201.667-.876%202.477.649.046%201.209.28%201.68.7.47.421.705.959.705%201.613zm6.986%200c0%20.623-.227%201.145-.682%201.565-.454.42-1.022.631-1.703.631-.65%200-1.201-.241-1.656-.724-.454-.483-.681-1.09-.681-1.823%200-.53.122-1.113.365-1.752.26-.639.592-1.285.998-1.94.422-.654.892-1.3%201.412-1.939A31.81%2031.81%200%200111.367%200L12%20.514a15.554%2015.554%200%2000-1.826%202.5c-.47.841-.754%201.667-.851%202.477.649.046%201.208.28%201.679.7.47.421.706.959.706%201.613z%22%2F%3E%3C%2Fsvg%3E");
  margin-right: 5px;
}
.with-2-quotation-marks em:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23036%22%20viewBox%3D%220%200%2012%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.278%207.804c0%20.623.227%201.145.681%201.565.455.42%201.023.631%201.704.631.65%200%201.201-.241%201.655-.724.455-.483.682-1.09.682-1.823%200-.53-.122-1.113-.365-1.752a12.928%2012.928%200%2000-.998-1.94c-.422-.654-.893-1.3-1.412-1.939A31.825%2031.825%200%20007.62%200l-.66.514a15.54%2015.54%200%20011.826%202.5c.487.841.779%201.667.876%202.477a2.746%202.746%200%2000-1.68.7c-.47.421-.705.959-.705%201.613zm-6.986%200c0%20.623.227%201.145.682%201.565.454.42%201.022.631%201.703.631.65%200%201.201-.241%201.656-.724.454-.483.681-1.09.681-1.823%200-.53-.122-1.113-.365-1.752a12.934%2012.934%200%2000-.998-1.94c-.422-.654-.892-1.3-1.412-1.939A31.83%2031.83%200%2000.633%200L0%20.514c.73.826%201.339%201.659%201.826%202.5.47.841.754%201.667.851%202.477a2.744%202.744%200%2000-1.679.7c-.47.421-.706.959-.706%201.613z%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 3px;
}

@media (max-width: 540px) {
  .footer-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .footer-end p {
    text-align: center !important;
  }
  .fl-module-box .fl-photo-content,
  .get-in-touch i {
    width: 30px;
    height: 30px;
  }
  .fl-builder-content .fl-node-xwqz3t09pd5l {
    width: 50% !important;
  }
  .fl-button-group-buttons {
    flex-direction: column !important;
	flex-wrap: unset !important;
  }
  .fl-button-group-layout-horizontal .fl-button-wrap {
    width: 100%;
  }
  .fl-button {
    width: 100%;
    border-radius: 20px;
  }
  .fl-icon-text {
    padding-left: 5px;
  }
  h1 span,
  h2.has-large-size,
  h1 {
    font-size: 22px !important;
  }
  h2.has-medium-size span,
  h2.has-medium-size {
    font-size: 19px !important;
  }
  #menu-main-nav-2 li,div#new-banner-slider h2.fl-slide-title,
  p,
  em,
  ul.list li,
  .ptext-has-size p,
  .ptext-has-size p a,
  h4 {
    font-size: 15px !important;
  }
  h3 {
    font-size: 17px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  .banner .fl-col-content {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
  }
  .image-with-content .fl-col-group {
    margin-top: 30px;
  }
  #menu-main-nav-1 li {
    font-size: 15px !important;
  }
  .fl-accordion-button-label {
    font-size: 16px !important;
  }

  .header-socmed i,
  .footer-social-icons i {
    width: 30px;
    height: 30px;
  }
  .fl-node-89ibu71lkx54 .fl-photo-img {
    width: 130px;
  }
  div#banner-cta *{
	  line-height:20px !important;
  }
  div#banner-cta *,div#banner-cta a span,
  .fl-button {
    font-size: 15px !important;
  }
  .text-has-bg-yellow,
  .text-has-bg {
    padding: 8px 22px;
    font-size: 13px;
  }
  a.fl-button {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
}

@media (max-width: 768px) and (min-width: 541px) {
  h1 span,
  h2.has-large-size,
  h1 {
    font-size: 35px !important;
  }
  h2.has-medium-size span,
  h2.has-medium-size {
    font-size: 30px !important;
  }
  .ptext-has-size p,
  .ptext-has-size p a,
  h4 {
    font-size: 16px !important;
  }
  h3 {
    font-size: 17px !important;
  }
  h2 {
    font-size: 23px !important;
  }
  .banner .fl-col-content {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
  }
  .image-with-content .fl-col-group {
    margin-top: 30px;
  }

  .fl-accordion-button-label {
    font-size: 16px !important;
  }

  .header-socmed i,
  .footer-social-icons i {
    width: 30px;
    height: 30px;
  }
  .fl-node-89ibu71lkx54 .fl-photo-img {
    width: 130px;
  }
  div#banner-cta * {
    line-height: 20px !important;
}
  div#banner-cta a span,
  .fl-button {
    font-size: 15px !important;
  }
  .text-has-bg-yellow,
  .text-has-bg {
    padding: 8px 22px;
    font-size: 13px;
  }
  a.fl-button {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
  .building {
    width: 500px;
    height: 250px;
    left: 15%;
    background-position: center;
  }

  .fl-node-0p6zvn3b2rdf {
    width: 100%;
  }
  .fl-node-m30lrjtupvq8,
  .fl-node-w0hut1k3icf7 {
    width: 50%;
  }
  .fl-node-7cux0hedqjzg {
    margin-top: -5px;
  }
}

@media (max-width: 768px) {
  ul.has-bullet-icon {
    flex-wrap: wrap;
  }
  .accordion-container {
    width: 95% !important;
  }
  .accordion-header br {
    display: none;
  }
  .accordion-content p {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #4a4a4a !important;
  }
  .services-accordion {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  .accordion-item {
    border-bottom: 1px solid #ccc;
  }

  .accordion-header {
    position: relative;
    width: 100%;
    background: #f9f9f9;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    border: none;
    outline: none;
  }
  .accordion-header::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .accordion-content {
    display: none;
    padding: 15px;
  }

  .accordion-content img {
    width: 100%;
    height: auto;
    margin: 15px 0;
  }
  .accordion-header:hover {
    background-color: #000 !important;
    color: #ffc107 !important;
  }

  .section .fl-row-content-wrap {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100% !important;
  }
  .industries-we-serve img.fl-photo-img {
    height: auto;
  }
  .fl-node-5dbkqw9svumt,
  .image-with-content .fl-col-group {
    display: flex !important;
  }
  .image-with-content .fl-row-content-wrap {
    padding-bottom: 50px !important;
  }
  .fl-node-5dt23borce8u,
  .order-first {
    order: -1;
  }
  .fl-node-m8de29uszgwi > .fl-row-content-wrap {
    padding-top: 50px !important;
  }
  .fl-node-n5fa8e6wkj0c {
    display: flex;
    flex-direction: column;
  }
  .footer-end-sec .fl-node-content {
    border-top: 0px;
  }
  .fl-node-n5fa8e6wkj0c {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .fl-node-qnyfu7860cmx {
    margin-bottom: 0px;
  }
  .fl-node-s8gozpkvry4l .fl-icon-group {
    justify-content: center;
  }
  footer .fl-heading,
  footer,
  .fl-node-uin1p0gf3cbt,
  .get-in-touch .fl-module-icon {
    text-align: center !important;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  h1 span,
  h2.has-large-size,
  h1 {
    font-size: 35px !important;
  }
 
  h2.has-medium-size span,
  h2.has-medium-size {
    font-size: 30px !important;
  }
  .ptext-has-size p,
  .ptext-has-size p a,
  h4 {
    font-size: 16px !important;
  }
  h3 {
    font-size: 17px !important;
  }
  h2 {
    font-size: 23px !important;
  }
  .banner .fl-col-content {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
  }
  .image-with-content .fl-col-group {
    margin-top: 30px;
  }

  .fl-accordion-button-label {
    font-size: 16px !important;
  }

  .header-socmed i,
  .footer-social-icons i {
    width: 30px;
    height: 30px;
  }

  .fl-node-89ibu71lkx54 .fl-photo-img {
    width: 130px;
  }
  .fl-button {
    font-size: 15px !important;
  }
  .text-has-bg-yellow,
  .text-has-bg {
    padding: 8px 22px;
    font-size: 13px;
  }
  a.fl-button {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
  .industries-we-serve img.fl-photo-img {
    height: 180px;
  }
  .building {
    width: 700px;
    left: 7%;
    background-position: top;
  }
  .building .title {
    font-size: 28px;
  }
  p.letter-title {
    top: 5%;
    font-size: 22px !important;
  }
  .building .store {
    font-size: 40px;
  }
  p.store {
    top: 33px;
    right: 53px;
  }
  img.window {
    top: 19%;
    height: 136px;
  }
  .windowtxt {
    left: 44.4%;
    top: 31%;
    font-size: 8px !important;
  }
  img.blade {
    top: 20%;
    height: 35px;
  }
  .bladetxt {
    left: 60.5%;
    top: 23.5%;
    font-size: 7px !important;
  }
  .building .title-text {
    font-size: 9px;
  }
  img.ada {
    top: 17%;
    height: 90px;
    left: 40px;
  }
  .adatxt {
    left: 57px;
    top: 18%;
    font-size: 7px !important;
  }
  img.banners {
    top: 24%;
    height: 50px;
  }
  .bannerstxt {
    left: 22%;
    top: 28%;
  }
  img.flags {
    left: -11%;
    bottom: 46%;
    height: 210px;
  }
  .flags-overlay {
    top: 26%;
  }
  .flagtxt {
    left: -7%;
    bottom: 64%;
  }
  img.tradeshow {
    bottom: 29%;
    height: 150px;
  }
  .tradeshowtxt {
    left: 30px;
    bottom: 39%;
  }
  .tradeshow-overlay {
    bottom: 8%;
  }
  img.monument {
    bottom: 32%;
    height: 100px;
  }
  .monumenttxt {
    left: 21%;
    bottom: 36%;
  }
  .monument-overlay {
    bottom: 22%;
    left: 36%;
  }
  img.vehicle {
    height: 150px;
    bottom: 33%;
  }
  .vehicletxt {
    bottom: 44%;
    right: -15%;
  }
  .vehicle-overlay {
    right: 23%;
    bottom: 32%;
  }
  img.frame-signs {
    left: 55%;
    bottom: 38%;
    height: 90px;
  }
  .framesignstxt {
    left: 62.5%;
    bottom: 46%;
    font-size: 6px !important;
  }
  .framesigns-overlay {
    bottom: 28%;
  }
  .fl-node-2csjqy9v1fa7.fl-module-button {
    margin-top: 0;
    position: relative;
    z-index: 5;
  }
  .fl-node-2csjqy9v1fa7 a.fl-button {
    width: 250px;
  }
  img.directory {
    top: 8%;
    height: 200px;
  }
  .directorytxt {
    right: -12%;
    top: 16%;
    font-size: 7px !important;
  }
  .directory-overlay {
    right: -40px;
    top: -4%;
  }
  .signs-overlay {
    right: -12%;
    top: 7%;
  }
  .signstxt {
    right: -17%;
    top: 21.2%;
    font-size: 6px !important;
  }
  .services-overlay {
    width: 200px;
    height: 25vh;
    position: relative;
  }
  .letter-overlay {
    right: 46%;
  }
  .letter-overlay::before {
    top: 11%;
  }
  .store-overlay::before {
    top: 4%;
  }
  .tradeshow-overlay::before,
  .banners-overlay::before,
  .window-overlay::before,
  .blade-signs-overlay::before {
    top: 60%;
  }
  .fl-node-0p6zvn3b2rdf {
    width: 100%;
  }
  .fl-node-m30lrjtupvq8,
  .fl-node-w0hut1k3icf7 {
    width: 50%;
  }
  .fl-node-7cux0hedqjzg {
    margin-top: -5px;
  }
  /* Chrome, Edge, Safari */
  .services-container::-webkit-scrollbar {
    width: 10px; /* width of scrollbar */
  }

  .services-container::-webkit-scrollbar-track {
    background: #f0f0f0; /* background of track */
  }

  .services-container::-webkit-scrollbar-thumb {
    background-color: #ffc107; /* yellow color */
    border-radius: 5px;
    border: 2px solid #f0f0f0; /* space around thumb */
  }

  /* Firefox */
  .services-container {
    scrollbar-width: thin; /* auto, thin */
    scrollbar-color: #ffc107 #f0f0f0; /* thumb, track */
  }
  .services-container {
    overflow-y: scroll;
  }
}

@media (max-width: 992px) {
  header.sticky .fl-node-yj8c49o3mx2v {
    display: none;
  }
  .fl-builder-content-6 .fl-node-gsqb8rn504ac {
    flex-wrap: wrap;
  }
  .hamburger {
    background: #1e1e1e80 !important;
    border-radius: 10px !important;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  h1 span,
  h2.has-large-size,
  h1 {
    font-size: 35px !important;
  }

  h2.has-medium-size span,
  h2.has-medium-size {
    font-size: 30px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 25px !important;
  }
  .banner .fl-col-content {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
  }
  .image-with-content .fl-col-group {
    margin-top: 30px;
  }
  #menu-main-nav-1 li {
    font-size: 15px !important;
  }
  .fl-accordion-button-label {
    font-size: 16px !important;
  }
  .header-socmed i:before {
    font-size: 16px !important;
  }
  .header-socmed i,
  .footer-social-icons i {
    width: 30px;
    height: 30px;
  }
  .fl-node-9hdv6l1bgzo0 > .fl-module-content {
    margin-left: 0;
  }
  #menu-main-nav-1 a {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .fl-module-button-group {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  header p {
    font-size: 14px !important;
  }
  .fl-node-89ibu71lkx54 .fl-photo-img {
    width: 130px;
  }
  .fl-button {
    font-size: 15px !important;
  }
  .text-has-bg-yellow,
  .text-has-bg {
    padding: 8px 22px;
    font-size: 13px;
  }
  a.fl-button {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
  .industries-we-serve img.fl-photo-img {
    height: 220px;
  }
  .building {
    width: 700px;
    left: 7%;
    background-position: top;
  }
  .building .title {
    font-size: 28px;
  }
  p.letter-title {
    top: 5%;
    font-size: 22px !important;
  }
  .building .store {
    font-size: 40px;
  }
  p.store {
    top: 33px;
    right: 53px;
  }
  img.window {
    top: 19%;
    height: 136px;
  }
  .windowtxt {
    left: 44.4%;
    top: 31%;
    font-size: 8px !important;
  }
  img.blade {
    top: 20%;
    height: 35px;
  }
  .bladetxt {
    left: 60.5%;
    top: 23.5%;
    font-size: 7px !important;
  }
  .building .title-text {
    font-size: 9px;
  }
  img.ada {
    top: 17%;
    height: 90px;
    left: 40px;
  }
  .adatxt {
    left: 57px;
    top: 18%;
    font-size: 7px !important;
  }
  img.banners {
    top: 24%;
    height: 50px;
  }
  .bannerstxt {
    left: 22%;
    top: 28%;
  }
  img.flags {
    left: -11%;
    bottom: 46%;
    height: 210px;
  }
  .flags-overlay {
    top: 26%;
  }
  .flagtxt {
    left: -7%;
    bottom: 64%;
  }
  img.tradeshow {
    bottom: 29%;
    height: 150px;
  }
  .tradeshowtxt {
    left: 30px;
    bottom: 39%;
  }
  .tradeshow-overlay {
    bottom: 8%;
  }
  img.monument {
    bottom: 32%;
    height: 100px;
  }
  .monumenttxt {
    left: 21%;
    bottom: 36%;
  }
  .monument-overlay {
    bottom: 22%;
    left: 36%;
  }
  img.vehicle {
    height: 150px;
    bottom: 33%;
  }
  .vehicletxt {
    bottom: 44%;
    right: -15%;
  }
  .vehicle-overlay {
    right: 23%;
    bottom: 32%;
  }
  img.frame-signs {
    left: 55%;
    bottom: 38%;
    height: 90px;
  }
  .framesignstxt {
    left: 62.5%;
    bottom: 46%;
    font-size: 6px !important;
  }
  .framesigns-overlay {
    bottom: 28%;
  }
  .fl-node-2csjqy9v1fa7.fl-module-button {
    margin-top: -110px;
    position: relative;
    z-index: 5;
  }
  .fl-node-2csjqy9v1fa7 a.fl-button {
    width: 250px;
  }
  img.directory {
    top: 8%;
    height: 200px;
  }
  .directorytxt {
    right: -12%;
    top: 16%;
    font-size: 7px !important;
  }
  .directory-overlay {
    right: -40px;
    top: -4%;
  }
  .signs-overlay {
    right: -12%;
    top: 7%;
  }
  .signstxt {
    right: -17%;
    top: 21.2%;
    font-size: 6px !important;
  }
  .services-overlay {
    width: 200px;
    height: 25vh;
  }
  .letter-overlay {
    right: 46%;
  }
  .letter-overlay::before {
    top: 11%;
  }
  .store-overlay::before {
    top: 4%;
  }
  .tradeshow-overlay::before,
  .banners-overlay::before,
  .window-overlay::before,
  .blade-signs-overlay::before {
    top: 60%;
  }
  .fl-node-0p6zvn3b2rdf {
    width: 45%;
  }
  .fl-node-m30lrjtupvq8 {
    width: 22%;
  }
  .fl-node-7cux0hedqjzg {
    margin-top: -5px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  h1 span,
  h2.has-large-size,
  h1 {
    font-size: 40px !important;
  }

  h2.has-medium-size {
    font-size: 35px !important;
  }
  .banner .fl-col-content {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  #menu-main-nav-1 li {
    font-size: 16px !important;
  }

  .header-socmed i:before {
    font-size: 17px !important;
  }
  .header-socmed i,
  .footer-social-icons i {
    width: 35px;
    height: 35px;
  }
  header .fl-module-button-group {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  header p {
    font-size: 20px !important;
  }
  .fl-button {
    font-size: 16px !important;
  }
  .text-has-bg-yellow,
  .text-has-bg {
    padding: 10px 25px;
    font-size: 14px;
  }
  a.fl-button {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }
  .industries-we-serve img.fl-photo-img {
    height: 220px;
  }
  .building {
    width: 900px;
    left: 7%;
    background-position: top;
  }
  .building .title {
    font-size: 28px;
  }
  p.letter-title {
    top: 7%;
  }
  .building .store {
    font-size: 60px;
  }
  p.store {
    top: 35px;
    right: 62px;
  }
  img.window {
    top: 24%;
    height: 180px;
  }
  .windowtxt {
    left: 44.4%;
    top: 40%;
    font-size: 11px !important;
  }
  img.blade {
    top: 26%;
    height: 60px;
  }
  .bladetxt {
    left: 61%;
    top: 32.5%;
  }
  .building .title-text {
    font-size: 12px;
  }
  img.ada {
    top: 24%;
    height: 120px;
  }
  .adatxt {
    left: 77px;
    top: 25.5%;
    font-size: 10px !important;
  }
  img.banners {
    top: 33%;
    height: 75px;
  }
  .bannerstxt {
    left: 23%;
    top: 39%;
  }
  img.flags {
    left: -12%;
    bottom: 22%;
    height: 300px;
  }
  .flags-overlay {
    top: 26%;
  }
  .flagtxt {
    left: -7%;
    bottom: 50%;
  }
  img.tradeshow {
    bottom: 7%;
    height: 200px;
  }
  .tradeshowtxt {
    left: 34px;
    bottom: 21%;
  }
  .tradeshow-overlay {
    bottom: 8%;
  }
  img.monument {
    bottom: 45px;
    height: 145px;
  }
  .monumenttxt {
    left: 22%;
    bottom: 16%;
  }
  .monument-overlay {
    bottom: -5%;
  }
  img.vehicle {
    height: 210px;
    bottom: 10%;
  }
  .vehicletxt {
    bottom: 26%;
  }
  .vehicle-overlay {
    right: 25%;
    bottom: 40px;
  }
  img.frame-signs {
    left: 53%;
    bottom: 16%;
    height: 140px;
  }
  .framesignstxt {
    left: 62%;
    bottom: 27%;
    font-size: 10px !important;
  }
  .framesigns-overlay {
    bottom: 8%;
  }
  .fl-node-2csjqy9v1fa7.fl-module-button {
    margin-top: 0;
  }
  img.directory {
    top: 10%;
    height: 300px;
  }
  .directorytxt {
    right: -10%;
    top: 22%;
    font-size: 9px !important;
  }
  .directory-overlay {
    right: -40px;
    top: -4%;
  }
  .signs-overlay {
    right: -12%;
    top: 7%;
  }
  .signstxt {
    right: -17%;
    top: 29.7%;
    font-size: 10px !important;
  }
  .services-overlay {
    width: 230px;
    height: 33vh;
  }
  .letter-overlay {
    right: 46%;
  }
  .letter-overlay::before {
    top: 11%;
  }
  .store-overlay::before {
    top: 4%;
  }
  .tradeshow-overlay::before,
  .banners-overlay::before,
  .window-overlay::before,
  .blade-signs-overlay::before {
    top: 60%;
  }
}
@media (min-width: 1400px) and (max-width: 1750px) {
  h1 span,
  h2.has-large-size,
  h1 {
    font-size: 45px !important;
  }

  h2.has-medium-size {
    font-size: 40px !important;
  }
  .banner .fl-col-content {
    padding-top: 111px !important;
    padding-bottom: 111px !important;
  }
  #menu-main-nav li {
    font-size: 18px !important;
  }
  .header-socmed i,
  .footer-social-icons i {
    width: 35px;
    height: 35px;
    font-size: 20px !important;
  }
  header .fl-module-button-group {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  header p {
    font-size: 25px !important;
  }
  .fl-button {
    font-size: 17px !important;
  }
  .text-has-bg-yellow,
  .text-has-bg {
    padding: 12px 25px;
    font-size: 14px;
  }
  .building {
    width: 1000px;
    left: 7%;
    background-position: top;
  }
  .building .title {
    font-size: 31px;
  }
  p.letter-title {
    top: 8%;
  }
  .building .store {
    font-size: 65px;
  }
  p.store {
    top: 40px;
    right: 70px;
  }
  img.window {
    top: 27%;
    height: 200px;
  }
  .windowtxt {
    left: 44.4%;
    top: 45%;
    font-size: 12px !important;
  }
  img.blade {
    top: 29%;
    height: 60px;
  }
  .bladetxt {
    left: 61%;
    top: 35.5%;
  }
  .building .title-text {
    font-size: 12px;
  }
  img.ada {
    top: 24%;
    height: 120px;
  }
  .adatxt {
    left: 77px;
    top: 25.5%;
    font-size: 10px !important;
  }
  img.banners {
    top: 33%;
    height: 75px;
  }
  .bannerstxt {
    left: 23%;
    top: 39%;
  }
  img.flags {
    left: -13%;
    bottom: 13%;
    height: 350px;
  }
  .flags-overlay {
    top: 26%;
  }
  .flagtxt {
    left: -7%;
    bottom: 45%;
  }
  img.tradeshow {
    bottom: -4%;
    height: 230px;
  }
  .tradeshowtxt {
    left: 43px;
    bottom: 13%;
  }
  .tradeshow-overlay {
    bottom: 8%;
  }
  img.monument {
    bottom: 0;
    height: 160px;
  }
  .monumenttxt {
    left: 23%;
    bottom: 8%;
  }
  .monument-overlay {
    bottom: -5%;
  }
  img.vehicle {
    height: 230px;
    bottom: 0;
  }
  .vehicletxt {
    bottom: 18%;
  }
  .vehicle-overlay {
    right: 25%;
    bottom: 40px;
  }
  img.frame-signs {
    left: 52%;
    bottom: 6%;
    height: 160px;
  }
  .framesignstxt {
    left: 61%;
    bottom: 20%;
    font-size: 12px !important;
  }
  .framesigns-overlay {
    bottom: 8%;
  }
  .fl-node-2csjqy9v1fa7.fl-module-button {
    margin-top: 0;
  }
  img.directory {
    top: 10%;
    height: 300px;
  }
  .directorytxt {
    right: -11.5%;
    top: 22%;
    font-size: 10px !important;
  }
  .directory-overlay {
    right: -40px;
    top: -4%;
  }
  .signs-overlay {
    right: -12%;
    top: 7%;
  }
  .signstxt {
    right: -17%;
    top: 29.7%;
    font-size: 10px !important;
  }
  .services-overlay {
    width: 230px;
    height: 33vh;
  }
  .letter-overlay {
    right: 46%;
  }
  .letter-overlay::before {
    top: 11%;
  }
  .store-overlay::before {
    top: 4%;
  }
  .tradeshow-overlay::before,
  .banners-overlay::before,
  .window-overlay::before,
  .blade-signs-overlay::before {
    top: 60%;
  }
}
