@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

:root {
	--primary: #005232;
	--primaryDark: #07301E;
	--secondary: #E37B60;
	--orange: #E37B60;
	--textClr: #313131;
	--radius: 0 10px 0 10px;
	--gradient: linear-gradient(167deg, rgba(123, 64, 182, 1) 0%, rgba(90, 39, 141, 1) 80%, rgba(68, 17, 119, 1) 96%);
	--gradientHover: linear-gradient(165deg, rgba(70, 19, 121, 1) 0%, rgba(89, 38, 140, 1) 17%, rgba(102, 51, 153, 1) 100%);
	--lightgray: #f3f3f3;
	--white: #ffffff;
	--green: #025535;
}

/* @charset "utf-8; */
 html {
	min-height: 100%;
	position: relative;
}

@media (min-width:1300px) {
	.container {
		max-width: 1310px;
	}
}

@media (min-width:1367px) {
	.container {
		max-width: 1340px;
	}
}

@media (max-width:1200px) {
	.container {
		max-width: 100%
	}
}

.small-container {
	max-width: 1140px
}

.content-wrap {
	max-width: 1020px;
	margin: auto
}

.content-wrap p {
	margin-bottom: 0px;
	line-height: 1.6;
	color: #000;
	font-weight: 500
}

* {
	outline: none
}

* {
	-webkit-font-smoothing: auto;
	-webkit-font-smoothing: antialiased;
	outline: none
}

input,
textarea,
select {
	border-radius: 0
}

img {
	max-width: 100%
}

body {
	color: #000;
	padding: 0;
	margin: 0px auto !important;
	line-height: normal;
	font-size: 1rem;
	background: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

p,
ul,
li,
img,
a,
input,
select,
div {
	margin: 0px;
	padding: 0px;
	outline: none !important;
	box-shadow: none;
	border: 0px;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	outline: none !important;
	box-shadow: none;
	border: 0px;
	list-style: none;
	font-weight: 400
}

a {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #B5B8DE
}

:-moz-placeholder {
	opacity: 1;
	color: #B5B8DE
}

::-moz-placeholder {
	opacity: 1;
	color: #B5B8DE
}

:-ms-input-placeholder {
	opacity: 1;
	color: #B5B8DE
}

p {
	color: #000;
	line-height: 1.8;
	margin-bottom: 20px;
	font-size: 1rem;
}

a,
.calander-main a:hover i {
	text-decoration: none;
	color: var(--primary);
	text-decoration: underline
}

a:hover {
	color: var(--primary);
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
	text-decoration: none;
}

a.btn-primary {
	color: #fff !important;
	border-radius: 5px;
	min-width: 145px;
	text-decoration: none;
	display: inline-block;
	line-height: inherit;
	background: none;
	padding: 15px 45px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: inherit;
	background: var(--primary);
	text-align: center;
}

a.btn-primary.small-btn {
	padding: 12px 30px;
}

a.btn-primary:hover {
	background: #fff;
	border: none;
	color: var(--green) !important;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.30)
}

a.btn-primary:focus {
	background: #fff;
	border: none;
	color: var(--green) !important;
	outline: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.30)
}

.btn-primary:not(:disabled):not(.disabled):active {
	background: var(--secondary);
	border: none;
	color: #fff;
	opacity: 0.8;
	box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none
}

.f16 {
	font-size: 1rem;
	line-height: 2
}

.f60 {
	font-size: 3.75rem;
}

.f40 {
	font-size: 2.5rem;
}

h2.f45 {
	font-size: 2.813rem;
}

.f28 {
	font-size: 1.75rem;
}

.f24 {
	font-size: 1.5rem;
}

.f24 p {
	font-size: 1.5rem;
	font-weight: 400
}

.f42 {
	font-size: 2.625rem;
}

.f18 {
	font-size: 1.125rem
}

.bold {
	font-weight: 700
}

.f20 {
	font-size: 1.125rem
}

.f20 > p {
	font-size: 1.25rem
}

span.title {
	font-weight: 700;
	font-style: italic;
	font-size: clamp(1.5rem, 2vw + 1rem, 3rem)

	}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-weight: 700;
	color: #272730;
}

h1 {
	font-size: 2.25rem;
}

h1.h1 {
	font-size: 3.75rem;
}

h2,
.h2 {
	font-size: 2.5rem;
	font-style: italic
}

h3,
.h3 {
	font-size: 2rem;
}

h4,
.h4 {
	font-size: 1.75rem;
}

h5,
.h5 {
	font-size: 1.5rem;
}

.z-index {
	position: relative;
	z-index: 99
}

.primaryBg {
	background: var(--primaryDark);
	color: #fff;
}

.primaryBg a {
	color: #fff;
	text-decoration: none
}

.primaryBg a:hover {
	color: #fff;
	text-decoration: underline
}

.secondaryBg {
	background: var(--secondary);
	color: #fff;
}

.secondaryBg a,
.secondaryBg p {
	color: #fff;
}

.lightgrayBg {
	background: var(--lightgray)
}

.whiteBg {
	background: #fff !important;
}

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #8b8b8b;
}

::-ms-input-placeholder {
	color: #8b8b8b;
}

.blackOverlay {
	position: relative
}

.blackOverlay:before {
	content: "";
	background-color: rgba(0, 0, 0, .25);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

h2 {
	position: relative;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem
}

h2:before,
.h2:before {
	width: 12rem;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	background: var(--primary);
	bottom: 0;
}

.heading__subtitleOrange:before{
	width: 12rem;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
  background: var(--secondary) !important;
}

.text-center h2:before,
.text-center .h2:before {
	left: 50%;
	transform: translateX(-6rem);
}

/*********header**********/
.site-header {
	position: sticky;
	background: #fff;
	z-index: 999;
	top: 0
}

.site-header .phx-header-left {
	width: 240px
}

.site-header .phx-header-right {
	width: calc(100% - 240px)
}

.site-header.stricky {
	box-shadow: rgb(0 0 0 / 20%) 2px 0px 10px;
}

.top-left a img {
	margin-right: 14px
}

.top-left a + a {
	padding-left: 23px;
	margin-left: 15px;
	position: relative;
}

.top-left a + a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 1px;
	height: 14px;
	background: #fff;
}

.top-left a + a img {
	margin-right: 10px
}

.site-footer .col-left {
	width: calc(100% - 200px)
}

.site-footer .col-left a img {
	margin-right: 14px
}

.site-footer .col-left p {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px
}

.site-footer .col-left a + a {
	padding-left: 18px;
	margin-left: 12px;
	position: relative;
}

.site-footer .col-left a + a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 1px;
	height: 13px;
	background: #fff;
}

.site-footer .col-left a + a img {
	margin-right: 10px
}

.site-footer .col-right {
	width: 200px;
}

.site-footer .col-right ul {
	margin: 0px;
	padding: 0px;
}

.site-footer .col-right ul li a {
	width: 3rem;
	height: 3rem;
	border-radius: 5px;
	border: #fff solid 1px;
	display: block;
	text-decoration: none;
}

.site-footer .col-right ul li a:hover {
	text-decoration: none;
	background: var(--secondary);
	border-color: var(--secondary)
}

.themeContent ul {
	margin-top: 30px
}

.themeContent li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

.themeContent li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--secondary);
	border-radius: 8px;
	left: 0;
	top: 8px
}

span.arrow {
	position: relative;
}

span.arrow:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-right: var(--primary) solid 1px;
	border-bottom: var(--primary) solid 1px;
	display: block;
	transform: rotate(-45deg);
}

span.arrow:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 1px;
	background: var(--primary);
	right: 4px;
	top: -9px;
}

span.arrow:before {
	border: none;
	border-left: var(--primary) solid 1px;
	border-top: var(--primary) solid 1px;
}

span.arrow:after {
	right: -3px;
}

span.arrow:hover:before {
	border-color: #fff;
}

span.arrow:hover:after {
	background: #fff
}

.icon {
	transition: 0.5s;
}

.icon:hover,
.active .icon {
	filter: brightness(0) saturate(100%) invert(21%) sepia(40%) saturate(1707%) hue-rotate(121deg) brightness(98%) contrast(104%);
}

.ourCapWrapper .ourCapItem.active span.title {
	font-weight: bold;
}

.site-logo a {
	position: relative;
}

.site-logo a::before {
	content: "";
	width: calc(100vw - -222px);
	height: 2px;
	background: #ec9178;
	left: -100vw;
	position: absolute;
	top: 50%;
	margin-top: 1px;
	display: none
}

.themeContent p {
	text-align: justify;
}

.site-header .container {
	position: relative
}

.site-header .header_search {
	margin-left: 20px;
	margin-top: -12px;
	display: block;
	cursor: pointer;
}

.site-header .header_search .search-form {
	position: relative;
}

.site-header .header_search .search-form label {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-header .header_search .search-form input {
	width: 100%;
	background: #fff;
	border: 1px solid #f2f2f2;
	padding: 10px 130px 10px 20px;
	height: 45px;
	border-radius: 0;
}

.site-header .header_search .search-form input.search-submit {
	width: auto;
	background: var(--primary);
	border: none;
	padding: 10px 18px;
	color: #fff;
	cursor: pointer;
	height: 45px;
	font-size: 17px;
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
}

.header_search .widget_search {
	position: absolute;
	right: 0;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	max-width: 570px;
	top: calc(100% + 17px);
	padding: 15px 15px;
	z-index: 9;
	display: none;
}

/***home banner***/
.phx-homeSlider {
	overflow: hidden;
	position: relative;
}

.phx-homeSlider .slider-item {
	background: url(../images/bg/banner-img.jpg) no-repeat;
	background-size: cover;
	background-position: left top;
	height: 37rem;
}

.phx-homeSlider .slider-item:before {
	background: rgba(0, 0, 0, 0.25);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.home .phx-homeSlider .slider-item {
	height: 41.875rem;
	background-position: center top;
}

.phx-homeSlider .container {
	position: inherit
}

.phx-homeSlider .banner-content {
	max-width: 50%;
	position: relative;
	z-index: 2;
	margin-right: 5%
}

.phx-homeSlider .banner-content span.title {
	color: #fff;
}

.phx-homeSlider .banner-content p {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.5;
	margin: 1.125rem 0 2rem 0px;
	max-width: 700px
}

.phx-homeSlider .owl-nav {
	width: 100%
}

.phx-homeSlider .owl-nav button {
	position: absolute;
	top: 50%;
	color: #fff;
	left: 2%;
	width: 50px;
	margin-top: -35px;
	height: 50px;
}

.phx-homeSlider .owl-nav button:focus {
	outline: none;
	box-shadow: none;
	background: var(--primary);
	border-radius: 50%
}

.phx-homeSlider .owl-nav button:hover {
	outline: none;
	box-shadow: none;
	background: var(--primary);
	border-radius: 50%
}

.phx-homeSlider .owl-nav button i.arrow {
	position: relative;
	font-size: 0px;
}

.phx-homeSlider .owl-nav button i.arrow:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-right: var(--white) solid 1px;
	border-bottom: var(--white) solid 1px;
	display: block;
	transform: rotate(-45deg);
	right: -9px;
	top: -7px;
}

.phx-homeSlider .owl-nav button i.arrow:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 1px;
	background: var(--primary);
	right: 3px;
	top: 0px;
	right: -11px;
}

.phx-homeSlider .owl-nav button.owl-prev i.arrow:before {
	border: none;
	border-left: var(--primary) solid 1px;
	border-top: var(--primary) solid 1px;
	right: -5px
}

.phx-homeSlider .owl-nav button.owl-prev i.arrow:after {
	right: -12px;
}

.phx-homeSlider .owl-nav button.owl-next {
	right: 2%;
	left: inherit
}

.phx-homeSlider .owl-nav button:hover i.arrow:before,
.phx-homeSlider .owl-nav button:focus i.arrow:before {
	border-color: #fff;
}

.phx-homeSlider .owl-nav button:hover i.arrow:after,
.phx-homeSlider .owl-nav button:focus i.arrow:after {
	background: #fff
}

.phx-homeSlider.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px
}

.phx-homeSlider.owl-theme .owl-dots {
	position: absolute;
	bottom: 60px;
	left: 100px;
}

.phx-homeSlider.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-right: 15px;
}

.phx-homeSlider.owl-theme .owl-dots .owl-dot:focus,
.phx-homeSlider.owl-theme .owl-dots .owl-dot:hover {
	outline: none;
	box-shadow: none;
}

.phx-homeSlider.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #fff;
	display: block;
	transition: opacity .2s ease;
	border-radius: 30px;
	position: relative;
}

.phx-homeSlider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

.phx-homeSlider.owl-theme .owl-dots .owl-dot.active span:before {
	position: absolute;
	width: 20px;
	height: 20px;
	border: #fff solid 1px;
	content: "";
	border-radius: 30px;
	left: -4px;
	top: -4px
}

/**home welcome content**/
.home-content h1 {
	max-width: 36.375rem;
	font-style: italic;
}

.home-content h1 {
	position: relative;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem
}

.home-content h1:before {
	width: 12rem;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	background: var(--primary);
	bottom: 0;
}

.home-content strong.strong {
	font-size: 1.875rem
}

.home-content strong.strong a {
	color: #000;
	text-decoration: none;
}

.home-content strong.strong a:hover {
	text-decoration: underline;
}

.home-content a {
	color: var(--primary);
	text-decoration: underline;
}

.home-content a.btn-primary {
	text-decoration: none
}

.home-content a:hover {
	text-decoration: none;
}

/**consultation**/
.need-consultation-wrap {
	background: transparent url(../images/bg/cta-bg2.jpg) 0% 0% no-repeat;
	background-size: cover;
	color: #fff;
}

.need-consultation-wrap h2 {
	color: #fff;
}

.need-consultation-wrap h2:before {
	display: none;
}

.need-consultation-wrap p {
	color: #fff;
}

.need-consultation-wrap p a {
	color: #fff;
}

.need-consultation-wrap .col-left {
	width: calc(100% - 15.625rem);
}

.need-consultation-wrap .col-right {
	width: 15.625rem;
}

/**home product**/
.home-product p {
	width: 90%
}

.home-product .productItems {
	position: relative;
	overflow: hidden
}

.home-product .productItems h3 {
	position: absolute;
	bottom: 20px;
	color: #fff;
	font-size: 1.625rem;
	font-weight: 400;
	text-align: center;
	width: 100%;
}

.home-product .productItems figure {
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}

.home-product .productItems figure img {
	transition: 0.25s;
	transition-timing-function: ease-out;
}

.home-product .productItems:hover img {
	transform: scale(1.2);
}

.home-product .productItems figure:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4483368347338936) 0%, rgba(0, 0, 0, 0.039653361344537785) 91%);
}

/**ourCapWrapper**/
.ourCapWrapper {
	background: var(--lightgray)
}

.ourCapWrapper .ourCapItem {
	margin: 0 2%
}

.ourCapWrapper .ourCapItem figure {
	height: 105px
}

.ourCapWrapper .ourCapItem span.title {
	font-size: 1.25rem;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.ourCapWrapper .ourCapItem a {
	color: #000;
	text-decoration: none;
}

/**why Section**/
.why-section h2 {
	width: 30rem;
	padding-left: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 150px;
	padding-bottom: 0px
}

.why-section h2 span {
	font-size: 4.375rem;
	display: block;
	width: 100%;
}

.why-section h2:before {
	width: 8px;
	height: 100%;
	top: 0;
}

.why-section p {
	width: calc(100% - 30rem);
	margin-bottom: 0px
}

/**awards**/
.awards-wrapper h2 span {
	background-color: #fff;
	display: inline-block;
	padding: 5px 40px;
}

.awards-wrapper h2:before,
.awards-wrapper h2:after {
	content: "";
	background-color: #F3F3F3;
	height: 2px;
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: -1;
	left: 0;
	transform: translateY(-10px);
}

.awards-wrapper h2:after {
	transform: translateY(-0px);
}

.awards-wrapper .award-items {
	width: 254px;
	margin: 0 5px
}

.awards-wrapper .award-items figure {
	box-shadow: 0px 3px 6px #00000029;
	padding: 17px 15px;
	width: calc(100% - 5px);
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.awards-wrapper .award-items figure img {
	width: 100%
}

.awards-wrapper .owl-carousel .owl-nav button {
	width: 44px;
	height: 44px;
	background-color: #fff;
	border: 1px solid #E9E7E7;
	border-radius: 50%;
	right: 21px;
	position: absolute;
}

.awards-wrapper .owl-carousel .owl-stage-outer {
	padding-left: 6px;
	justify-content: center;
}

.awards-wrapper .owl-carousel .owl-nav .owl-prev {
	left: -23px;
	top: 50%;
	transform: translateY(-22px);
}

.awards-wrapper .owl-carousel .owl-nav .owl-next {
	right: -23px;
	top: 50%;
	transform: translateY(-22px);
}

.awards-wrapper .owl-carousel .owl-nav button i.arrow {
	position: relative;
	font-size: 0px;
	width: 20px;
	height: 20px;
	display: block;
}

.awards-wrapper .owl-carousel .owl-nav button i.arrow:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-right: var(--primary) solid 1px;
	border-bottom: var(--primary) solid 1px;
	display: block;
	transform: rotate(-45deg);
	top: 6px;
	right: -6px;
}

.awards-wrapper .owl-carousel .owl-nav button i.arrow:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	background: var(--primary);
	right: -8px;
	top: 10px;
}

.awards-wrapper .owl-carousel .owl-nav button.owl-prev i.arrow:before {
	border: none;
	border-left: var(--primary) solid 1px;
	border-top: var(--primary) solid 1px;
}

.awards-wrapper .owl-carousel .owl-nav button.owl-prev i.arrow:after {
	right: -10px;
}

.awards-wrapper .owl-carousel .owl-nav button:hover i.arrow:before {
	border-color: #fff;
}

.awards-wrapper .owl-carousel .owl-nav button:hover i.arrow:after {
	background: #fff
}

.awards-wrapper .owl-carousel .owl-nav button:hover {
	background: var(--primary)
}

.awards-wrapper .owl-carousel .owl-nav button:focus,
.awards-wrapper .owl-carousel .owl-nav button:hover {
	outline: none !important;
	box-shadow: none !important;
}

/**featured-project-wrap**/
.featured-project-wrap {
	position: relative;
}

.featured-project-wrap .owl-item {
	padding-top: 0px;
	padding-bottom: 0px
}

/*.featured-project-wrap .owl-item.active.center  { -webkit-transform: scale(1.3); transform: scale(1.3); margin-top: 15px;}*/
.featured-project-wrap .owl-item a {
	text-decoration: none;
}

.featured-project-wrap .owl-item .item-cta {
	display: block;
	position: absolute;
	bottom: 30px;
	width: calc(100% - 30px);
	left: 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
	color: #fff;
	padding: 18px;
	left: 15px;
	border-radius: 10px;
}

.featured-project-wrap .owl-item a:hover .item-cta {
	background: rgba(0, 0, 0, 0.55)
}

.featured-project-wrap .owl-item .item-cta i.fas {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	margin-top: -5px
}

.featured-project-wrap .owl-item .item-cta i.fas:before {
	font-size: 20px
}

.featured-project-wrap .owl-item .item-cta .title {
	font-size: 1.25rem;
	line-height: 1.5;
}

.featured-project-wrap .owl-item .item-cta .txt {
	font-size: 14px;
	margin-bottom: 10px;
}

.featured-project-wrap .owl-item.active.center .item-cta {
	display: flex;
	flex-wrap: wrap
}

.featured-project-wrap .owl-nav {
	position: absolute;
	left: 0%;
	top: 50%;
	max-width: 100%;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	min-width: 100%;
	transform: translateY(-50%);
}

.featured-project-wrap .owl-carousel {
	position: unset;
}

.featured-project-wrap .owl-carousel .owl-nav button {
	width: 44px;
	height: 44px;
	background-color: #fff;
	border: 1px solid #E9E7E7;
	border-radius: 50%;
	right: 21px;
	position: relative;
}

.featured-project-wrap .owl-carousel .owl-nav .owl-prev {
	margin-left: 20px;
	right: inherit;
	left: 0;
	position: absolute;
}

.featured-project-wrap .owl-carousel .owl-nav button i.arrow {
	position: relative;
	font-size: 0px;
	width: 20px;
	height: 20px;
	display: block;
}

.featured-project-wrap .owl-carousel .owl-nav button i.arrow:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-right: var(--primary) solid 1px;
	border-bottom: var(--primary) solid 1px;
	display: block;
	transform: rotate(-45deg);
	top: 6px;
	right: -6px;
}

.featured-project-wrap .owl-carousel .owl-nav button i.arrow:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	background: var(--primary);
	right: -8px;
	top: 10px;
}

.featured-project-wrap .owl-carousel .owl-nav button.owl-prev i.arrow:before {
	border: none;
	border-left: var(--primary) solid 1px;
	border-top: var(--primary) solid 1px;
}

.featured-project-wrap .owl-carousel .owl-nav button.owl-prev i.arrow:after {
	right: -10px;
}

.featured-project-wrap .owl-carousel .owl-nav button:hover i.arrow:before {
	border-color: #fff;
}

.featured-project-wrap .owl-carousel .owl-nav button:hover i.arrow:after {
	background: #fff
}

.featured-project-wrap .owl-carousel .owl-nav button:hover {
	background: var(--primary)
}

.featured-project-wrap .owl-carousel .owl-nav button:focus,
.featured-project-wrap .owl-carousel .owl-nav button:hover {
	outline: none !important;
	box-shadow: none !important;
}

.featured-project-wrap .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px
}

.featured-project-wrap .owl-theme .owl-dots {
	position: relative;
	bottom: 0px;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 2rem 0px;
}

.featured-project-wrap .owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-right: 15px;
}

.featured-project-wrap .owl-theme .owl-dots .owl-dot:focus,
.featured-project-wrap .owl-theme .owl-dots .owl-dot:hover {
	outline: none;
	box-shadow: none;
}

.featured-project-wrap .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: var(--green);
	display: block;
	transition: opacity .2s ease;
	border-radius: 30px;
	position: relative;
}

.featured-project-wrap .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--green);
}

.featured-project-wrap .owl-theme .owl-dots .owl-dot.active span:before {
	position: absolute;
	width: 20px;
	height: 20px;
	border: var(--green) solid 1px;
	content: "";
	border-radius: 30px;
	left: -4px;
	top: -4px
}


.featured-project-wrap .phx-projectBox {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	max-width: 1340px;
	justify-content: center;
}

.featured-project-wrap .phx-projectBox .slider-item {
	width: 50%;
	padding: 10px;
	position: relative;
}

.featured-project-wrap .phx-projectBox .slider-item figure img {
	width: 100%
}

.featured-project-wrap .phx-projectBox .slider-item .item-cta {
	position: absolute;
	bottom: 120px;
	width: calc(100% - 30px);
	left: 0;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
	color: #fff;
	padding: 18px;
	left: 15px;
	border-radius: 10px;
	position: relative;
}

.featured-project-wrap .phx-projectBox .slider-item a:hover .item-cta {
	background: rgba(0, 0, 0, 0.55)
}

.featured-project-wrap .phx-projectBox .slider-item a {
	text-decoration: none;
}

.featured-project-wrap .phx-projectBox .slider-item .item-cta i.fas {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	margin-top: -5px
}

.featured-project-wrap .phx-projectBox .slider-item .item-cta i.fas:before {
	font-size: 20px
}

.featured-project-wrap .phx-projectBox .slider-item .item-cta .title {
	font-size: 16px;
	line-height: 30px;
}

.featured-project-wrap .phx-projectBox .slider-item .item-cta .txt {
	font-size: 12px;
	margin-bottom: 10px;
}

.phx-banner {
	height: 17.1875rem;

	&.contact-banner {
		height: 34rem;
	}
}

.contact-page .contact-info p {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

.contact-page .contact-info a {
	color: inherit;
	text-decoration: none;
}

.contact-page .contact-info a:hover {
	text-decoration: underline;
}

/* Override the default contact-form padding */
.contact-page .contact-form {
	padding: 0 !important;
}

/* Add padding only to the form column */
.contact-page .contact-form-padding {
	padding: 2.1875rem;
}

/* Image column styling */
.contact-image-column {
	min-height: 500px;
}

/* Testimonial overlay styling */
.testimonial-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95));
	color: white;
	padding: 3rem 2rem 2rem 2rem;
	border-radius: 0 0 0.5rem 0.5rem;
}

.testimonial-logo {
	margin-bottom: 1rem;
}

.testimonial-logo-img {
	height: 40px;
	width: auto;
	padding: 5px;
	border-radius: 3px;
}

.testimonial-text {
	font-style: italic;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.4;
	color: white;
}

.testimonial-author {
	font-size: 0.875rem;
}

.testimonial-author strong {
	display: block;
	margin-bottom: 0.25rem;
}

/* Mobile specific styling */
@media (max-width: 767.98px) {
	.contact-image-column {
		min-height: 400px;
		margin-top: 2rem;
		border-radius: 0 !important;
	}

	.contact-image-column img {
		border-radius: 0 !important;
	}

	.testimonial-overlay {
		border-radius: 0 !important;
	}
}

/* Desktop specific styling */
@media (min-width: 768px) {
	.contact-image-column {
		border-radius: 0.5rem 0 0 0.5rem !important;
	}

	.contact-image-column img {
		border-radius: 0.5rem 0 0 0.5rem !important;
	}

	.testimonial-overlay {
		border-radius: 0 0 0 0.5rem;
	}
}

.contact-banner h1:after {
	content: "";
	display: block;
	width: 10rem;
	border-bottom: 2px solid var(--orange);
	margin: 2rem auto;
}

.contact-banner p {
	color: white;
	max-width: clamp(15rem, calc(100% - 10rem), 950px);
	margin: 0 auto;
}

.phx-banner h1 {
	color: #fff;
	font-style: italic
}

.phx-banner.primaryBg h1 {
	max-width: 950px;
	margin: auto;
	line-height: 1;
}

.projectList .row {
	margin-right: -8px;
	margin-left: -8px;
}

.projectList .row .col-lg-4 {
	padding-right: 8px;
	padding-left: 8px;
}

.projectList .projectWrap {
	position: relative;
}

.projectList .projectWrap figure {
	position: relative;
	overflow: hidden;
}

.projectList .projectWrap figure img {
	width: 100%;
	height: 21.25rem;
	object-fit: cover;
	transition: 0.25s;
	transition-timing-function: ease-out;
}

.projectList .projectWrap:hover img {
	transform: scale(1.2);
}

.projectList .projectInfo {
	position: absolute;
	width: calc(100% - 30px);
	left: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(86deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6783088235294117) 40%, rgba(0, 0, 0, 0.000653361344537785) 91%);
	color: #fff;
	padding: 18px 30px;
	left: 15px;
	border-radius: 10px;
	z-index: 99;
	bottom: 15px;
	min-height: 100px;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.projectList .projectInfo h3 {
	color: #fff;
	font-size: 1.25rem;
	display: block;
	width: 100%;
	font-style: italic;
	margin-bottom: -10px
}

.projectList .projectWrap:hover .projectInfo {
	background: rgba(0, 0, 0, 0.55)
}

#primary.project-single {
	position: relative;
	padding: 60px 0;
}

.project-single .half_carousel ul {
	padding: 0px;
	margin: 0px;
}

.project-single .half_carousel ul li {
	list-style-type: none;
	cursor: pointer;
}

.project-single .half_carousel ul li .play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border: 4px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-single .half_carousel ul li .play_icon i {
	color: #fff;
	font-size: 36px;
	position: relative;
	left: 4px;
}

.project-single .owl-carousel .owl-nav button {
	width: 44px;
	height: 44px;
	background-color: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 50%;
}

.project-single .owl-carousel .owl-nav button i.arrow {
	position: relative;
	font-size: 0px;
	width: 20px;
	height: 20px;
	display: block;
}

.project-single .owl-carousel .owl-nav button i.arrow:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
	display: block;
	transform: rotate(-45deg);
	top: 4px;
	right: -10px;
}

.project-single .owl-carousel .owl-nav button i.arrow:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background: #fff;
	right: -12px;
	top: 11px;
}

.project-single .owl-carousel .owl-nav button.owl-prev i.arrow:before {
	border: none;
	border-left: #fff solid 1px;
	border-top: #fff solid 1px;
}

.project-single .owl-carousel .owl-nav .owl-prev,
.project-single .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}

.project-single .owl-carousel .owl-nav .owl-prev {
	left: 25px;
}

.project-single .owl-carousel {
	position: relative
}

.project-single .owl-carousel .owl-nav .owl-next {
	right: 25px;
}

.project-single .owl-carousel .owl-nav button.owl-prev i.arrow:after {
	right: -13px;
}

.project-single .owl-carousel .owl-nav button:hover i.arrow:before {
	border-color: #fff;
}

.project-single .owl-carousel .owl-nav button:hover i.arrow:after {
	background: #fff
}

.project-single .owl-carousel .owl-nav button:hover {
	background: var(--primary);
	opacity: 0.8
}

.project-single .owl-carousel .owl-nav button:focus,
.project-single .owl-carousel .owl-nav button:hover {
	outline: none !important;
	box-shadow: none !important;
}

.project-single .editor_content h2 {
	color: #002e6d;
	font-size: 35px;
}

.lg-outer .lg-toolbar #lg-download {
	display: none !important;
}

#video {
	position: relative;
	padding-bottom: 56%;
}

#video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.infoBx .info_box {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px
}

.infoBx .info_box h3 {
	font-style: italic;
	font-size: 1.75rem;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.infoBx .info_box h3 i.icon {
	background: var(--primary);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	margin-right: 20px;
	text-align: center;
	line-height: 43px;
}

.infoBx .info_box p {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 1.125rem
}

.infoBx .info_box p:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px
}

.project-breadcrumb ul li {
	margin-right: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	font-size: 1.125rem
}

.project-breadcrumb ul li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: #000 solid 1px;
	border-bottom: #000 solid 1px;
	display: block;
	right: 0px;
	top: 8px;
	transform: rotate(-45deg);
}

.project-breadcrumb ul li:last-child:before {
	display: none;
}

.project-breadcrumb ul li a {
	color: #000;
	text-decoration: none;
}

.project-breadcrumb ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.solution-container .productItems figure {
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
}

.solution-container .productItems figure img {
	width: 100%;
	height: 21.25rem;
	object-fit: cover;
	transition: 0.25s;
	transition-timing-function: ease-out;
}

.solution-container .productItems:hover img {
	transform: scale(1.2);
}

.solution-container .productItems figure:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7483368347338936) 0%, rgba(0, 0, 0, 0.039653361344537785) 91%);
	z-index: 10
}

.solution-container .productItems figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 20px 20px 30px 20px;
	color: #fff;
	z-index: 11
}

.solution-container .productItems figcaption h3 {
	color: #fff;
	font-weight: 600
}

.solution-container .productItems figcaption p {
	line-height: 1.2;
	color: #fff;
	margin-bottom: 0px
}

.solution-container .container {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.solution-container .container .row {
	margin-right: -0.37rem;
	margin-left: -0.37rem;
}

.solution-container .container .row .col-md-6 {
	padding-right: 0.37rem;
	padding-left: 0.37rem;
}

.solutionContent p {
	font-style: italic;
	color: var(--primary);
	line-height: 1.8;
	font-weight: bold
}


.tabs_btn {
	border-bottom: #ccc solid 1px;
	padding-bottom: 8px;
}

.tabs_btn li {
	font-size: 1.125rem;
}

.tabs_btn li.active {
	font-weight: bold;
	position: relative
}

.tabs_btn li:hover {
	font-weight: bold;
}

.tabs_btn li.active:before {
	position: absolute;
	width: 100%;
	height: 4px;
	background: var(--primary);
	bottom: -11px;
	content: "";
	left: 0;
}

.phx-hero {
	min-height: 33rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.phx-hero:before {
	background: rgba(0, 0, 0, 0.25);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.phx-hero h1 {
	color: #fff;
	text-align: left;
	font-style: italic;
	margin-right: 0%;
	width: calc(100% + 100px);
}

.phx-hero.phx-hero-left h1 {
	text-align: left;
}

.phx-hero .container {
	position: relative
}

.phx-hero .banner-content {
	width: 55%;
	text-align: left;
	position: relative;
	z-index: 1
}

.phx-hero .banner-content p {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.5;
	margin: 1.125rem 0 2rem 0px;
	max-width: 700px;
}


.tank-tab {
	border-bottom: #ccc solid 1px;
	padding-bottom: 0px;
	display: none !important;
}

.tank-tab li {
	font-size: 1.25rem;
	padding: 20px 40px;
	font-weight: bold;
	position: relative
}

.tank-tab li:first-child:before,
.tank-tab li.active:before {
	position: absolute;
	width: 100%;
	height: 4px;
	background: var(--primary);
	bottom: -3px;
	content: "";
	left: 0;
}

.tank-tab li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.pnxNavBar {
	border-bottom: #ccc solid 1px;
	padding-bottom: 0px;
}

.pnxNavBar li {
	font-size: 1.25rem;
	padding: 20px 40px;
	font-weight: bold;
	position: relative
}

.pnxNavBar li.current_page_item:before {
	position: absolute;
	width: 100%;
	height: 4px;
	background: var(--primary);
	bottom: -3px;
	content: "";
	left: 0;
}

.pnxNavBar li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.pnxNavBar li a:hover {
	font-weight: bold;
}

.pnxNavBar li.current_page_item a {
	font-weight: bold;
	color: var(--primary)
}

.contact-form {
	padding: 2.1875rem;
	margin-bottom: 6.25rem;
	/* box-shadow: 6px 8px 10px rgb(0 0 0 / 12%); */
	margin-top: -6rem;

	border-radius: 0.5rem;
	background: #FFF;
	box-shadow: 0 4px 74.9px 35px rgba(0, 0, 0, 0.11);
}

.contact-form .wpforms-container {
	margin: 0px;
	padding: 0px
}

.contact-form .wpforms-field-html {
	color: var(--primary);
	font-weight: bold;
}

.contact-form .wpforms-container .wpforms-field input {
	font-size: 0.875rem !important;
	color: #575757 !important;
	height: 44px !important;
	/* border: var(--primary) solid 2px !important; */
	border-radius: 4px !important;
}

.contact-form .wpforms-container .wpforms-field textarea {
	color: #575757 !important;
	/* border: var(--primary) solid 2px !important; */
	height: 106px !important;
	resize: none !important;
	border-radius: 4px !important;
}

.contact-form .wpforms-container-full .wpforms-form .wpforms-submit-container button {
	border: none;
	background: var(--primary);
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 300;
	transition: ease-out 0.4s;
	border-radius: 5px;
	min-width: 145px;
	text-decoration: none;
	display: inline-block;
	line-height: inherit;
	padding: 0.625rem 2.8125rem;
}

.contact-form .wpforms-container-full .wpforms-form .wpforms-submit-container button:hover {
	background: var(--secondary)
}

.phx-contact-left ul li {
	display: flex;
	align-items: center;
}

.phx-contact-left ul li i {
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 5px;
	background: var(--primary);
	border: var(--primary) solid 1px;
	display: flex;
	text-decoration: none;
	color: #fff;
	justify-content: center;
	align-items: center;
	margin-right: 1rem
}

.phx-contact-left ul li i:hover {
	text-decoration: none;
	background: var(--secondary);
	border-color: var(--secondary);
}

.contact-info {
	border-radius: 0.5rem;
	background: rgba(221, 221, 221, 0.35);
	display: inline-flex;
	padding: 1rem .75rem;
	align-items: center;
	gap: 0.75rem;
}

.contact-info p {
	font-size: 0.8rem;
}

.text-pfe-orange {
	color: var(--secondary) !important;
}

.locationBx h3 {
	color: rgba(0, 0, 0, 0.60);
	font-family: Montserrat;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


.locationBx ul li {
	display: flex;
	align-items: center;
}

.locationBx ul li i {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 5px;
	background: var(--primary);
	border: var(--primary) solid 1px;
	display: flex;
	text-decoration: none;
	color: #fff;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
	font-size: 0.85rem
}

.locationBx ul li i:hover {
	text-decoration: none;
	background: var(--secondary);
	border-color: var(--secondary);
}

.errorPage {
	min-height: 516px
}

.blog .navigation {
	width: 100%;
	float: left;
}

.blog .navigation ol {
	display: flex;
	flex-wrap: wrap;
}

.blog .navigation ol li {
	margin: 0px;
	width: auto;
	padding: 0px;
	border: none;
}

.blog .navigation li a,
.blog .navigation li a:hover,
.blog .navigation li span.current,
.blog .navigation li.disabled {
	background-color: #ececec;
	border-radius: 0;
	cursor: pointer;
	padding: 13px 14px;
	border: none;
	color: #515151;
	font-weight: 500;
}

.blog .navigation li a.prev {
	position: relative;
	padding-left: 20px;
}

.blog .navigation li a.next {
	position: relative;
	padding-right: 20px;
}

.blog .navigation li a.next:before {
	content: "";
	border-right: #515151 solid 1px;
	border-top: #515151 solid 1px;
	width: 5px;
	height: 5px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(10px, 10px);
	transform: rotate(45deg);
	margin-top: -2px;
}

.blog .navigation li a.prev:before {
	content: "";
	border-left: #515151 solid 1px;
	border-bottom: #515151 solid 1px;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(10px, 10px);
	transform: rotate(45deg);
	margin-top: -2px;
}

.blog .navigation li a.prev:hover:before {
	border-color: #fff;
}

.blog .navigation li a.next:hover:before {
	border-color: #fff;
}

.blog .navigation li a:hover {
	background-color: var(--secondary);
	color: #fff;
}

.blog .navigation li span.current {
	background-color: var(--primary);
	color: #fff;
}

.date {
	font-size: 14px;
	color: var(--secondary);
	display: block;
	margin-bottom: 8px;
	font-weight: 600
}

.blog .nav-links {
	display: none;
}

.postcontent h2 a {
	text-decoration: none
}

.postcontent h2 a:visited {
	color: var(--primary);
}

#secondary ul li {
	list-style-type: none;
	padding: 12px 0;
	margin: 0px;
	border-bottom: #ccc solid 1px;
}

#secondary ul li a {
	color: var(--primary);
	text-decoration: none;
	display: block;
}

#secondary ul li a:hover {
	color: var(--secondary);
}

.widget-area .widget_search {
	position: relative;
}

.widget-area .widget_search label {
	width: 100%;
	position: relative;
	display: none;
}

.widget-area .widget_search input {
	width: 100%;
	height: 45px;
	padding: 5px 85px 5px 25px;
	font-size: 18px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.widget-area .widget_search .wp-block-search__button {
	width: auto;
	border: none;
	display: inline-block;
	background: var(--primary);
	text-align: center;
	padding: 13px 26px 11px;
	border-radius: 0px 8px 8px 0px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
}

.widget-area .widget_search .wp-block-search__button:hover {
	background: var(--secondary);
}

.page-id-317 .phx-hero .banner-content {
	width: 70%;
}

/**tank**/
.tank_info figure {
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 10px #00000029;
}

.tank_info figure img {
	width: 100%
}

.tank-wrap .row .col-md-4 {
	padding-right: 8px;
	padding-left: 8px;
}

.tank-wrap .row {
	margin-right: -8px;
	margin-left: -8px;
}

.tank-wrap .tanks-info {
	background: #03653F;
	border-radius: 10px;
}

.tank-wrap .tanks-info figure {
	background: #fff;
	width: 140px;
	height: 130px;
	border-radius: 10px 0 0 10px;
}

.tank-wrap .tanks-info figure img {
	height: 84px
}

.tank-wrap .tanks-info .icon-info {
	width: calc(100% - 140px);
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.accordian-wrapper .accordion h5 {
	border: 1px solid #DBDBDB;
	background: var(--lightgray);
	padding: 1.25rem;
	font-size: 1.375rem;
	font-weight: bold;
	margin-bottom: 0.75rem;
	cursor: pointer;
	position: relative
}

.accordian-wrapper .accordion h5 span.toggleBtn {
	background: url(../images/icons/plus.svg) no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	display: inline-block;
	padding-right: 0px;
	top: 50%;
	transform: translateY(-50%)
}

.accordian-wrapper .accordion h5 span {
	padding-right: 30px;
	display: block;
	text-transform: capitalize;
	color: var(--primary);
}

.accordian-wrapper .accordion h5 span + span {
	padding-right: 0px;
	display: inherit
}

.accordian-wrapper .accordion h5.active span.toggleBtn {
	background: url(../images/icons/mins.svg) no-repeat;
}

.accordian-wrapper .accordion h5.pdflink.active span.toggleBtn {
	background: url(../images/icons/plus.svg) no-repeat;
}

.accordian-wrapper .tablepress > :where(thead, tfoot) > * > th {
	background: none;
	color: #E37B60;
	font-weight: 400;
	font-size: 1.125rem;
	padding: 1.25rem 0rem 2rem 0rem;
	vertical-align: middle;
	word-break: normal;
	font-weight: bold;
}

.accordian-wrapper .tablepress > :where(tbody) > .odd > * {
	background: none;
}

.accordian-wrapper .tablepress > :not(caption) > * > * {
	padding: 1.25rem 1.5rem
}

.accordian-wrapper .accordion h5 a {
	color: 000;
	text-decoration: none
}

.blocks-wrapper figure a > img,
.block-img {
	padding: 5px;
	background: #fff;
	box-shadow: 0px 0px 10px #00000029;
}

.blocks-wrapper figure a {
	position: relative;
	display: inline-block;
}

.blocks-wrapper figure a .zoom {
	position: absolute;
	width: 48px;
	height: 48px;
	border: #707070 solid 1px;
	display: flex;
	bottom: 15px;
	right: 15px;
	border-radius: 50%;
	flex-wrap: wrap;
	justify-content: center;
}

.blocks-wrapper figure a:hover .zoom {
	background: var(--primary);
	border-color: var(--primary);
}

.blocks-wrapper figure a:hover .zoom img {
	filter: invert(0.9) sepia(1) saturate(0.9) hue-rotate(100.8deg) brightness(1);
}

.phx-hero .banner-content p:last-child {
	margin-bottom: 0px
}

.fancybox-caption-wrap {
	display: none !important
}

.figureBox figure {
	padding: 1.25rem;
	background: #fff;
	box-shadow: 0px 0px 10px #00000029;
}

.themeContent .alignright {
	padding: 1.25rem;
	background: #fff;
	box-shadow: 0px 0px 10px #00000029;
}

.page-id-291 .home-content {
	min-height: 250px
}

.page-id-317 .phx-hero {
	background-position: left center;
}

.page-id-307 .solution-container {
	margin-top: 3rem
}

.blog .entry-content p img {
	display: none
}

.search-results article {
	border-bottom: #ccc solid 1px;
	padding-bottom: 2rem;
	margin-bottom: 2.5rem
}

.search-results article .entry-summary p {
	margin-bottom: 10px
}

.search-results article img {
	max-width: 550px
}

.search-results article .entry-title a {
	text-decoration: none;
}

#half_carousel_thumb .owl-nav {
	display: none;
}

/* project*/
@media (max-width:1550px) {
	.phx-hero h1 {
		width: calc(100% + 25px);
	}

	html {
		font-size: 99%;
		-webkit-text-size-adjust: 99%;
	}

	h1.h1 {
		font-size: 3.5rem;
	}
}

@media (max-width:1440px) {
	html {
		font-size: 98%;
		-webkit-text-size-adjust: 98%;
	}

	.featured-project-wrap .owl-nav {
		max-width: 1140px;
		/*min-width: 1140px;*/
	}

	.phx-hero {
		min-height: 34rem;
	}

	.home .phx-homeSlider .slider-item {
		height: 36rem;
	}

	.phx-banner {
		height: 14.5rem;
	}
}

@media (max-width:1439px) {
	.site-header .phx-header-left {
		width: 200px;
	}

	.site-header .phx-header-right {
		width: calc(100% - 200px);
	}

	.site-logo a::before {
		width: calc(100vw - -184px);
	}

	.ourCapWrapper .ourCapItem {
		margin: 0 0%;
		width: calc(20% - 4%);
	}

	.phx-hero {
		min-height: 30rem;
	}

	.pnxNavBar li {
		padding: 18px;
	}

}

@media (max-width:1366px) {
	html {
		font-size: 96%;
		-webkit-text-size-adjust: 96%;
	}

	.home .phx-homeSlider .slider-item {
		height: 35rem;
	}

	.phx-homeSlider .slider-item {
		height: 26rem
	}

	.phx-homeSlider.owl-theme .owl-dots {
		bottom: 30px;
		left: 50px;
	}

	.phx-banner {
		height: 13rem;
	}

	h1.h1 {
		font-size: 3.4rem;
	}

	.page-id-317 .phx-hero .banner-content {
		width: 60%;
	}

	.pnxNavBar li {
		padding: 15px 15px;
	}

	.pnxNavBar li {
		font-size: 1.2rem;
	}
}

@media (max-width:1200px) {
	.featured-project-wrap .owl-nav {
		max-width: 100%;
		min-width: 100%;
	}

	.featured-project-wrap .owl-item .item-cta {
		padding: 4px 18px;
	}

	a.btn-primary {
		padding: 10px 30px;
	}

	.phx-homeSlider .banner-content {
		max-width: 50%;
		margin-right: 80px;
		margin-top: 100px;
		}

	.home .phx-homeSlider .slider-item {
		height: 27rem;
	}

	.phx-homeSlider.owl-theme .owl-dots {
		bottom: 30px;
		left: 50px;
	}

	.phx-homeSlider.owl-theme .owl-dots .owl-dot {
		margin-right: 7px;
	}

	.tabs_btn li {
		font-size: 1rem;
	}

	.phx-hero {
		min-height: 28rem;
	}

	.awards-wrapper .owl-carousel .owl-nav .owl-prev {
		left: 0;
	}

	.awards-wrapper .owl-carousel .owl-nav .owl-next {
		right: 0;
	}

	.tank-wrap .tanks-info .icon-info {
		font-size: 1.2rem
	}

	.tank-wrap .tanks-info figure {
		width: 110px;
	}

	.tank-wrap .tanks-info figure img {
		height: 65px;
	}

	.tank-wrap .tanks-info .icon-info {
		width: calc(100% - 110px);
	}

	.site-header .header_search {
		margin-top: -2px;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 94%;
		-webkit-text-size-adjust: 94%;
	}

	.f60 {
		font-size: 3rem;
	}

	h1 {
		font-size: 2rem;
	}

	h1.h1 {
		font-size: 3rem;
	}

	h2.f45 {
		font-size: 2.313rem;
	}

	.f24 p {
		font-size: 1.3rem;
	}

	h2,
	.h2 {
		font-size: 2.2rem;
	}

	.phx-banner {
		height: 14rem;
	}

	.phx-hero {
		min-height: 24rem;
	}

	.page-id-317 .phx-hero .banner-content {
		width: 100%;
	}

	.pnxNavBar li {
		font-size: 1.1rem;
	}

	.awards-wrapper .award-items {
		width: 220px;
	}
}

@media (max-width:992px) {
	.ourCapWrapper .ourCapItem {
		width: calc(25% - 0%);
		margin: 6px 11px;
	}

	h2,
	.h2 {
		font-size: 2rem;
	}

	.tabs_btn {
		border-bottom: none;
	}

	.phx-hero .banner-content {
		width: 100%;
		text-align: center;
	}

	.phx-hero.phx-hero-left h1 {
		text-align: center;
		margin-right: 0%
	}

	.phx-hero h1 {
		text-align: center;
		margin-right: 0%
	}

	.phx-hero .banner-content p {
		max-width: 100%
	}

	.phx-hero {
		min-height: 20rem;
	}

	a.btn-primary {
		font-size: 15px;
	}

	.site-header .header_search {
		margin-top: 0px
	}

	.awards-wrapper .award-items {
		width: 165px;
	}
}

@media (max-width:767px) {
	p {
		line-height: 1.6
	}

	.f24 p {
		font-size: 1.1rem;
	}

	.f20 {
		font-size: 1rem;
	}

	.site-header .top-left,
	.site-header .col-sm-4 {
		font-size: 14px;
	}

	.top-left a img {
		margin-right: 5px;
	}

	.top-left a + a {
		padding-left: 10px;
		margin-left: 5px;
		position: relative;
	}

	.why-section p {
		width: calc(100% - 0px);
	}

	.featured-project-wrap .owl-item.active.center {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}

	.site-footer .col-left {
		width: calc(100% - 0px);
	}

	.site-footer .col-right {
		text-align: center;
		display: flex;
		justify-content: center;
		margin-top: 20px;
		width: 100%
	}

	.need-consultation-wrap .col-left {
		width: calc(100% - 0px);
		text-align: center;
	}

	.phx-homeSlider .banner-content {
		max-width: 100%;
	}

	.why-section h2 span {
		font-size: 4rem;
	}

	.ourCapWrapper .ourCapItem {
		width: calc(50% - 10px);
		margin-left: 5px;
		margin-right: 5px
	}

	.home .phx-homeSlider .slider-item {
		height: 30.875rem;
	}

	.phx-homeSlider.owl-theme .owl-dots {
		bottom: 10px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.awards-wrapper .award-items figure {
		margin: 10px 10px;
		width: calc(100% - 15px);
	}

	.phx-homeSlider .owl-nav button.owl-next {
		right: 10px;
		left: inherit
	}

	.phx-homeSlider .owl-nav button {
		left: 10px;
		width: 35px;
		height: 35px
	}

	.phx-homeSlider .banner-content p {
		font-size: 1rem;
		margin: 1rem 40px
	}

	.phx-homeSlider .owl-nav button i.arrow:before {
		width: 11px;
		height: 11px;
		top: -5px;
		right: -5px;
	}

	.phx-homeSlider .owl-nav button i.arrow:after {
		width: 15px;
		right: 3px;
		top: 0px;
		right: -6px;
	}

	.phx-homeSlider.owl-theme .owl-dots .owl-dot span {
		width: 9px;
		height: 9px;
	}

	.phx-homeSlider.owl-theme .owl-dots .owl-dot.active span:before {
		width: 17px;
		height: 17px;
	}

	.phx-homeSlider .owl-nav button.owl-prev i.arrow:after {
		right: -8px;
	}

	.phx-homeSlider .owl-nav button.owl-prev i.arrow:after {
		width: 15px;
	}

	.phx-homeSlider .banner-content {
		max-width: 100%;
		margin: 0px;
		text-align: center;
	}

	.home-product p {
		width: 100%
	}

	.need-consultation-wrap .col-right {
		width: 100%;
	}

	.phx-hero {
		min-height: 20rem
	}

	h1.h1 {
		font-size: 2.15rem;
	}

	.top-left a {
		font-size: 0px
	}

	.top-left a + a:before {
		display: none
	}

	.top-left {
		position: relative;
		top: -3px
	}

	.awards-wrapper .owl-carousel .owl-nav .owl-prev {
		left: -10px;
	}

	.awards-wrapper .owl-carousel .owl-nav .owl-next {
		right: -10px
	}

	.phx-banner {
		height: 11rem;
	}

	a.btn-primary {
		padding: 9px 20px;
		font-size: 15px;
	}

	.themeContent .alignright {
		float: left;
		margin-left: 0;
		margin-bottom: 1.5em;
		width: 100%;
		margin-top: 1.5em;
	}

	.featured-project-wrap .owl-item.active.center .item-cta {
		position: relative;
	}

	.featured-project-wrap .phx-projectBox .slider-item .item-cta {
		bottom: 0;
		padding: 4px 18px;
		left: 0;
		border-radius: 0px;
		width: 100%;
	}

	.awards-wrapper .award-items {
		width: calc(25% - 10px);
	}
}

@media (max-width:480px) {

	h2,
	.h2 {
		font-size: 2rem;
	}

	.why-section h2 span {
		font-size: 3.5rem;
	}

	.featured-project-wrap .owl-nav {
		top: 53%;
	}

	.featured-project-wrap .owl-item .item-cta {
		bottom: 0;
		padding: 4px 18px;
		left: 0;
		border-radius: 0px;
		width: 100%;
	}

	.why-section h2 {
		height: 115px;
	}

	.featured-project-wrap .owl-carousel .owl-nav .owl-prev {
		margin-right: 0px;
	}

	/*.featured-project-wrap .owl-carousel .owl-nav button{     width: 40px; height: 40px;     right: 0px;}*/
	.featured-project-wrap .owl-item {
		padding-top: 0px;
	}

	.featured-project-wrap .owl-item .slider-item figure {
		margin-bottom: 0px
	}

	.featured-project-wrap .owl-item.active.center {
		margin-top: 0px
	}

	.banner-content .f60 {
		font-size: 2rem;
	}

	.home .phx-homeSlider .slider-item,
	.phx-homeSlider .slider-item {
		height: 20rem;
	}

	.site-footer .col-left {
		text-align: center;
	}

	.site-footer .col-left a {
		display: block;
		margin-top: 10px;
	}

	.site-footer .col-left a + a {
		margin-left: 0px;
		padding-left: 0px
	}

	.site-footer .col-left a + a::before {
		display: none;
	}

	.site-footer .col-right {
		width: 100%
	}

	.site-footer .col-right ul li a {
		width: 2.4rem;
		height: 2.4rem;
	}

	.home-product .productItems h3 {
		bottom: 10px;
		padding: 0 15px;
		font-size: 1.4rem;
	}

	.phx-banner {
		height: 9rem;
	}

	.phx-hero .banner-content p {
		margin: 0.5rem 0 1rem 0px;
	}

	.phx-hero .banner-content p {
		font-size: 1rem
	}

	.accordian-wrapper .tablepress > :not(caption) > * > * {
		padding: 0.75rem 0.75rem;
	}

	.accordian-wrapper .accordion h5 {
		font-size: 1.2rem;
		padding: 1.125rem;
	}

	.dataTables_wrapper {
		width: 100%;
		overflow-x: scroll;
	}

	.dataTables_wrapper .tablepress {
		width: 600px;
	}

	.tank-wrap .tanks-info figure {
		width: 100px;
		height: auto;
		padding: 20px 0px
	}

	.tank-wrap .tanks-info figure img {
		height: 50px
	}

	.tank-wrap .tanks-info .icon-info {
		width: calc(100% - 110px);
		font-size: 1.125rem
	}

	.featured-project-wrap .phx-projectBox .slider-item {
		width: 100%
	}

	.awards-wrapper .award-items {
		width: calc(50% - 10px);
	}
}

@media (max-width:414px) {
	.phx-hero {
		min-height: 15.625rem
	}

	h1.h1 {
		font-size: 1.75rem;
	}

	.ourCapWrapper figure img.icon {
		max-width: 75px
	}

	.ourCapWrapper .ourCapItem figure {
		height: 72px;
	}

	.ourCapWrapper .ourCapItem span.title {
		font-size: 1rem
	}

	a.btn-primary {
		font-size: 14px;
	}

	.project-breadcrumb ul li {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.project-breadcrumb ul li {
		padding-right: 1rem;
		margin-right: 1rem;
	}

	.project-breadcrumb ul li:before {
		width: 6px;
		height: 6px;
		top: 7px
	}

	.project-breadcrumb ul li a,
	.project-breadcrumb ul li {
		font-size: 15px
	}

	.phx-homeSlider .banner-content p {
		line-height: 1.3
	}
}

@media (max-width:390px) {
	.banner-content .f60 {
		font-size: 1.9rem;
	}

	.phx-homeSlider .banner-content p {
		margin: 0.75rem 30px;
	}
}


.search-no-results .page-content {
	padding-bottom: 50px
}

.page-content .search-form label {
	margin-bottom: 0px
}

.page-content .search-form {
	width: 250px;
	position: relative;
	background: #fff;
	border-radius: 4px;
	border: #ccc solid 1px;
}

.page-content .search-form input {
	border: none;
	padding: 10px 10px 12px 15px;
	width: 100%;
	font-size: 16px;
	background: none;
}

.page-content .search-form input.search-submit {
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(../images/search-icon-black.svg) no-repeat;
	background-size: 66%;
	top: 10px;
	font-size: 0px;
}
