@keyframes floating {
    0% {transform: translate(0);}
    65% {transform: translateY(15px);}
    100% {transform: translate(0);}
}

*,*:before,*:after{box-sizing:border-box}
body{margin:0}
figure{margin:0;line-height:0;}
img{max-width: 100%;}
.container{max-width: 1400px;width: 100%;margin: 0 auto;padding: 0 15px;}
.d-block {display: block;}
.dashed--border-line .d-sm-block, .dashed-border-line .d-sm-block, .d-sm-block, .sm-show, .header-drawer {display: none;}
.text-center {text-align: center;}

@media(min-width:992px) {
  .height-100vh {height: 100vh; object-fit: cover; max-height: 100vh; min-height: 100vh;}
}

.w-100, header{width: 100%;}
.header-part{display: flex;flex-wrap: wrap; align-items: center; margin: 0 -15px;}
.content-content-title {
    font-family: 'Oakes Grotesk';
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.content-content-desc {
    font-family: 'Oakes Grotesk';
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
}
.content-area-abt {padding-bottom: 10px;}
li.mnf-list {
    font-family: 'Oakes Grotesk';
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
}
ul.list-item-mnf {
    margin: 0;
    padding-left: 20px;
}
.font-bold {font-weight: 700;}
.grid-block-brocher {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.content-content-desc.pt-10,
.content-area-abt.pt-10 {padding-top: 10px;}
.grid-block-brocher.m-0 {margin-bottom: 0;}

.header-logo {
    width: 40%;
    padding: 0 15px;
}
.header-menu {
    width: 60%;
    padding: 0 15px;
}
ul.header-menu-ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: baseline;
    padding-top: 5px;
}
ul.head-sub-menu-ul {
    list-style: none;
    visibility: hidden;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0 0;
    background: #fff;
    z-index: 9;
    width: 200px;
    box-shadow: 0px 7px 7px 0px #00000029;
}
li.header-menu-li.head-sub-menu {
    position: relative;
}
li.header-menu-li {padding: 0 15px;}
li.header-menu-li:first-child {padding-left: 0;}
li.header-menu-li.head-sub-menu:hover ul.head-sub-menu-ul {
	visibility: visible;
    height: auto;
}
.link-href {
	font-family: 'Oakes Grotesk';
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
    color: #666;
}
.bp-40 {padding-bottom: 40px;}
.head-sub-menu-ul li {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding: 0px 15px 10px;
}
.head-sub-menu-ul li:last-child {
    margin-bottom: 0;
    border: 0;
}
.link-href:hover  {
	color: #DA2315;
}
.header-spacing {
	position: relative;
	padding: 10px 0;
    z-index: 9;
	border-bottom:1px solid #CCCCCC;
}
.head-sub-menu .link-href {
	display: flex;
}
.head-sub-menu .link-href .dropdown-arrow {
	margin-top: -8px;
}
li.head-contact {
	padding: 0 15px;
    display: flex;
    align-items: center;
}
.head-contact .link-href {
	border: 1px solid #666;
    padding: 10px 18px;
    border-radius: 30px;
}
.head-contact .svg-icon-call svg {
	width: 15px;
    height: 15px;
}
.banner-image-position {
	position: relative;
}
.banner-contant {
    position: absolute;
    top: 50%;
    max-width: 50%;
    transform: translateY(-50%);
}
h1.banner-title {
    margin: 0;
    font-family: 'Oakes Grotesk';
    font-weight: 700;
    font-size: 88px;
    line-height: 110px;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
}
.banner-subtitle {
    font-family: 'Oakes Grotesk';
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    color: #fff;
    max-width: 55%;
}
.dashed-border-line {
	position: relative;
	padding-bottom: 30px;
}
.full-border-size {
	display: inline-block;
    width: 65px;
    height: 2px;
    background: #fff;
}
span.dotted-border {
	display: inline-block;
    width: 3px;
    height: 2px;
    background: #fff;
}
span.dotted-border.left-2 {
	left: 78px;
}
span.dotted-border.left-3 {
	left: 86px;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.banner-image-position img.banner-img-min-height {
	min-height: 600px;
	object-fit: cover;
	width: 100%;
}
.arrow-bottom {
	text-align: center;
}
a.arrow-btn-click {
    position: absolute;
    bottom: 40px;
    animation-name: floating;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
section.banner-section {
    padding-bottom: 90px;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.w-25 {
	width: 25%;
	padding: 0 15px;
}
.w-30 {
    width: 30%;
    padding: 0 15px;
}
.w-40 {
	width: 40%;
	padding: 0 15px;
}
.w-50 {
	width: 50%;
	padding: 0 15px;
}
.w-60 {
	width: 60%;
	padding: 0 15px;
}
.section-contant {
	position: relative;
}
.banner--title {
	font-family: 'Oakes Grotesk';
	font-size: 45px;
	line-height: 55px;
	font-weight: 500;
	color: #333;
	margin: 0;
	padding-bottom: 50px; 
}
.section-subtitle {
    font-family: 'Oakes Grotesk';
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    color: #DA2315;
    padding-bottom: 45px;
}
.dashed--border-line {
    position: relative;
    padding-bottom: 55px;
}
span.dotted-border.balck,
.full-border-size.balck {
    background: #000;
}
.banner--subtitle {
	font-family: 'Oakes Grotesk';
    font-size: 24px;
    line-height: 44px;
    color: #333;
}
.max-img-size {
	text-align: right;
    max-width: 650px;
    margin-left: auto;
}
section.section-img-text {
    padding-bottom: 95px;
}
.bg-image {
    padding: 95px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
h2.cov-title {
    font-family: 'Oakes Grotesk';
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
    color: #333;
    margin: 0;
    text-align: center;
    padding-bottom: 50px;
}
.cov-subtitle {
    font-family: 'Oakes Grotesk';
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    color: #DA2315;
    padding-bottom: 45px;
    text-align: center;
}
.conve-section .dashed--border-line {
	text-align: center;
    margin: 0 auto;
    padding-bottom: 75px;
}
.cov-desc {
    font-family: 'Oakes Grotesk';
    font-weight: 300;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 80px;
    max-width: 90%;
    margin: 0 auto;
}
.w-33-33 {
    width: 33.33%;
    padding: 0 15px;
}
.w-20 {
	width: 20%;
    padding: 0 15px;
}
.white-border-area {
    text-align: center;
    padding: 10px;
    background: #fff;
    max-width: 375px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.white-border-area img {transition: .5s ease;}
.white-border-area:hover img {transform: scale(1.2);}
.cov-desk-label {
    font-family: 'Oakes Grotesk';
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0 15px;
    max-width: 224px;
    margin: 0 auto;
    
}
.secound-area {padding-top: 100px;}
.section-img-text.secound-area .max-img-size {padding-top: 85px;}
.section-repeat .cov-desc {max-width: 100%;color: #717171;}
.conve-section .d-flex {justify-content: center; gap: 40px 0;}
.conve-section.section-repeat .white-border-area {
	max-width: 204px;
    border-radius: 15px;
    box-shadow: 4px 4px 10px 0 #0002;
}
.icon-top-spacing {
    padding-top: 40px;
}
.bg-white-section {
	background: #fff;
	padding-top: 115px;
	padding-bottom: 95px;
}
.bg-white-section .cov-title {
	padding-bottom: 45px;
}
.bg-white-section .dashed--border-line {
	text-align: center;
	padding-bottom: 70px;
}
.bg-white-section .cov-desc {
	font-weight: 400;
	padding-bottom: 0;
}
.lk-sls-btn {
    border-radius: 25px;
    background: #DA2315;
    padding: 50px 70px;
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 4px 4px 10px 0 #0002;
}
.btn-label {
    font-family: 'Oakes Grotesk';
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    padding-right: 60px;
}
.lk-sls-btn .scn {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 43px;
    border: 1px solid #fff;
    border-radius: 70px;
    font-family: 'Oakes Grotesk';
    font-size: 29px;
    line-height: 45px;
    color: #fff;
    transition: 0.5s ease;
}
.lk-sls-btn .scn:hover {
    background: #fff;
    color: #000;
}
.lk-sls-btn .scn:hover a {color: #000;}
.lk-sls-btn .scn:hover .scn-icon svg {fill: #000;}
.lk-sls-btn .d-flex {
	margin: 0;
    align-items: center;
    justify-content: space-between;
}
.lk-sls-btn .scn .scn-icon {
	padding-right: 15px;
}
.lk-sls-btn .scn .scn-icon svg {fill: #fff;}
.newsletter-section .dashed--border-line {text-align: center;}
.newsletter-section h2.cov-title {
	padding-bottom: 15px;
}
.cov--desk--label {
	font-family: 'Oakes Grotesk';
	font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.white-border--area {
    max-width: 370px;
    margin: 0 auto;
    background: #fff;
}
.nws-spacing-area {
	padding: 30px 20px;
}
.white-border--area .dashed--border-line {
	padding-bottom: 27px;
	text-align: left;
}
.news--sub-contant {
    font-family: 'Oakes Grotesk';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}
a.news-arrow {
    font-family: 'Oakes Grotesk';
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #CC3333;
    text-decoration: none;
    display: flex;
    visibility: hidden;
    height: 0;
    transition: 0.5s ease all;
    align-items: center;
}
.white-border--area:hover a.news-arrow {
	visibility: visible;
    height: auto;
    padding-top: 30px;
}
a.news-arrow .anc-arrow-right {
	height: 20px;
    padding-left: 10px;
}
.blog-img-content-area {
	position: relative;
}
.date-news-label {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #fff;
    text-align: center;
    padding: 10px 18px;
    border-radius: 100%;
}
.date-news {
    font-family: 'Oakes Grotesk';
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #CC3333;
}
.date-month {
    font-family: 'Oakes Grotesk';
    font-weight: 500;
    color: #333;
    font-size: 13px;
    line-height: 18px;
}
.footer-section {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 0px 0;
	background:#666666;
}
.footer-container {
	max-width: 1270px;
	padding: 0 15px;
	margin: 0 auto;
}
.footer-size-25 {
    width: 25%;
    padding: 0 15px;
}
.footer-label {
    font-family: 'Oakes Grotesk';
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 35px;
}
ul.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-icon-label a {
	text-decoration: none;
	display: flex;
    align-items: center;
}
.footer-icon-label .icon-label {
    font-family: 'Oakes Grotesk';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}
li.footer-icon-label {
    padding-bottom: 25px;
}
.footer-icon-label .icon-img {
    padding-right: 15px;
}
.icon-image-footer {
	display: flex;
}
.icon-image-footer .icon-img {
	width: 15%;
}
.icon-image-footer .icon-label {
	width: 85%;
    display: block;
}
.footer-icon-label a .icon-label {padding-left: 10px;}
.footer-size-50 {
	width: 50%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 15px;
}
.bus-label {
	font-family: 'Oakes Grotesk';
    font-size: 14px;
	line-height:20px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 30px;
}
.bus-label-2 { padding-bottom:15px;}
.business-label-arrow {
    text-decoration: none;
	display: flex;
	padding-bottom: 30px;
    align-items: baseline;
}
.business-label-arrow .icon-label {
	font-family: 'Oakes Grotesk';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #DFDFDF;
    padding-left: 15px;
}
.business-label-arrow img {
    min-width: 20px;
}
.footer-space-bottom {
    padding-bottom: 60px;
}
.footer-border-top-bottom {
	background:#444444;
	border-top: 1px solid #353535;
	border-bottom: 1px solid #353535;
	padding: 40px 0 30px;
	position: relative;
}
.label-copyright {
	font-family: 'Oakes Grotesk';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}
.label-copyright a {
	color: #fff;
	text-decoration: none;
}
.text-right {text-align: right;}
.footer-top-arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: -50%;
    transform: translateY(50%);
    animation: center;
    text-align: center;
}
.schedule-section .btn-label {
	padding-right: 15px;
}
.schedule-section .lk-sls-btn {
	max-width: 1230px;
	padding: 41px 65px;
}
.schedule-section .lk-sls-btn .scn {
	max-width: 400px;
    justify-content: center;
    padding: 18px 24px;
    font-size: 22px;
    line-height: 28px;
}
.schedule-section .cov-desc {max-width: 60%;}
.hyd-cpp.bg-white-section .dashed--border-line {padding-bottom: 100px;}
.hyd-cpp .cov-desc {
	max-width: 1270px;
	line-height: 44px;
	color: #585858;
}
.bg-white-section.hyd-cpp {padding: 0;}
.hyd-banner-section .box-shadow:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.4; 
}
.banner--contant {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
}
.banner-bottom-contant {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 55px;
    z-index: 1;
}
.breadcoumb-area {
	font-family: 'Oakes Grotesk';
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
    color: #fff;
    text-align: center;
}
.arrow-right svg {transform: translateY(20%) rotate(-90deg);}
span.arrow-right {margin-left: -5px;}
.hyd-icon-content .cov-title {padding-bottom: 55px;}
.icon-area {
	text-align: center;
    max-width: 420px;
    margin: 0 auto;
}
/*.icon-img {padding-bottom: 50px;}*/
.icon-title {
	font-family: 'Oakes Grotesk';
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 45px;
}
.icon-contant {
	font-family: 'Oakes Grotesk';
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    color: #333;
    letter-spacing: -0.3px;
}
.hyd-icon-content .row-gap {row-gap: 115px;}
.hyd-icon-content .center-img {
	display: flex;
    align-items: center;
    height: 100%;
}
.hyd--cpp.bg-images--section .cov-title {padding-bottom: 75px;}
.hyd--cpp.bg-images--section .cov-subtitle {padding-bottom: 65px;}
.hyd--cpp.bg-images--section .dashed--border-line {padding-bottom: 85px;}
.cov-desc-content {
    font-family: 'Oakes Grotesk';
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    text-align: center;
    padding-top: 45px;
}
.hyd-work.bg-white-section {
    padding-top: 95px;
    padding-bottom: 70px;
}
.filter-separator-section.pvhe-img-text-section.pt-0,
.opt-oil-gas.pt-0,
.hyd-work.bg-white-section.pt-0 {padding-top: 0 !important;}
.hyd-work .cov-title {padding-bottom: 50px;}
.hyd-work .cov-subtitle {padding-bottom: 10px;}
.hyd-work .hyd-contant {
    font-family: 'Oakes Grotesk';
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #585858;
    text-align: center;
    letter-spacing: -0.1px;
    padding-bottom: 80px;
}
.hyd--cpp .cov-desk-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.icon-area .icon-img {padding-bottom: 50px;}
.oil-gas-banner-section .banner-title {padding: 0;}
.oil-gas-banner-section .banner--contant {transform: translateY(-35%);}
.oil-gas-banner-section .box-shadow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4; 
}
.lk-sls-btn .scn a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
}
.spacing-top {padding-top: 40px;}
.opt-oil-gas {
    padding-top: 120px;
    padding-bottom: 100px;
}
.oil-gas-title {
    font-family: 'Oakes Grotesk';
    font-size: 38px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.oil-gas-subtitle {
    font-family: 'Oakes Grotesk';
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    color: #DA2315;
    text-align: center;
    padding-bottom: 45px;
}
.opt-oil-gas .dashed--border-line {padding-bottom: 100px;}
.oil-gas-content {
    font-family: 'Oakes Grotesk';
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    max-width: 1255px;
    margin: 0 auto;
    animation: 0;
}
.cov--title {
    font-family: 'Oakes Grotesk';
    font-size: 45px;
    line-height: 55px;
    color: #333;
    text-align: center;
    padding-bottom: 15px;
}
.oil-gas-list-section .white-border-area {max-width: calc(100% - 30px);}
.oil-gas-list-section .d-flex {gap: 50px 0;}
.oil-gas-list-section .cov-desk-label {font-weight: 500;}
.comprehensive-section {padding: 120px 0 95px;}
.cov-comprehensive-title {
    font-family: 'Oakes Grotesk';
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    color: #333;
    text-align: center;
    padding-bottom: 60px;
}
.cov-comprehensive-subtitle {
    font-family: 'Oakes Grotesk';
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    color: #DA2315;
    text-align: center;
    padding-bottom: 45px;
}
.comprehensive-section .cov-desc {
    text-align: left;
    padding-bottom: 70px;
}
.comprehensive-section .lk-sls-btn {
    padding-top: 47px;
    padding-bottom: 47px;
}
.oil-gas-list-section .dashed--border-line {padding-bottom: 45px;}
.comprehensive-section .dashed--border-line {padding-bottom: 100px;}
.pressure-vessels-heat-section h1.banner-title {
    font-size: 70px;
    line-height: 80px;
    padding: 0;
}
.pressure-vessels-heat-section .banner--contant {max-width: 800px;}
.pressure-vessels-heat-section .box-shadow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background: #000;
}
.pressure-vessels-heat-section .banner-bottom-contant {bottom: 40px;}
.pvhe-img-text-section {padding: 95px 0;}
.pvhe-title {
    font-family: 'Oakes Grotesk';
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    line-height: 38px;
    padding-bottom: 24px;
}
.pvhe-subtitle {
    font-family: 'Oakes Grotesk';
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    color: #DA2315;
    padding-bottom: 20px;
}
.pvhe-img-text-section .dashed--border-line {padding-bottom: 35px;}
.pvhe-contant-size {max-width: 600px; margin: 0 auto;}
.max-img-size {
    max-width: 655px;
    margin-left: auto;
}
.pvhe-img-text-bg-section .content-paregraph,
.pvhe-img-text-bg-section .dashed--border-line,
.pvhe-img-text-bg-section .pvhe-title {text-align: center;}
.pvhe-img-text-bg-section .pvhe-btn-area {justify-content: center;}
.content-paregraph {
    font-family: 'Oakes Grotesk';
    font-size: 22px;
    font-weight: 300;
    color: #585858;
    line-height: 40px;
}
.content-paregraph .content-space-bottom {padding-bottom: 45px;}
.pvhe-img-text-bg-section .pvhe-title {padding-bottom: 15px;}
.pvhe-img-text-bg-section .content-paregraph {padding-bottom: 30px;}
ul.pvhe-list-area {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 55px;
    display: flex;
    flex-wrap: wrap;
}
li.pvhe-list-content {
    width: 50%;
    font-family: 'Oakes Grotesk';
    font-size: 18px;
    font-weight: 300;
    color: #585858;
    line-height: 34px;
    position: relative;
    padding-left: 40px;
}
li.pvhe-list-content:after {
    content: '';
    position: absolute;
    background-image: url(../img/arrow-black.png);
    left: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    background-repeat: no-repeat;
    transform: translateY(25%);
}
.btn-style-1 .btn-anchor {
    font-family: 'Oakes Grotesk';
    text-decoration: none;
    color: #fff;
}
.btn-style-1 {
    background: #DA2315;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    max-width: 295px;
    margin-right: 20px;
}
.btn-style-1 .btn-anchor {
    font-family: 'Oakes Grotesk';
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: none;
    color: #fff;
}
.btn-style-1 .arrow-right-span {
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-left: 35px;
    padding-top: 16px;
    display: inline-block;
    padding-bottom: 12px;
}
.btn-style-2 {
    border: 1px solid #333333;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    max-width: 360px;
}
.btn-style-2 .btn-anchor {
    font-family: 'Oakes Grotesk';
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}
.btn-style-2 .arrow-right-span {
    border-left: 1px solid #333;
    padding-left: 20px;
    margin-left: 35px;
    padding-top: 10px;
    display: inline-block;
}
.pvhe-btn-area {
    display: flex;
    align-items: baseline;
    padding-top: 20px;
}
button.slick-arrow {
    background: transparent;
    border: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 27px;
    z-index: 5;
    cursor: pointer;
}
button.slick-prev {
    background-image: url(../img/arrow-left.png);
    left: 0;
}
button.slick-next {
    background-image: url(../img/arrow-right.png);
    right: 0;
}
ul.slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    bottom: 27px;
}
ul.slick-dots li {padding: 0 4px;}
ul.slick-dots li button {
    border: 0;
    font-size: 0;
    background: #fff;
    padding: 5px;
    opacity: 0.7;
    border-radius: 100%;
}
ul.slick-dots li.slick-active button {opacity: 1;}
.slider-show {position: relative;}
.top-contant {
    position: absolute;
    font-family: 'Oakes Grotesk';
    font-size: 27px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 20px 15px;
    text-align: center;
}
.top-contant:after {
    content: '';
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.max-size--tab-area {
    max-width: 1220px;
    margin: 0 auto;
    background: #fff;
}
.list-tab-title {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
}
.list-tab-contant {padding: 65px 40px 0;}
.tab-title {
    background: #ccc;
    text-align: center;
    font-family: 'Oakes Grotesk';
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    padding: 16px 10px;
}
.tab-title.active {background: #000;}
.pvhe-tab-contant {display: none;}
.active.pvhe-tab-contant {display: block;}
.pvhe-tab-section .pvhe-list-content {padding-bottom: 15px;}
.pvhe-tab-section .pvhe-list-content:after {
    transform: translateY(0%);
    top: 15px;
}
.list-tab-title a {
    color: #000;
    text-decoration: none;
}
.list-tab-title .active a {color: #fff;}
.pvhe-solution-section .pvhe-title {padding-bottom: 50px;}
.pvhe-solution-section .dashed--border-line {padding-bottom: 80px;}
.pvhe-solution-contant {
    max-width: 1395px;
    margin: 0 auto;
    padding: 0 15px;
}
.pvhe-solution-section .cov-desc-content {
    font-size: 25px;
    font-weight: 500;
    padding-top: 35px;
}
.filter-separator-section .pvhe-contant-size {padding-bottom: 27px;}
.text-decoration-none {text-decoration: none;}
.news-event-section h1.banner-title {
    padding: 0;
    font-weight: 300;
    color: #333;
}
.news-event-section .banner-subtitle {
    margin: 0 auto;
    color: #333;
}
.underground-compact-section .banner--contant {max-width: 920px;}
.news-details-section {
    padding: 90px 0;
    background: #EFEFEF;
}
.content-news-title {
    font-family: 'Oakes Grotesk';
    color: #333;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 1.4;
    padding-bottom: 27px;
}
.news-content-area {
    padding: 30px 0;
    border-bottom: 1px solid #d1d1d1;
}
.contact-title {
    font-family: 'Oakes Grotesk';
    font-size: 30px;
    font-weight: 500;
    color: #333;
    padding-bottom: 20px;
    margin: 0;
}
.contact-subtitle {
    font-family: 'Oakes Grotesk';
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 10px;
    margin: 0;
}
.contact-label-area .icon-label {color: #333;}
.contact-label-area .icon-image-footer .icon-img {width: auto;}
.contact-label-area .icon-image-footer .icon-label {
    width: auto;
    padding-left: 10px;
}
.contact-form-section .contact-form,
.footer-contact.contact-label-area {padding-top: 40px;}
.contact-form-section .p-lr-15 {padding: 0 15px;}
.contact-form input,
.contact-form textarea {
    font-family: 'Oakes Grotesk';
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 12px 15px 12px;
    color: #1c1c1c;
    border: 1px solid #ccc;
    height: 40px;
    font-size: 14px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #000;
    transition: all 300ms ease;
}
.contact-form .form-group {margin-bottom: 20px;}
.contact-form textarea {
    resize: none;
    height: 150px;
}
.theme-btn.btn-style-two {
    position: relative;
    padding: 8px 30px 5px;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 24px;
    border: 2px solid #e5181d;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Oakes Grotesk';
    font-weight: 400;
    display: inline-block;
    background: #e5181d;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}
.theme-btn.btn-style-two:hover {
    background: none;
    color: #e5181d;
}
.certificates-section {padding: 70px 0px;}
.certificates-title .title-label {
    font-family: 'Oakes Grotesk';
    font-size: 30px;
    font-weight: 500;
    color: #333;
    padding-bottom: 20px;
    margin: 0;
}
a.certi-img {
    background: #49a0e3;
    display: block;
    border: 1px solid #49a0e3;
    border-radius: 5px;
    height: 100%;
    text-decoration: none;
}
.certi-title {
    color: #fff;
    font-size: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0.25em;
    font-family: 'Oakes Grotesk';
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.cert-blog-gap {gap: 30px 0;}
.certificates-image-section .img-fluid {height: calc(100% - 30px); padding: 5px 15px 0;}
th, td {
    font-family: 'Oakes Grotesk';
    font-size: 14px;
    line-height: 18px;
}
th.w-30, td.w-30 {width: 20%; padding: 15px 10px;}
td.w-20 {width: 15%; padding: 15px 10px;}
table, td, th {  
    border: 1px solid #ddd;
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}
.business-label-arrow .icon-img {
    display: flex;
    align-items: center;
}
.pb-85 {padding-bottom: 85px;}
.timeline-slider-section {padding: 85px 0;}
.header-title {
    font-family: 'Oakes Grotesk';
    font-size: 40px;
    line-height: 50px;
    color: #333;
    text-align: center;
    padding-bottom: 80px;
}
.timeline-section-image {
    position: relative;
    padding-bottom: 40px;
}
.timeline-dots {
    display: flex;
    max-width: 72%;
    margin: 0 auto;
    transform: translateY(45px) translateX(35px);
}
.timeline-year {
    width: 33.33%;
    padding: 0 15px; 
    text-align: center;
}
.timeline-label {
    font-family: 'Oakes Grotesk';
    position: relative;
    font-size: 22px;
}
li.list-label {
    font-family: 'Oakes Grotesk';
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 35px;
    padding-left: 40px;
    position: relative;
}
.list-style-none {
    list-style: none;
    padding: 0;
    margin: 0;
}
li.list-label:after {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/red-arrow-right.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 5px;
}
.pb-20 {padding-bottom: 20px;}
.abt-pb-30 {padding-bottom: 30px;}
.abt-list-content {padding-bottom: 50px;}
.content-heading {
    font-family: 'Oakes Grotesk';
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.content-desc {
    font-family: 'Oakes Grotesk';
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #585858;
}
.abt-img-text-bg-section .bg-image {
    background-repeat: repeat;
    background-size: 100%;
}
span.heighlight {
    color: #DA2315;
    padding-right: 5px;
}
.abt-img-text-bg-section .image-slider {margin-bottom: 80px;}
.accordian-section {
    background: #E4E4E4;
    padding-top: 90px;
    padding-bottom: 85px;
}
a.accordian-link-label {
    font-family: 'Oakes Grotesk';
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 15px 30px;
    display: block;
    position: relative;
}
.content-acc {
    font-family: 'Oakes Grotesk';
    font-size: 24px;
    line-height: 40px;
    color: #585858;
    padding-bottom: 40px;
}
.pt-30 {padding-top: 35px;}
.accordian-content {
    padding: 60px 75px 0;
    background: #fff;
}
.pb-70 {padding-bottom: 70px;}
.accoridan-list li.list-label:after {
    background-image: url(../img/arrow-black.png);
    top: 0;
}
a.accordian-link-label:after {
    content: '+';
    position: absolute;
    right: 15px;
}
.accordian__content.open a.accordian-link-label:after {content: '-';}
.accordian--content {display: none;}
.accordian__content {border-bottom: 1px solid #fff;}
.service-contnet {padding: 100px 0 80px;}
.service-heading {
    font-family: 'Oakes Grotesk';
    font-size: 44px;
    line-height: 54px;
    padding-bottom: 30px;
    color: #333;
}
.service-subheading {
    font-family: 'Oakes Grotesk';
    font-size: 22px;
    color: #DA2315;
    line-height: 28px;
    padding-bottom: 15px;
}
.service-text-contant {
    font-family: 'Oakes Grotesk';
    font-size: 18px;
    line-height: 28px;
    color: #333;
}
.service-container-space {padding-bottom: 70px;}
.service-corner-section {padding-bottom: 80px;}
.pvhe-solution-section .white-border-area img {height: 186px; object-fit: cover;}
.oil-gas-list-section .white-border-area img {height: 197px; object-fit: cover;}
.customised-offer {
    padding-top: 110px;
    padding-bottom: 100px;
}
.customised-title {
    font-family: 'Oakes Grotesk';
    font-size: 38px;
    line-height: 44px;
    font-weight: 500;
    padding-bottom: 55px;
}
.customised-subtitle {
    font-family: 'Oakes Grotesk';
    font-size: 24px;
    line-height: 28px;
    color: #DA2315;
    font-weight: 500;
    padding-bottom: 30px;
}
.customised-offer .dashed--border-line {padding-bottom: 70px;}
.customised-contant {
    font-family: 'Oakes Grotesk';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.3px;
    color: #333333;
    font-weight: 300;
}
.img-title-text {
    font-family: 'Oakes Grotesk';
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    padding-bottom: 24px;
}
.img-subtitle-text {
    font-family: 'Oakes Grotesk';
    font-size: 18px;
    line-height: 24px;
    color: #DA2315;
    font-weight: 500;
    padding-bottom: 15px;
}
.img-banner--subtitle {
    font-family: 'Oakes Grotesk';
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.1px;
}
.img-text-section .bg-image {padding-bottom: 80px;}
.psa-skid {padding: 100px 0 50px;}
.pb-50 {padding-bottom: 50px;}
.list-style-psa {
    font-family: 'Oakes Grotesk';
    font-size: 16px;
    line-height: 22px;
    color: #585858;
    background: #F6F6F6;
    margin-bottom: 2px;
    padding: 5px 15px;
}
.pressure-reducing-section,
.flare-stack-section {padding: 50px 0;}
.list-style-psa.secound-child {background: #F2F2F2;}
.flare-li-stack {
    font-family: 'Oakes Grotesk';
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px 5px;
    border-bottom: 1px solid #bbb;
    color: #585858;
}
ul.flare-ul-stack.list-style-none,
ul.psa-ul-li.list-style-none {max-width: 340px;}
.box-shadow {box-shadow: 0 0 10px #00000042;}
.oxygen-valve-section {padding: 50px 0 100px;}
.cbs-area .max-img-size.box-shadow {padding: 40px 0;}
.cbs-area .conve-section {padding: 90px 0;}
.contact-email {font-family: 'Oakes Grotesk';}
.one-section-abt {padding-bottom: 40px;}
.pvhe-img-text-bg-section .bg-image,
.pvhe-contant-size ul.pvhe-list-area {padding-bottom: 0;}
.ptb-0 {padding: 0 !important;}
.image-blocks {
    padding-top: 70px;
    text-align: center;
}

.conve-section .white-border-area {height: 100%;}
.conve-section .white-border-area figure {
    display: flex;
    align-items: center;
    height: 100%;
}

@media screen and (min-width: 992px) {
    .banner-image-position img.banner-img-min-height {
    	height: 100vh;
    }
}

.conve-section figure.box-shadow-img {
	position: relative;
	overflow: hidden;
}

.conve-section figure.box-shadow-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, #ffffff00 40%, #000000ad 100%);
}












/* media query */
@media screen and (max-width: 1439px) {
	.header-logo {width: 30%;}
	.header-menu {width: 70%;}
	ul.header-menu-ul {justify-content: end;}
    .btn-style-2 .arrow-right-span,
    .btn-style-1 .arrow-right-span {margin-left: 15px;}
    .container {max-width: 920px;}
    li.header-menu-li {padding: 0 10px;}
    .head-contact .link-href {display: inline-flex; align-items: center; padding: 7px 10px 5px;}
    .head-contact .link-href .svg-icon-call {padding-right: 5px;}
    .head-contact .svg-icon-call svg {height: auto;}
    .link-href {
        font-size: 12px;
        line-height: 16px;
    }
    h1.banner-title {
        font-size: 55px;
        line-height: 65px;
        padding-bottom: 0;
    }
    .banner--title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .section-subtitle {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 27px;
    }
    .hyd--cpp.bg-images--section .dashed--border-line {padding-bottom: 65px;}
    .dashed--border-line {padding-bottom: 30px;}
    .banner--subtitle {
        font-size: 18px;
        line-height: 27px;
    }
    .banner--subtitle .d-block {display: inline;}
    .hyd-icon-content .cov-title, .hyd--cpp.bg-images--section .cov-title,
    h2.cov-title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 24px;
    }
    .hyd--cpp.bg-images--section .cov-subtitle, .cov-subtitle {
        font-size: 25px;
        line-height: 34px;
        padding-bottom: 30px;
    }
    .conve-section .dashed--border-line {padding-bottom: 55px;}
    .hyd-cpp .cov-desc,
    .cov-desc {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 55px;
    }
    .hyd-cpp .cov-desc {padding-bottom: 0;}
    .cov-desk-label {
        font-size: 18px;
        line-height: 24px;
    }
    .schedule-section .btn-label,
    .btn-label {
        font-size: 27px;
        line-height: 35px;
    }
    .lk-sls-btn {padding: 40px 55px;}
    .lk-sls-btn .scn {
        padding: 18px 27px 14px;
        font-size: 21px;
        line-height: 28px;
    }
    .breadcoumb-area {
        font-size: 22px;
        line-height: 28px;
    }
    .content-paregraph {
        font-size: 18px;
        line-height: 30px;
    }
    .content-paregraph .content-space-bottom {padding-bottom: 30px;}
    .pressure-vessels-heat-section h1.banner-title {font-size: 55px; line-height: 65px;}
    .btn-style-2 .btn-anchor,
    .btn-style-1 .btn-anchor {
        font-size: 18px;
        line-height: 28px;
    }
    .pvhe-solution-section .pvhe-title {
        font-size: 34px;
        line-height: 38px;
        padding-bottom: 20px;
    }
    .pvhe-solution-section .dashed--border-line {padding-bottom: 55px;}
    .pvhe-solution-section .cov-desc-content {
        font-size: 22px;
        padding-top: 27px;
    }
    .hyd-cpp.bg-white-section .dashed--border-line {padding-bottom: 70px;}
    .icon-title {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .icon-contant {
        font-size: 18px;
        line-height: 28px;
    }
    .hyd-icon-content .row-gap {row-gap: 85px;}
    .cov-desc-content {
        font-size: 18px;
        line-height: 24px;
        padding-top: 20px;
    }
    .abt-img-text-bg-section .dashed--border-line,
    .bg-white-section .dashed--border-line {padding-bottom: 40px;}
    .hyd-work .hyd-contant {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 55px;
    }
    .bg-white-section .cov-title {padding-bottom: 20px;}
}
@media screen and (max-width: 1299px) {
	.header-logo {width: 30%;}
	.header-menu {width: 70%;}
	ul.header-menu-ul {padding-top: 5px;}
	li.header-menu-li {padding: 0 10px;}
	.link-href {
		font-size: 13px;
    	line-height: 17px;
	}
	.head-sub-menu .link-href .dropdown-arrow {margin-top: -7px;}
	.dashed-border-line {padding-bottom: 27px;}
	.banner-subtitle {
		font-size: 24px;
		line-height: 34px;
		max-width: 55%;
	}
	section.banner-section {padding-bottom: 0;}
	.banner--title {
		font-size: 38px;
    	line-height: 44px;
    	padding-bottom: 27px;
	}
	.section-subtitle {
		font-size: 25px;
    	line-height: 30px;
    	padding-bottom: 20px;
	}
	.dashed--border-line {padding-bottom: 40px;}
	.banner--subtitle {
		font-size: 20px;
    	line-height: 35px;
	}
	section.section-img-text {padding-bottom: 70px;}
	.bg-image {padding: 70px 0;}
	.cov-subtitle {
		font-size: 24px;
    	line-height: 34px;
    	padding-bottom: 24px;
	}
	.conve-section .dashed--border-line {padding-bottom: 55px;}
	.cov-desc {
		font-size: 21px;
	    line-height: 32px;
	    padding-bottom: 55px;
	}
	.cov-desk-label {
		font-size: 24px;
    	line-height: 34px;
	}
	section.section-img-text {padding-top: 70px;}
	.banner--title {
	    font-size: 34px;
	    line-height: 40px;
	    padding-bottom: 24px;
	}
	.section-subtitle {
	    font-size: 22px;
	    line-height: 27px;
	    padding-bottom: 10px;
	}
	.dashed--border-line {
	    padding-bottom: 30px;
	}
	.banner--subtitle {
	    font-size: 18px;
	    line-height: 27px;
	}
	.cov-subtitle {
	    font-size: 21px;
	    line-height: 28px;
	    padding-bottom: 18px;
	}
	.conve-section .dashed--border-line {
	    padding-bottom: 40px;
	}
	.cov-desc {
	    font-size: 18px;
	    line-height: 28px;
	    padding-bottom: 35px;
	}
	.bg-white-section {
		padding-top: 70px;
    	padding-bottom: 70px;
	}
	.bg-white-section .cov-title {padding-bottom: 27px;}
	.bg-white-section .cov-desc,
	.bg-white-section .dashed--border-line {padding-bottom: 40px;}
	.btn-label {
		font-size: 44px;
    	line-height: 48px;
    	padding-right: 40px;
	}
	.lk-sls-btn .scn {
		padding: 24px 35px 18px;
		font-size: 24px;
    	line-height: 28px;
	}
	.lk-sls-btn {padding: 35px 55px;}
    .hyd-cpp.bg-white-section .dashed--border-line {padding-bottom: 80px;}
    .hyd-cpp .cov-desc {line-height: 34px;padding: 0;}
    .icon-area .icon-img {padding-bottom: 35px;}
    .icon-title {
        font-size: 25px;
        padding-bottom: 30px;
    }
    .icon-contant {
        font-size: 22px;
        line-height: 35px;
    }
    .hyd-icon-content .row-gap {row-gap: 90px;}
    .hyd--cpp.bg-images--section .cov-title {padding-bottom: 55px;}
    .hyd--cpp.bg-images--section .cov-subtitle {padding-bottom: 45px;}
    .hyd--cpp.bg-images--section .dashed--border-line {padding-bottom: 70px;}
    .cov-desc-content {
        font-size: 22px;
        line-height: 32px;
        padding-top: 35px;
    }
    .hyd-work.bg-white-section {
        padding-top: 75px;
    }
    .hyd-work .hyd-contant {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 55px;
    }
    .schedule-section .btn-label {font-size: 44px; line-height: 50px;}
    .footer-section {
        padding: 95px 0 50px;
    }
    .btn-style-2 .btn-anchor, .btn-style-1 .btn-anchor {
        font-size: 21px;
        line-height: 28px;
    }
    .tab-title {
        font-size: 21px;
        line-height: 28px;
    }
    .list-tab-contant {padding: 45px 30px 0;}
    .pvhe-tab-section .pvhe-list-content {
        font-size: 21px;
        line-height: 34px;
        padding-bottom: 10px;
    }
    .pvhe-tab-section .pvhe-list-content:after {top: 10px;}
    .pvhe-solution-section .pvhe-title {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 30px;
    }
    .pvhe-solution-section .dashed--border-line {padding-bottom: 55px;}
    .pvhe-solution-section .cov-desc-content {
        font-size: 21px;
        padding-top: 28px;
    }
    .pvhe-title {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 24px;
    }
    .pvhe-subtitle {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .content-paregraph {
        font-size: 21px;
        line-height: 36px;
    }
    .content-paregraph .content-space-bottom {padding-bottom: 30px;}
    .pvhe-img-text-bg-section .pvhe-title {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 15px;
    }
    li.pvhe-list-content {
        font-size: 21px;
        line-height: 34px;
    }
    .top-contant {
        font-size: 24px;
        line-height: 30px;
        padding: 18px 10px;
    }
    .pvhe-img-text-bg-section .pvhe-title {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    .dashed--border-line {padding-bottom: 24px;}
    .pvhe-img-text-bg-section .content-paregraph {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 24px;
    }
    li.pvhe-list-content {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 7px;
    }
    .btn-style-2 .btn-anchor,
    .btn-style-1 .btn-anchor {
        font-size: 18px;
        line-height: 24px;
    }
    .tab-title {
        font-size: 18px;
        line-height: 24px;
    }
    .pvhe-tab-section .pvhe-list-content {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 7px;
        padding-bottom: 0;
    }
    .pvhe-tab-section .pvhe-list-content:after {top: 5px;}
    ul.pvhe-list-area {padding-bottom: 27px;}
    .list-tab-contant {padding: 30px 24px 0;}
    .container {max-width: 970px;}
    .banner-bottom-contant {bottom: 40px;}
    .service-heading {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 25px;
    }
    .lk-sls-btn .scn {
        padding: 20px 30px 15px;
        font-size: 21px;
        line-height: 24px;
    }
    .btn-label {
        font-size: 40px;
        line-height: 45px;
        padding-right: 30px;
    }
    .customised-offer {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .customised-title {
        font-size: 34px;
        line-height: 38px;
        padding-bottom: 40px;
    }
    .customised-subtitle {
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .customised-offer .dashed--border-line {padding-bottom: 55px;}
}

@media screen and (max-width: 1099px) {
    .breadcoumb-area {
        font-size: 21px;
        line-height: 30px;
    }
    .banner-bottom-contant {bottom: 40px;}
    .hyd-cpp.bg-white-section .dashed--border-line {padding-bottom: 40px;}
    .icon-title {
        font-size: 22px;
        padding-bottom: 27px;
    }
    .icon-contant {
        font-size: 18px;
        line-height: 28px;
    }
    .hyd-icon-content .row-gap {row-gap: 70px;}
    .hyd--cpp.bg-images--section .cov-title {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 35px;
    }
    .hyd--cpp.bg-images--section .cov-subtitle {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 30px;
    }
    .hyd--cpp.bg-images--section .dashed--border-line {padding-bottom: 55px;}
    .cov-desc-content {
        font-size: 18px;
        line-height: 27px;
        padding-top: 25px;
    }
    .hyd-work .hyd-contant {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 40px;
    }
    .schedule-section h2.cov-title {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 24px;
    }
    .schedule-section .btn-label {font-size: 38px line-height: 44px;}
    .opt-oil-gas {padding: 80px 0;}
    .oil-gas-subtitle {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 30px;
    }
    .opt-oil-gas .dashed--border-line {padding-bottom: 70px;}
    .cov--title {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 45px;
    }
    .cov-desk-label {
        font-size: 21px;
        line-height: 28px;
    }
    .comprehensive-section {padding: 90px 0;}
    .cov-comprehensive-title {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 44px;
    }
    .cov-comprehensive-subtitle {
        font-size: 25px;
        line-height: 34px;
        padding-bottom: 30px;
    }
    .btn-label {
        font-size: 35px;
        line-height: 40px;
    }
    .oil-gas-list-section .dashed--border-line {padding-bottom: 70px;}
    .breadcoumb-area {
        font-size: 18px;
        line-height: 24px;
    }
    .pressure-vessels-heat-section .banner-bottom-contant {bottom: 27px;}
    .pvhe-img-text-section {padding: 70px 0;}
    .pvhe-title {
        font-size: 34px;
        line-height: 44px;
        padding-bottom: 20px;
    }
    .pvhe-subtitle {
        font-size: 21px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .content-paregraph {
        font-size: 18px;
        line-height: 28px;
    }
    .pvhe-img-text-section .dashed--border-line {padding-bottom: 27px;}
    button.slick-arrow {padding: 15px;}
    button.slick-prev {left: 15px;}
    button.slick-next {right: 15px;}
    ul.slick-dots li button {padding: 7px;}
    .pvhe-solution-section .pvhe-title {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 20px;
    }
    .pvhe-solution-section .cov-desc-content {
        font-size: 18px;
        line-height: 24px;
        padding-top: 25px;
    }
    .btn-style-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-style-1 .arrow-right-span {padding-left: 15px;}
    .btn-style-2 .arrow-right-span, .btn-style-1 .arrow-right-span {
        margin-left: 5px;
    }
    .header-logo {width: 25%;}
    .header-menu {width: 75%;}
    .pb-85 {padding-bottom: 55px;}
    .header-title {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 55px;
    }
    .timeline-dots {
        max-width: 70%;
        transform: translateY(30px) translateX(15px);
    }
    .timeline-label {font-size: 18px;}
    li.list-label {
        padding-bottom: 15px;
        padding-left: 30px;
    }
    li.list-label:after {
        width: 14px;
        height: 14px;
    }
    .timeline-slider-section {padding: 70px 0;}
    .content-heading {
        font-size: 21px;
        line-height: 28px;
    }
    .content-desc {
        font-size: 18px;
        line-height: 28px;
    }
    .abt-list-content {padding-bottom: 27px;}
    .abt-img-text-bg-section .image-slider {margin-bottom: 55px;}
    a.accordian-link-label {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 25px;
    }
    .accordian-content {padding: 35px 25px 0;}
    .content-acc {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 24px;
    }
    .pb-70 {padding-bottom: 40px;}
    .accordian-section li.list-label {
        padding-bottom: 10px;
        padding-left: 27px;
    }
    .accoridan-list li.list-label:after {top: 5px;}
    .service-contnet {padding: 70px 0 65px;}
    h1.banner-title {
        font-size: 48px;
        line-height: 55px;
    }
    .service-contnet {padding: 55px 0 40px;}
    .service-heading {
        font-size: 34px;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .service-text-contant {
        font-size: 16px;
        line-height: 25px;
    }
    .service-container-space {padding-bottom: 55px;}
}

@media screen and (max-width: 991px) {
	.sm-show, .header-drawer {display: block;}
	.header-menu-ul .head-contact,
	ul.header-menu-ul {display: none;}
	.head-contact .link-href .svg-icon-call {padding-right: 5px;}
	span.line-burger {
	    border-top: 1px solid #333;
	    width: 20px;
	    display: block;
	    margin-left: auto;
	}
	span.line-burger.line-1 {
	    padding-bottom: 5px;
	}
	span.line-burger.line-2 {
	    padding-bottom: 5px;
	}
	.header-drawer-accordian .header-menu-ul {
		position: absolute;
	    left: 15px;
	    right: 0;
	    background: #fff;
	    z-index: 9;
	    width: 100%;
	    top: 100%;
	    border-top: 1px solid #333;
    	padding-top: 0;
	}
	span.line-burger {
	    border-top: 1px solid #333;
	    width: 20px;
	    display: block;
	    margin-left: auto;
	}
	span.line-burger.line-1,
	span.line-burger.line-2 {
	    padding-bottom: 5px;
	}
	.header-drawer-accordian {
		display: flex;
    	align-items: center;
	}
	.header-menu, .header-logo {width: 50%;}
	.head-contact.sm-show.text-right {width: 95%;}
	.header-drawer {padding-left: 15px;}
	.open span.line-burger.line-1 {transform: rotate(45deg) translateY(110%);}
	.open span.line-burger.line-2 {transform: rotate(-45deg) translateY(-35%);}
	.open span.line-burger.line-3 {display: none;}
	li.header-menu-li {
		padding: 15px 20px 10px;
    	border-bottom: 1px solid #333;
	}
	ul.head-sub-menu-ul {padding: 0;}
	.head-sub-menu-ul li {
		border-top: 1px solid #333;
    	padding: 10px 20px;
	}
	li.header-menu-li.head-sub-menu ul.head-sub-menu-ul {
		visibility: visible;
    	height: auto;
    	display: none;
        width: 100%;
        position: static;
        box-shadow: none;
	}
	.head-sub-menu .link-href.active .dropdown-arrow {transform: rotate(-180deg);}
	.banner-image-position img.banner-img-min-height {min-height: 400px;}
	.dashed-border-line {padding-bottom: 15px;}
	.banner-subtitle {
	    font-size: 21px;
	    line-height: 28px;
	    max-width: 100%;
	}
	a.arrow-btn-click {
	    position: absolute;
	    bottom: 20px;
	}
	.banner--title {
	    font-size: 28px;
	    line-height: 38px;
	    padding-bottom: 20px;
	}
	.section-subtitle {
	    font-size: 18px;
	    line-height: 22px;
	    padding-bottom: 0;
	}
	.dashed--border-line {padding-bottom: 15px;}
	.banner--subtitle {font-size: 15px; line-height: 24px;}
	h2.cov-title {
    	font-size: 24px;
	    line-height: 28px;
	    padding-bottom: 20px;
	}
	.cov-subtitle {
		font-size: 18px;
	    line-height: 24px;
	    padding-bottom: 10px;
	}
	.conve-section .dashed--border-line {padding-bottom: 27px;}
	.cov-desc {
	    font-size: 16px;
	    line-height: 24px;
	    padding-bottom: 27px;
	}
	.white-border-area .cov-desk-label {
	    font-size: 18px;
	    line-height: 24px;
	    bottom: 15px;
	}
	.bg-white-section .cov-title {padding-bottom: 10px;}
	.bg-white-section .cov-desc,
	.bg-white-section .dashed--border-line {padding-bottom: 30px;}
	.btn-label {
	    font-size: 30px;
	    line-height: 40px;
	    padding-right: 24px;
	}
	.lk-sls-btn .scn {
		font-size: 18px;
    	line-height: 22px;
    	padding: 18px 24px 14px;
	}
	.lk-sls-btn {padding: 27px 40px;}
	.newsletter-section .dashed--border-line {padding-bottom: 40px;}
	.newsletter-section .nws-spacing-area .dashed--border-line {padding-bottom: 20px;}
	.cov--desk--label {
		font-size: 16px;
    	line-height: 22px;
	}
	.news--sub-contant {
		font-size: 14px;
    	line-height: 22px;
	}
	.footer-section {padding-top: 75px;}
	.footer-label {
		font-size: 18px;
	    padding-bottom: 20px;
	    padding-right: 40px;
	    position: relative;
	}
	.footer-icon-label .icon-label {
		font-size: 14px;
		line-height: 18px;
	}
	li.footer-icon-label {padding-bottom: 15px;}
	.footer-size-25 {width: 100%;}
	.icon-image-footer .icon-img {width: auto;}
	.footer-size-50 {
		width: 100%;
    	max-width: 100%;
	}
	.footer-label:after {
		content: '+';
		position: absolute;
		right: 15px;
		top: 30%;
		transform: translateY(-50%);
	}
	.date-news-label {
		right: 10px;
    	bottom: 10px;
	}
	.date-news {
		font-size: 18px;
    	line-height: 24px;
	}
	.date-month {
		font-size: 12px;
    	line-height: 14px;
	}
	.acc-hidden {display: none;}
	.footer-label.active:after {content: '-';}
    h1.banner-title {
        font-size: 48px;
        line-height: 58px;
    }
    .breadcoumb-area {
        font-size: 18px;
        line-height: 27px;
    }
    .banner-bottom-contant {bottom: 30px;}
    .bg-image {padding: 55px 0;}
    .bg-white-section .cov-title {padding-bottom: 20px;}
    .hyd-cpp.bg-white-section .dashed--border-line {padding-bottom: 40px;}
    .bg-white-section.hyd-cpp .cov-desc {padding-bottom: 0;}
    .bg-white-section {padding: 55px 0;}
    .icon-area .icon-img {padding-bottom: 27px;}
    .icon-title {
        font-size: 18px;
        padding-bottom: 22px;
    }
    .icon-contant {
        font-size: 16px;
        line-height: 24px;
    }
    .hyd--cpp.bg-images--section .cov-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 27px;
    }
    .hyd--cpp.bg-images--section .cov-subtitle {padding-bottom: 20px;}
    .w-25 {width: 50%;}
    .bg-images--section.hyd--cpp .img-fluid {width: 100%;}
    .cov-desc-content {padding-bottom: 25px;}
    .hyd--cpp.bg-image {padding-bottom: 30px;}
    .hyd-work.bg-white-section {padding: 55px 0;}
    .schedule-section .btn-label {font-size: 32px; line-height: 40px;}
    .schedule-section .lk-sls-btn {padding: 30px 40px;}
    .schedule-section .lk-sls-btn .scn {padding: 18px 24px;}
    h1.banner-title {
        font-size: 40px;
        line-height: 50px;
    }
    .breadcoumb-area {
        font-size: 15px;
        line-height: 24px;
    }
    .banner-bottom-contant {bottom: 20px;}
    .opt-oil-gas {padding: 55px 0;}
    .oil-gas-title {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 27px;
    }
    .oil-gas-subtitle {
        font-size: 21px;
        line-height: 27px;
        padding-bottom: 15px;
    }
    .opt-oil-gas .dashed--border-line {padding-bottom: 45px;}
    .cov--title {
        font-size: 34px;
        line-height: 40px;
        padding-bottom: 30px;
    }
    .oil-gas-list-section .white-border-area {max-width: 100%;}
    .oil-gas-list-section .d-flex {gap: 30px 0;}
    .cov-desk-label {
        font-size: 15px;
        line-height: 21px;
    }
    .comprehensive-section {padding: 55px 0;}
    .cov-comprehensive-title {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 30px;
    }
    .cov-comprehensive-subtitle {
        font-size: 22px;
        line-height: 27px;
        padding-bottom: 15px;
    }
    .comprehensive-section .dashed--border-line {padding-bottom: 70px;}
    .comprehensive-section .cov-desc {padding-bottom: 70px;}
    .comprehensive-section .lk-sls-btn {padding: 35px 30px;}
    .btn-label {
        font-size: 27px;
        line-height: 30px;
        padding-right: 24px;
    }
    .pressure-vessels-heat-section h1.banner-title {
        font-size: 45px;
        line-height: 55px;
    }
    .pvhe-title {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 15px;
    }
    .pvhe-img-text-bg-section .w-50 {width: 100%;}
    .pvhe-btn-area {padding-bottom: 40px;}
    .pvhe-contant-size {max-width: 100%;}
    .pressure-vessels-heat-section h1.banner-title {
        font-size: 38px;
        line-height: 48px;
    }
    .contact-title {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .contact-form-section .contact-form,
    .footer-contact.contact-label-area {
        padding-top: 27px;
    }
    .contact-form-section .w-50 {width: 100%;}
    .contact-form .w-50.form-group {width: 50%;}
    .md-padding-top {padding-top: 40px;}
    .pvhe-btn-area {display: block;}
    .btn-style-1 {max-width: 215px;}
    .btn-style-2 {margin-top: 27px; max-width: 270px;}
    .certificates-image-section .w-33-33 {width: 50%;}
    .header-title {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 30px;
    }
    .time-line-slider li.list-label {
        font-size: 14px;
        line-height: 22px;
    }
    .timeline-label {font-size: 15px;}
    .timeline-dots {transform: translateY(20px) translateX(15px);}
    .abt-img-text-bg-section .pvhe-title {
        font-size: 24px;
        line-height: 34px;
    }
    .content-heading {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .content-desc {
        font-size: 16px;
        line-height: 26px;
    }
    .abt-img-text-bg-section .image-slider {margin-bottom: 40px;}
    .top-contant {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 15px;
    }
    ul.slick-dots li button {padding: 5px;}
    .pvhe-btn-area {padding-bottom: 0;}
    .accordian-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .gas-plant .btn-style-1, .gas-plant .btn-style-2 {margin: 0 auto;}
    .gas-plant .btn-style-2 {margin-top: 24px;}
    li.header-menu-li:first-child {padding-left: 20px;}
    .container {max-width: 100%;}
    .customised-title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 30px;
    }
    .customised-offer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .customised-subtitle {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .customised-offer .dashed--border-line {padding-bottom: 30px;}
    .customised-contant {
        font-size: 16px;
        line-height: 27px;
    }
    .img-title-text {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .img-banner--subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    .img-text-section .bg-image {padding-bottom: 55px;}
    .psa-skid {padding: 60px 0 30px;}
    .img-title-text {
        font-size: 21px;
        line-height: 24px;
        padding-bottom: 5px;
    }
    .oxygen-valve-section .dashed--border-line,
    .flare-stack-section .dashed--border-line,
    .pressure-reducing-section .dashed--border-line,
    .psa-skid .dashed--border-line {padding-bottom: 24px;}
    .flare-li-stack,
    .list-style-psa {
        font-size: 14px;
        line-height: 20px;
    }
    .pressure-reducing-section, 
    .flare-stack-section {padding: 35px 0;}
    .oxygen-valve-section {padding: 30px 0 60px;}
    .content-content-title {
        font-size: 16px;
        line-height: 20px;
    }
    li.mnf-list,
    .content-content-desc {
        font-size: 14px;
        line-height: 21px;
    }
    .cbs-area .conve-section {padding: 70px 0;}
}

@media screen and (max-width: 749px) {
    .arrow-right svg {transform: translateY(35%) rotate(-90deg);}
	.banner--title br, .banner-contant br,.d-sm-none {display: none;}
	.d-sm-block {display: block;}
	.dashed--border-line .d-sm-block,
	.dashed-border-line .d-sm-block {display: inline-block;}
	.banner-contant {
		position: static;
    	transform: none;
		max-width: 100%;
		padding-top: 40px;
	}
	.banner-subtitle, h1.banner-title {color: #333;}
	.full-border-size, span.dotted-border {background: #333;}
	h1.banner-title {
	    font-size: 35px;
	    line-height: 45px;
	}
	.banner-subtitle {
		font-size: 18px;
    	line-height: 24px;
	}
	.w-50 {width: 100%;}
	.banner--subtitle, .section-img-text .dashed--border-line, .section-subtitle, .banner--title,
	h1.banner-title, .dashed-border-line, .banner-subtitle {text-align: center;}
	.banner--subtitle .d-block {display: inline;}
	.banner--subtitle {padding-bottom: 27px;}
	.max-img-size {max-width: 100%; margin: 0 auto; text-align: center;}
	.section-img-text.secound-area .max-img-size {padding-top: 0;}
	a.news-arrow {font-size: 14px; line-height: 20px;}
	.white-border--area:hover a.news-arrow {padding-top: 20px;}
	.bg-white-section, .bg-image, section.section-img-text {padding-top: 40px; padding-bottom: 40px;}
	.btn-label {
		font-size: 24px;
	    line-height: 28px;
	    padding-right: 18px;
	}
	.lk-sls-btn .scn {
		font-size: 15px;
	    line-height: 18px;
	    padding: 14px 18px 8px;
	}
	.lk-sls-btn {padding: 18px 27px;}
	.footer-section {padding-top: 55px; padding-bottom: 27px;}
	.footer-space-bottom {padding-bottom: 24px;}
	.footer-container .w-50 {width: 50%;}
    .hyd-banner-section .banner-title {color: #fff;}
    .breadcoumb-area {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-bottom-contant {bottom: 24px;}
    .bg-white-section .cov-title {
        font-size: 21px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .cov-subtitle {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 5px;
    }
    .hyd-cpp.bg-white-section .dashed--border-line {padding-bottom: 27px;}
    .hyd-cpp .cov-desc {line-height: 27px;}
    .icon-area .icon-img {padding-bottom: 15px;}
    .icon-title {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .icon-contant {
        font-size: 15px;
        line-height: 22px;
    }
    .hyd-icon-content .row-gap {row-gap: 55px;}
    .hyd--cpp.bg-images--section .cov-title {
        font-size: 21px;
        line-height: 25px;
        padding-bottom: 20px;
    }
    .hyd--cpp.bg-images--section .cov-subtitle {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 15px;
    }
    .hyd--cpp.bg-images--section .dashed--border-line {padding-bottom: 40px; text-align: center;}
    .cov-desc-content {
        font-size: 16px;
        line-height: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hyd-work.bg-white-section {padding: 40px 0;}
    .hyd-work .hyd-contant {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 27px;
    }
    .schedule-section h2.cov-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .schedule-section .btn-label {font-size: 24px; line-height: 32px;}
    .scn.w-40, .btn-label.w-60 {width: 100%;}
    .btn-label.w-60 {
        padding-bottom: 15px;
        text-align: center;
    }
    .lk-sls-btn .d-flex {justify-content: center;}
    .schedule-section .lk-sls-btn .scn {
        max-width: 280px;
        padding: 12px 18px;
    }
    .oil-gas-banner-section .img-fluid {
        min-height: 330px;
        object-fit: cover;
    }
    .oil-gas-banner-section .banner-title {
        font-size: 28px;
        line-height: 34px;
        color: #fff;
    }
    .breadcoumb-area {
        font-size: 14px;
        line-height: 22px;
    }
    .opt-oil-gas {padding: 40px 0;}
    .oil-gas-title {
        font-size: 27px;
        line-height: 35px;
        padding-bottom: 20px;
    }
    .oil-gas-subtitle {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .opt-oil-gas .dashed--border-line {padding-bottom: 30px;}
    .oil-gas-content {
        font-size: 16px;
        line-height: 24px;
    }
    .cov--title {
        font-size: 27px;
        line-height: 35px;
        padding-bottom: 10px;
    }
    .oil-gas-list-section .dashed--border-line {padding-bottom: 45px;}
    .oil-gas-list-section .w-33-33 {width: 50%;}
    .comprehensive-section {padding: 40px 0;}
    .cov-comprehensive-title {
        font-size: 27px;
        line-height: 35px;
        padding-bottom: 27px;
    }
    .cov-comprehensive-subtitle {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 7px;
    }
    .comprehensive-section .dashed--border-line {padding-bottom: 40px;}
    .comprehensive-section .cov-desc {
        max-width: 100%;
        padding-bottom: 40px;
    }
    .lk-sls-btn .scn.w-40 {width: auto;}
    .pressure-vessels-heat-section h1.banner-title {color: #fff;}
    .pressure-vessels-heat-section .img-fluid {
        min-height: 355px;
        object-fit: cover;
    }
    .pvhe-img-text-section {padding: 55px 0;}
    .pvhe-img-text-section .dashed--border-line {text-align: left;}
    .pvhe-contant-size {padding-bottom: 20px;}
    .content-paregraph {
        font-size: 16px;
        line-height: 22px;
    }
    .content-paregraph .content-space-bottom {padding-bottom: 20px;}
    .pvhe-img-text-bg-section .bg-image {background-size: cover;}
    .dashed--border-line {text-align: left;}
    .list-tab-title {flex-wrap: wrap;}
    .list-tab-title .tab-title {width: 100%;}
    .pvhe-solution-section .pvhe-title {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 15px;
    }
    .pvhe-solution-section .dashed--border-line {
        padding-bottom: 40px;
        text-align: center;
    }
    .pvhe-contant-size .pvhe-title,
    .pvhe-contant-size .pvhe-subtitle,
    .pvhe-contant-size .dashed--border-line,
    .pvhe-contant-size .content-paregraph {text-align: center;}
    .news-event-section img {
        min-height: 270px;
        object-fit: cover;
    }
    .contact-banner img {min-height: 210px;}
    .news-details-section {padding: 20px 0 55px;}
    .content-news-title {
        font-size: 16px;
        line-height: 1.3;
        padding-bottom: 15px;
    }
    .schedule-section .dashed--border-line {text-align: center;}
    .certificates-image-section .w-33-33 {width: 100%;}
    .pb-85 {padding-bottom: 30px;}
    .timeline-slider-section {padding: 55px 0;}
    .header-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .customised-offer {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .customised-title {
        font-size: 27px;
        line-height: 30px;
        padding-bottom: 24px;
    }
    .customised-subtitle {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .img-text-section .bg-image {padding-top: 55px;}
    .psa-skid .img-title-text,
    .psa-skid .dashed--border-line,
    .img-text-section .img-banner--subtitle,
    .img-text-section .section-contant .dashed--border-line,
    .flare-stack-section .img-title-text,
    .flare-stack-section .dashed--border-line,
    .cbs-area .customised-offer .dashed--border-line,
    .pressure-reducing-section .img-title-text,
    .pressure-reducing-section .dashed--border-line,
    .oxygen-valve-section .img-title-text,
    .oxygen-valve-section .dashed--border-line,
    .img-text-section .img-title-text {text-align: center;}
    .img-text-section .img-banner--subtitle {padding-bottom: 40px;}
    .psa-skid {padding: 55px 0 25px;}
    ul.flare-ul-stack.list-style-none,
    ul.psa-ul-li.list-style-none {margin: 0 auto; max-width: 440px;}
    .psa-contant {padding-bottom: 27px;}
    .cbs-area .max-img-size.box-shadow {max-width: 440px;}
    .oxygen-valve-section {padding: 25px 0 55px;}
    .grid-block-brocher {width: 100%;}
    .cbs-area .conve-section {padding: 55px 0;}
    .one-section-abt {padding-bottom: 20px;}
    .oil-gas-list-section .dashed--border-line {text-align: center;}
}

@media screen and (max-width: 575px) {
	.banner-image-position img.banner-img-min-height {min-height: 270px;}
	.banner-contant {padding-top: 27px;}
	h1.banner-title {
		font-size: 28px;
    	line-height: 34px;
	}
	.conve-section .w-33-33 {width: 50%;}
	.conve-section .d-flex {justify-content: center; gap: 30px 0;}
	.conve-section.section-repeat .w-20 {width: 33.33%;}
	.lk-sls-btn {padding: 10px 20px;}
	.btn-label {
		font-size: 18px;
	    line-height: 22px;
	    padding-right: 10px;
	}
	.lk-sls-btn .scn {
	    font-size: 14px;
	    line-height: 16px;
	    padding: 12px 18px 8px;
	}
	.newsletter-section .d-flex {
		justify-content: center;
    	gap: 30px 0;
	}
	.newsletter-section .w-33-33 {
		width: 50%;
	}
	.label-copyright {
		font-size: 12px;
	    line-height: 18px;
	}
	.footer-label {
		font-size: 15px;
    	padding-bottom: 18px;
	}
	.bus-label {
		font-size: 14px;
		padding-bottom: 22px;
	}
	.business-label-arrow .icon-label {
		font-size: 14px;
		line-height: 18px;
	}
	.footer-icon-label a .icon-label {padding: 0;}
	.business-label-arrow {padding-bottom: 15px;}
    .schedule-section .btn-label {font-size: 18px; line-height: 24px;}
    .breadcoumb-area {
        font-size: 14px;
        line-height: 18px;
    }
    .cov-subtitle {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 0;
    }
    .hyd-cpp.bg-white-section .dashed--border-line {padding-bottom: 15px;}
    .bg-white-section.hyd-cpp .cov-desc {
        font-size: 14px;
        line-height: 22px;
    }
    .w-33-33 {width: 50%;}
    .hyd--cpp.bg-images--section .cov-title {
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 10px;
    }
    .hyd--cpp.bg-images--section .cov-subtitle {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 5px;
    }
    .hyd--cpp.bg-images--section .dashed--border-line {padding-bottom: 27px;}
    .cov-desc-content {
        font-size: 14px;
        line-height: 21px;
        padding-top: 15px;
    }
    .hyd-work .hyd-contant {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 20px;
    }
    .schedule-section h2.cov-title {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 5px;
    }
    .schedule-section .cov-desc {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 20px;
    }
    .schedule-section .lk-sls-btn {padding: 24px 30px;}
    .oil-gas-banner-section .img-fluid {min-height: 255px;}
    .oil-gas-banner-section .banner-title {
        font-size: 24px;
        line-height: 28px;
    }
    .banner-bottom-contant {bottom: 15px;}
    .breadcoumb-area {
        font-size: 12px;
        line-height: 15px;
    }
    .oil-gas-banner-section .arrow-right svg {
        width: 20px;
        height: 15px;
    }
    .oil-gas-title {
        font-size: 24px;
        line-height: 28px;
    }
    .oil-gas-subtitle {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 5px;
    }
    .opt-oil-gas .dashed--border-line {padding-bottom: 20px;}
    .oil-gas-content {
        font-size: 14px;
        line-height: 21px;
    }
    .cov--title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 5px;
    }
    .cov-desk-label {
        font-size: 14px;
        line-height: 20px;
    }
    .cov-comprehensive-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px;
    }
    .comprehensive-section .cov-desc {
        font-size: 14px;
        line-height: 21px;
    }
    .comprehensive-section .dashed--border-line {padding-bottom: 27px;}
    .pressure-vessels-heat-section .img-fluid {min-height: 280px;}
    .pressure-vessels-heat-section h1.banner-title {
        font-size: 28px;
        line-height: 35px;
    }
    .arrow-right svg {height: 15px;}
    .pvhe-img-text-section {padding: 40px 0;}
    .pvhe-title {
        font-size: 22px;
        line-height: 28px;
    }
    .pvhe-subtitle {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 7px;
    }
    .content-paregraph {
        font-size: 14px;
        line-height: 21px;
    }
    .pvhe-img-text-bg-section .pvhe-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 5px;
    }
    .pvhe-img-text-bg-section .content-paregraph {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 20px;
    }
    li.pvhe-list-content {
        font-size: 15px;
        line-height: 25px;
        padding-left: 27px;
    }
    li.pvhe-list-content:after {
        width: 14px;
        background-size: contain;
        transform: translateY(15%);
    }
    ul.pvhe-list-area {padding-bottom: 0;}
    .btn-style-2 .btn-anchor, .btn-style-1 .btn-anchor {
        font-size: 14px;
        line-height: 18px;
    }
    .btn-style-1 .arrow-right-span {
        padding-top: 11px;
        padding-left: 10px;
        padding-bottom: 7px;
    }
    .btn-style-1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn-style-2 .arrow-right-span img {width: 55%;}
    .btn-style-2 .arrow-right-span {padding-left: 0;}
    .btn-style-2 {
        padding-left: 10px;
        padding-right: 5px;
    }
    .top-contant {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 10px;
    }
    .pvhe-tab-section .pvhe-list-content {
        font-size: 16px;
        line-height: 24px;
    }
    .list-tab-contant ul.pvhe-list-area {padding-bottom: 24px;}
    .pvhe-solution-section .pvhe-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 5px;
    }
    .pvhe-solution-section .dashed--border-line {padding-bottom: 27px;}
    .pvhe-solution-section .cov-desc-content {
        font-size: 15px;
        line-height: 21px;
        padding-top: 15px;
    }
    .underground-compact-section img.img-fluid.w-100 {
        min-height: 240px;
        object-fit: cover;
    }
    .news-content-area {padding: 20px 0;}
    .content-news-title {font-size: 14px;}
    .news-content-area img {width: 35px;}
    ul.slick-dots li button {padding: 4px;}
    ul.slick-dots li {padding: 0 2px;}
    button.slick-arrow {padding: 10px 20px;}
    .timeline-slider-section {padding: 40px 0;}
    .abt-img-text-bg-section .pvhe-title {
        font-size: 21px;
        line-height: 28px;
    }
    .service-heading {
        font-size: 30px;
        line-height: 35px;
    }
    .service-subheading {
        font-size: 20px;
        line-height: 24px;
    }
    .cbs-area .max-img-size.box-shadow {padding: 20px 0;}
    li.pvhe-list-content {width: 100%;}
    .cbs-area .conve-section {padding: 40px 0;}
}

@media screen and (max-width: 475px) {
	.header-logo {width: 60%;}
	.header-menu {width: 40%; padding-left: 0;}
	.header-drawer {padding-left: 10px;}
	.head-contact .link-href {
		font-size: 11px;
    	line-height: 14px;
	}
	.head-contact .svg-icon-call svg {
		width: 10px;
   	 	height: 10px;
	}
	.head-contact .link-href {padding-top: 10px;}
	.banner-subtitle {
	    font-size: 16px;
	    line-height: 22px;
	}
	.bg-white-section, .bg-image, section.section-img-text {
		padding-top: 24px;
    	padding-bottom: 24px;
	}
	.banner--title {
	    font-size: 22px;
	    line-height: 24px;
	    padding-bottom: 10px;
	}
	.section-subtitle {
		font-size: 16px;
    	line-height: 18px;
	}
	.newsletter-section .w-33-33,
	.conve-section .w-33-33 {width: 100%;}
	.conve-section.section-repeat .w-20 {width: 50%;}
	.lk-sls-btn .d-flex {justify-content: center;}
	.lk-sls-btn .scn {
		font-size: 12px;
	    line-height: 14px;
	    padding: 8px 18px 4px;
	}
	.btn-label {
		width: 100%;
    	text-align: center;
    	padding-bottom: 15px;
	}
    .hyd-banner-section .box-shadow img {
        min-height: 220px;
        object-fit: cover;
    }
    .w-25, .w-33-33 {width: 100%;}
    .newsletter-section .bg-image,
    .conve-section .bg-image,
    .schedule-section .bg-image,
    .bg-images--section.hyd--cpp .bg-image {
        background-repeat: repeat;
        background-size: auto;
    }
    .oil-gas-banner-section .img-fluid {min-height: 180px;}
    .oil-gas-title {
        font-size: 21px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .oil-gas-subtitle {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 0;
    }
    .opt-oil-gas .dashed--border-line {padding-bottom: 15px;}
    .oil-gas-content {
        font-size: 12px;
        line-height: 18px;
    }
    .cov--title {
        font-size: 21px;
        line-height: 30px;
        padding-bottom: 5px;
    }
    .oil-gas-list-section .dashed--border-line {padding-bottom: 27px;}
    .oil-gas-list-section .w-33-33 {width: 100%;}
    .oil-gas-list-section .bg-image {
        background-repeat: repeat;
        background-size: auto;
    }
    .cov-comprehensive-title {
        font-size: 21px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .cov-comprehensive-subtitle {
        font-size: 15px;
        line-height: 21px;
        padding-bottom: 0;
    }
    .comprehensive-section .cov-desc {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 27px;
    }
    .comprehensive-section .lk-sls-btn {padding: 22px 27px;}
    .pvhe-btn-area {display: block;}
    .btn-style-2 {max-width: 195px;}
    .btn-style-1 {max-width: 165px;}
    .btn-style-1 {margin-bottom: 15px;}
    .pvhe-solution-section .pvhe-title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 0px;
    }
    .news-event-section img {min-height: 200px;}
    .news-details-section {padding: 20px 0 30px;}
    .contact-title {
        font-size: 21px;
        padding-bottom: 10px;
    }
    .contact-subtitle {
        font-size: 14px;
        line-height: 21px;
    }
    .contact-form-section .contact-form,
    .footer-contact.contact-label-area {padding-top: 15px;}
    .contact-label-area .icon-image-footer .icon-label {padding-left: 0;}
    .md-padding-top {padding-top: 15px;}
    .contact-form .w-50.form-group {width: 100%;}
    .theme-btn.btn-style-two {
        margin-top: 5px;
        padding: 10px 20px 5px;
    }
    .contact-banner img {min-height: 135px;}
    .timeline-section-image {display: none;}
    a.accordian-link-label {
        font-size: 15px;
        line-height: 20px;
    }
    .content-acc {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .pt-30 {padding-top: 24px;}
    .pb-70 {padding-bottom: 25px;}
    .accordian-section li.list-label {
        font-size: 14px;
        line-height: 24px;
    }
    a.accordian-link-label {padding: 10px 15px;}
    .accordian-content {padding: 20px 15px 0;}
    .content-heading {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 7px;
    }
    .abt-img-text-bg-section .pvhe-title {padding-bottom: 5px;}
    .abt-img-text-bg-section .dashed--border-line {padding-bottom: 25px;}
    .content-desc {font-size: 14px; line-height: 24px;}
    .abt-list-content {padding-bottom: 15px;}
    .abt-img-text-bg-section .image-slider {margin-bottom: 25px;}
    .service-heading {
        font-size: 27px;
        line-height: 30px;
    }
    .service-subheading {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 5px;
    }
    .service-text-contant {
        font-size: 14px;
        line-height: 24px;
    }
    .service-container-space {padding-bottom: 40px;}
    .customised-offer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .customised-title {
        font-size: 21px;
        line-height: 24px;
    }
    .customised-subtitle {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 0;
    }
    .customised-contant {
        font-size: 14px;
        line-height: 22px;
    }
    .img-text-section .bg-image {padding: 40px 0;}
    .psa-skid {padding-top: 40px; padding-bottom: 10px;}
    .img-title-text {
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 0;
    }
    .pressure-reducing-section, .flare-stack-section {
        padding: 40px 0;
        padding-bottom: 0;
    }
    .oxygen-valve-section {padding-top: 40px;}
}

@media screen and (max-width: 425px) {
    
    .cov-subtitle {
        font-size: 16px;
        line-height: 22px;  
    }
    .banner--subtitle {
        font-size: 14px;
        line-height: 22px;
    }
    .cov-desc {
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width: 375px) {
	.header-logo {width: 50%; padding-right: 10px;}
	.header-menu {width: 50%;}
    .schedule-section .btn-label {
        font-size: 15px;
        line-height: 21px;
    }
    .pressure-vessels-heat-section h1.banner-title {
        font-size: 24px;
        line-height: 28px;
    }
    .pressure-vessels-heat-section .banner-bottom-contant {bottom: 15px;}
    .tab-title {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 15px;
    }
    .pvhe-tab-section .pvhe-list-content {
        font-size: 14px;
        line-height: 21px;
    }
    button.slick-arrow {
        padding: 10px;
        background-size: 100%;
    }
    ul.slick-dots li button {padding: 4px;}
    ul.slick-dots li {padding: 0 3px;}
    .service-heading {
        font-size: 24px;
        line-height: 28px;
    }
    .service-contnet {padding: 40px 0 35px;}
    .service-subheading {font-size: 16px; line-height: 21px;}
}

@media screen and (max-width: 355px) {
    .breadcoumb-area {font-size: 11px; line-height: 14px;}
    .banner-bottom-contant {bottom: 10px;}
    .service-container-space {padding-bottom: 35px;}
}