@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
html {
	font-size: 100%;
	scroll-behavior: smooth;
}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Urbanist", sans-serif;
}
input:focus, img:focus, textarea:focus {
	outline: none !important;
}
.bg-blue {
	background-color: #dcf0f4;
}
body {
	font-size: 1em;
	color: #000;
	margin: 0px;
	font-family: "Urbanist", sans-serif;
}
ul, li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 1.1em;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Urbanist", sans-serif;
}
.m-t50{margin-top: 50px;}
img {
	display: flex;
}
.black-but, .cfs-hyperlink {
	text-decoration: none;
	padding: 13px 20px;
	color: #000000;
	line-height: 1;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 1px;
	border: solid 2px #ffffff;
	border-radius: 30px;
	background: #ffffff;
}
.black-but:hover, .cfs-hyperlink:hover {
	background: #7ed6fb;
	border-color: #7ed6fb;
	color: #000000;
	transition: 0.2s;
}
.container {
	width: 1280px;
	margin: 0 auto;
}
.container-flex {
	display: flex; /* flex-wrap: wrap;*/
}
.clear {
	clear: both;
}
.phoenixeng-title {
	font-size: 2.5em;
	line-height: 1.3;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-family: "Urbanist", sans-serif;
}
.toggle-menu, .close {
	display: none;
}
/**************************************************/
.home .header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	padding: 1em 3em;
	background: no-repeat;
	top: 0;
}
.header {
	width: 100%;
	padding: 0.5em 3em;
	background: #093048;
}
.header .container-flex {
	justify-content: space-between;
}
.logo img {
	width: 160px;
}
.sticky .header {
	position: fixed;
	transition: 0.5s;
	width: 100%;
	z-index: 10;
	background: #093048;
	top: 0;
}
.sticky .logo img {
	transition: 0.5s;
	width: 130px;
}
.menu {
	align-items: center;
}
.nav ul {
	margin-right: 2.5em;
}
.nav ul li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.nav ul li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
}
.nav ul li a:hover {
	color: #7ed6fb;
}
.nav ul li:last-child a {
	border-right: none;
}
.header .border-but {
	color: #ffffff;
	border: solid 2px #ffffff;
}
ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #093048;
	width: 300px;
	z-index: 9;
	margin: 0;
	display: none;
	padding-top: 25px;
}
ul.sub-menu li {
	display: inline-block;
	width: 100%;
	padding: 0;
}
ul.sub-menu li a {
	display: inline-block;
	padding: 14px 14px;
	border-bottom: solid 1px #044974;
	width: 100%;
	font-size: 15px;
}
.nav ul li:hover ul.sub-menu {
	display: block;
}
/*Banner*/
.hero-banner {
	position: relative;
}
.hero-banner .slick-slide img {
	width: 100%;
	object-fit: cover;
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
	width: 60%;
	color: #fff;
}
.banner-content .container-flex {
	align-items: center;
	gap: 5em;
}
.banner-content-left p {
	display: inline-block;
	width: 100%;
	font-size: 1.4em;
}
.banner-content-left {
	flex: 1 1 calc((50% / 1) - 4em);
}
.banner-form {
    flex: 1 1 calc((30% / 1) - 4em);
    background: #ffffff;
    padding: 1em 2em;
    border-radius: 8px;
}
.banner-form h3 {
	font-size: 2.5em;
	color: #093048;
	margin-bottom: 20px;
	font-weight: 900;
	font-weight: normal;
}
.banner-form ul li {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.banner-form ul li input, .banner-form ul li textarea {
	width: 100%;
	border: solid 1px #ddd;
	padding: 8px 10px;
	font-size: 15px;
}
.banner-form ul li textarea {
	width: 100%;
	height: 80px;
}
.banner-form ul li label {
	color: #000;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}
.banner-form ul li input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: #093048 !important;
	padding: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 8px;
}
/**/
.offer {
	padding: 6.5em 0;
}
.offer h3 {
	flex: 1 1 calc((40% / 1) - 4em);
	font-size: 2.2em;
	text-transform: capitalize; /* font-weight: 700; */ /* text-transform: uppercase; */ letter-spacing: 1px;
}
.offer p {
	flex: 1 1 calc((70% / 1) - 4em);
	font-size: 1.3em;
}
.solutions {
	padding: 0 4em;
}
.solutions-grid {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	flex: 1 1 calc((100% / 4) - 4em);
	transition: 0.6s;
	cursor: pointer;
}
.solutions-grid:hover {
	flex: 1 1 calc((65% / 1) - 4em);
	transition: 0.62s;
}
.solutions-grid h3 {
	font-size: 1.6em;
	color: #fff;
	width: 80%;
	font-weight: normal;
	margin-bottom: 15px;
}
.left-overlay {
	position: absolute;
	color: #fff;
	left: 7%;
	top: 7%;
	width: 300px;
	z-index: 1;
}
.left-overlay p {
	display: none;
}
.solutions-grid:hover .left-overlay p {
	display: block;
}
.right-overlay {
	position: absolute;
	right: -50%;
	top: 5%;
	background: #093048;
	z-index: 9;
	width: 50%;
	height: 90%;
	border-radius: 10px;
	color: #fff;
	padding: 1em;
	transition: 0.5s
}
.solutions-grid:hover .right-overlay {
	right: 3%;
	transition: 0.5s
}
.solutions-grid img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.solutions-grid figure:before {
	background: #000;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0.43) 48%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0.43) 48%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0.43) 48%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.solutions .container-flex {
	gap: 2em;
}
.solutions-grid .black-but, .solutions-grid .cfs-hyperlink {
	position: absolute;
	bottom: 6%;
	left: 10%;
}
.industries {
	padding: 6.5em 4em;
	background: #093048;
	margin: 5em 0;
	color: #fff;
}
.industries .container-flex {
	gap: 5em;
}
.industries-left, .industries-right {
	flex: 1 1 calc((100% / 2) - 4em);
}
.industries-left h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 20px; /* font-weight: 700; */ letter-spacing: 1px;
	color: #7ed6fb;
}
.industries-left strong {
	font-size: 2.5em;
	line-height: 1.3;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	font-weight: 200;
}
.industries-right ul li {
	display: inline-block;
	width: 100%;
	padding: 18px 0;
	border-bottom: solid 1px #ffffff2e;
	position: relative;
	transition: 0.5s;
}
.industries-right ul li:last-child {
	border: none;
}
.industries-right ul li:before {
	content: "";
	background: #7ed6fb;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-right: 20px;
	transition: 0.5s;
	display: none;
}
.industries-right ul li:hover:before {
	display: inline-block;
	transition: 0.5s;
}
.industries-right ul li a {
	text-decoration: none;
	font-size: 1.8em;
	color: #fff;
}
.injection .container-flex {
	align-items: center;
	gap: 4em;
}
.injection-left, .injection-right {
	flex: 1 1 calc((100% / 2) - 4em);
}
.injection-left .black-but, .injection-left .cfs-hyperlink {
	color: #ffffff;
	border: solid 2px #000000;
	background: #000000;
	margin-top: 30px;
}
.injection-right img {
	border-radius: 20px;
	width: 100%;
}
.services-min {
	padding: 5em 0;
	background: #eee;
	margin-top: 5em;
	text-align: center;
}
.services-min .container-flex {
	flex-wrap: wrap;
	gap: 1.5em;
	margin-top: 40px;
}
.services-grid {
	flex: 1 1 calc((100% / 4) - 4em);
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}
.services-grid aside {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}
.services-grid aside h3 {
	color: #000000;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	display: inline-block;
}
.services-grid aside h3 a.cfs-hyperlink {
	padding: 8px 18px;
	width: 100%;
}
.services-grid aside p {
	margin-top: 20px;
	color: #fff;
	display: none;
	transition: 0.5s;
	text-align: center;
	line-height: 1.4;
}
.services-grid:hover aside p {
	display: block;
	transition: 0.5s;
}
.services-grid:hover:before {
	content: "";
	background: #000000a1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.services-grid img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.cta {
	text-align: center;
	padding: 3em 0;
	background: #efefef;
}
.cta p {
	font-size: 1.5em;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	width: 70%;
}
.cta .black-but, .cta .cfs-hyperlink {
	border: solid 1px #000000;
	background: #ffffff;
}
.footer {
	background: #093048;
	padding: 3em 0 2em 0;
	color: #fff;
}
.footer .container-flex {
	gap: 4em;
}
.footer-grid {
	flex: 1 1 calc((100% / 4) - 4em);
}
.footer-grid:nth-child(3) {
	flex: 1 1 calc((27% / 1) - 4em);
}
.footer-grid h3 {
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.4em;
}
.footer-grid img {
	margin-bottom: 20px;
}
.footer ul li {
	display: inline-block;
	width: 100%;
	padding: 2px 0 2px 20px;
	position: relative;
}
.footer ul li:before {
	content: "";
	background: #27bbd4;
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.footer ul li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
}
.footer-grid:nth-child(1) li {
	display: flex;
	gap: 10px;
	padding-left: 0;
	align-items: flex-start;
}
.footer-grid:nth-child(1) li:before {
	display: none;
}
.footer-grid:nth-child(1) li {
	margin: 20px 0;
}
.footer-grid ul li img {
	margin-bottom: 0px;
	width: auto;
}
.copyright {
	text-align: center;
	margin-top: 3em;
}
.privacy-policy {
	padding-top: 5em;
}
.inner-banner {
	text-align: center;
	background: #27bbd4;
	padding: 10px 0;
	font-size: 1.5em; /* margin-bottom: 0; */ color: #fff;
}
.privacy-policy h3 {
	font-size: 1.2em;
	font-weight: 200;
	color: #093048;
	margin-top: 20px;
}
.privacy-policy a {
	color: #911119;
	text-decoration: none;
}
.copyright {
	display: flex;
	justify-content: space-between;
}
.copyright ul li {
	display: inline-block;
	width: auto;
}
.footer .copyright ul li:before {
	display: none;
}
/**/
.service-banner {
	position: relative;
}
.service-banner img {
    width: 100% !important;
    max-width: 100% !important;
}
.service-banner h2 {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 800;
	letter-spacing: 1px;
	width: 30%;
}
.services-content {
	padding: 5em 0 5em 0;
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 100%;
}
.services-content:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(255 255 255 / 90%);
	z-index: -1;
}
/*.service-grid {
	padding-left: 17em;
}*/
.services-content p {
	line-height: 2;
}
.services-page {
	padding: 5em 0;
	background: #eee;
	margin-bottom: 5em;
	text-align: center;
}
.services-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
	margin-top: 30px;
}
.services-menu li {
	flex: 1 1 calc((100% / 3) - 4em);
	border-radius: 0;
}
.services-menu li img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.services-menu li h3 {
	color: #000000;
	background: #fff;
	padding: 8px 18px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
}
.services-menu li a {
	text-decoration: none;
}
.services-menu .current_page_item {
	display: none;
}
.page-id-66 .service-banner h2, .page-id-41 .service-banner h2 {
	left: auto;
	width: auto;
	right: 20%;
}
.page-id-80 .service-banner h2 {
	color: #333;
}
.contect-left h2 {
	font-size: 6em;
	line-height: 1;
	font-weight: 600;
}
.contect-right {
	padding: 2em;
	background: #EEF6FF;
	border-radius: 15px;
	border: solid 1px #c7d7e9;
}
.contect-right ul li {
	display: inline-block;
	width: 100%;
}
.contect-right ul li input, .contect-right ul li textarea {
	display: inline-block;
	width: 100%;
	border: none;
	background: no-repeat;
	border-bottom: solid 1px #ddd;
	font-size: 16px;
	margin: 8px 0px;
	padding: 10px 10px;
}
.contect-right ul li textarea {
	height: 80px;
}
.contect-right ul li input.wpcf7-submit {
	background: #093048 !important;
	border: none !important;
	color: #fff !important;
	border-radius: 8px;
}
.contect-right h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2.2em;
	margin: 0px;
}
.page-id-163 .footer {
	margin-top: 0;
}
.contect-left ul li {
	display: inline-block;
	width: 100%;
	font-size: 1.4em;
	margin-bottom: 12px;
	font-weight: 600;
}
.contect-left ul li a {
	text-decoration: none;
}
.contect-left ul li a:hover {
	color: #27bbd4;
}
.inner-pages {
	padding: 4em 0 5em 0;
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 100%;
}
.inner-service-grid figure {
	margin: 0px !important;
}
.inner-service-grid figure img {
	height: 320px;
	object-fit: cover;
}
.inner-service-grid h2 {
	font-size: 1em !important;
	letter-spacing: 1px;
	margin: 0px !important;
	text-align: center;
	padding: 16px 0;
}
.furnaces-page img {
	width: 100%;
	border-radius: 10px;
}
.furnaces-grid {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.inner-service-grid .wp-block-column {
	border: solid 1px #e2e2e2;
	border-radius: 10px;
	overflow: hidden;
}
.grid-overlay {
	margin: 0px !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	color: #FFFFFF;
	padding: 2em;
	background: #000;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
	width: 100%;
}
.grid-overlay h2, .grid-overlay p, .furnaces-grid figure {
	margin: 0px !important;
}
.grid-overlay h2 {
	font-size: 1.3em;
	font-weight: 500;
}
.grid-overlay p {
	font-size: 1em;
	width: 70%;
	padding-top: 8px;
	line-height: 1.6;
}
.grid-overlay figure.read-more {
	position: absolute;
	bottom: 30px;
	display: inline-block;
	line-height: 1;
}
.grid-overlay .read-more img {
	width: 8px;
	line-height: 1;
	display: inline-block;
}
.read-more a {
	color: #FFFFFF;
	line-height: 1;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	background: aliceblue;
	padding: 8px 12px;
	border-radius: 100px;
	transition: 1s;
}
.read-more a:before {
	content: "Read More";
	color: #000;
	font-size: 1em;
	margin-right: 4px;
	position: absolute;
	transition: 1s;
	opacity: 0;
	left: 0;
}
.read-more a:hover:before {
	position: relative;
	opacity: 1;
	transition: 1s;
}
.page-id-279 .service-grid, .page-id-350 .service-grid {
	padding-left: 0em;
}
.services-content img {
	border-radius: 10px;
}
.materials-page .grid-overlay {
	top: auto;
	height: 90px;
	background: none;
	bottom: 0;
}
.service-grid ul li {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	font-size: 1.4em;
	position: relative;
}
.service-grid ul li:before {
	content: "";
	background: #27bbd4;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
}
.process-list {
	background: #c83623;
	text-align: center;
	padding: 3em 0;
	margin-bottom: 4em;
	color: #fff;
}
.process-list figure {
	margin: 0px !important;
}
.process-list img {
	width: 130px;
	margin: 0 auto;
}
.process-list h4 {
	font-size: 1em;
	margin: 0px !important;
}
.materials-tab .container {
	width: 1100px;
}
.materials-tab .container-flex {
	gap: 2em;
}
.materials-tab .container-flex > div {
	flex: 1 1 calc((100% / 2) - 4em);
}
.materials-tab .rtbs_content ul li {
	position: relative;
	padding-left: 25px;
	margin: 4px 0;
	font-size: 1.1em;
	display: inline-block;
	width: 100%;
}
.materials-tab .rtbs_content ul li:before {
	content: "";
	background: #27bbd4;
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.wp-block-button__link {
	padding: 8px 17px !important;
	border-radius: 6px !important;
	font-size: 1em !important;
}
.materials-tab {
	padding: 4em 0;
}
.materials-tab h2 {
    text-align: center;
    margin-bottom: 1em;
}
.materials-tab img {
	border-radius: 10px;
}
.materials-tab .rtbs > .rtbs_content ul {
	margin-left: 0;
}
.materials-tab .rtbs > .rtbs_content {
	background: #ffffff;
	border: solid 1px #ddd !important;
	margin-top: 20px;
	border-radius: 10px;
}
.materials-tab .rtbs .rtbs_menu li a {
	/* width: 200px; */
	text-align: center;
	border-radius: 100px;
	border: solid 1px #d5d5d5;
	background: #fff !important;
	margin-right: 10px;
	position: relative;
	padding: 6px 16px;
}
.materials-tab .rtbs .rtbs_menu li.current a {
	border: solid 1px #27bbd4;
	background: #27bbd4 !important;
}
.materials-tab .rtbs .rtbs_menu li.current a:before {
	content: "";
	background: #27bbd4;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 2px;
	height: 22px;
	transform: translateX(-50%);
}
.materials-tab .rtbs_content h3 {
	margin-bottom: 15px !important;
	display: inline-block;
	width: 100%;
	font-size: 2em;
}
.materials-pdf {
	background: #c83623;
	padding: 2em 0;
}
.materials-pdf ul {
	display: flex;
	justify-content: space-between;
}
.materials-pdf ul li {
	background: #cf3e2b;
	padding: 15px 25px;
	border-radius: 8px;
	text-align: center;
}
.materials-pdf ul li a {
	background: #ffffff;
	padding: 5px 15px;
	border-radius: 8px;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	color: #000000;
	font-size: 14px;
}
.materials-pdf ul li a:hover {
	background: #27bbd4;
	color: #fff;
}
.materials-pdf h3 {
	font-size: 1.2em;
	color: #fff;
}
.border-none {
	border: none !important;
}
.commitment * {
    margin: 0px auto !important;
}
.process-list.commitment img {
    width: auto;
}
.commitment h3 {
    display: inline-block;
    padding: 23px 0 10px 0;
    font-size: 1.8em;
}
.commitment p {line-height: 1.6;
}