* {
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
}
*::selection{
	background-color: #903;
	color: #fff;
	text-shadow: 0 0 10px rgba(249, 249, 249, 0.82);
	box-shadow: 0 0 10px rgba(235, 235, 235, 0.82);
}
html body {
  padding-top: 147px;
  background: #FCF8F8A6;
}
/* header  starts */
body header.header {
	width: 100%;
	max-width: 100%;
	transition: .3s ease-in-out;
	background: unset;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 999;
  background: #fff;
}
header .header-logo a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 55px;
}
header .header-logo a img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}
.top-header {
	transition: .3s ease-in-out;
}
body header.header.sticky .top-header {
	margin-top: -52px;
	opacity: 0;
}
body header.header.sticky .header-logo a {
	height: 40px;
}
body header.header.sticky .header-main-menu li a {
	font-size: 15px;
}
body .header.sticky .header-menu nav {
	display: flex;
	justify-content: flex-end;
}
body .header.sticky .header-menu ul {
	margin-right: 0;
}
body .header.sticky .header-menu ul a,
body header.header.sticky .header-logo a {
	text-shadow: 0 0 1px rgb(255, 255, 255);
}
a{
    transition: .3s ease-in-out;
}
header, header * {
	transition: .3s ease-in-out;
}
body header.header.sticky {
	background: unset;
	/* max-width: 1530px; */
	/* backdrop-filter: blur(10px); */
	/* border-radius: 40px; */
	/* box-shadow: 0 0 20px rgba(217, 217, 217, 0.82); */
	margin-left: auto;
	top: 10px;
	margin-right: auto;
}
body .header.sticky .get-a-free-estimation-btn a {
	border-radius: 50px;
}
.header-bottom{
    transition: .3s ease-in-out;
}
body header.header.sticky .header-bottom {
	padding: 15px;
	max-width: 1530px;
	border-radius: 40px;
	backdrop-filter: blur(10px);
	box-shadow: 0 0 20px rgba(217, 217, 217, 0.82);
	width: 100%;
	margin: 0 auto;
}
body .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item::after, 
body .hfe-pointer__underline .menu-item.parent a.hfe-menu-item::after,
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted)::after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted)::after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted)::after, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted)::after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted)::after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted)::after {
	bottom: -4px;
}
header > .neve-skip-link.show-on-focus {
	display: none;
}
header .header-top-contact-link a {
	position: relative;
	padding-left: 24px;
}
header .header-top-contact-link a::before {
	content: "\f003";
	position: absolute;
	left: 0;
	right: auto;
	top: -1px;
	bottom: auto;
	font-family: fontawesome;
    font-size: 15px;
}
.header-bottom .header-menu nav {
	width: auto !important;
}
header .header-top-contact-link a.header-phone::before {
    content: "\f095";
}
header .header-top-contact-link a:hover {
	text-decoration: underline;
}
header .header-social-media .elementor-social-icon {
	opacity: 1;
	transition: .3s ease-in-out;
}
/* header  end */
.indus-we-serve-image a {
	position: relative;
}
.industries-we-serve-wrap .indus-we-serve-image a::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	pointer-events: none;
	background: linear-gradient( to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) );
    transition: .2s ease-in-out;
}
.industries-we-serve-wrap .heading-hover-industires {
    right: 0;
  margin: auto;
}
.indus-we-serve-hover-main  .indus-hover-content {
  display: none;
  pointer-events: none;
}
.indus-we-serve-hover-main:hover .indus-hover-content {
  display: block;
}
.indus-we-serve-hover-main .indus-we-serve-image {
	overflow: hidden;
}
.indus-we-serve-hover-main .indus-we-serve-image a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 450px;
	overflow: hidden;
}
.indus-we-serve-hover-main .indus-we-serve-image a img {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
body a:hover {
	opacity: 1;
}
.banner-design.footer::before,
.banner-design::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 38px;
	background: url("https://fsftm.com/wp-content/uploads/2026/02/footer-design.webp");
	background-position: center center;
	background-size: 100% 100%;
}
.banner-design::after {
	top: auto;
	bottom: 0px;
	z-index: 9;
	transform: rotate(180deg);
}
.text-line-design {
  position: relative;
  font-family: "DM Serif Text", serif;
  font-style: italic;
}
.text-line-design::before {
	content: "";
	position: absolute;
	top: auto;
	bottom: -17px;
	left: 0;
	right: 0;
	width: 80%;
	height: 14px;
	background: url('https://fsftm.com/wp-content/uploads/2026/02/banner-text-line.webp');
	background-size: cover;
	background-position: center center;
	margin: auto;
    filter: brightness(0);
}
.banner-bold, 
.common-heading-gradient .elementor-heading-title {
	/* background: linear-gradient(90deg, #903, #FF4D4D);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	color: #903;
}
.indus-we-serve-hover-main .indus-we-serve-image a:hover::before {
	background: linear-gradient( to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.1) );
}
.why-choose-fsftm-box-wrap .why-choose-fsftm-logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}
.why-choose-fsftm-box-wrap .why-choose-fsftm-logo a img,img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}
body .common-list {
	padding: 0;
	list-style-type: none;
}
body .common-list li::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: 8px;
	bottom: auto;
	background: url("https://fsftm.com/wp-content/uploads/2026/02/ullilist.png");
	height: 13px;
	width: 13px;
	background-size: 100% 100%;
	background-position: center;
	filter: invert(32%) sepia(60%) saturate(7305%) hue-rotate(324deg) brightness(58%) contrast(125%);
}
body .common-list li {
	position: relative;
	padding-left: 20px;
	font-size: 17px;
    line-height: 150%;
}
body .common-list li:not(:last-of-type) {
	margin-bottom: 5px;
}
.why-choose-bg-logo.elementor-element{
    height: 100%;
    width: 100%;
}
.common-numbered-list {
	counter-reset: line;
    padding: 0;
    list-style-type: none;
}
.common-numbered-list li {
	position: relative;
	padding-left: 55px;
	font-size: 16px;
	line-height: 150%;
}
.elementor-element.seven-step-image {
  height: 100%;
}
.elementor-element.seven-step-image img {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.common-numbered-list li::before {
	content: counter(line);
	position: absolute;
	left: 3px;
	width: 30px;
	height: 30px;
	background: #903;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%;
	border-radius: 50%;
	counter-increment: line;
	right: auto;
	top: 5px;
	bottom: auto;
	text-align: center;
	color: #FFF;
	z-index: 2;
}
.common-numbered-list li:not(:last-of-type) {
	margin-bottom: 25px;
}
.common-numbered-list li br{
    display: none;
}
.common-numbered-list li:not(:last-of-type)::after {
    content: '';
	position: absolute;
	left: 17px;
	width: 1px;
	height: 108%;
	right: auto;
	top: 39px;
	bottom: 0;
	text-align: center;
	stroke-width: 1px;
	stroke: #FFF;
	border-left: 2px dashed #000;
	z-index: 2;
}
.common-numbered-list li strong {
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height: 180%;
	color: #000;
}
.common-numbered-list li a {
  /* background: linear-gradient(90deg, #903, #FF4D4D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #903;
}
.common-numbered-list li a:hover {
  /* background: linear-gradient(90deg, #FF4D4D, #903);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #000;
}
#scroll-to-top {
	display: none;
}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button:hover {
	background-image: linear-gradient(135deg, #FF4D4D 0%, #903 100%);
	transform: scale(1.1);
}
.glow-class::before, 
.glow-class-after::after {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, #903 0%, #FF4D4D 100%);
	left: auto;
	right: -270px;
	width: 289px;
	top: 40px;
	bottom: auto;
	height: 289px;
	border-radius: 50%;
	filter: blur(186px);
	pointer-events: none;
}
body .glow-class-after::after {
  top: 310px;
left: -270px;
  right: auto;
}
body .elementor-element.contact-us {
	margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
}
/* footer start */
footer .footer-logo a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 70px;
}
.social-media .elementor-social-icons-wrapper .elementor-social-icon {
  /* background-image: linear-gradient(135deg, #903 0%, #FF4D4D 100%); */
  background: #903;
}
.social-media .elementor-social-icons-wrapper .elementor-social-icon:hover {
	/* background-image: linear-gradient(135deg, #FF4D4D 0%, #903 100%); */
	background: #000;
	transform: scale(1.1);
}
.ft-contact-side a {
	font-size: 16px;
	line-height: 140%;
	display: flex;
	font-family: "Figtree", sans-serif;
}
.ft-contact-side .footer-contact-details-wrap li {
  margin: 0px 0 0;
}
.ft-contact-side .elementor-widget-text-editor {
	width: 100%;
}
.ft-contact-side .footer-contact-details-wrap {
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.ft-contact-side .footer-contact-details-wrap li:before {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  font-family: fontawesome;
  content: "\f041";
  height: 40px;
  width: 40px;
  /* background-image: linear-gradient(135deg, #903 0%, #FF4D4D 100%); */
  background-color: #903;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 200%;
  font-size: 20px;
}
.ft-contact-side .footer-contact-details-wrap li a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.ft-contact-side .footer-contact-details-wrap li {
  position: relative;
  padding-left: 55px;
  color: #000;
  font-size: 16px;
  line-height: 140%;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.ft-contact-side .footer-contact-details-wrap li a:hover {
  color: #903;
}
.ft-contact-side .footer-contact-details-wrap li.ft-cd-phone:before {
  content: "\f095";
}
.ft-contact-side .footer-contact-details-wrap li.ft-cd-email:before {
  content: "\f003";
}
.ft-main-top-warp nav ul {
  flex-direction: column;
}
.ft-main-top-warp nav ul li:not(:last-of-type) {
	margin-bottom: 10px;
}
.ft-cr-nav ul li:not(:last-of-type){
	margin-right: 10px;
}
.ft-contact-side .footer-contact-details-wrap {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ft-contact-side .elementor-widget-text-editor {
  width: 100%;
}
.ft-cr-warp .elementor-widget-text-editor a {
	color: #515658;
}
.ft-cr-warp .elementor-widget-text-editor a:hover {
	color: #903;
}
/* footer end */
.elementor-element.aboutus-fullwidth-sections .about-fullwidth-content {
  max-width: 760px;
}
.elementor-element.aboutus-fullwidth-sections .about-fullwidth-content-left {
  margin-left: auto;
  margin-right: 0;
}
.elementor-element.aboutus-fullwidth-sections .about-fullwidth-content-right {
	margin-left: 0;
	margin-right: auto;
}
.elementor-element.aboutus-fullwidth-sections .aboutus-fullwidth-image {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-element.aboutus-fullwidth-sections .aboutus-fullwidth-image img {
  height: 100%;
  width: 100%;
}
.projects-gallery-carosuel .swiper-slide a {
  height: 400px;
  display: block;
}
.projects-gallery-carosuel .swiper-slide a img {
	height: 100%;
	width: 100%;
}
.projects-gallery-carosuel .swiper-slide a figure {
  height: 100%;
}
.projects-gallery-carosuel .swiper-slide:hover {
  transform: scale(1.06);
}
.projects-gallery-carosuel .swiper-slide {
  transition: .3s ease-in-out;
}
.projects-gallery-carosuel .swiper {
	padding-top: 15px;
	text-align: center;
}
 .elementor-element .elementor-element .elementor-swiper-button {
	transition: .3s ease-in-out;
	position: relative;
	margin: 30px 20px 0;
	transform: unset;
	inset: unset;
}
 .elementor-element .elementor-element .elementor-swiper-button.elementor-swiper-button-prev {
	left: unset;
	padding: 0px 10px 10px 0px;
}
.elementor-element .elementor-element .elementor-swiper-button svg {
	z-index: 1;
	top: 5px;
	position: relative;
	transition: .3s ease-in-out;
	filter: drop-shadow(0px 3px 5px rgb(153, 0, 51));
}
.workwith-gallery-carosuel .swiper .swiper-slide a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  max-width: 160px;
}
.workwith-gallery-carosuel .swiper .swiper-slide {
	display: flex;
   justify-content: center;
}
.elementor-widget-image-carousel .swiper {
	text-align: center;
	padding-bottom: 10px;
}
.elementor-element .elementor-element .elementor-swiper-button::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -19px;
	right: 0;
	width: 40px;
	height: 40px;
	background: #903;
	border-radius: 50%;
	transition: .3s ease-in-out;
}
.elementor-element .elementor-element .elementor-swiper-button.elementor-swiper-button-next::before {
	left: auto;
	right: -20px;
}
.elementor-element .elementor-element .elementor-swiper-button.elementor-swiper-button-next:hover::before {
	right: -27px;
	left: auto;
}
.elementor-element .elementor-element .elementor-swiper-button:hover::before {
	left: -27px;
	box-shadow: 0 0 17px rgb(153, 0, 51,0.5);
}
.whysteel-banner-gridicon .elementor-widget-icon-box .elementor-icon-box-title {
  padding-top: 80px;
  position: relative;
  flex: 1;
}
.whysteel-banner-gridicon .elementor-widget-icon-box .elementor-icon-box-title:before {
  content: "";
  position: absolute;
  background: url("https://fsftm.com/wp-content/uploads/2026/02/Harsh-weather-1.png");
  width: 70px;
  height: 60px;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
.whysteel-banner-gridicon .whysteel-banner-gridicon-pest.elementor-widget-icon-box .elementor-icon-box-title::before {
	background-image: url("https://fsftm.com/wp-content/uploads/2026/02/No-termite.png");
	width: 60px;
}
.whysteel-banner-gridicon .whysteel-banner-gridicon-fire.elementor-widget-icon-box .elementor-icon-box-title::before {
	background-image: url("https://fsftm.com/wp-content/uploads/2026/02/fire-resistance.png");
	width: 60px;
}
.whysteel-banner-gridicon .whysteel-banner-gridicon-cost.elementor-widget-icon-box .elementor-icon-box-title::before {
	background-image: url("https://fsftm.com/wp-content/uploads/2026/02/lower-cost1.png");
	width: 60px;
}
.whysteel-banner-gridicon .whysteel-banner-gridicon-corrosion.elementor-widget-icon-box .elementor-icon-box-title::before {
	background-image: url("https://fsftm.com/wp-content/uploads/2026/02/corrosion-resistant.png");
}
.whysteel-banner-gridicon .whysteel-banner-gridicon-mold.elementor-widget-icon-box .elementor-icon-box-title::before {
	background-image: url("https://fsftm.com/wp-content/uploads/2026/02/mold-resistant1.png");
	filter: brightness(0);
	width: 60px;
}
.whysteel-banner-gridicon .elementor-icon-box-wrapper {
  height: 100%;
}
.whysteel-banner-gridicon .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.whysteel-banner .whysteel-banner-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}
.whysteel-banner .whysteel-banner-img img {
  height: 100%;
  width: 100%;
}
.exploreprovensteelstructures-usa .elementor-widget-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.exploreprovensteelstructures-usa .elementor-widget-image img {
  height: 100%;
  width: 100%;
}
.exploreprovensteelstructures-usa .exploreprovensteelstructures-box {
  overflow: hidden;
}
.exploreprovensteelstructures-usa .exploreprovensteelstructures-box .exploreprovensteelstructures-hover {
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 0;
  right: 0;
  transition: .3s ease-in-out;
  pointer-events: none;
}
.exploreprovensteelstructures-box .exploreprovensteelstructures-hover .elementor-widget-text-editor {
  opacity: 0;
  transition: .3s ease-in-out;
}
.exploreprovensteelstructures-usa .exploreprovensteelstructures-box:hover .exploreprovensteelstructures-hover {
  bottom: 30px;
}
.exploreprovensteelstructures-box:hover .exploreprovensteelstructures-hover .elementor-widget-text-editor {
  opacity: 1;
}
.exploreprovensteelstructures-usa .elementor-widget-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.exploreprovensteelstructures-usa .elementor-widget-image:hover {
	transform: scale(1.1) rotate(2deg);
}
.exploreprovensteelstructures-usa .elementor-widget-image:hover::before {
	background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}
.exploreprovensteelstructures-usa .exploreprovensteelstructures-box:hover {
	transform: scaley(1.1);
}
.exploreprovensteelstructures-box .exploreprovensteelstructures-hover .elementor-heading-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .3s ease-in-out;
}
.exploreprovensteelstructures-box:hover .exploreprovensteelstructures-hover .elementor-heading-title {
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
}
.whjy-steel-imageside-con .elementor-button {
	width: 100%;
	max-width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.whjy-steel-imageside-con .elementor-button-icon svg {
	height: 20px;
	width: 20px;
	transform: rotate(120deg);
}
.whjy-steel-imageside-con .whjy-steel-imageside-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}
.whjy-steel-imageside-con .whjy-steel-imageside-img img {
  height: 100%;
  width: 100%;
}
.why-steel-section .common-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}
.why-steel-section .common-list li {
  width: 50%;
  padding-right: 20px;
}
.steel-compitators .e-n-tabs-heading button[aria-selected="true"] span {
	font-weight: 700;
}
.steel-compitators .steel-compitators-tab .e-n-tabs {
	align-items: flex-start;
}
.steel-compitators .steel-compitators-tab .e-n-tabs .e-n-tabs-heading {
	position: sticky;
	top: 200px;
	bottom: auto;
	left: 0;
	right: auto;
}
.steel-compitators .steel-compitators-tab .e-n-tabs-content .elementor-widget-image {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steel-compitators .steel-compitators-tab .e-n-tabs-content .elementor-widget-image img {
  height: 100%;
  width: 100%;
}
.why-choose-fsftm-banner .why-fsftm-image-cricle-text strong {
	font-size: 25px;
	font-family: "Outfit", sans-serif;
}
.why-choose-fsftm-banner .why-choose-fsftm-image {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-choose-fsftm-banner .why-choose-fsftm-image img {
  height: 100%;
  width: 100%;
}
.what-makes-us-different .common-list strong {
  display: block;
  color: #000;
  font-size: 20px;
  margin-bottom: 3px;
}
.what-makes-us-different .common-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.why-fsftm-who-we-are-img::before {
	content: "";
	position: absolute;
	top: -15px;
	bottom: auto;
	left: auto;
	right: -15px;
	height: 140px;
	width: 140px;
	background: transparent;
	z-index: -1;
	border: 3px solid #903;
}
.what-makes-us-different .why-fsftm-who-we-are-img::before {
	top: auto;
	bottom: -15px;
	left: -15px;
	right: auto;
}
.common-link-text {
  position: relative;
  padding-right: 15px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  transition: .3s ease-in-out;
}
.common-link-text:before {
  content: "\f101";
  position: absolute;
  left: auto;
  top: 2px;
  bottom: auto;
  right: 0;
  font-family: fontawesome;
  line-height: 1;
  font-weight: 400;
}
.common-link-text:hover {
  padding-right: 20px;
}
.elementor-element.why-fsftm-we-offer-section .why-fsftm-we-offer-grid > a:hover {
	transform: translatey(-14px);
	box-shadow: 16px 16px 21px rgba(0,0,0,0.08);
	background: #F5F5F5;
}
.elementor-element.why-fsftm-we-offer-section .why-fsftm-we-offer-grid a:hover .common-link-text {
	color: #903;
}
.why-fsftm-we-offer-section .why-fsftm-we-offer-grid .why-fsftm-we-offer-grid-text {
	flex: 1;
}
ul.contact-details {
  padding: 0;
  list-style-type: none;
}
ul.contact-details li {
  position: relative;
  padding-left: 65px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 130%;
  align-items: flex-start;
}
ul.contact-details li:before {
  content: "\f003";
  position: absolute;
  font-family: fontawesome;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  height: 50px;
  width: 50px;
  background: #903;
  color: #fff;
  text-align: center;
  font-size: 21px;
  border-radius: 50%;
  line-height: 50px;
}
ul.contact-details li.contact-phone:before{
  content: "\f095";
}
ul.contact-details li.contact-location:before{
  content: "\f041";	
}
ul.contact-details li:not(:last-of-type) {
  margin-bottom: 35px;
}
ul.contact-details li strong {
  display: block;
  color: #903;
}
ul.contact-details li a {
  color: #000;
  text-decoration: underline;
}
ul.contact-details li a:hover {
  text-decoration: none;
}
.contact-us-banner .contact-us-wrapper .contact-us-details-lt {
  position: sticky;
  top: 50px;
  left: 0;
}
body .container {
	max-width: 1530px;
}
.portfolio-page-wrapper {
	padding: 120px 0;
}
.portfolio-page-wrapper .portfolio-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 140%;
}
.portfolio-page-wrapper .portfolio-filters {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 16%;
	padding-right: 20px;
	margin: 0;
	position: sticky;
	top: 100px;
	bottom: auto;
	left: 0;
	right: auto;
}
.portfolio-page-wrapper .portfolio-filters button {
	transition: .3s ease-in-out;
	border: 1px solid transparent;
}
.portfolio-page-wrapper .portfolio-filters button.active {
	background: #000;
}
.portfolio-page-wrapper .portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 40px;
	width: 84%;
	padding-left: 60px;
}
.portfolio-page-wrapper .portfolio-filters h6 {
	margin-bottom: 20px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 140%;
	text-transform: capitalize;
}
.portfolio-page-wrapper .portfolio-grid .projects {
	margin: 0;
	height: 100%;
	display: block;
	position: relative;
    transition: .3s ease-in-out;
}
.portfolio-page-wrapper .portfolio-grid .project-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
	overflow: hidden;
}
.portfolio-page-wrapper .portfolio-grid .project-image img {
	height: 100%;
	width: 100%;
	transition: .3s ease-in-out;
}
.portfolio-page-wrapper .portfolio-listing-content-wrapper {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
body.page-template-page-portfolio.page-template-page-portfolio-php .wrapper {
	overflow: visible;
}
.portfolio-page-wrapper .portfolio-grid .projects:hover img {
	transform: scale(1.1);
}
.portfolio-page-wrapper .portfolio-grid .project-title {
	text-align: center;
	font-size: 19px;
	color: #000;
	margin: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	padding: 10px 30px;
	border-radius: 20px 0 0 0;
	font-weight: 500;
	font-style: italic;
	background-color: #fdfafa;
    transition: .3s ease-in-out;
}
.portfolio-page-wrapper .portfolio-grid .projects:hover .project-title {
	background-color: #990033;
	color: #fff;
	padding: 30px;
	font-size: 21px;
}
.portfolio-page-wrapper .portfolio-grid .projects:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.project-detail {
	padding-top: 80px;
	padding-bottom: 80px;
}
.project-detail .portfolio-details-top-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-lt-wrap {
	width: 52%;
	padding-right: 40px;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-rt-wrap {
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 500px;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-rt-wrap img {
	height: 100%;
	width: 100%;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap {
  display: flex;
  gap: 30px;
  padding-top: 30px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap li {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 150px;
	min-width: 130px;
	color: #000;
    font-size: 18px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap li::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	height: 130px;
	width: 130px;
	background: #fff;
	border-radius: 20px;
	background-image: url("https://fsftm.com/wp-content/uploads/2026/02/contractor.png");
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	background-position: center center;
	background-size: 80%;
	background-repeat: no-repeat;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap li.project-details-location::after {
	background-image: url("https://fsftm.com/wp-content/uploads/2026/02/location.png");
	background-size: 45%;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap li.project-details-timeline::after {
	background-image: url("https://fsftm.com/wp-content/uploads/2026/02/time-line.png");
	background-size: 70%;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap strong {
	color: #903;
	font-size: 20px;
	line-height: 25px;
}
.project-detail .portfolio-detail-main-gallery {
	margin-top: 120px;
}
.project-detail .portfolio-detail-main-gallery .gallery {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px;
}
.project-detail .portfolio-detail-main-gallery .gallery .gallery-item {
	width: unset;
	max-width: unset;
}
.project-detail .portfolio-detail-main-gallery .gallery-item .gallery-icon {
	height: 100%;
}
.project-detail .portfolio-detail-main-gallery .gallery-item .gallery-icon a {
	height: 350px;
	display: flex;
	justify-content: center;
	border-radius: 20px;
    overflow: hidden;
	transition: .3s ease-in-out;
  	overflow: hidden;
	align-items: center;
}
.project-detail .portfolio-detail-main-gallery .gallery-item .gallery-icon a:hover img {
	transform: scale(1.1);
}
.project-detail .portfolio-detail-main-gallery .gallery-item .gallery-icon a:hover {
	box-shadow: 14px 15px 50px rgba(0,0,0,0.15);
}
.project-detail .portfolio-detail-main-gallery .gallery-item .gallery-icon a img {
	height: 100%;
	width: 100%;
	transition: .3s ease-in-out;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-lt-wrap > h1 {
	font-size: 50px;
}
.faq-main-section .faq .e-n-accordion-item {
	background: linear-gradient(90deg, rgba(247, 239, 242, 0.63) 0%, rgba(255, 255, 255, 0.00) 100%);
}
.faq-main-section .faq .e-n-accordion-item .e-n-accordion-item-title::before {
	position: absolute;
	left: auto;
	right: 40px;
	bottom: auto;
	top: 20px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transition: .3s ease-in-out;
	background: linear-gradient(90deg, #903, #FF4D4D);
	content: "\f107";
	font-family: fontawesome;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 30px;
	transition: .3s ease-in-out;
}
.faq-main-section .faq .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"]::before {
	transform: rotate(180deg);
}
.faq-main-section .faq .e-n-accordion-item {
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: transparent;
}
.faq-main-section .faq .e-n-accordion-item[open=""] {
	border-image: linear-gradient(to left,#7D54A300 0%, #903 100%) 2;
	border-left-color: #903;
}
.privacy-policy-text .elementor-widget-text-editor strong {
	display: block;
	font-family: "Outfit", Sans-serif;
	font-size: 27px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 140%;
	color: #990033;
	margin-top: 30px;
}
.privacy-policy-text .elementor-widget-text-editor em {
	display: block;
	font-family: "Outfit", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 140%;
	margin: 10px 0 1px;
	font-style: normal;
	color: #000;
}
.privacy-policy-text .elementor-widget-text-editor ul {
	margin: 10px;
}
.privacy-policy-text .elementor-widget-text-editor p b {
	margin-top: 10px;
	display: inline-block;
	color: #000;
}
.product-resources .resource-section {
	scroll-margin-top: 100px;
	padding-bottom: 20px;
}
.steel-compitators {
	scroll-margin-top: 100px;
}
.product-resources {
	padding: 120px 0;
}
.product-resources .product-resources-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-resources .product-resources-inner-wrapper .product-resources-lt {
  width: 30%;
  position: sticky;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
}
.product-resources .product-resources-inner-wrapper .product-resoucres-rt {
  width: 70%;
  padding-left: 40px;
}
.product-resources .product-resources-lt .resource-toc li a {
  color: #000;
  font-size: 15px;
  line-height: 25px;
}
.product-resources .product-resources-lt .resource-toc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.product-resources .product-resources-inner-wrapper .product-resources-lt h2 {
  font-size: 25px;
  border-bottom: 3px dashed #903;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 20px; 
}
.product-resources .product-resources-lt .resource-toc li a.active,
.product-resources .product-resources-lt .resource-toc li a:hover {
    color: #903;
    font-weight: 600;
	text-decoration: underline;
    font-size: 16px;
}
.product-resources .resource-section > h3 {
	font-size: 35px;
	line-height: 140%;
	margin-bottom: 10px;
}
.product-resources .resource-section > p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	text-align: justify;
}
.resource-section table {
    width: 100%;
    border-collapse: separate;
    /* border-spacing: 0 12px; */
}
.resource-section table td a:empty {
	display: none;
}
.resource-section table tbody tr {
    background: #fff;
    transition: 0.3s ease;
    border-left: 4px solid transparent;
}
.resource-section table tbody tr:nth-child(2n+1) {
	background: #f4f5f7;
}
.resource-section table tbody tr:hover {
    background: #ffffff;
    border-left: 4px solid #b3122d;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.resource-section table thead th {
	background: #903;
	color: #fff;
	padding: 16px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	position: sticky;
	left: 0;
	font-weight: 500;
	top: 91px;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	line-height: 140%;
}
.resource-section table thead th strong {
	font-weight: inherit;
	font-size: inherit;
}
.resource-section table td {
    padding: 14px 18px;
	border: 0;
}
.resource-section table td a {
    background: #eef1f6;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
}
.resource-section table thead th strong {
	font-family: inherit;
}
.resource-section table td a:hover {
    background: #903;
    color: #fff;
}
.resource-section table thead {
	box-shadow: 0 6px 10px rgba(0,0,0,0.34);
	z-index: 1;
	position: relative;
}
.resource-section table thead + tbody tr:first-of-type td {
	padding-top: 20px;
}
.product-resources .resource-section .product-resources-image-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: flex-start;
	margin-top: 25px;
}
.product-resources .resource-section .product-resources-image-wrapper > div {
  width: 49%;
  display: block;
}
.product-resources .resource-section .product-resources-image-wrapper > figure.wp-block-image {
  width: 48%;
}
.product-resources .resource-section figure.wp-block-image {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.product-resources .resource-section figure.wp-block-image img {
  height: 100%;
  width: 100%;
}
.product-resources .resource-section  figure.wp-block-image + p {
	font-size: 15px;
	font-style: italic;
}
.steel-compitators-tab .e-n-tabs-content table {
	width: 100%;
	background: #fff;
	border-radius: 20px;
  	overflow: hidden;
}
.steel-compitators-tab .e-n-tabs-content table thead {
  background: #903;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 140%;
}
.steel-compitators-tab .e-n-tabs-content table thead th {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.steel-compitators-tab .e-n-tabs-content table th, 
.steel-compitators-tab .e-n-tabs-content table td {
	padding: 16px;
	border: 0;
}
.steel-compitators-tab .e-n-tabs-content table tbody tr:nth-child(2n+2) {
	background: #f4f5f7;
}
.steel-compitators-tab .e-n-tabs-content table tbody th {
	background: #f4f5f7;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	color: #000;
}
.ourvision-new-section > .elementor-hidden-tablet {
	height: 100%;
}
.elementor-element.ourvision-new-section .elementor-element.aboutus-fullwidth-image {
	height: 100%;
	max-height: 720px;
}
body .aboutus-fullwidth-sections .glow-class::before, 
body .aboutus-fullwidth-sections .glow-class-after::after {
	top: 0;
	bottom: 0;
	margin: auto;
}
.ceo-message-section .ceo-message-container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	background: #903;
}
.ceo-message-section .ceo-message-image .elementor-widget-image {
	height: 525px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 445px;
}
body#neve_body header .header-main-menu li ul.sub-menu {
	top: 30px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.09);
}
body header.header.sticky {
	padding: 0 15px;
}
.our-five-step-process .five-step-wrap .five-step-right {
	position: sticky;
	top: 10px;
	left: 0;
}
.our-five-step-process .five-step-wrap .five-step-left .five-step-left-grid-wrap > div:hover {
	background: #fff;
	box-shadow: 0px 14px 54px 20px rgba(0, 25.00000000000003, 79, 0.08);
}
.testimonials-section .testimonials-wrapper > .e-con-inner {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 90px 50px;
}
.testimonials-main-box .elementor-testimonial-meta-inner .elementor-testimonial-image {
	width: 170px;
	display: flex;
	max-width: unset;
	justify-content: center;
	align-items: center;
}
.testimonials-main-box .elementor-testimonial-meta-inner .elementor-testimonial-image img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.testimonials-wrapper .testimonials-main-box .elementor-testimonial-meta .elementor-testimonial-meta-inner {
	display: flex;
	justify-content: flex-end;
}
.testimonials-wrapper .testimonials-main-box .elementor-testimonial-meta {
	margin-top: 50px;
}
.testimonials-section .testimonials-wrapper .testimonials-main-box .elementor-testimonial-meta-inner .elementor-testimonial-image {
	display: flex;
	width: unset;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -48px;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	max-width: 200px;
	padding: 20px;
	border-radius: 20px 20px 0 0;
	box-shadow: 0px -30px 50px rgba(0,0,0,0.05);
}
.testimonials-wrapper .testimonials-main-box .elementor-testimonial-meta-inner .elementor-testimonial-details {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-rt-wrap.mobile-portfolio-banner-image {
	display: none;
}
.testimonials-main-box .elementor-testimonial-details .elementor-testimonial-name {
	text-align: right;
	padding-left: 10px;
}
.privacy-policy-text .elementor-widget-text-editor p > br {
	display: none;
}
.faq-main-section .faq .e-n-accordion-item .e-n-accordion-item-title {
	box-shadow: unset;
}
.error404 .neve-main {
	text-align: center;
	padding: 120px 15px;
	max-width: 1530px;
	width: 100%;
	margin: 0 auto;
}
.error404 .neve-main h2 {
	font-size: 130px;
	line-height: 120%;
	margin-bottom: 0;
}
.error404 .neve-main h3 {
	font-size: 21px;
	margin: 10px 0;
}
.error404 .neve-main a br {
	display: none;
}
.error404 .neve-main p a {
	position: relative;
	top: 30px;
	display: block;
	font-family: "Figtree", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 50px;
	color: #FFF;
	transition: .3s ease-in-out;
	border: 1px solid transparent;
	background: #903;
	width: fit-content;
	margin: 0 auto;
	padding: 0 30px;
	border-radius: 5px;
}
.error404 .neve-main p a:hover {
	background: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1530px){
	header .header-logo a {
		height: 40px;
	}
	#neve_body .header-bottom .header-menu nav > ul > li:not(:last-of-type) {
		margin-right: 8px;
	}
	body#neve_body header.header .header-main-menu li a {
		font-size: 14px;
	}
	#neve_body header .header-bottom .get-a-free-estimation-btn {
		margin-left: auto;
	}
	#neve_body header .header-bottom .get-a-free-estimation-btn a {
		padding: 0 5px;
		font-size: 13px;
	}
	body header.header.sticky {
		padding: 0 15px;
	}
	body#neve_body header .header-main-menu li ul.sub-menu a {
		padding: 15px 10px;
	}
	body#neve_body header .header-main-menu li ul.sub-menu {
		width: 160px;
		min-width: 160px;
	}
	body#neve_body header .header-main-menu li ul.sub-menu {
		width: 160px;
		min-width: 160px;
	}
}
@media only screen and (max-width: 1199px){
  .ft-contact-side .footer-contact-details-wrap li::before {
    height: 35px;
    width: 35px;
    font-size: 16px;
  }
  .ft-contact-side .footer-contact-details-wrap li {
    padding-left: 45px;
    font-size: 14px;
    min-height: 35px;
  }
footer .footer-logo a {
	height: 50px;
}
.ft-main-top-warp nav ul li:not(:last-of-type) {
	margin-bottom: 7px;
}
.ft-cr-nav ul li:not(:last-of-type) {
	margin-right: 7px;
}
.indus-we-serve-hover-main .indus-we-serve-image a {
	height: 350px;
}
body .common-list li {
	font-size: 15px;
}
body .common-list li::before {
	top: 4px;
}
.why-choose-fsftm-box-wrap .why-choose-fsftm-logo a {
	height: 70px;
}
body .common-list li:not(:last-of-type) {
	margin-bottom: 2px;
}
.our-five-step-process .five-step-wrap .five-step-right {
	position: unset;
	top: unset;
	left: unset;
}
.common-numbered-list li:not(:last-of-type) {
	margin-bottom: 15px;
}
.common-numbered-list li {
	padding-left: 45px;
	font-size: 15px;
}
.common-numbered-list li strong {
	font-size: 17px;
}
.common-numbered-list li::before {
	width: 26px;
	height: 26px;
	font-size: 15px;
	line-height: 170%;
	top: 6px;
}
.common-numbered-list li:not(:last-of-type)::after {
	left: 16px;
}
.projects-gallery-carosuel .swiper-slide a {
	height: 300px;
}
.workwith-gallery-carosuel .swiper .swiper-slide a figure {
	height: 90px;
	max-width: 120px;
}
body .elementor-element.contact-us {
	max-width: 97%;
}
.elementor-element.our-five-step-process .elementor-element.five-step-right .fivestep-arrow {
	right: 0;
	left: auto;
	transform: rotate(90deg);
}
.elementor-element.contact-us .elementor-element .elementor-element.contact-us-arrow {
	right: 133px;
}
.elementor-element.ourvision-new-section .elementor-element.aboutus-fullwidth-image {
	height: 430px;
}
.ceo-message-section .ceo-message-image .elementor-widget-image {
	height: 335px;
}
	html body {
	padding-top: 144px;
}
.whysteel-banner .whysteel-banner-img {
	height: 520px;
}
.whysteel-banner-gridicon .whysteel-banner-gridicon-mold.elementor-widget-icon-box .elementor-icon-box-title::before,
.whysteel-banner-gridicon .whysteel-banner-gridicon-cost.elementor-widget-icon-box .elementor-icon-box-title::before,
.whysteel-banner-gridicon .whysteel-banner-gridicon-fire.elementor-widget-icon-box .elementor-icon-box-title::before,
.whysteel-banner-gridicon .whysteel-banner-gridicon-pest.elementor-widget-icon-box .elementor-icon-box-title::before {
	width: 50px;
}
.whysteel-banner-gridicon .elementor-widget-icon-box .elementor-icon-box-title::before {
	width: 50px;
	height: 50px;
}
.whysteel-banner-gridicon .elementor-widget-icon-box .elementor-icon-box-title {
	padding-top: 65px;
}
.exploreprovensteelstructures-usa .elementor-widget-image {
	height: 350px;
}
.exploreprovensteelstructures-usa .exploreprovensteelstructures-box .exploreprovensteelstructures-hover {
	bottom: -80px;
}
.whjy-steel-imageside-con .elementor-button {
	max-width: 110px;
}
.why-steel-section .whjy-steel-imageside-con .elementor-element.why-steel-comparison-arrow.elementor-widget-image {
	bottom: -60px;
}
.why-steel-section .whjy-steel-imageside-con .elementor-element.why-steel-comparison-arrow.elementor-widget-image img {
	width: 90px;
}
.steel-compitators .steel-compitators-tab .e-n-tabs-content .elementor-widget-image {
	height: 350px;
}
.steel-compitators-tab .e-n-tabs-content table thead {
	font-size: 16px;
}
.steel-compitators-tab .e-n-tabs-content table th, 
.steel-compitators-tab .e-n-tabs-content table td {
	padding: 10px 15px;
}
.why-choose-fsftm-banner .why-choose-fsftm-image {
	height: 400px;
}
.why-choose-fsftm-banner .why-fsftm-image-cricle-text strong {
	font-size: 18px;
	display: block;
}
.elementor-element.why-choose-fsftm-banner .elementor-element .elementor-element.why-fsftm-image-cricle-text {
	left: -40px;
}
.elementor-element.why-fsftm-who-we-are-section .elementor-element.why-fsftm-who-we-are-mobile-image {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.product-resources .product-resources-inner-wrapper .product-resources-lt h2 {
	font-size: 21px;
	border-bottom: 2px dashed #903;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.product-resources {
	padding: 80px 0;
}
.product-resources .product-resources-lt .resource-toc li a.active, 
.product-resources .product-resources-lt .resource-toc li a:hover,
.product-resources .product-resources-lt .resource-toc li a{
	font-size: 14px;
	line-height: 22px;
}
.product-resources .product-resources-lt .resource-toc li:not(:last-of-type) {
	margin-bottom: 2px;
}
.product-resources .resource-section > h3 {
	font-size: 25px;
}
.product-resources .resource-section > p {
	font-size: 15px;
	line-height: 22px;
}
.resource-section table thead th {
	padding: 10px;
	font-size: 15px;
}
.resource-section table td {
	padding: 10px;
	font-size: 13px;
}
.resource-section table thead + tbody tr:first-of-type td {
	padding-top: 10px;
}
.resource-section table td a {
	padding: 6px;
	font-size: 13px;
}
.product-resources .resource-section {
	padding-bottom: 10px;
}
.product-resources .wp-block-table {
	margin-top: 20px;
}
.product-resources .resource-section .product-resources-image-wrapper {
	margin-top: 15px;
	gap: 10px;
}
.product-resources .resource-section figure.wp-block-image + p {
	font-size: 14px;
}
.product-resources .resource-section figure.wp-block-image {
	height: 250px;
}
.product-resources .product-resources-inner-wrapper .product-resoucres-rt {
	padding-left: 30px;
}
.portfolio-page-wrapper {
	padding: 80px 0;
}
.portfolio-page-wrapper .portfolio-title {
	font-size: 27px;
}
.portfolio-page-wrapper .portfolio-filters h6 {
	font-size: 23px;
	margin-bottom: 10px;
}
.portfolio-page-wrapper .portfolio-grid {
	grid-gap: 20px;
	padding-left: 20px;
}
.portfolio-page-wrapper .portfolio-grid .project-image {
	height: 300px;
}
.portfolio-page-wrapper .portfolio-grid .project-title {
	font-size: 16px;
	padding: 5px 10px;
}
.portfolio-page-wrapper .portfolio-grid .projects:hover .project-title {
	padding: 15px;
	font-size: 16px;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-lt-wrap > h1 {
	font-size: 40px;
	margin-bottom: 0;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap li::after {
	height: 90px;
	width: 90px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap strong {
	font-size: 18px;
	line-height: 24px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap li {
	padding-top: 110px;
  	min-width: 90px;
	font-size: 16px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap {
	gap: 20px;
	padding-top: 40px;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-rt-wrap {
	height: 400px;
}
.project-detail .portfolio-detail-main-gallery {
	margin-top: 70px;
}
.project-detail .portfolio-detail-main-gallery .gallery {
	grid-gap: 15px;
}
.project-detail .portfolio-detail-main-gallery .gallery-item .gallery-icon a {
	height: 300px;
}
.project-detail .portfolio-detail-main-gallery > h3 {
	margin-bottom: 15px;
}
.testimonials-section .testimonials-wrapper > .e-con-inner {
	grid-gap: 80px 30px;
}
.testimonials-section .testimonials-wrapper .testimonials-main-box .elementor-testimonial-meta-inner .elementor-testimonial-image {
	max-width: 170px;
}
.testimonials-wrapper .testimonials-main-box .elementor-testimonial-meta {
	margin-top: 30px;
}
ul.contact-details li::before {
	height: 40px;
	width: 40px;
	font-size: 19px;
	line-height: 40px;
}
ul.contact-details li {
	padding-left: 55px;
	min-height: 40px;
	font-size: 17px;
}
ul.contact-details li:not(:last-of-type) {
	margin-bottom: 25px;
}
ul.contact-details li a {
	font-size: 15px;
}
.contact-us-banner .contact-us-details-lt .social-media a.elementor-icon {
	height: 40px;
	width: 40px;
}
.faq-main-section .faq .e-n-accordion-item .e-n-accordion-item-title::before {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 22px;
}
.privacy-policy-text .elementor-widget-text-editor em {
	font-size: 18px;
	margin: 5px 0 0px;
}
.privacy-policy-text .elementor-widget-text-editor strong {
	font-size: 22px;
	margin-top: 20px;
}
.privacy-policy-text .elementor-widget-text-editor ul {
	margin: 10px 0;
}
.privacy-policy-text .elementor-widget-text-editor p b {
	margin-top: 5px;
}
}
@media only screen and (max-width: 1024px){
.steel-compitators .steel-compitators-tab .e-n-tabs-content .elementor-widget-image {
	height: 400px;
}
.header-bottom .header-menu {
	order: 3;
}
header .header-logo a {
	height: 51px;
}
.elementor-element.header-bottom .elementor-element.header-menu .hfe-nav-menu__toggle {
	margin-left: auto;
	margin-right: 0;
}
.elementor-element.header-bottom .elementor-element.get-a-free-estimation-btn {
	order: 2;
	margin-left: auto;
}
/*
	#neve_body .header-bottom .header-menu nav {
		padding-top: 150px;
	}
	#neve_body .header-bottom .header-menu .hfe-active-menu-full-width + nav {
		height: 100vh;
		top: -76px;
		width: 100vw !important;
		bottom: 0;
		align-items: flex-start;
	} */
#neve_body .header-bottom .header-menu nav li a {
	padding: 15px;
}
#neve_body .header-bottom .header-menu nav li a::after {
	display: none;
}
#neve_body .header-bottom .header-menu nav li {
	margin: 0;
}
.header-bottom .header-menu nav {
	transition: unset;
}
/* header -animation start */
#neve_body .header-bottom .header-menu nav {
	overflow: hidden;
	-webkit-transform: translate(280px,0);
	transform: translate(100%,0);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: fixed;
	left: 0 !important;
	height: 100vh;
	top: 0;
	width: 100vw !important;
	visibility: unset;
	opacity: unset;
	height: 100vh;
	background: #fff;
	bottom: 0 !important;
	padding-top: 150px;
}
#neve_body .sticky .header-bottom .header-menu .hfe-active-menu-full-width + nav {
	margin: -15px;
}
#neve_body .header-bottom .header-menu .hfe-active-menu-full-width + nav {
	bottom: 0;
	align-items: flex-start;
	padding-top: 120px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
/* header -animation end */
#neve_body .header-bottom .header-menu .hfe-active-menu-full-width {
	z-index: 99999;
}
body#neve_body header .header-main-menu li ul.sub-menu {
	transform: unset !important;
	position: static !important;
	padding-left: 30px;
	border-radius: 0;
    box-shadow: unset;
	overflow: unset;
}
body#neve_body.menu-open {
	overflow: hidden;
}
#neve_body .header-bottom .header-menu nav li.hfe-has-submenu .sub-arrow {
	color: #515658;
	border: 0;
	border-left: 1px solid #515658;
}
#neve_body .header-bottom .header-menu nav li.hfe-has-submenu > div > a:hover .sub-arrow {
	border-color: #fff;
	color: #fff;
}
}
@media only screen and (max-width: 1023px) {
	.ceo-message-section .ceo-message-image .elementor-widget-image {
	height: 285px;
}
	.elementor-element.aboutus-fullwidth-sections .about-fullwidth-content {
	max-width: unset;
}
.elementor-element.aboutus-fullwidth-sections .about-fullwidth-content-left {
	margin-left: 0;
	margin-right: 0;
}
	.elementor-element.contact-us .elementor-element .elementor-element.contact-us-arrow {
	right: 13px;
}
body .common-list li {
	font-size: 15px;
}
.text-line-design::before {
	bottom: -9px;
	height: 9px;
}
.elementor-element .elementor-element .elementor-swiper-button {
	margin: 30px 10px 0;
}
.whysteel-banner .whysteel-banner-img {
	height: 350px;
	margin: 0 auto;
}
.elementor-element.whjy-steel-imageside-con .elementor-element.whjy-steel-imageside-img {
	height: 400px;
	margin: 0 auto;
	max-width: 400px;
}
.elementor-element.why-steel-section .elementor-element.whjy-steel-imageside-con .steelvsbestbutton-absoulte {
	left: 160px;
}
.elementor-element.why-choose-fsftm-banner .elementor-element.why-fsftm-banner-image {
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
}
.product-resources .product-resources-inner-wrapper .product-resources-lt {
	top: 209px;
}
.product-resources {
	padding: 60px 0;
}
.product-resources .product-resources-inner-wrapper .product-resoucres-rt {
	padding-left: 20px;
}
.portfolio-page-wrapper {
	padding: 60px 0;
}
.portfolio-page-wrapper .portfolio-grid {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px;
	width: 83%;
}
.portfolio-page-wrapper .portfolio-filters button {
	font-size: 15px;
	padding: 0 10px;
}
.portfolio-page-wrapper .portfolio-filters {
	gap: 10px;
	width: 17%;
	padding-right: 0;
	top: 100px;
}
.portfolio-page-wrapper .portfolio-title {
	margin-bottom: 15px;
	font-size: 26px;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-rt-wrap {
	height: 350px;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-lt-wrap > h1 {
	font-size: 32px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap {
	padding-top: 20px;
}
.project-detail .portfolio-detail-main-gallery .gallery {
	grid-template-columns: repeat(3,1fr);
}
.project-detail .portfolio-detail-main-gallery {
	margin-top: 60px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap li.project-details-timeline::after {
	background-size: 60%;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap li.project-details-location::after {
	background-size: 38%;
}
.faq-main-section .faq .e-n-accordion-item .e-n-accordion-item-title::before {
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-size: 18px;
}
.error404 .neve-main h2 {
	font-size: 100px;
}
}
@media only screen and (max-width: 767px){
	
	.resource-section table thead th {
	position: static;
}
body .why-choose-fsftm-section.elementor-element .elementor-element.why-choose-fsftm-box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
body .common-list li {
	font-size: 14px;
}
body .common-list li::before {
	top: 4px;
}
.steel-compitators .steel-compitators-tab .e-n-tabs-content .elementor-widget-image {
	height: 300px;
	max-width: 350px;
    margin: 0 auto;
}
header .header-logo a {
	height: 35px;
}
#neve_body .header-bottom .header-menu .hfe-active-menu-full-width + nav {
	padding-top: 80px;
}
.ft-contact-side .footer-contact-details-wrap {
	flex-direction: column;
	gap: 15px;
}
.glow-class::before, 
.glow-class-after::after{
	display: none;
}
html body {
	padding-top: 83px;
	overflow-x: hidden;
}
.banner-design::after {
	height: 25px;
}
.common-numbered-list li strong {
	font-size: 16px;
}
.common-numbered-list li::before {
	font-size: 14px;
	line-height: 180%;
	top: 2px;
}
.common-numbered-list li {
	font-size: 14px;
	line-height: 140%;
}
.common-numbered-list li:not(:last-of-type)::after {
	top: 28px;
}
body .elementor-element.contact-us {
	max-width: 90%;
}
.workwith-gallery-carosuel .swiper .swiper-slide a figure {
	height: 70px;
	max-width: 100px;
}
.elementor-element.aboutus-fullwidth-sections .elementor-element.aboutus-fullwidth-image,
.elementor-element.ourvision-new-section .elementor-element.aboutus-fullwidth-image {
	height: 300px;
	max-width: 350px;
	margin: 0 auto;
}
.elementor-element .elementor-element .elementor-element.who-we-are-image {
	max-width: 350px;
	margin: 0 auto;
}
.whysteel-banner .whysteel-banner-img {
	height: 300px;
}
.whjy-steel-imageside-con .elementor-button {
	max-width: 90px;
	height: 73px;
}
.elementor-element.why-steel-section .elementor-element.whjy-steel-imageside-con .steelvsbestbutton-absoulte {
	left: 3px;
}
.elementor-element.whjy-steel-imageside-con .elementor-element.whjy-steel-imageside-img {
	height: 350px;
	max-width: 320px;
}
.steel-compitators-tab .e-n-tabs-content table thead {
	font-size: 14px;
}
.steel-compitators-tab .e-n-tabs-content table th, .steel-compitators-tab .e-n-tabs-content table td {
	padding: 10px;
}
.steel-compitators-tab .e-n-tabs-content table {
	font-size: 14px;
}
.elementor-element.why-choose-fsftm-banner .elementor-element .elementor-element.why-fsftm-image-cricle-text {
	left: 0;
}
.why-choose-fsftm-banner .why-choose-fsftm-image {
	height: 350px;
}
.elementor-element .elementor-element .elementor-swiper-button svg {
	top: 6px;
	height: 23px;
	width: 23px;
}
.elementor-element .elementor-element .elementor-swiper-button::before {
	width: 35px;
	height: 35px;
}
.product-resources {
	padding: 40px 0;
}
.product-resources .product-resources-inner-wrapper .product-resources-lt {
	width: 100%;
	position: static;
}
.product-resources .product-resources-inner-wrapper .product-resoucres-rt {
	padding-left: 0;
	padding-top: 30px;
	width: 100%;
}
.product-resources .resource-section > h3 {
	font-size: 19px;
}
.product-resources .resource-section > p {
	font-size: 14px;
}
.resource-section table thead th {
	font-size: 13px;
}
.resource-section table td,
.resource-section table td a {
	font-size: 12px;
}
.product-resources .resource-section .product-resources-image-wrapper > figure.wp-block-image {
	width: 100%;
}
.product-resources .resource-section .product-resources-image-wrapper > div {
	width: 100%;
}
.product-resources .resource-section .product-resources-image-wrapper {
	flex-direction: column;
}
.product-resources .wp-block-table {
	margin-bottom: 20px;
}
.product-resources .wp-block-table {
	overflow-x: auto;
}
.portfolio-page-wrapper .portfolio-filters {
	width: 100%;
	position: static;
}
.portfolio-page-wrapper .portfolio-grid {
	grid-template-columns: repeat(1,1fr);
	width: 100%;
	padding-left: 0px;
	padding-top: 40px;
}
.portfolio-page-wrapper .portfolio-title {
	font-size: 20px;
}
.portfolio-page-wrapper {
	padding: 40px 0;
}
.portfolio-page-wrapper .portfolio-filters h6 {
	font-size: 19px;
}
.portfolio-page-wrapper .portfolio-filters button {
	font-size: 14px;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-rt-wrap {
	display: none;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-rt-wrap.mobile-portfolio-banner-image {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.project-detail {
	padding-top: 50px;
	padding-bottom: 40px;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-lt-wrap {
	width: 100%;
	padding-right: 0;
}
.project-detail .portfolio-details-top-wrap .portfolio-detail-lt-wrap > h1 {
	font-size: 27px;
	text-align: center;
	margin-bottom: 15px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap {
	padding-top: 25px;
	gap: 15px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap li::after {
	height: 80px;
	width: 80px;
	border-radius: 10px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap li {
	padding-top: 96px;
	font-size: 14px;
}
.portfolio-details-top-wrap .portfolio-detail-lt-wrap .project-details-wrap strong {
	font-size: 16px;
}
.project-detail .portfolio-detail-main-gallery {
	margin-top: 40px;
}
.project-detail .portfolio-detail-main-gallery .gallery {
	grid-template-columns: repeat(1,1fr);
}
.testimonials-section .testimonials-wrapper > .e-con-inner {
	grid-template-columns: repeat(1,1fr);
	grid-gap: 60px 30px;
}
.testimonials-section .testimonials-wrapper .testimonials-main-box .elementor-testimonial-meta-inner .elementor-testimonial-image {
	max-width: 140px;
	padding: 15px;
	top: -35px;
}
.contact-us-banner .contact-us-wrapper .contact-us-details-lt {
	position: static;
}
ul.contact-details li::before {
	font-size: 17px;
}
ul.contact-details li {
	font-size: 15px;
}
ul.contact-details li a {
	font-size: 14px;
}
ul.contact-details li:not(:last-of-type) {
	margin-bottom: 20px;
}
.faq-main-section .faq .e-n-accordion-item .e-n-accordion-item-title::before {
	right: 15px;
}
.privacy-policy-text .elementor-widget-text-editor strong {
	font-size: 19px;
	text-align: left;
	margin-bottom: 5px;
}
.privacy-policy-text .elementor-widget-text-editor em {
	font-size: 16px;
	margin: 2px 0 0px;
}
body .privacy-policy-text .elementor-widget-text-editor .common-list li {
	text-align: left;
}
.why-steel-section .common-list li {
	width: 100%;
	padding-right: 0;
}
.error404 .neve-main h2 {
	font-size: 60px;
}
.error404 .neve-main h3 {
	font-size: 17px;
}
.error404 .neve-main p a {
	top: 20px;
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 5px;
}
}
@media only screen and (min-width: 580px) and (max-width: 767px){
	.our-five-step-process .five-step-left-inner-main-wrap .five-step-left-grid-wrap,
	.industries-we-serve-section .industries-we-serve-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
.elementor-element.why-steel-section .elementor-element.whjy-steel-imageside-con .steelvsbestbutton-absoulte {
	left: -125px;
}
.whjy-steel-imageside-con .elementor-button {
	margin: 0 auto;
}
.elementor-element .elementor-element.exploreprovensteelstructures-usa {
	grid-template-columns: repeat(2, 1fr);
}
.elementor-element .elementor-element.whysteel-banner-gridicon {
	grid-template-columns: repeat(3, 1fr);
}
.elementor-element.why-choose-fsftm-banner .elementor-element.why-fsftm-banner-expertise-grid {
	grid-template-columns: repeat(3, 1fr);
}
.elementor-element.why-fsftm-we-offer-section .elementor-element.why-fsftm-we-offer-grid {
	grid-template-columns: repeat(2, 1fr);
}
.product-resources .resource-section .product-resources-image-wrapper {
	flex-direction: row;
}
.product-resources .resource-section .product-resources-image-wrapper > figure.wp-block-image {
	width: 48%;
}
.product-resources .resource-section .product-resources-image-wrapper > div {
	width: 49%;
}
.portfolio-page-wrapper .portfolio-filters {
	width: 30%;
	padding-right: 20px;
	top: 90px;
}
.portfolio-page-wrapper .portfolio-grid {
	grid-template-columns: repeat(2,1fr);
	width: 70%;
	padding-top: 0px;
}
.project-detail .portfolio-detail-main-gallery .gallery {
	grid-template-columns: repeat(3,1fr);
}
.testimonials-section .testimonials-wrapper > .e-con-inner {
	grid-template-columns: repeat(2,1fr);
}
}
  /* font-family: "Outfit", sans-serif;
   font-family: "Figtree", sans-serif;
   font-family: "DM Serif Text", serif; */