@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-BoldItalic.eot');
    src: url('../fonts/AcuminPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcuminPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/AcuminPro-BoldItalic.woff') format('woff'),
        url('../fonts/AcuminPro-BoldItalic.ttf') format('truetype'),
        url('../fonts/AcuminPro-BoldItalic.svg#AcuminPro-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Bold.eot');
    src: url('../fonts/AcuminPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcuminPro-Bold.woff2') format('woff2'),
        url('../fonts/AcuminPro-Bold.woff') format('woff'),
        url('../fonts/AcuminPro-Bold.ttf') format('truetype'),
        url('../fonts//fonts/AcuminPro-Bold.svg#AcuminPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-BoldItalic_1.eot');
    src: url('../fonts/AcuminPro-BoldItalic_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcuminPro-BoldItalic_1.woff2') format('woff2'),
        url('../fonts/AcuminPro-BoldItalic_1.woff') format('woff'),
        url('../fonts/AcuminPro-BoldItalic_1.ttf') format('truetype'),
        url('../fonts/AcuminPro-BoldItalic_1.svg#AcuminPro-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro Condensed';
    src: url('../fonts/AcuminProCond-Bold.eot');
    src: url('../fonts/AcuminProCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcuminProCond-Bold.woff2') format('woff2'),
        url('../fonts/AcuminProCond-Bold.woff') format('woff'),
        url('../fonts/AcuminProCond-Bold.ttf') format('truetype'),
        url('../fonts/AcuminProCond-Bold.svg#AcuminProCond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Italic.eot');
    src: url('../fonts/AcuminPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AcuminPro-Italic.woff2') format('woff2'),
        url('../fonts/AcuminPro-Italic.woff') format('woff'),
        url('../fonts/AcuminPro-Italic.ttf') format('truetype'),
        url('../fonts/AcuminPro-Italic.svg#AcuminPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


body * {
   font-family:"acumin-pro"; 
  box-sizing: border-box;
}
ul,
ol,
nav {
  list-style: none;
}
a,
a:hover {
  outline: none;
  text-decoration: none;
}

i {
  display: block;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}


.content-boxes-grid {
border-top: 5rem solid #d1d1d1;
border-bottom: 5rem solid #d1d1d1;
padding: 30px 0;
margin-top: 50px;
}

.content-boxes-grid .grids-row {
display: flex;
gap: 30px;
}


body.page-id-1775 {background-color: #fff !important;}
.alignnone.wp-image-1803,
.alignnone.wp-image-1804{ width: 84px;}


.content-boxes-grid .grids-row .col-box-first {
width: 33.33%;
border-right: 2px solid #d1d1d1;
padding: 25px 3.5%;
}

.content-boxes-grid .grids-row .col-box-first h3 {
text-transform: none;
    font-size: 34px;
    line-height: 34px;
}

.content-boxes-grid .grids-row .col-box-first p {
	font-size: 18px;
    line-height: 26px;
}
/* new css start */
.containerGV .page-top-banner.no-border-top {
	padding-top: 0;
}
.containerGV .title-wrapper-main h2 {
	font-size: 64px;
	line-height: 64px;
	max-width: 966px;
	margin: auto;
	margin-bottom: 40rem;
}

.containerGV .title-box.text-center {
	padding-top: 74px;
}

.containerGV .title-wrapper-main p {
	font-size: 20px;
	line-height: 30px;
	border-bottom: 5px solid #D1D1D1;
	padding-bottom: 90px;
	 color: #6f6f6f;
    text-transform: none;
}

.containerGV .title-wrapper-main h4 {
	 max-width: 55%;
	margin: auto;
	padding-top:50px;
    font-size: 34px;
    line-height: 40px;

}

.containerGV .title-wrapper-main {
	margin-bottom: 30px;
}

.containerGV .image-left-right-section {
	margin-top: 50px;
}

.containerGV .image-left-right-section .row-wrap {
	align-items: center;
}

.containerGV .image-left-right-section .row-wrap .col-box__left .img-box img {
	padding: 100px;
}
.containerGV .title-box-content-section {
	border-top: 5px solid #D1D1D1;
}
.containerGV .title-box-content-section .title-wrapper-main h2 {
	    font-size: 34px;
    line-height: 34px;
	text-transform: capitalize;
	padding-top: 74px;

}

.containerGV .title-box-content-section .title-wrapper-main  p {
	 font-size: 18px;
    line-height: 26px;
    color: #6f6f6f;
	max-width: 914px;
	margin: auto;
	border: none;
}

.containerGV .title-box-content-section .title-wrapper-main {
	border-bottom: 5px solid #D1D1D1;
}

.containerGV .image-with-text-section {
	margin-top: 59px;
	border-bottom: 5px solid #D1D1D1;
	padding-bottom: 59px;
}

.containerGV .image-with-text-section .row-wrap {
	align-items: center;
}

.containerGV .image-with-text-section .row-wrap .col-box__left {
	max-width: 594px;
	margin: 0;
	text-align: center;
}

.containerGV .image-with-text-section .row-wrap  .col-box__right {
	max-width: 901.53px;
	margin: 0;
}

.containerGV .image-with-text-section .row-wrap .col-box__left h3 {
	 font-size: 34px;
    line-height: 34px;
	text-transform: capitalize;
}

.containerGV .image-with-text-section .row-wrap .col-box__left p {
	font-size: 18px;
    line-height: 26px;
	max-width: 590px;
	margin: auto;
}

.containerGV .single-title-box-heading  h3 {
	font-size: 34px;
    line-height: 34px;
	text-transform: capitalize;
}

.containerGV .single-title-box-heading {
	margin-top: 102px;
	border-bottom: 5px solid #D1D1D1;
	padding-bottom: 70px;
}

.containerGV .image-with-text-section-two {
	margin-top: 59px;
}

.containerGV .image-with-text-section-two .row-wrap {
	text-align: center;
	align-items: center;
}

.containerGV .image-with-text-section-two .row-wrap .col-box__right {
	margin: 0;
	max-width: 490px;
	margin: auto;
}

.containerGV .image-with-text-section-two .row-wrap .col-box__right h3 {
	text-transform: capitalize;
	margin-bottom: 8px;
	font-size: 34px;
    line-height: 34px;
}
.containerGV .image-with-text-section-two .row-wrap .col-box__right p {
	margin-bottom: 25px;
	font-size: 18px;
    line-height: 26px;
}
.containerGV .single-title-box-heading {
	margin-top: 25px;
	padding-bottom: 25px;
}

.containerGV .full-get-in-touch-bottom-section p {
	font-size: 36px;
	font-weight: 600;
}

.containerGV .full-get-in-touch-bottom-section {
	margin-top: 59px;
	text-align: center;
	margin-bottom: 59px;
}
.containerGV .image-with-text-section .row-wrap .col-box__left p a {
	display: inline-block;
	margin-top: 20px;
	border-bottom: 5px solid #D1D1D1;
	padding-bottom: 5px;
	margin-bottom: 50px;
}
.containerGV .content-boxes-grid .grids-row .col-box-first:last-child{
	border-right: none;
}
@media (max-width: 1100px){
	.containerGV .image-left-right-section .row-wrap .col-box__left .img-box img{
		padding: 0;
	}
}
@media (max-width:991px){
	.containerGV .title-wrapper-main h2 {
		font-size: 37px;
	}
	.containerGV .title-wrapper-main h4 {
		font-size: 28px;
		    max-width: 100%;
	}
	.containerGV .title-box-content-section .title-wrapper-main p {
		font-size: 28px;
	}
	.containerGV .title-box-content-section .title-wrapper-main h2 {
		font-size: 37px;
	}
	.containerGV .image-with-text-section .row-wrap .col-box__left h3 {
		font-size: 28px;
	}
	.containerGV .image-with-text-section .row-wrap .col-box__left p{
		font-size: 18px;
	}
	.containerGV .single-title-box-heading h3 {
		font-size: 37px;
	}


}
@media (max-width: 767px){
	.containerGV .title-wrapper-main h2{
		font-size:28px;
		    line-height: 28px;
	}
	.containerGV .content-boxes-grid{
		margin-top:0px;
		padding-top:0px;
		padding-bottom:0px;
	}
	.containerGV .title-wrapper-main {
		margin-bottom: 0px;
	}
	.containerGV .title-wrapper-main p{
		font-size:22px;
	}
	.containerGV .title-wrapper-main h4{
		font-size:22px;
	}
	.containerGV .title-box-content-section .title-wrapper-main h2{
		font-size:22px;
		padding-top: 25px;
	}
	.containerGV .title-box-content-section .title-wrapper-main p{
		font-size:15px;
	}
	.content-boxes-grid .grids-row .col-box-first h3{
		font-size:22px;
	}
	.containerGV .single-title-box-heading h3{
		font-size:27px;
		margin-bottom:5px;
	}
	.containerGV .image-left-right-section .row-wrap {
		display: block;
		text-align: center;
	}
	.containerGV .image-with-text-section{
		margin-top:25px;
		padding-bottom: 25px;
	}
	.containerGV .image-with-text-section .row-wrap .col-box__left p a{
		margin-bottom:25px;
	}
	.containerGV .image-with-text-section-two {
		margin-top: 25px;
	}
	.containerGV .image-left-right-section .row-wrap .col-box__left .img-box img {
		padding: 0;
	}
	.containerGV .image-left-right-section .row-wrap .col-box__left.col-box-6 , .containerGV .image-left-right-section .row-wrap .col-box__right.col-box-6 {
		width: 100%;
		margin: auto;
	}
	.containerGV .content-boxes-grid .grids-row{
		flex-wrap:wrap;
		gap: 0;
	}
	.containerGV .content-boxes-grid .grids-row .col-box-first{
		width:100%;
		text-align: center;
		border-right:none;

	}
	.containerGV .content-boxes-grid .grids-row .col-box-first:not(:last-child){

		border-bottom: 2px solid #d1d1d1;	
	}
	.containerGV .image-with-text-section .row-wrap {
		display: inline-block;
	}
	.containerGV .image-with-text-section .row-wrap {
		display: inline-block;
	}

	.containerGV .image-with-text-section .row-wrap .col-box__left {
		width: 100%;
		margin: auto;
	}
	.containerGV .image-with-text-section .row-wrap .col-box__right {
		width: 100%;
		margin-top: 25px;
	}
	.containerGV .image-with-text-section-two .row-wrap {
		display: inline-block;
	}
	.containerGV .image-with-text-section-two .row-wrap .col-box-6 {
		width: 100%;
		margin: auto;
		padding-bottom: 25px;
		max-width: 100%;
	}
	.containerGV .full-get-in-touch-bottom-section {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.containerGV .full-get-in-touch-bottom-section p{
		font-size:27px;
	}
	.containerGV .image-with-text-section .row-wrap .col-box__left h3{
		font-size:22px;
	}
	.containerGV .image-with-text-section-two .row-wrap .col-box__right h3{
		font-size:22px;
	}
	.containerGV .image-with-text-section .row-wrap .col-box__left p{
		font-size:15px;
	}
	.containerGV .title-box.text-center {
		padding-top: 20px;
	}

	.containerGV .title-wrapper-main p {
		padding-bottom: 20px;
		font-size: 15px;
	}

	.containerGV .title-wrapper-main h4 {
		    max-width: 100%;
		padding-top: 25px;
		    font-size: 22px;
    line-height: 26px;
	}
	.containerGV .content-boxes-grid .grids-row .col-box-first p{
		font-size: 15px;
	}

	.containerGV .image-left-right-section {
		margin-top: 25px;
	}
}

@media (max-width:375px){
	.containerGV .title-wrapper-main h2 {
    font-size: 27px;
    line-height: 27px;
}
	.containerGV .title-wrapper-main h4 {
       font-size: 21px;
    line-height: 21px;
}
}

/* new css end */


.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: 100%;
  height: auto;
}
input:focus {
  outline: none;
}
html body .p-l-0 {
  padding-left: 0rem;
}
html body .p-l-10 {
  padding-left: 10rem;
}
html body .p-l-20 {
  padding-left: 20rem;
}
html body .p-l-30 {
  padding-left: 30rem;
}
html body .p-l-40 {
  padding-left: 40rem;
}
html body .p-l-50 {
  padding-left: 50rem;
}
html body .p-l-60 {
  padding-left: 60rem;
}
html body .p-l-70 {
  padding-left: 70rem;
}
html body .p-l-80 {
  padding-left: 80rem;
}
html body .p-l-90 {
  padding-left: 90rem;
}
html body .p-l-100 {
  padding-left: 100rem;
}
html body .p-l-110 {
  padding-left: 110rem;
}
html body .p-l-120 {
  padding-left: 120rem;
}
html body .p-l-130 {
  padding-left: 130rem;
}
html body .p-l-140 {
  padding-left: 140rem;
}
html body .p-l-150 {
  padding-left: 150rem;
}
html body .p-l-160 {
  padding-left: 160rem;
}
html body .p-l-170 {
  padding-left: 170rem;
}
html body .p-l-180 {
  padding-left: 180rem;
}
html body .p-l-190 {
  padding-left: 190rem;
}
html body .p-l-200 {
  padding-left: 200rem;
}
html body .p-l-210 {
  padding-left: 210rem;
}
html body .p-l-220 {
  padding-left: 220rem;
}
html body .p-l-230 {
  padding-left: 230rem;
}
html body .p-l-240 {
  padding-left: 240rem;
}
html body .p-l-250 {
  padding-left: 250rem;
}
html body .p-r-0 {
  padding-right: 0rem;
}
html body .p-r-10 {
  padding-right: 10rem;
}
html body .p-r-20 {
  padding-right: 20rem;
}
html body .p-r-30 {
  padding-right: 30rem;
}
html body .p-r-40 {
  padding-right: 40rem;
}
html body .p-r-50 {
  padding-right: 50rem;
}
html body .p-r-60 {
  padding-right: 60rem;
}
html body .p-r-70 {
  padding-right: 70rem;
}
html body .p-r-80 {
  padding-right: 80rem;
}
html body .p-r-90 {
  padding-right: 90rem;
}
html body .p-r-100 {
  padding-right: 100rem;
}
html body .p-r-110 {
  padding-right: 110rem;
}
html body .p-r-120 {
  padding-right: 120rem;
}
html body .p-r-130 {
  padding-right: 130rem;
}
html body .p-r-140 {
  padding-right: 140rem;
}
html body .p-r-150 {
  padding-right: 150rem;
}
html body .p-r-160 {
  padding-right: 160rem;
}
html body .p-r-170 {
  padding-right: 170rem;
}
html body .p-r-180 {
  padding-right: 180rem;
}
html body .p-r-190 {
  padding-right: 190rem;
}
html body .p-r-200 {
  padding-right: 200rem;
}
html body .p-r-210 {
  padding-right: 210rem;
}
html body .p-r-220 {
  padding-right: 220rem;
}
html body .p-r-230 {
  padding-right: 230rem;
}
html body .p-r-240 {
  padding-right: 240rem;
}
html body .p-r-250 {
  padding-right: 250rem;
}
html body .p-t-0 {
  padding-top: 0rem;
}
html body .p-t-10 {
  padding-top: 10rem;
}
html body .p-t-20 {
  padding-top: 20rem;
}
html body .p-t-30 {
  padding-top: 30rem;
}
html body .p-t-40 {
  padding-top: 40rem;
}
html body .p-t-50 {
  padding-top: 50rem;
}
html body .p-t-60 {
  padding-top: 60rem;
}
html body .p-t-70 {
  padding-top: 70rem;
}
html body .p-t-80 {
  padding-top: 80rem;
}
html body .p-t-90 {
  padding-top: 90rem;
}
html body .p-t-100 {
  padding-top: 100rem;
}
html body .p-t-110 {
  padding-top: 110rem;
}
html body .p-t-120 {
  padding-top: 120rem;
}
html body .p-t-130 {
  padding-top: 130rem;
}
html body .p-t-140 {
  padding-top: 140rem;
}
html body .p-t-150 {
  padding-top: 150rem;
}
html body .p-t-160 {
  padding-top: 160rem;
}
html body .p-t-170 {
  padding-top: 170rem;
}
html body .p-t-180 {
  padding-top: 180rem;
}
html body .p-t-190 {
  padding-top: 190rem;
}
html body .p-t-200 {
  padding-top: 200rem;
}
html body .p-t-210 {
  padding-top: 210rem;
}
html body .p-t-220 {
  padding-top: 220rem;
}
html body .p-t-230 {
  padding-top: 230rem;
}
html body .p-t-240 {
  padding-top: 240rem;
}
html body .p-t-250 {
  padding-top: 250rem;
}
html body .p-b-0 {
  padding-bottom: 0rem;
}
html body .p-b-10 {
  padding-bottom: 10rem;
}
html body .p-b-20 {
  padding-bottom: 20rem;
}
html body .p-b-30 {
  padding-bottom: 30rem;
}
html body .p-b-40 {
  padding-bottom: 40rem;
}
html body .p-b-50 {
  padding-bottom: 50rem;
}
html body .p-b-60 {
  padding-bottom: 60rem;
}
html body .p-b-70 {
  padding-bottom: 70rem;
}
html body .p-b-80 {
  padding-bottom: 80rem;
}
html body .p-b-90 {
  padding-bottom: 90rem;
}
html body .p-b-100 {
  padding-bottom: 100rem;
}
html body .p-b-110 {
  padding-bottom: 110rem;
}
html body .p-b-120 {
  padding-bottom: 120rem;
}
html body .p-b-130 {
  padding-bottom: 130rem;
}
html body .p-b-140 {
  padding-bottom: 140rem;
}
html body .p-b-150 {
  padding-bottom: 150rem;
}
html body .p-b-160 {
  padding-bottom: 160rem;
}
html body .p-b-170 {
  padding-bottom: 170rem;
}
html body .p-b-180 {
  padding-bottom: 180rem;
}
html body .p-b-190 {
  padding-bottom: 190rem;
}
html body .p-b-200 {
  padding-bottom: 200rem;
}
html body .p-b-210 {
  padding-bottom: 210rem;
}
html body .p-b-220 {
  padding-bottom: 220rem;
}
html body .p-b-230 {
  padding-bottom: 230rem;
}
html body .p-b-240 {
  padding-bottom: 240rem;
}
html body .p-b-250 {
  padding-bottom: 250rem;
}
html body .m-l-0 {
  margin-left: 0rem;
}
html body .m-l-10 {
  margin-left: 10rem;
}
html body .m-l-20 {
  margin-left: 20rem;
}
html body .m-l-30 {
  margin-left: 30rem;
}
html body .m-l-40 {
  margin-left: 40rem;
}
html body .m-l-50 {
  margin-left: 50rem;
}
html body .m-l-60 {
  margin-left: 60rem;
}
html body .m-l-70 {
  margin-left: 70rem;
}
html body .m-l-80 {
  margin-left: 80rem;
}
html body .m-l-90 {
  margin-left: 90rem;
}
html body .m-l-100 {
  margin-left: 100rem;
}
html body .m-l-110 {
  margin-left: 110rem;
}
html body .m-l-120 {
  margin-left: 120rem;
}
html body .m-l-130 {
  margin-left: 130rem;
}
html body .m-l-140 {
  margin-left: 140rem;
}
html body .m-l-150 {
  margin-left: 150rem;
}
html body .m-l-160 {
  margin-left: 160rem;
}
html body .m-l-170 {
  margin-left: 170rem;
}
html body .m-l-180 {
  margin-left: 180rem;
}
html body .m-l-190 {
  margin-left: 190rem;
}
html body .m-l-200 {
  margin-left: 200rem;
}
html body .m-l-210 {
  margin-left: 210rem;
}
html body .m-l-220 {
  margin-left: 220rem;
}
html body .m-l-230 {
  margin-left: 230rem;
}
html body .m-l-240 {
  margin-left: 240rem;
}
html body .m-l-250 {
  margin-left: 250rem;
}
html body .m-r-0 {
  margin-right: 0rem;
}
html body .m-r-10 {
  margin-right: 10rem;
}
html body .m-r-20 {
  margin-right: 20rem;
}
html body .m-r-30 {
  margin-right: 30rem;
}
html body .m-r-40 {
  margin-right: 40rem;
}
html body .m-r-50 {
  margin-right: 50rem;
}
html body .m-r-60 {
  margin-right: 60rem;
}
html body .m-r-70 {
  margin-right: 70rem;
}
html body .m-r-80 {
  margin-right: 80rem;
}
html body .m-r-90 {
  margin-right: 90rem;
}
html body .m-r-100 {
  margin-right: 100rem;
}
html body .m-r-110 {
  margin-right: 110rem;
}
html body .m-r-120 {
  margin-right: 120rem;
}
html body .m-r-130 {
  margin-right: 130rem;
}
html body .m-r-140 {
  margin-right: 140rem;
}
html body .m-r-150 {
  margin-right: 150rem;
}
html body .m-r-160 {
  margin-right: 160rem;
}
html body .m-r-170 {
  margin-right: 170rem;
}
html body .m-r-180 {
  margin-right: 180rem;
}
html body .m-r-190 {
  margin-right: 190rem;
}
html body .m-r-200 {
  margin-right: 200rem;
}
html body .m-r-210 {
  margin-right: 210rem;
}
html body .m-r-220 {
  margin-right: 220rem;
}
html body .m-r-230 {
  margin-right: 230rem;
}
html body .m-r-240 {
  margin-right: 240rem;
}
html body .m-r-250 {
  margin-right: 250rem;
}
html body .m-t-0 {
  margin-top: 0rem;
}
html body .m-t-10 {
  margin-top: 10rem;
}
html body .m-t-20 {
  margin-top: 20rem;
}
html body .m-t-30 {
  margin-top: 30rem;
}
html body .m-t-40 {
  margin-top: 40rem;
}
html body .m-t-50 {
  margin-top: 50rem;
}
html body .m-t-60 {
  margin-top: 60rem;
}
html body .m-t-70 {
  margin-top: 70rem;
}
html body .m-t-80 {
  margin-top: 80rem;
}
html body .m-t-90 {
  margin-top: 90rem;
}
html body .m-t-100 {
  margin-top: 100rem;
}
html body .m-t-110 {
  margin-top: 110rem;
}
html body .m-t-120 {
  margin-top: 120rem;
}
html body .m-t-130 {
  margin-top: 130rem;
}
html body .m-t-140 {
  margin-top: 140rem;
}
html body .m-t-150 {
  margin-top: 150rem;
}
html body .m-t-160 {
  margin-top: 160rem;
}
html body .m-t-170 {
  margin-top: 170rem;
}
html body .m-t-180 {
  margin-top: 180rem;
}
html body .m-t-190 {
  margin-top: 190rem;
}
html body .m-t-200 {
  margin-top: 200rem;
}
html body .m-t-210 {
  margin-top: 210rem;
}
html body .m-t-220 {
  margin-top: 220rem;
}
html body .m-t-230 {
  margin-top: 230rem;
}
html body .m-t-240 {
  margin-top: 240rem;
}
html body .m-t-250 {
  margin-top: 250rem;
}
html body .m-b-0 {
  margin-bottom: 0rem;
}
html body .m-b-10 {
  margin-bottom: 10rem;
}
html body .m-b-20 {
  margin-bottom: 20rem;
}
html body .m-b-30 {
  margin-bottom: 30rem;
}
html body .m-b-40 {
  margin-bottom: 40rem;
}
html body .m-b-50 {
  margin-bottom: 50rem;
}
html body .m-b-60 {
  margin-bottom: 60rem;
}
html body .m-b-70 {
  margin-bottom: 70rem;
}
html body .m-b-80 {
  margin-bottom: 80rem;
}
html body .m-b-90 {
  margin-bottom: 90rem;
}
html body .m-b-100 {
  margin-bottom: 100rem;
}
html body .m-b-110 {
  margin-bottom: 110rem;
}
html body .m-b-120 {
  margin-bottom: 120rem;
}
html body .m-b-130 {
  margin-bottom: 130rem;
}
html body .m-b-140 {
  margin-bottom: 140rem;
}
html body .m-b-150 {
  margin-bottom: 150rem;
}
html body .m-b-160 {
  margin-bottom: 160rem;
}
html body .m-b-170 {
  margin-bottom: 170rem;
}
html body .m-b-180 {
  margin-bottom: 180rem;
}
html body .m-b-190 {
  margin-bottom: 190rem;
}
html body .m-b-200 {
  margin-bottom: 200rem;
}
html body .m-b-210 {
  margin-bottom: 210rem;
}
html body .m-b-220 {
  margin-bottom: 220rem;
}
html body .m-b-230 {
  margin-bottom: 230rem;
}
html body .m-b-240 {
  margin-bottom: 240rem;
}
html body .m-b-250 {
  margin-bottom: 250rem;
}
html,
body {
  height: 100%;
  font-size: 1px;
 	font-family:"acumin-pro";
}
@media (min-width: 992px) {
  html,
  body {
    font-size: 0.8px;
  }
}
@media (min-width: 1890px) {
  html,
  body {
    font-size: 1px;
  }
}
body {
  line-height: 1.4;
  font-weight: 800;
  background-color: #f8f8f8;
  color: #000;
  overflow: overlay;
}
a {
  color: #000;
}
h2 {
  font-size: 24rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 77rem;
  }
}
h3 {
  margin-bottom: 18rem;
  font-size: 24rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 45rem;
  }
}
h4 {
  margin-bottom: 20rem;
  font-size: 26rem;
  line-height: 1.42;
}
h5 {
  font-size: 24rem;
  line-height: 1;
}
h6 {
  font-size: 16rem;
  line-height: 1.2;
  margin-bottom: 25rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  h6 {
    font-size: 24rem;
  }
}
p {
  font-size: 16rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25rem;
  color: #1a1a1a;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 24rem;
  }
}
ul li {
  font-size: 14rem;
  line-height: 1.33;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  ul li {
    font-size: 18rem;
  }
}
.d-flex {
  display: flex;
}
.d-column {
  flex-direction: column;
}
.j-content-between {
  justify-content: space-between;
}
.j-content-around {
  justify-content: space-around;
}
.j-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.f-wrapp {
  flex-wrap: wrap;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}
.main {
  padding: 0 0 30rem;
}
@media only screen and (min-width: 576px) {
  .main {
    padding: 0 0 50rem;
  }
}
@media only screen and (min-width: 992px) {
  .main {
    padding: 0 0 85rem;
  }
}
.container-main {
  margin: 0 auto;
  padding: 0 15rem;
}
@media only screen and (min-width: 992px) {
  .container-main {
    padding: 0 40rem;
  }
}
.container-inner-small {
  max-width: 1306rem;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .container-inner-small {
    padding: 0 40rem;
  }
}
.container-inner-small.container-inner-page--tablet {
  margin-bottom: 50rem;
}
@media only screen and (min-width: 992px) {
  .container-inner-small.container-inner-page--tablet {
    margin-bottom: 0;
  }
}
.container-inner-small .bottom-desc {
  overflow: auto;
}
@media only screen and (min-width: 992px) {
  .container-inner-small .bottom-desc {
    overflow: hidden;
  }
}
.container-inner-big {
  max-width: 1640rem;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .container-inner-big {
    padding: 0 40rem;
  }
}
.container-inner-page {
  max-width: 1470rem;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .container-inner-page {
    padding: 0 40rem;
  }
}
@media only screen and (max-width: 991px) {
  .container-inner-page--tablet {
    min-width: 500rem;
    max-width: 60vw;
  }
}
@media only screen and (max-width: 767px) {
  .container-inner-page--tablet {
    min-width: auto;
    max-width: 500rem;
  }
}
.container-inner-text {
  max-width: 1112rem;
  margin: 0 auto;
  padding: 15rem;
}
@media only screen and (min-width: 992px) {
  .container-inner-text {
    padding: 0 40rem;
  }
}
.container-inner {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .container-inner {
    max-width: 906rem;
  }
}
@media only screen and (max-width: 1199px) {
  .container-table {
    max-width: 1540rem;
    overflow-x: auto;
  }
}
.row-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.row-wrap.row-content-center {
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .row-wrap--sm {
    flex-direction: column;
  }
  .row-wrap--sm .col-box__left {
    margin-right: 0;
  }
  .row-wrap--sm .col-box__right {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .row-wrap--xs {
    flex-direction: column;
  }
}
.col-box-2 {
  width: 20%;
}
.col-box-3 {
  width: 25%;
}
.col-box-4 {
  width: 33.3%;
}
.col-box-5 {
  width: 40%;
}
.col-box-6 {
  width: 50%;
}
.col-box-7 {
  width: 60%;
}
.col-box-8 {
  width: 66.6%;
}
.col-box-10 {
  width: 80%;
}
.col-box__left {
  margin-right: 15rem;
}
.col-box__right {
  margin-left: 15rem;
}
@media only screen and (max-width: 991px) {
  .col-box-sm {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .col-box-sm-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .col-box-sm-4 {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .col-box-xs {
    min-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .col-box-xs-2 {
    min-width: 50%;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.title-big {
  margin-bottom: 30rem;
  font-size: 30rem;
  line-height: 1;
  text-transform: uppercase;
}
.title-detail {
  margin: 20rem 0 30rem;
  font-size: 14rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  min-height: 70rem;
}
@media only screen and (min-width: 992px) {
  .title-detail {
    font-size: 24rem;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
  }
}
.border {
  border-top: 2rem solid #d1d1d1;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .border {
    border-top: 5rem solid #d1d1d1;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.border-top {
  border-top: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .border-top {
    border-top: 5rem solid #d1d1d1;
    border-top: 5rem solid #d1d1d1;
  }
}
.border-bottom {
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .border-bottom {
    border-bottom: 5rem solid #d1d1d1;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.border-right {
  border-right: 1rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .border-right {
    border-right: 3rem solid #d1d1d1;
  }
}
.color-blue {
  color: #1e78c1;
}
.arrow-box {
  display: none;
  padding: 37rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .arrow-box {
    display: block;
  }
}
.arrow-box__wrap {
  width: 122rem;
  display: inline-flex;
  margin: 0 auto;
}
.arrow-box__item {
  font-size: 45rem;
  cursor: pointer;
  color: #333;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .dotted-box {
    display: none;
  }
}
.dotted-box__wrap {
  justify-content: center;
}
.dotted-box__item {
  min-width: 9rem;
  height: 9rem;
  margin: 0 4rem;
  border: 1rem solid #707070;
  border-radius: 50%;
  cursor: pointer;
}
.dotted-box__item.tns-nav-active {
  background-color: #000;
  border: 1rem solid #000;
}
.img-box-top {
  margin-bottom: 95rem;
}
.intro {
  position: relative;
  width: 100%;
}
.intro .intro-desc {
  margin-top: 30rem;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .intro .intro-desc {
     /*position: absolute; */
    left: 40rem;
    bottom: 35rem;
    margin-top: 0;
    color: #000;
    text-align: left;
	  padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .intro .intro-desc {
    left: 10vw;
    bottom: 8vw;
  }
}
.intro .intro-desc h2 {
  display: none;
}
@media only screen and (min-width: 992px) {
  .intro .intro-desc h2 {
    display: block;
    font-size: 50rem;
  }
}
@media only screen and (min-width: 1400rem) {
  .intro .intro-desc h2 {
    margin-bottom: 18rem;
    font-size: 80rem;
  }
}
.intro .intro-desc h3 {
  margin-bottom: 8rem;
  font-size: 14rem;
}
@media only screen and (min-width: 576px) {
  .intro .intro-desc h3 {
    margin-bottom: 5rem;
    font-size: 24rem;
  }
}
@media only screen and (min-width: 992px) {
  .intro .intro-desc h3 {
    margin-bottom: 10rem;
    font-size: 45rem;
  }
}
.intro .intro-desc .text-info {
  margin-bottom: 25rem;
  font-size: 12rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (min-width: 576px) {
  .intro .intro-desc .text-info {
    margin-bottom: 0;
    font-size: 18rem;
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .intro .intro-desc .text-info {
    font-size: 22rem;
    font-weight: 400;
  }
}
.intro-title-center .intro-desc {
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 45rem;
  margin: 0 auto;
}
.intro-title-center h2 {
  text-align: center;
  text-transform: none;
}
.title-box {
  padding: 20rem 0;
  border-top: 2rem solid #d1d1d1;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 576px) {
  .title-box {
    padding: 22rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .title-box {
    padding: 48rem 0;
    border-top: 5rem solid #d1d1d1;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.title-box h3 {
  margin-bottom: 0;
  
}
.btn1 {
  display: inline-block;
  min-width: 128rem;
  height: 28rem;
  padding: 0 15rem;
  font-size: 12rem;
  line-height: 24rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: 3rem solid #000;
  transition: 0.1s;
}
@media only screen and (min-width: 992px) {
  .btn1 {
    min-width: 282rem;
    height: 62rem;
    font-size: 24rem;
    line-height: 59rem;
    border: 3rem solid #000;
  }
}
.btn1:hover {
  color: #1a1a1a;
  background-color: #b3b3b3;
  border: 3rem solid #b3b3b3;
}
.btn1-wrap {
  text-align: center;
  margin: 30rem 0;
}
@media only screen and (min-width: 992px) {
  .btn1-wrap {
    margin: 50rem 0;
  }
}
.btn1--transparent,
.btn1.no-active {
  font-size: 18rem;
  color: #1a1a1a;
  background-color: transparent;
  border: 2rem solid #b3b3b3;
}
@media only screen and (min-width: 992px) {
  .btn1--transparent,
  .btn1.no-active {
    border: 3rem solid #b3b3b3;
  }
}
.btn1--transparent:hover,
.btn1.no-active:hover {
  color: #1a1a1a;
  background-color: #b3b3b3;
  border: 2rem solid #b3b3b3;
}
@media only screen and (min-width: 992px) {
  .btn1--transparent:hover,
  .btn1.no-active:hover {
    border: 3rem solid #b3b3b3;
  }
}
.slider-projects .col-box__left {
  margin-right: 5rem;
}
@media only screen and (min-width: 768px) {
  .slider-projects .col-box__left {
    margin-right: 15rem;
  }
}
.slider-projects .col-box__right {
  margin-left: 5rem;
}
@media only screen and (min-width: 768px) {
  .slider-projects .col-box__right {
    margin-left: 15rem;
  }
}
.slider-projects h3 {
  margin-bottom: 70rem;
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .slider-projects h3 {
    font-size: 24rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-projects h3 {
    font-size: 45rem;
  }
}
.slider-projects .img-box {
  margin-bottom: 35rem;
  height: 26vw;
}
@media only screen and (min-width: 992px) {
  .slider-projects .img-box {
    margin-bottom: 50rem;
  }
}
.slider-projects .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-projects__item-title {
  font-size: 14rem;
  line-height: 1.25;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .slider-projects__item-title {
    font-size: 18rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider-projects__item-title {
    font-size: 24rem;
  }
}
.slider-projects .dotted-box {
  margin: 30rem auto 0;
}
.tabs .title-box {
  padding: 22rem 0;
}
@media only screen and (min-width: 992px) {
  .tabs .title-box {
    padding: 50rem 0;
  }
}
.tabs .select {
  position: relative;
  width: 177rem;
  height: 28rem;
  margin: 0 auto;
}
.tabs .select-wrap {
  position: relative;
  display: block;
}
@media only screen and (min-width: 992px) {
  .tabs .select-wrap {
    display: none;
  }
}
.tabs .select__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12rem;
  text-transform: uppercase;
  color: #1a1a1a;
}
.tabs .select select {
  display: block;
  min-width: 177rem;
  height: 28rem;
  padding: 0 24rem 0 10rem;
  text-align: center;
  background: 0 0;
  border: 2rem solid #d1d1d1;
  appearance: none;
  font-size: 12rem;
  text-transform: uppercase;
  color: #0f0e0e;
  font-weight: bold;
}
.tabs .select select option {
  font-weight: bold;
}
.tabs .select select:focus {
  outline: none;
}
.tabs .select::before,
.tabs .select::after {
  display: block;
  border-style: solid;
  border-width: 6rem 5rem 0 5rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 10rem;
  z-index: 1;
}
.tabs .select::before {
  border-color: #d1d1d1 transparent transparent transparent;
  margin-top: -3rem;
}
.tabs .select::after {
  border-color: #fff transparent transparent transparent;
  margin-top: -5rem;
}
.tabs__item {
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .tabs__item {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.tabs__item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .tabs__item:last-child {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.tabs__item:last-child .dotted-box {
  margin: 0 auto 0;
}
.tabs__item .projects__wrap {
  border-top: none;
}
.tabs__item .dotted-box {
  margin: 0 auto 45rem;
}
.btn {
  display: inline-block;
  min-width: 128rem;
  height: 36rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 15rem;
  font-size: 16rem;
  line-height: 2;
  text-align: center;
  color: #1a1a1a;
  font-weight: 700;
  border: 3rem solid #d1d1d1;
  background-color: transparent;
  transition: all 0.15s ease-in-out;
}
.btn.active,
.btn.btn-cta {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn.btn-cta {
  font-size: 12rem;
  min-width: 128rem;
  height: 32rem;
  line-height: 29rem;
}
@media only screen and (min-width: 992px) {
  .btn.btn-cta {
    font-size: 24rem;
    min-width: 282rem;
    height: 62rem;
    line-height: 56rem;
  }
}
.btn:not(.active):hover {
  background: #d1d1d1;
}
.btn.btn-cta:hover {
  background-color: #fff;
  color: #000;
  border-color: #ccc;
}
.body-footer-btn-wrap {
  text-align: center;
  padding-top: 30rem;
}
@media only screen and (min-width: 992px) {
  .body-footer-btn-wrap {
    padding-top: 50rem;
  }
}
.tab-buttons-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-buttons-row .btn {
  min-width: 167rem;
  height: 30rem;
  margin-right: 12rem;
  padding: 0 15rem;
  line-height: 29rem;
  font-size: 12rem;
  font-weight: 700;
  background-color: #fff;
  border: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .tab-buttons-row .btn {
    margin-right: 30rem;
    min-width: 282rem;
    font-size: 18rem;
    height: 62rem;
    line-height: 56rem;
    border: 5rem solid #d1d1d1;
  }
}
.tab-buttons-row .btn.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.tab-buttons-row .btn:last-child {
  margin-right: 0;
}
.tab-buttons-row .btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.tab-buttons-row .btn1 {
  min-width: 166rem;
  height: 28rem;
  margin: 0 6rem;
  font-size: 12rem;
  line-height: 23rem;
}
@media only screen and (min-width: 992px) {
  .tab-buttons-row .btn1 {
    min-width: 282rem;
    height: 62rem;
    margin: 0 9rem;
    font-size: 18rem;
    line-height: 55rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-buttons-row .btn1 {
    margin: 0 15rem;
  }
}
.tab-buttons-row .btn1-wrap {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .pages {
    margin-top: 50rem;
    margin-bottom: 70rem;
  }
}
.top-box .title-box {
  border-top: none;
}
.top-box h2 {
  margin-bottom: 20rem;
}
.top-box p {
  margin-bottom: 0;
}
.inner-page .top-box {
  margin-bottom: 0;
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page .top-box {
    padding-top: 64rem;
  }
}
.inner-page .top-box .title-box {
  border-bottom: none;
}
.inner-page .top-box .img-box {
  margin: 0 0 30rem;
}
.inner-page.tank-page .title-box {
  margin-bottom: 20rem;
}
@media only screen and (min-width: 768px) {
  .inner-page.tank-page .title-box {
    margin-bottom: 34rem;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page.tank-page .title-box {
    margin-bottom: 9vw;
  }
}
.inner-page.linihg-page .inner-page__content,
.inner-page.expoxy-page .inner-page__content,
.inner-page.hdg-hdpe-page .inner-page__content {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .inner-page.linihg-page .inner-page__content,
  .inner-page.expoxy-page .inner-page__content,
  .inner-page.hdg-hdpe-page .inner-page__content {
    padding-bottom: 55rem;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__content,
  .inner-page.expoxy-page .inner-page__content,
  .inner-page.hdg-hdpe-page .inner-page__content {
    padding-bottom: 120rem;
  }
}
.inner-page.linihg-page .inner-page__top,
.inner-page.expoxy-page .inner-page__top,
.inner-page.hdg-hdpe-page .inner-page__top {
  margin-bottom: 0;
}
.inner-page.linihg-page .inner-page__top ul,
.inner-page.expoxy-page .inner-page__top ul,
.inner-page.hdg-hdpe-page .inner-page__top ul {
  margin-bottom: 110rem;
}
@media only screen and (min-width: 768px) {
  .inner-page.linihg-page .inner-page__top ul,
  .inner-page.expoxy-page .inner-page__top ul,
  .inner-page.hdg-hdpe-page .inner-page__top ul {
    margin-bottom: 130rem;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__top ul,
  .inner-page.expoxy-page .inner-page__top ul,
  .inner-page.hdg-hdpe-page .inner-page__top ul {
    margin-bottom: 160rem;
  }
}
.inner-page.linihg-page .inner-page__top.lining-system ul,
.inner-page.expoxy-page .inner-page__top.lining-system ul,
.inner-page.hdg-hdpe-page .inner-page__top.lining-system ul {
  margin-bottom: 45rem;
}
.inner-page.linihg-page .inner-page__bottom,
.inner-page.expoxy-page .inner-page__bottom,
.inner-page.hdg-hdpe-page .inner-page__bottom {
  margin-bottom: 50rem;
  padding-bottom: 50rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom,
  .inner-page.expoxy-page .inner-page__bottom,
  .inner-page.hdg-hdpe-page .inner-page__bottom {
    margin-bottom: 40rem;
    padding-bottom: 110rem;
  }
}
.inner-page.linihg-page .inner-page__bottom .container-inner,
.inner-page.expoxy-page .inner-page__bottom .container-inner,
.inner-page.hdg-hdpe-page .inner-page__bottom .container-inner {
  padding-top: 80rem;
}
.inner-page.linihg-page .inner-page__bottom:first-child,
.inner-page.expoxy-page .inner-page__bottom:first-child,
.inner-page.hdg-hdpe-page .inner-page__bottom:first-child,
.inner-page.linihg-page .inner-page__bottom:nth-child(3),
.inner-page.expoxy-page .inner-page__bottom:nth-child(3),
.inner-page.hdg-hdpe-page .inner-page__bottom:nth-child(3) {
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom:first-child,
  .inner-page.expoxy-page .inner-page__bottom:first-child,
  .inner-page.hdg-hdpe-page .inner-page__bottom:first-child,
  .inner-page.linihg-page .inner-page__bottom:nth-child(3),
  .inner-page.expoxy-page .inner-page__bottom:nth-child(3),
  .inner-page.hdg-hdpe-page .inner-page__bottom:nth-child(3) {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.inner-page.linihg-page .inner-page__bottom h3,
.inner-page.expoxy-page .inner-page__bottom h3,
.inner-page.hdg-hdpe-page .inner-page__bottom h3 {
  margin-bottom: 36rem;
  margin-top: 44rem;
}
.inner-page.linihg-page .inner-page__bottom h5,
.inner-page.expoxy-page .inner-page__bottom h5,
.inner-page.hdg-hdpe-page .inner-page__bottom h5 {
  text-transform: uppercase;
  margin-bottom: 50rem;
  font-size: 14rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom h5,
  .inner-page.expoxy-page .inner-page__bottom h5,
  .inner-page.hdg-hdpe-page .inner-page__bottom h5 {
    font-size: 24rem;
  }
}
.inner-page.linihg-page .inner-page__bottom h6,
.inner-page.expoxy-page .inner-page__bottom h6,
.inner-page.hdg-hdpe-page .inner-page__bottom h6 {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5rem;
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom h6,
  .inner-page.expoxy-page .inner-page__bottom h6,
  .inner-page.hdg-hdpe-page .inner-page__bottom h6 {
    font-size: 24rem;
  }
}
.inner-page.linihg-page .inner-page__bottom h6:first-child,
.inner-page.expoxy-page .inner-page__bottom h6:first-child,
.inner-page.hdg-hdpe-page .inner-page__bottom h6:first-child {
  margin-bottom: 35rem;
  font-size: 14rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom h6:first-child,
  .inner-page.expoxy-page .inner-page__bottom h6:first-child,
  .inner-page.hdg-hdpe-page .inner-page__bottom h6:first-child {
    margin-bottom: 70rem;
    font-size: 24rem;
  }
}
.inner-page.linihg-page .inner-page__bottom .normilize-titles h6:first-child,
.inner-page.expoxy-page .inner-page__bottom .normilize-titles h6:first-child,
.inner-page.hdg-hdpe-page .inner-page__bottom .normilize-titles h6:first-child {
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom .normilize-titles h6:first-child,
  .inner-page.expoxy-page .inner-page__bottom .normilize-titles h6:first-child,
  .inner-page.hdg-hdpe-page
    .inner-page__bottom
    .normilize-titles
    h6:first-child {
    font-size: 24rem;
  }
}
.inner-page.linihg-page .inner-page__bottom.lining-instructions,
.inner-page.expoxy-page .inner-page__bottom.lining-instructions,
.inner-page.hdg-hdpe-page .inner-page__bottom.lining-instructions {
  margin-bottom: 140rem;
  padding-bottom: 90rem;
}
.inner-page.linihg-page .inner-page__bottom.lining-instructions p,
.inner-page.expoxy-page .inner-page__bottom.lining-instructions p,
.inner-page.hdg-hdpe-page .inner-page__bottom.lining-instructions p {
  margin-bottom: 70rem;
}
.inner-page.linihg-page .inner-page__top {
  border-bottom: none;
}
.inner-page.linihg-page .inner-page__top ul {
  margin-bottom: 30rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__top ul {
    margin-bottom: 110rem;
  }
}
.inner-page.linihg-page .inner-page__bottom {
  border-top: none;
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom {
    border-top: 5rem solid #d1d1d1;
  }
}
.inner-page.linihg-page .inner-page__bottom .container-inner {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom .container-inner {
    padding-top: 80rem;
  }
}
.inner-page.linihg-page .inner-page__bottom h3 {
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom h3 {
    font-size: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-page.linihg-page .inner-page__bottom h3 {
    font-size: 45rem;
  }
}
.inner-page.linihg-page .inner-page__bottom h6 {
  text-align: center;
  margin-bottom: 20rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom h6 {
    text-align: left;
    margin-bottom: 5rem;
  }
}
.inner-page.linihg-page .inner-page__bottom.lining-instructions {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page.linihg-page .inner-page__bottom.lining-instructions {
    margin-bottom: 140rem;
    padding-bottom: 90rem;
  }
}
.inner-page.hdg-hdpe-page h3 {
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.hdg-hdpe-page h3 {
    font-size: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-page.hdg-hdpe-page h3 {
    font-size: 45rem;
  }
}
.inner-page.hdg-hdpe-page .detail-desc {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page.hdg-hdpe-page .detail-desc {
    padding-bottom: 65rem;
  }
}
.inner-page.hdg-hdpe-page .table__list {
  margin-top: 20rem;
  padding-bottom: 50rem;
}
@media only screen and (min-width: 768px) {
  .inner-page.hdg-hdpe-page .table__list {
    margin-top: 45rem;
    padding-bottom: 0;
  }
}
.inner-page.hdg-hdpe-page .slider-projects .title-box {
  padding-top: 40rem;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .inner-page.hdg-hdpe-page .slider-projects .title-box {
    padding-top: 90rem;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.inner-page.hdg-hdpe-page .slider-projects .title-box h3 {
  margin-bottom: 60rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.hdg-hdpe-page .slider-projects .title-box h3 {
    margin-bottom: 90rem;
  }
}
.inner-page.frp-page .post-box__content .projects__item:first-child {
  padding: 0;
  border-left: none;
  border-bottom: none;
}
@media only screen and (min-width: 576px) {
  .inner-page.frp-page .post-box__content .projects__item:first-child {
    padding: 0 25rem 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page.frp-page .post-box__content .projects__item:first-child {
    padding: 100rem 18rem 40rem;
    border-left: 3rem solid #d1d1d1;
  }
}
.inner-page.frp-page .post-box__content .projects__item:nth-child(2n) {
  padding: 0;
  border-right: none;
}
@media only screen and (min-width: 576px) {
  .inner-page.frp-page .post-box__content .projects__item:nth-child(2n) {
    padding: 0 0 0 25rem;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page.frp-page .post-box__content .projects__item:nth-child(2n) {
    padding: 100rem 18rem 40rem;
    border-right: 3rem solid #d1d1d1;
  }
}
.inner-page.frp-page .tabs__item .title-box h3 {
  margin-bottom: 40rem;
}
@media only screen and (min-width: 576px) {
  .inner-page.frp-page .tabs__item .title-box h3 {
    margin-bottom: 25rem;
  }
}
.inner-page.frp-page .tabs__item .text-info {
  margin-bottom: 0;
}
.inner-page.frp-page .slider-projects .arrow-box {
  padding: 30rem 0 40rem;
}
.inner-page.stainless-steel-page .tabs__item .title-box h3,
.inner-page.why-choose-page .tabs__item .title-box h3 {
  margin-left: 30rem;
  margin-right: 30rem;
  margin-bottom: 30rem;
}
@media only screen and (min-width: 992px) {
  .inner-page.stainless-steel-page .tabs__item .title-box h3,
  .inner-page.why-choose-page .tabs__item .title-box h3 {
    margin-bottom: 35rem;
  }
}
.inner-page.why-choose-page .tabs__item .title-box__inner--bottom h3 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page.why-choose-page .tabs__item .title-box__inner--bottom h3 {
    margin-left: 30rem;
    margin-right: 30rem;
  }
}
.inner-page h6 {
  color: #6f6f6f;
  text-transform: none;
}
.inner-page__content {
  padding-bottom: 20rem;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .inner-page__content {
    padding-bottom: 112rem;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.inner-page__top {
  margin-bottom: 0rem;
}
@media only screen and (min-width: 992px) {
  .inner-page__top {
    margin-bottom: 80rem;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-page__top {
    margin-bottom: 190rem;
  }
}
.inner-page__top h3,
.inner-page__top p {
  margin-bottom: 70rem;
}
.inner-page__top ul li,
.inner-page__top p {
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.2;
  color: #6f6f6f;
}
@media only screen and (min-width: 992px) {
  .inner-page__top ul li,
  .inner-page__top p {
    font-size: 24rem;
  }
}
.inner-page__top ul {
  margin-bottom: 60rem;
  padding-left: 13rem;
}
@media only screen and (min-width: 992px) {
  .inner-page__top ul {
    padding-left: 0;
  }
}
.inner-page__top ul li {
  position: relative;
  margin-bottom: 5rem;
}
.inner-page__top ul li::before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: -1em;
  height: 0.3em;
  width: 0.3em;
  border-radius: 50%;
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  .inner-page__top ul li::before {
    height: 0.25em;
    width: 0.25em;
    top: 0.4em;
  }
}
.inner-page__bottom {
  margin-bottom: 115rem;
  padding-bottom: 130rem;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .inner-page__bottom {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.inner-page__bottom:nth-child(3) {
  padding-bottom: 0;
  border-bottom: none;
}
.inner-page__bottom h6 {
  margin-bottom: 50rem;
}
.inner-page--detail {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page--detail {
    margin-bottom: 145rem;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page--detail .top-box {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.inner-page--detail .top-box .title-box {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page--detail .top-box .title-box {
    padding: 22rem 0;
  }
}
.inner-page--detail .top-box .title-box br {
  display: none;
}
@media only screen and (min-width: 992px) {
  .inner-page--detail .top-box .title-box br {
    display: block;
  }
}
.inner-page--detail .top-box--no-img {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .inner-page--detail .top-box--no-img {
    margin-bottom: 50rem;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page--detail .top-box--no-img {
    margin-bottom: 145rem;
  }
}
.inner-page--detail .top-box--no-img .title-box {
  border: none;
}
.inner-page--detail .slider-projects .title-box {
  padding: 50rem 0 22rem;
  border-top: none;
}
@media only screen and (min-width: 992px) {
  .inner-page--detail .slider-projects .title-box {
    padding: 115rem 0 10rem;
  }
}
.inner-page--detail .slider-projects h3 {
  margin-bottom: 50rem;
}
@media only screen and (min-width: 992px) {
  .inner-page--detail .slider-projects h3 {
    margin-bottom: 70rem;
  }
}
.inner-page--detail .slider-projects p {
  color: #000;
  text-transform: capitalize;
  font-size: 14rem;
}
@media only screen and (min-width: 992px) {
  .inner-page--detail .slider-projects p {
    font-size: 24rem;
  }
}
.inner-page--detail .slider-projects .arrow-box {
  padding: 0 0 80rem;
}
.inner-page--child .top-box .title-box {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .top-box .title-box {
    padding-top: 22rem;
  }
}
.inner-page--child .top-box .title-box h2 {
  margin-bottom: 40rem;
}
.inner-page--child .top-box--no-img .title-box {
  padding-bottom: 0;
}
.inner-page--child .tabs__item .title-box {
  padding: 50rem 0 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .inner-page--child .tabs__item .title-box {
    padding: 50rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .title-box {
    padding: 70rem 0 60rem;
  }
}
.inner-page--child .tabs__item .title-box--border {
  border-top: 2rem solid #d1d1d1;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .title-box--border {
    border-top: 5rem solid #d1d1d1;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.inner-page--child .tabs__item .title-box--border-bottom {
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .title-box--border-bottom {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.inner-page--child .tabs__item .title-box.border-top {
  border-top: 2rem solid #d1d1d1;
  padding-top: 40rem;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .title-box.border-top {
    border-top: 5rem solid #d1d1d1;
    padding-top: 110rem;
  }
}
.inner-page--child .tabs__item .title-box h3 {
  margin-bottom: 0;
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .title-box h3 {
    font-size: 45rem;
  }
}
.inner-page--child .tabs__item .title-box__inner {
  padding: 30rem 0;
  border-top: 2rem solid #d1d1d1;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .title-box__inner {
    padding: 50rem 0;
    border-top: 5rem solid #d1d1d1;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.inner-page--child .tabs__item .title-box__inner h3 {
  margin-bottom: 0;
}
.inner-page--child .tabs__item-row {
  flex-direction: column;
  padding-bottom: 20rem;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .inner-page--child .tabs__item-row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item-row {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.inner-page--child .tabs__item h5 {
  margin-bottom: 30rem;
  text-transform: uppercase;
  font-size: 14rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item h5 {
    font-size: 24rem;
    text-align: left;
  }
}
.inner-page--child .tabs__item .parent-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0;
  border-right: none;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 576px) {
  .inner-page--child .tabs__item .parent-box {
    border-bottom: none;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .parent-box {
    padding: 0 86rem;
    border-right: 3rem solid #d1d1d1;
  }
}
.inner-page--child .tabs__item .projects__item p {
  font-size: 14rem;
  line-height: 1.33;
  color: #000;
}
@media only screen and (min-width: 576px) {
  .inner-page--child .tabs__item .projects__item p {
    font-size: 18rem;
  }
}
.inner-page--child .tabs__item .title-box--left {
  padding: 50rem 0 20rem;
}
@media only screen and (min-width: 576px) {
  .inner-page--child .tabs__item .title-box--left {
    padding: 50rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .title-box--left {
    padding: 103rem 50rem 45rem;
  }
}
.inner-page--child .tabs__item .title-box--left p {
  color: #000;
}
.inner-page--child .tabs__item .row-img-box {
  padding: 0 0 50rem;
}
@media only screen and (min-width: 768px) {
  .inner-page--child .tabs__item .row-img-box {
    padding: 50rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .row-img-box {
    padding-top: 260rem;
  }
}
.inner-page--child .tabs__item .img-box-big {
  padding: 50rem 0;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .img-box-big {
    padding: 100rem 0;
  }
}
.inner-page--child .tabs__item .img-box-big h3 {
  margin-bottom: 45rem;
}
.inner-page--child .tabs__item .img-box-big .img-box {
  margin-bottom: 22rem;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .img-box-big .img-box {
    margin-bottom: 120rem;
  }
}
.inner-page--child .tabs__item .img-box-big .img-box p {
  margin: 0;
  font-size: 14rem;
  line-height: 1.7;
  color: #6f6f6f;
}
.inner-page--child .tabs__item .img-box-big h5 {
  margin-bottom: 20rem;
}
.inner-page--child .tabs__item .img-box-big ul {
  margin: 0 0 15rem 17rem;
  list-style: disc;
}
.inner-page--child .tabs__item .img-box-big ul li {
  font-weight: 700;
}
.inner-page--child .tabs__item .img-box-big p {
  font-weight: 700;
}
.inner-page--child .tabs__item .img-box-small img {
  width: 50%;
  margin: 75rem auto;
}
.inner-page--child .tabs__item .text-info {
  margin: 15rem 0 50rem;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .text-info {
    margin: 15rem 0 80rem;
    padding-left: 60rem;
  }
}
.inner-page--child .tabs__item .text-info--no-padd {
  padding: 0;
}
.inner-page--child .tabs__item .text-info ul li,
.inner-page--child .tabs__item .text-info ol,
.inner-page--child .tabs__item .text-info p {
  font-size: 12rem;
  line-height: 1.35;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .text-info ul li,
  .inner-page--child .tabs__item .text-info ol,
  .inner-page--child .tabs__item .text-info p {
    font-size: 14rem;
  }
}
.inner-page--child .tabs__item .text-info ol {
  margin-left: 20rem;
  font-weight: 400;
  list-style: upper-roman;
}
.inner-page--child .tabs__item .text-info .text-center p {
  font-weight: 700;
  margin-bottom: 12rem;
}
.inner-page--child .tabs__item .list-color ul li {
  position: relative;
  margin-left: 20rem;
}
.inner-page--child .tabs__item .list-color ul li::before {
  position: absolute;
  content: "";
  left: -20rem;
  top: 50%;
  transform: translateY(-50%);
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
}
.inner-page--child .tabs__item .list-color ul li:nth-child(1)::before {
  background-color: #51c8f4;
}
.inner-page--child .tabs__item .list-color ul li:nth-child(2)::before {
  background-color: #1e78c1;
}
.inner-page--child .tabs__item .list-color ul li:nth-child(3)::before {
  background-color: #1c589d;
}
.inner-page--child .tabs__item .list-color ul li:nth-child(4)::before {
  background-color: #43b94a;
}
.inner-page--child .tabs__item .list-color ul li:nth-child(5)::before {
  background-color: #ff5623;
}
.inner-page--child .tabs__item .col-box {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .col-box {
    width: 83%;
  }
}
.inner-page--child .tabs__item .col-box:last-child {
  margin-bottom: 65rem;
}
.inner-page--child .tabs__item .img-box-wrap {
  padding: 64rem 0 80rem;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .img-box-wrap {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.inner-page--child .tabs__item .img-box-wrap--child {
  padding: 25rem 0;
}
.inner-page--child .tabs__item .img-box-wrap--child h5 {
  text-transform: uppercase;
  margin: 30rem 0 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .img-box-wrap--child h5 {
    margin: 50rem 0 130rem;
  }
}
.inner-page--child .tabs__item .img-box-wrap--child-no-border {
  margin-top: 0;
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .img-box-wrap--child-no-border {
    margin-top: 50rem;
  }
}
.inner-page--child .tabs__item .img-box-wrap--child-no-border .row-wrap {
  margin-bottom: 50rem;
}
.inner-page--child .tabs__item .img-box-wrap--child-no-border h5 {
  margin-top: 0;
}
.inner-page--child
  .tabs__item
  .img-box-wrap--child-no-border
  .slider-md-wrap
  .col-box-6 {
  border-bottom: none;
}
.inner-page--child .tabs__item .img-box-wrap--child__list h5 {
  margin: 0 0 40rem;
  text-align: left;
}
.inner-page--child .tabs__item .img-box-wrap .title-box--left {
  padding: 0 45rem;
}
.inner-page--child .tabs__item .img-box-wrap .col-box__right .row-wrap {
  margin-bottom: 30rem;
}
.inner-page--child .tabs__item .img-box-wrap .list {
  margin: 50rem 0 0;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .img-box-wrap .list {
    margin: 20rem 10rem 0;
  }
}
.inner-page--child .tabs__item .img-box-wrap .list h5 {
  margin: 0 0 20rem 37rem;
  text-transform: uppercase;
  text-align: left;
  font-size: 16rem;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .img-box-wrap .list h5 {
    font-size: 24rem;
  }
}
.inner-page--child .tabs__item .img-box-wrap .list li {
  position: relative;
  margin: 0 0 10rem 36rem;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .img-box-wrap .list li {
    margin-bottom: 5;
    font-size: 24rem;
  }
}
.inner-page--child .tabs__item .img-box-wrap .list li::before {
  position: absolute;
  content: "";
  left: -30rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20rem;
  height: 20rem;
  border: 1rem solid #b2b3b6;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .img-box-wrap .list li::before {
    left: -37rem;
  }
}
.inner-page--child .tabs__item .img-box-wrap .list li::after {
  position: absolute;
  content: "";
  left: -28rem;
  top: 50%;
  transform: translateY(-50%);
  width: 26rem;
  height: 30rem;
  background: url("../img/icons/checked-icon.svg") no-repeat;
}
@media only screen and (min-width: 992px) {
  .inner-page--child .tabs__item .img-box-wrap .list li::after {
    left: -34rem;
    height: 38rem;
  }
}
.inner-page--child .tabs__item .img-box-wrap--bottom {
  border-bottom: none;
}
.inner-page--child .tabs__item .img-box-wrap--bottom h3 {
  margin-bottom: 70rem;
}
.inner-page--child .tabs__item .logo-box-wrap {
  padding: 90rem 0;
}
.inner-page--child .tabs__item .logo-box-wrap .row-wrap {
  flex-wrap: wrap;
  justify-content: center;
}
.inner-page--child .tabs__item .logo-box-wrap .img-box {
  height: 160rem;
  margin-bottom: 50rem;
  padding: 0 25rem;
}
.inner-page--child .tabs__item .logo-box-wrap .img-box img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.inner-page--child .tabs__item .logo-box-wrap .text-info {
  margin-bottom: 40rem;
  padding: 0 40rem;
}
.inner-page--child .tabs__item .logo-box-wrap .text-info .title {
  margin-bottom: 30rem;
  text-transform: uppercase;
}
.inner-page--child strong {
  display: block;
  font-weight: 700;
}
.inner-page .img-element {
  text-align: left;
}
.inner-page .img-element--wrap {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page .img-element--wrap {
    padding: 100rem;
  }
}
.inner-page .img-element--wrap .row-wrap .col-box-4:nth-child(1) {
  order: 2;
}
@media only screen and (min-width: 992px) {
  .inner-page .img-element--wrap .row-wrap .col-box-4:nth-child(1) {
    order: 1;
  }
}
.inner-page .img-element--wrap .row-wrap .col-box-4:nth-child(2) {
  order: 1;
}
@media only screen and (min-width: 992px) {
  .inner-page .img-element--wrap .row-wrap .col-box-4:nth-child(2) {
    order: 2;
  }
}
.inner-page .img-element--wrap .row-wrap .col-box-4:nth-child(3) {
  order: 3;
}
.inner-page .img-element .img-box--parent {
  position: relative;
  width: 85%;
  margin: 0 auto 23rem;
}
@media only screen and (min-width: 768px) {
  .inner-page .img-element .img-box--parent {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page .img-element .img-box--parent {
    width: 100%;
  }
}
.inner-page .img-element .img-box--parent .line {
  position: absolute;
  width: 50rem;
  height: 1rem;
  display: none;
}
@media only screen and (min-width: 992px) {
  .inner-page .img-element .img-box--parent .line {
    display: block;
  }
}
.inner-page .img-element .img-box--parent .line::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}
.inner-page .img-element .img-box--parent .line--blue {
  left: -20rem;
  top: 103rem;
  background-color: #00b8f1;
}
.inner-page .img-element .img-box--parent .line--blue::before {
  background-color: #00b8f1;
}
.inner-page .img-element .img-box--parent .line--green {
  right: -7rem;
  top: 103rem;
  background-color: #289941;
}
.inner-page .img-element .img-box--parent .line--green::before {
  right: 0;
  background-color: #289941;
}
.inner-page .img-element .img-box--parent .line--green-light {
  right: -20rem;
  top: 285rem;
  background-color: #87c846;
}
.inner-page .img-element .img-box--parent .line--green-light::before {
  right: 0;
  background-color: #87c846;
}
.inner-page .img-element .img-box--bottom {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .inner-page .img-element .img-box--bottom {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page .img-element .img-box--bottom {
    width: 65%;
  }
}
.inner-page .img-element .row-wrap--bottom .col-box__right {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .inner-page .img-element .row-wrap--bottom .col-box__right {
    padding-top: 100rem;
  }
}
.inner-page .img-element .row-wrap--bottom .col-box__right p {
  font-size: 18rem;
}
.detail-desc {
  padding-bottom: 30rem;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .detail-desc {
    padding-bottom: 40rem;
  }
}
@media only screen and (min-width: 992px) {
  .detail-desc {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.detail-desc h3 {
  margin-bottom: 50rem;
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .detail-desc h3 {
    margin-bottom: 98rem;
    font-size: 24rem;
  }
}
.detail-desc.hdg h3 {
  margin-bottom: 0;
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .detail-desc.hdg h3 {
    margin-bottom: 0;
    font-size: 24rem;
  }
}
.detail-desc h5 {
  font-size: 16rem;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .detail-desc h5 {
    font-size: 24rem;
    font-weight: 700;
  }
}
.desc-box {
  padding-top: 35rem;
}
@media only screen and (min-width: 992px) {
  .desc-box {
    padding-top: 85rem;
  }
}
.desc-box p {
  color: #000;
}
.desc-box--no-padd-top {
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .desc-box--no-padd-top {
    text-align: center;
  }
}
.desc-box--no-padd-top p {
  font-weight: 700;
  color: #6f6f6f;
}
@media only screen and (min-width: 992px) {
  .desc-box--no-padd-top p {
    font-weight: 400;
    color: #000;
  }
}
.desc-box .title {
  font-size: 14rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 25rem;
}
@media only screen and (min-width: 992px) {
  .desc-box .title {
    font-size: 24rem;
  }
}
.desc-box .img-box {
  margin: 0 auto 16rem;
  width: 233rem;
}
.desc-box .img-box.img--left {
  margin: 0 0 16rem;
}
.no-padd {
  padding: 0;
}
.perfomance-page.inner-page--detail {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .perfomance-page.inner-page--detail {
    margin-bottom: 90rem;
  }
}
.perfomance-page.inner-page--detail .tabs__item .title-box h3 {
  margin-bottom: 50rem;
}
@media only screen and (min-width: 992px) {
  .perfomance-page.inner-page--detail .tabs__item .title-box h3 {
    margin-bottom: 0;
  }
}
.perfomance-page.inner-page--detail .top-box--no-img {
  margin-bottom: 50rem;
}
@media only screen and (min-width: 992px) {
  .perfomance-page.inner-page--detail .top-box--no-img {
    margin-bottom: 90rem;
  }
}
.perfomance-page .table--blue {
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .perfomance-page .table--blue {
    padding-right: 80rem;
  }
}
.hdg-hdpe-page .detail-desc h3 {
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .hdg-hdpe-page .detail-desc h3 {
    font-size: 45rem;
  }
}
.hdg-hdpe-page .products-details .img-box {
  margin-bottom: 30rem;
}
@media only screen and (min-width: 992px) {
  .hdg-hdpe-page .products-details .img-box {
    margin-bottom: 70rem;
  }
}
.products-details {
  padding: 30rem 0;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .products-details {
    padding: 100rem 0 105rem;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.products-details .img-box {
  margin-bottom: 60rem;
}
.products-details a {
  font-size: 14rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .products-details a {
    font-size: 18rem;
    font-weight: 400;
    text-transform: none;
  }
}
.specification-page .top-box {
  margin-bottom: 0;
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .specification-page .top-box {
    margin-bottom: 36rem;
  }
}
.specification-page .top-box .title-box {
  margin-bottom: 20rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .specification-page .top-box .title-box {
    margin-bottom: 30rem;
  }
}
@media only screen and (min-width: 992px) {
  .specification-page .top-box .title-box {
    margin-bottom: 60rem;
    padding-bottom: 22rem;
  }
}
.specification-page .projects-page__content .tabs__item .img-box-wrap--bottom {
  padding: 50rem 0;
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--bottom {
    padding: 64rem 0 80rem;
  }
}
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--bottom.border-top {
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--bottom.border-top {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--bottom
  h3 {
  font-size: 18rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--bottom
    h3 {
    font-size: 32rem;
    margin-bottom: 70rem;
  }
}
@media only screen and (min-width: 1200px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--bottom
    h3 {
    font-size: 45rem;
  }
}
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--bottom
  .list
  h5 {
  margin: 0 0 35rem 0;
  font-size: 14rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--bottom
    .list
    h5 {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--bottom
    .list
    h5 {
    margin: 0 0 20rem 37rem;
    font-size: 24rem;
  }
}
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--bottom
  .list
  li {
  margin-bottom: 15rem;
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--bottom
    .list
    li {
    margin-bottom: 10rem;
  }
}
.specification-page .projects-page__content .tabs__item .img-box-wrap--child {
  padding: 0;
}
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--child
  .img-box,
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--child
  .title-box--left {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--child
    .img-box,
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--child
    .title-box--left {
    padding: 30rem 70rem 15rem;
  }
}
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--child
  .img-box.no-width-limit,
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--child
  .title-box--left.no-width-limit {
  max-width: none;
}
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--child-no-border
  .img-box {
  padding: 0;
}
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--child__list {
  margin-bottom: 20rem;
}
@media only screen and (min-width: 768px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--child__list {
    margin-bottom: 50rem;
  }
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--child__list {
    margin-bottom: 0;
  }
}
.specification-page
  .projects-page__content
  .tabs__item
  .img-box-wrap--child__list
  h5 {
  margin-bottom: 20rem;
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .tabs__item
    .img-box-wrap--child__list
    h5 {
    margin-bottom: 40rem;
  }
}
.specification-page .projects-page__content .img-box,
.specification-page .projects-page__content .title-box--left {
  max-width: 700rem;
}
.specification-page .projects-page__content .img-box.no-width-limit,
.specification-page .projects-page__content .title-box--left.no-width-limit {
  max-width: none;
}
.specification-page .projects-page__content .specification-grid .col-box-6 {
  max-width: 800rem;
}
.specification-page .projects-page__content .specification-grid .row-wrap {
  justify-content: center;
  margin: 20rem 0 0;
  padding: 25rem 0 0;
}
@media only screen and (min-width: 992px) {
  .specification-page .projects-page__content .specification-grid .row-wrap {
    padding: 25rem 0;
  }
}
.specification-page
  .projects-page__content
  .specification-grid
  .row-wrap--slider-sm {
  justify-content: flex-start;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .specification-page
    .projects-page__content
    .specification-grid
    .row-wrap--slider-sm {
    justify-content: center;
    overflow: visible;
  }
}
.specification-page
  .projects-page__content
  .specification-grid
  .row-wrap--slider-sm
  .border-right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .specification-page
    .projects-page__content
    .specification-grid
    .row-wrap--slider-sm
    .border-right {
    display: block;
  }
}
.specification-page
  .projects-page__content
  .specification-grid
  .slider-parent-md {
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .specification-grid
    .slider-parent-md {
    justify-content: center;
  }
}
.specification-page
  .projects-page__content
  .specification-grid
  .slider-parent-md
  .title-detail {
  margin-bottom: 0;
  min-height: 0;
}
@media only screen and (min-width: 992px) {
  .specification-page
    .projects-page__content
    .specification-grid
    .slider-parent-md
    .title-detail {
    margin-bottom: 30rem;
    min-height: 70rem;
  }
}
.frp-page .container-inner-text {
  max-width: 100%;
  padding: 0 15rem;
}
@media only screen and (min-width: 992px) {
  .frp-page .container-inner-text {
    max-width: 1112rem;
  }
}
.frp-page h3 {
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .frp-page h3 {
    font-size: 45rem;
  }
}
@media only screen and (min-width: 768px) {
  .frp-page .img-box--detail {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .frp-page .img-box--detail {
    width: 100%;
  }
}
.frp-page .desc-box {
  padding-top: 0;
}
.frp-page .desc-box .title {
  margin-bottom: 5rem;
}
.frp-page .tabs__item .img-box-wrap {
  padding: 20rem 0 40rem;
}
@media only screen and (min-width: 768px) {
  .frp-page .tabs__item .img-box-wrap {
    padding: 40rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .img-box-wrap {
    padding: 90rem 0 110rem;
  }
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .img-box-wrap--top {
    padding-bottom: 205rem;
  }
}
.frp-page .tabs__item .img-box-wrap .title-box--left {
  padding: 0;
}
.frp-page .tabs__item .img-box-wrap .title-box--left h4 {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .img-box-wrap .title-box--left {
    padding: 0 7vw;
  }
  .frp-page .tabs__item .img-box-wrap .title-box--left h3 {
    margin-bottom: 50rem;
  }
}
@media only screen and (min-width: 1890px) {
  .frp-page .tabs__item .img-box-wrap .title-box--left {
    padding: 0 140rem;
  }
}
.frp-page .tabs__item .img-box-wrap .title-box--left .img-box-top {
  margin-bottom: 50rem;
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .img-box-wrap .title-box--left .img-box-top {
    margin-bottom: 95rem;
  }
}
.frp-page .tabs__item .title-box--center .img-box-wrap {
  padding: 0 0 40rem;
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .title-box--center .img-box-wrap {
    padding: 90rem 0 110rem;
  }
}
.frp-page .tabs__item .title-box--bottom {
  padding: 50rem 0;
}
@media only screen and (min-width: 768px) {
  .frp-page .tabs__item .title-box--bottom {
    padding: 0 0 50rem;
  }
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .title-box--bottom {
    padding: 70rem 0 60rem;
  }
}
.frp-page .tabs__item .title-box--bottom .img-box-wrap {
  padding: 0 0 40rem;
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .title-box--bottom .img-box-wrap {
    padding: 90rem 0 110rem;
  }
}
.frp-page .tabs__item .container-inner-page .title-box {
  padding: 0 0 50rem;
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .container-inner-page .title-box {
    padding: 70rem 0 60rem;
  }
}
.frp-page .tabs__item .img-box-small img {
  width: 100%;
  margin: 0 auto 30rem;
}
@media only screen and (min-width: 768px) {
  .frp-page .tabs__item .img-box-small img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .img-box-small img {
    width: 50%;
    margin: 75rem auto;
  }
}
.frp-page .tabs__item .title-box--frp {
  padding: 50rem 0 0;
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .title-box--frp {
    padding: 50rem 0;
  }
}
.frp-page .tabs__item .title-box--frp .img-box {
  margin-bottom: 30rem;
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .title-box--frp .img-box {
    margin-bottom: 0;
  }
}
.frp-page .tabs__item .title-box--border-bottom {
  padding: 50rem 0 0;
}
@media only screen and (min-width: 992px) {
  .frp-page .tabs__item .title-box--border-bottom {
    padding: 70rem 0 60rem;
  }
}
.frp-page .post-box__content {
  padding-bottom: 30rem;
  border-bottom: none;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .frp-page .post-box__content {
    overflow: visible;
    justify-content: center;
    padding-bottom: 0;
  }
}
.frp-page .post-box__content .projects__item {
  width: 100%;
  min-width: 100%;
  margin-top: 20rem !important;
}
.frp-page .post-box__content .projects__item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .frp-page .post-box__content .projects__item {
    width: 50%;
    min-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .frp-page .post-box__content .projects__item {
    width: 25%;
    min-width: 25%;
    padding: 100rem 18rem 40rem;
  }
}
.frp-page .post-box__content .projects__item .img-box {
  height: 62vw;
}
@media only screen and (min-width: 768px) {
  .frp-page .post-box__content .projects__item .img-box {
    height: 30vw;
    margin-bottom: 20rem;
  }
}
@media only screen and (min-width: 992px) {
  .frp-page .post-box__content .projects__item .img-box {
    height: 15vw;
    margin-bottom: 30rem;
  }
}
.frp-page .post-box__content .projects__item .title-big,
.frp-page .post-box__content .projects__item p {
  text-align: left;
}
.frp-page .post-box__content .projects__item .title-big {
  margin-bottom: 20rem;
  font-size: 14rem;
}
@media only screen and (min-width: 992px) {
  .frp-page .post-box__content .projects__item .title-big {
    margin-bottom: 12rem;
    font-size: 24rem;
  }
}
.frp-page .post-box__content .projects__item p {
  margin-bottom: 0;
  font-size: 14rem;
}
@media only screen and (min-width: 992px) {
  .frp-page .post-box__content .projects__item p {
    margin-bottom: 25rem;
    font-size: 17rem;
  }
}
.frp-page .text-info {
  font-size: 18rem;
  font-weight: 400;
}
.frp-page .projects-page__content .col-box__left {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .frp-page .projects-page__content .col-box__left {
    margin-right: 15rem;
  }
}
.frp-page .projects-page__content .col-box__right {
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .frp-page .projects-page__content .col-box__right {
    margin-left: 15rem;
  }
}
.frp-page .img-element .row-wrap--bottom .col-box__right p {
  margin-bottom: 0;
}
.slider-md-wrap {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 30rem;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .slider-md-wrap {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.slider-md-wrap .col-box-6 {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .slider-md-wrap .col-box-6 {
    min-width: 50%;
  }
}
.slider-md-wrap .col-box-6:nth-child(1),
.slider-md-wrap .col-box-6:nth-child(2) {
  margin-bottom: 0;
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .slider-md-wrap .col-box-6:nth-child(1),
  .slider-md-wrap .col-box-6:nth-child(2) {
    border-bottom: 5rem solid #d1d1d1;
    margin-bottom: 20rem;
  }
}
.slider-md-wrap .col-box-6:nth-child(2) {
  border-right: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .slider-md-wrap .col-box-6:nth-child(2) {
    border-right: none;
  }
}
.slider-md-wrap .col-box-6:nth-child(1) {
  position: relative;
}
.slider-md-wrap .col-box-6:nth-child(1):before {
  position: absolute;
  content: "";
  right: -8rem;
  bottom: 0;
  width: 8rem;
  height: 20rem;
  background-color: #f8f8f8;
}
.slider-parent-md .col-box-2 {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .slider-parent-md .col-box-2 {
    width: 27%;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .slider-parent-md .col-box-2 {
    margin-right: 15rem;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .slider-parent-md .col-box-2:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  html body .hidden-desktop {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-mobile-b {
    display: none;
  }
}
.display-mobile-flex {
  display: none;
}
@media only screen and (max-width: 767px) {
  .display-mobile-flex {
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .hidden-mobile {
    display: none;
  }
}
.stainless-steel-image {
  padding: 0 19vw 60rem;
}
@media (min-width: 768px) {
  .stainless-steel-image {
    padding: 0 70rem 0 0;
  }
}
@media (min-width: 1200px) {
  .stainless-steel-image {
    padding: 0 130rem;
  }
}
@media (min-width: 992px) {
  .tank-page__content .inner-page__top {
    padding-left: 180rem;
    padding-right: 180rem;
  }
}
.desc-box__dots-block {
  position: relative;
}
.desc-box__dots-block:before {
  content: "•";
  position: absolute;
  left: -20rem;
}
html body .inner-page--child .description-row {
  padding-bottom: 40rem;
}
@media (min-width: 992px) {
  html body .inner-page--child .description-row {
    padding-bottom: 140rem;
  }
}
html body .inner-page--child .stainless-steel__description h5 {
  margin-bottom: 5rem;
}
html body .inner-page--child .stainless-steel__description .logo {
  margin: 70rem 0 50rem;
}
#innerPageFullWidthSlider {
  display: flex;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.ss-description p {
  font-size: 20rem;
}
.table p {
  font-weight: normal;
}
.tablet-column {
  flex-direction: column;
}
@media (min-width: 992px) {
  .tablet-column {
    flex-direction: row;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .p-t-0-mobile {
    padding-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .p-b-0-mobile {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .frp-page .post-box__content .projects__item {
    border: 0 none !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  html body .stainless-steel-page .post-box__content .projects__item-box {
    flex-direction: column;
    align-items: center;
  }
  html
    body
    .stainless-steel-page
    .post-box__content
    .projects__item-box
    .projects__item {
    border: 0 none;
    padding: 20rem 20rem;
    width: 100%;
    box-sizing: border-box;
    max-width: 440px;
  }
}
.m-t-40-sm {
  margin-top: 40rem;
}
@media (min-width: 992px) {
  .m-t-40-sm {
    margin-top: 0;
  }
}
.m-t-15-sm {
  margin-top: 15rem;
}
@media (min-width: 992px) {
  .m-t-15-sm {
    margin-top: 0;
  }
}
.text-content-padding {
  padding: 0;
}
@media (min-width: 992px) {
  .text-content-padding {
    padding: 0 7vw;
  }
}
@media (min-width: 1890px) {
  .text-content-padding {
    padding: 0 140rem;
  }
}
.narrow-text-content-padding {
  padding: 0;
}
@media (min-width: 1200px) {
  .narrow-text-content-padding {
    padding: 0 2vw;
  }
}
@media (min-width: 1890px) {
  .narrow-text-content-padding {
    padding: 0 140rem;
  }
}
.go-to-top {
  background: url("../img/icons/arrow.svg") no-repeat;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: opacity 0.15s ease-in-out;
  display: none;
  opacity: 0;
  z-index: 11;
}
.go-to-top.active {
  opacity: 1;
  display: block;
}
@media (min-width: 992px) {
  .limited-spread-text {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .tabs__item .limited-spread-text {
    max-width: 55%;
  }
}
.inner-page--child .tabs__item .row-wrap .why-choose-image-text {
  padding-top: 50rem;
}
.page-top-banner {
  padding: 15rem 0;
  border-bottom: 2rem solid #d1d1d1;
  border-top: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .page-top-banner {
    padding: 30rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-top-banner {
    border-bottom: 5rem solid #d1d1d1;
    border-top: 5rem solid #d1d1d1;
    padding: 50rem 0 50rem;
  }
}
.no-border-top {
  border-top: 0 none !important;
}
.no-border-bottom {
  border-bottom: 0 none !important;
}
.title-box.margin-bottom {
  margin-bottom: 40rem;
}
.manufacturing-table-wrap {
  margin-top: 0;
}
@media (min-width: 992px) {
  .manufacturing-table-wrap {
    margin-top: 40rem;
  }
}
.content-top-padding {
  padding-top: 40rem;
}
.text-left-imp {
  text-align: left !important;
}
.chart-image-mobile-spacing {
  margin-top: 30rem;
}
@media (min-width: 768px) {
  .chart-image-mobile-spacing {
    margin-top: 0;
  }
}
.header {
  position: static;
  width: 100%;
  padding: 8rem 0 30rem;
  background-color: #f8f8f8;
  z-index: 20;
}
@media only screen and (min-width: 576px) {
  .header {
    padding: 10rem 0 50rem;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 40rem 0 32rem;
  }
}
.header .social--desctop {
  position: relative;
  z-index: 3;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 2rem solid #d1d1d1;
  padding-top: 10rem;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header__wrap {
    border-top: 5rem solid #d1d1d1;
    padding-top: 17rem;
  }
}
.header .logo {
  width: 52rem;
  height: 52rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .header .logo {
    width: 76rem;
    height: 76rem;
  }
}
.header .menu-main-container {
  padding: 0 0 17rem;
}
.header .menu-item {
  display: block;
  margin-left: 30rem;
}
@media only screen and (min-width: 992px) {
  .header .menu-item {
    display: inline-block;
  }
}
.header .menu-item a {
  font-size: 20rem;
  text-transform: uppercase;
  font-weight: 500;
}
.header .social {
  padding: 24rem 0 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .header .social {
    padding-top: 0;
  }
}
.header .social__item {
  display: inline-block;
  width: 40rem;
  vertical-align: middle;
  margin: 0 35rem 0 0;
}
@media only screen and (min-width: 992px) {
  .header .social__item {
    width: 19rem;
    margin: 0 5rem 0 0;
  }
}
.header .social__item.fb {
  width: 20rem;
  margin-right: 8rem;
}
.header .social__item.ln {
  width: 23rem;
  margin-right: 7rem;
}
.header .social__item.yt {
  width: 25rem;
  position: relative;
  top: 1px;
  margin-right: 0;
}
.header .menu-main--mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 100px 20rem 15rem;
  background-color: #fff;
  overflow-y: auto;
  z-index: -1;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.header .menu-main--mobile .menu-item {
  padding: 0;
  border-top: 2rem solid #d1d1d1;
}
.header .menu-main--mobile .menu-item:last-child {
  border-bottom: 2rem solid #d1d1d1;
}
.header .menu-main--mobile .menu-item a {
  display: block;
  padding-bottom: 13rem;
  padding-top: 13rem;
  font-size: 14rem;
}
.header .menu-main--mobile .menu-item-has-children {
  position: relative;
}
.header .menu-main--mobile .menu-item-has-children::before {
  position: absolute;
  top: 20px;
  right: 0;
  width: 10rem;
  height: 8rem;
  background: url("../img/icons/down-arrow.svg") no-repeat;
  background-size: cover;
}
.header .menu-main--mobile .menu-item-has-children .sub-menu {
  display: none;
}
.header .menu-main--mobile .menu-item-has-children .sub-menu .menu-item {
  display: block;
}
.header
  .menu-main--mobile
  .menu-item-has-children
  .sub-menu
  .menu-item:last-child {
  border-bottom: none;
}
.header .menu-main--mobile .menu-item-has-children .sub-menu .menu-item a {
  padding-left: 52rem;
  font-weight: 400;
  text-transform: none;
  color: #000;
}
.header
  .menu-main--mobile
  .menu-item-has-children
  .sub-menu
  .menu-item.current-menu-item
  a {
  font-weight: 800;
  text-transform: uppercase;
}
.header .menu-main--mobile .menu-item-has-children.js--active a {
  color: #cf3339;
}
.header .menu-main--mobile .menu-item-has-children.js--active .sub-menu {
  display: block;
}
.header .burger-box__wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55rem;
  padding: 15rem 15rem 20rem;
  background-color: #fff;
  z-index: 11;
}
@media only screen and (max-width: 991px) {
  .header .burger-box__wrap::before {
    position: absolute;
    content: "";
    top: -5rem;
    left: 15px;
    width: calc(100% - 30rem);
    height: 5rem;
    background-image: url("../img/menu-border.png");
    background-repeat: repeat-x;
    background-size: 11rem;
  }
}
.header .burger-box {
  display: flex;
  align-items: center;
}
.header .burger-box__title {
  font-size: 14rem;
  text-transform: uppercase;
}
.header .nav-burger {
  position: relative;
  width: 18rem;
  height: 15rem;
  margin-right: 10rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header .nav-burger {
    display: block;
  }
}
.header .nav-burger span {
  display: block;
  position: absolute;
  height: 2rem;
  width: 100%;
  background: #292929;
  border-radius: 3rem;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header .nav-burger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.header .nav-burger span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.header .nav-burger span:nth-child(3) {
  top: 12px;
  transform-origin: left center;
}
.header .close-menu {
  width: 25rem;
  height: 65rem;
  position: absolute;
  top: 40px;
  right: 25px;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.js--open-menu {
  background-color: #fff;
  overflow: hidden;
}
.js--open-menu .menu-main--mobile {
  display: block;
  opacity: 1;
  z-index: 10;
}
.js--open-menu .close-menu {
  display: block;
}
.menu-main-container.desktop-menu .menu-item > a {
  position: relative;
  z-index: 3;
  padding: 14px 0;
}
.menu-main-container.desktop-menu .menu-item:hover .sub-menu-wrap {
  display: flex;
}
.menu-main-container.desktop-menu .sub-menu-wrap {
  position: absolute;
  top: auto;
  display: none;
  left: 0;
  background: #f8f8f8;
  justify-content: center;
  min-width: 300rem;
  align-items: center;
  width: 100%;
  z-index: 1;
  padding: 0;
}
.menu-main-container.desktop-menu .sub-menu-wrap > .container-main {
  width: 100%;
  padding: 40px 0 20px;
}
@media (min-width: 1890px) {
  .menu-main-container.desktop-menu .sub-menu-wrap > .container-main {
    padding: 54px 0 20px;
  }
}
.menu-main-container.desktop-menu .sub-menu {
  display: flex;
  border-top: 5rem solid #d1d1d1;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 20rem;
}
.menu-main-container.desktop-menu .sub-menu .sub-menu-item {
  display: block;
  min-height: 300rem;
  min-width: 320rem;
  padding: 5rem 20rem;
  max-width: 400px;
  border-right: 3rem solid #d1d1d1;
}
.menu-main-container.desktop-menu .sub-menu .sub-menu-item:first-child {
  border-left: 3rem solid #d1d1d1;
}
.menu-main-container.desktop-menu .sub-menu .sub-menu-item > a {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20rem;
}
.menu-main-container.desktop-menu .sub-menu a {
  font-weight: 500;
  text-transform: none;
  padding: 3px 0;
  display: block;
}
.menu-main-container.desktop-menu .sub-menu a:hover {
  text-decoration: underline;
}
.menu-main-container.menu-main--mobile li.menu-item .sub-menu {
  display: none;
}
.menu-main-container.menu-main--mobile .menu-item {
  margin-left: 0;
}
.menu-main-container.menu-main--mobile
  .menu-item.has-children
  .menu-item-inner-wrap {
  display: flex;
  justify-content: space-between;
}
.menu-main-container.menu-main--mobile .menu-item .menu-expander {
  height: 40px;
  position: relative;
  width: 50%;
}
.menu-main-container.menu-main--mobile .menu-item .menu-expander:before {
  position: absolute;
  content: "";
  top: 14px;
  right: 12px;
  width: 16rem;
  height: 16rem;
  background: url("../img/icons/down-arrow.svg") no-repeat;
  background-size: cover;
}
.menu-main-container.menu-main--mobile .menu-item.active .sub-menu {
  display: block;
}
.menu-main-container.menu-main--mobile .menu-item .sub-menu-item {
  border-top: 2rem solid #d1d1d1;
}
.menu-main-container.menu-main--mobile .menu-item .sub-menu-item a {
  font-weight: 400;
  padding-left: 30rem;
  text-transform: none;
}
.menu-main-container.menu-main--mobile .menu-item .sub-menu-item > a {
  font-weight: bold;
  text-transform: uppercase;
}
.menu-main-container.menu-main--mobile
  .menu-item
  .sub-menu-item
  .sub-sub-menu-item {
  border-top: 2rem solid #d1d1d1;
}
.bold {
  font-weight: bold !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.fadeIn {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 0.2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}
#homeMainSlider .tns-item {
  position: relative;
}
.products__content {
  padding: 25rem 0 55rem;
}
@media only screen and (min-width: 992px) {
  .products__content {
    padding: 40rem 0 60rem;
  }
}
.products__content .row-wrap {
  overflow: hidden;
}
.products__item {
  min-width: 0;
  padding: 25rem 20rem 40rem;
}
@media only screen and (min-width: 576px) {
  .products__item {
    padding: 25rem 30rem;
    border-right: 1rem solid #d1d1d1;
  }
}
@media only screen and (min-width: 992px) {
  .products__item {
    padding: 54rem 26rem 94rem;
    border-right: 3rem solid #d1d1d1;
  }
}
@media only screen and (min-width: 1200px) {
  .products__item {
    padding-left: 40rem;
    padding-right: 40rem;
  }
  .products__item img {
    width: 90%;
  }
}
@media only screen and (min-width: 1890px) {
  .products__item {
    padding-left: 66rem;
    padding-right: 66rem;
  }
}
.products__item:last-child {
  border-right: none;
}
.products__item .img-box {
  margin-bottom: 40rem;
  padding: 0;
}
@media only screen and (min-width: 576px) {
  .products__item .img-box {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .products__item .img-box {
    margin-bottom: 112rem;
  }
}
.products__item-title {
  margin-bottom: 10rem;
  font-size: 14rem;
  line-height: 1.44;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .products__item-title {
    margin-bottom: 25rem;
    font-size: 18rem;
  }
}
.products__item-link {
  font-size: 12rem;
  line-height: 1.44;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .products__item-link {
    font-size: 18rem;
  }
}
.products .arrow-box {
  padding: 0;
}
.inner-page-projects-slider .projects__item,
#homeProjectsSlider .projects__item,
.certification__content .projects__item {
  float: left;
  visibility: hidden;
}
.inner-page-projects-slider.tns-slider .projects__item,
#homeProjectsSlider.tns-slider .projects__item,
.certification__content.tns-slider .projects__item {
  float: none;
  visibility: visible;
}
.projects {
  padding: 0 0 48rem;
  display: block;
}
@media only screen and (min-width: 992px) {
  .projects {
    padding: 0 0 85rem;
  }
}
.projects__bg {
  padding: 23rem 0;
}
@media only screen and (min-width: 992px) {
  .projects__bg {
    padding: 67rem 0;
  }
}
.projects__wrap {
  margin-bottom: 30rem;
  border-top: 2rem solid #d1d1d1;
  clear: both;
}
@media only screen and (min-width: 992px) {
  .projects__wrap {
    border-top: 5rem solid #d1d1d1;
  }
}
.projects__content {
  padding: 12rem 0 0;
}
@media only screen and (min-width: 576px) {
  .projects__content {
    padding-top: 30rem;
  }
}
@media only screen and (min-width: 992px) {
  .projects__content {
    padding-top: 25rem;
    width: calc(100% - 250rem);
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  .projects__content {
    width: calc(100% - 330rem);
  }
}
.projects__title {
  padding-top: 40rem;
}
@media only screen and (min-width: 576px) {
  .projects__title {
    text-align: center;
    padding-top: 47rem;
  }
}
.projects__title h3 {
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .projects__title h3 {
    font-size: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .projects__title h3 {
    font-size: 45rem;
  }
}
@media only screen and (min-width: 576px) {
  .projects__title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .projects__title br {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .projects__title {
    padding-top: 140rem;
    text-align: left;
    float: left;
    padding-right: 30rem;
    width: 250rem;
  }
}
@media only screen and (min-width: 1200px) {
  .projects__title {
    width: 330rem;
  }
}
.projects__item {
  min-width: 0;
  padding: 0 18rem 30rem;
  display: block;
  border-right: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .projects__item {
    padding: 105rem 18rem 145rem;
    border-right: 3rem solid #d1d1d1;
  }
}
.projects__item:first-child {
  padding-left: 0;
}
.projects__item .img-box {
  height: 63vw;
  margin-bottom: 35rem;
  position: relative;
  overflow: hidden;
  max-width: calc(90vw - 18rem * 2);
}
@media only screen and (min-width: 992px) {
  .projects__item .img-box {
    margin-bottom: 40rem;
  }
}
.projects__item .img-box img {
  object-fit: cover;
  object-position: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%;
}
.projects__item-title {
  margin-bottom: 20rem;
  font-size: 18rem;
  display: block;
  max-width: calc(90vw - 18rem * 2);
}
@media only screen and (min-width: 576px) {
  .projects__item-title {
    max-width: 435rem;
  }
}
@media only screen and (min-width: 992px) {
  .projects__item-title {
    font-size: 25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .projects__item-title {
    font-size: 30rem;
  }
}
.projects__item-link {
  font-size: 14rem;
  line-height: 1.44;
  font-weight: 400;
  display: block;
  max-width: calc(90vw - 18rem * 2);
}
@media only screen and (min-width: 576px) {
  .projects__item-link {
    max-width: 435rem;
  }
}
@media only screen and (min-width: 992px) {
  .projects__item-link {
    font-size: 18rem;
  }
}
@media only screen and (min-width: 576px) {
  .slider .projects__item .img-box {
    width: 435rem;
    height: 290rem;
  }
}
.certification {
  overflow: hidden;
}
.certification__content {
  justify-content: left;
}
@media only screen and (min-width: 992px) {
  .certification__content {
    padding-top: 25rem;
    width: calc(100% - 250rem);
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  .certification__content {
    width: calc(100% - 330rem);
  }
}
.certification__wrap {
  padding: 48rem 0 30rem;
  border-top: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .certification__wrap {
    padding: 85rem 0 40rem;
  }
}
@media only screen and (min-width: 576px) {
  .certification__title {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .certification__title {
    padding-top: 20rem;
    text-align: left;
    float: left;
    width: 250rem;
    padding-right: 30rem;
  }
}
@media only screen and (min-width: 1200px) {
  .certification__title {
    width: 330rem;
  }
}
.certification__title h3 {
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .certification__title h3 {
    font-size: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .certification__title h3 {
    font-size: 45rem;
  }
}
.certification__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: calc(50vw - 23rem);
  min-height: 22vw;
  padding: 20rem 0;
  background-color: #f2f2f2;
  margin-right: 15rem;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  .certification__item {
    min-width: 22vw;
  }
}
@media only screen and (min-width: 992px) {
  .certification__item {
    min-width: 13vw;
    min-height: 13vw;
  }
}
.certification__item:first-child {
  margin-left: 0;
  justify-content: center;
}
.certification__item:last-child {
  margin-right: 0;
}
.certification__item-content {
  text-align: center;
}
.certification__item .img-box {
  height: 18vw;
  margin-bottom: 16rem;
}
@media only screen and (min-width: 576px) {
  .certification__item .img-box {
    height: 10vw;
  }
}
@media only screen and (min-width: 992px) {
  .certification__item .img-box {
    height: 6vw;
  }
}
.certification__item .img-box img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.certification__item-desc {
  width: 33vw;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
  font-size: 16rem;
  line-height: 1.25;
}
@media only screen and (min-width: 576px) {
  .certification__item-desc {
    width: 10vw;
  }
}
@media only screen and (min-width: 1200px) {
  .certification__item-desc {
    font-size: 20rem;
  }
}
.last-slide {
  border-right: 0 none !important;
}
#homeProjectsSlider,
#innerPageHalfWidthSlider,
#homeCertificationsSlider {
  overflow: hidden;
  height: 330px;
  visibility: hidden;
}
#homeProjectsSlider.tns-slider,
#innerPageHalfWidthSlider.tns-slider,
#homeCertificationsSlider.tns-slider {
  height: auto;
  visibility: visible;
  overflow: initial;
}
.projects__item-title {
  line-height: 1;
}
.about .intro-desc {
  display: none;
}
@media only screen and (min-width: 992px) {
  .about .intro-desc {
    display: block;
  }
}
.about .building {
  padding-bottom: 20rem;
}
@media only screen and (min-width: 992px) {
  .about .building {
    padding-bottom: 130rem;
  }
}
.about .building .row-wrap {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .about .building .row-wrap {
    flex-direction: row;
  }
}
.about .building .col-box__left,
.about .building .col-box__right {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .about .building .col-box__left,
  .about .building .col-box__right {
    width: 50%;
  }
}
.about .building .col-box__left {
  height: calc(73vw - 30rem);
}
@media only screen and (min-width: 992px) {
  .about .building .col-box__left {
    height: auto;
  }
}
.about .building .title-box {
  padding: 40rem 0 20rem;
}
@media only screen and (min-width: 992px) {
  .about .building .title-box {
    padding: 22rem 0 60rem;
  }
}
.about .building h2 {
  margin: 0 0 25rem;
}
@media only screen and (min-width: 992px) {
  .about .building h2 {
    margin-top: 50rem;
  }
}
.about .building p {
 
  margin-bottom: 40rem;
}
@media only screen and (min-width: 992px) {
  .about .building p {
    margin-bottom: 80rem;
  }
}
.about .building .text p {
  margin-bottom: 25rem;
  text-align: left;
  color: #1a1a1a;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .about .building .text p {
    margin-bottom: 45rem;
  }
}
.about .building__content {
  padding-top: 45rem;
  max-width: 1560rem;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .about .building__content {
    padding-top: 95rem;
  }
}
.about .building__content h3 {
  color: #1a1a1a;
  margin-bottom: 25rem;
  font-size: 18rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .about .building__content h3 {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .about .building__content h3 {
    margin-bottom: 45rem;
    font-size: 45rem;
    text-align: left;
  }
}
.about .building__content p {
  font-weight: 400;
  margin-bottom: 25rem;
}
@media only screen and (min-width: 992px) {
  .about .building__content p {
    margin-bottom: 40rem;
  }
}
.about .building .col-box__left {
  margin-right: 0;
  padding: 0 0 40rem;
}
@media only screen and (min-width: 992px) {
  .about .building .col-box__left {
    margin-right: 150rem;
    padding: 0;
  }
}
.about .building .col-box__right {
  margin-left: 0;
  padding: 0;
}
.about .building .col-box .img-box {
  position: relative;
  min-height: calc(50% - 30rem);
  height: 100%;
  margin-bottom: 30rem;
}
.about .building .col-box .img-box:first-child {
  margin-bottom: 30rem;
}
.about .building .col-box .img-box img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.companies {
  padding-bottom: 10rem;
}
.companies__content .row-wrap {
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .companies__content .row-wrap {
    flex-wrap: nowrap;
  }
}
.companies__content .dotted-box {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .companies__content .dotted-box {
    margin: 50px 0 30px;
  }
}
.companies .img-box {
  width: 50%;
  margin: 0 0 40rem;
  padding: 0 20rem;
}
@media only screen and (min-width: 768px) {
  .companies .img-box {
    width: 33%;
    padding: 0 40rem 15rem;
  }
}
@media only screen and (min-width: 992px) {
  .companies .img-box {
    width: 20%;
    margin-bottom: 0;
  }
}
.companies .title-box {
  border-top: none;
  border-bottom: none;
}
.companies h3 {
  margin-bottom: 22rem;
  color: #1a1a1a;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .companies h3 {
    text-align: left;
  }
}
.awards .title-box {
  padding-bottom: 0;
  border: none;
}
.awards h3 {
  margin-bottom: 22rem;
}
.awards .awards__award-image {
  max-height: 396rem;
}
.awards__content {
  max-width: 1410rem;
  margin: 0 auto;
  padding: 0 40rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .awards__content {
    padding: 0 68rem;
  }
}
@media only screen and (min-width: 992px) {
  .awards__content {
    padding-top: 40rem;
  }
}
.awards__content .row-wrap {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .awards__content .row-wrap {
    flex-direction: row;
  }
}
.awards .col-box__left {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 50rem 0;
}
@media only screen and (min-width: 768px) {
  .awards .col-box__left {
    width: 50%;
    margin: 0 15rem 0 0;
  }
}
.awards .col-box__left .row-wrap {
  order: 2;
  flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .awards .col-box__left .row-wrap {
    margin-bottom: 58rem;
    order: 1;
  }
}
.awards .col-box__left .img-box {
  height: 100%;
  width: 28vw;
  margin-left: 10vw;
}
@media only screen and (min-width: 768px) {
  .awards .col-box__left .img-box {
    width: 13vw;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .awards .col-box__left .img-box {
    width: auto;
  }
}
.awards .col-box__left .img-box img {
  object-fit: cover;
}
.awards .col-box__left .img-box__left {
  margin-right: 10rem;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .awards .col-box__left .img-box__left {
    margin-right: 45rem;
  }
}
.awards .col-box__right {
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .awards .col-box__right {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .awards .col-box__right {
    width: 50%;
    margin-left: 15rem;
    padding-left: 25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .awards .col-box__right {
    padding-left: 80rem;
  }
}
.awards .logo-box {
  margin-bottom: 25rem;
  order: 1;
}
@media only screen and (min-width: 992px) {
  .awards .logo-box {
    margin-bottom: 0;
    padding-left: 4vw;
    order: 2;
  }
}
.awards .logo-box__item {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 17rem;
}
@media only screen and (min-width: 768px) {
  .awards .logo-box__item {
    margin-bottom: 40rem;
  }
}
@media only screen and (min-width: 992px) {
  .awards .logo-box__item:nth-child(1) .img-box {
    margin-top: -25rem;
  }
}
.awards .logo-box .img-box {
  width: 100rem;
  height: 80rem;
  margin: 0 20rem 0 0;
}
@media only screen and (min-width: 992px) {
  .awards .logo-box .img-box {
    width: 140rem;
    height: 140rem;
    margin-right: 10rem;
  }
}
.awards .title-small {
  font-size: 9rem;
  line-height: 1.35;
}
@media only screen and (min-width: 992px) {
  .awards .title-small {
    font-size: 17rem;
  }
}
.awards h4 {
  margin-bottom: 14rem;
  font-size: 14rem;
}
@media only screen and (min-width: 992px) {
  .awards h4 {
    margin-bottom: 20rem;
    font-size: 20rem;
  }
}
.awards .title-light,
.awards .text-light {
  font-size: 12rem;
  line-height: 1.36;
  color: #595860;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .awards .title-light,
  .awards .text-light {
    font-size: 22rem;
  }
}
.awards .title-light {
  text-transform: uppercase;
}
.awards .desc {
  padding-top: 15rem;
}
@media only screen and (min-width: 992px) {
  .awards .desc {
    padding-top: 0;
  }
}
.galvanising-plant {
  padding: 46rem 0 0;
}
@media only screen and (min-width: 992px) {
  .galvanising-plant {
    padding: 40rem 0 64rem;
  }
}
.galvanising-plant .title-box {
  border-top: none;
}
.galvanising-plant h3 {
  margin-bottom: 22rem;
}
.galvanising-plant .img-box {
  padding-top: 15rem;
}
@media only screen and (min-width: 992px) {
  .galvanising-plant .img-box {
    padding-top: 70rem;
  }
}
.about-page .slider-projects .title-box {
  padding: 35rem 0;
  border-top: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .about-page .slider-projects .title-box {
    padding: 122rem 0 50rem;
    border-top: 5rem solid #d1d1d1;
  }
}
.about-page .slider-projects h3 {
  margin-bottom: 40rem;
}
@media only screen and (min-width: 992px) {
  .about-page .slider-projects h3 {
    margin-bottom: 90rem;
  }
}
.product-page h5 {
  line-height: 1.17;
  text-transform: uppercase;
  margin-bottom: 36rem;
  font-size: 14rem;
}
@media only screen and (min-width: 992px) {
  .product-page h5 {
    margin-bottom: 28rem;
    font-size: 16rem;
  }
}
@media only screen and (min-width: 1200px) {
  .product-page h5 {
    font-size: 24rem;
  }
}
.product-page .img-box {
  padding: 10vw 7vw 4vw;
}
@media only screen and (min-width: 768px) {
  .product-page .img-box {
    padding: 5vw 5vw 4vw;
  }
}
.product-page .btn--transparent {
  min-width: 134rem;
  height: 29rem;
  font-size: 13rem;
  line-height: 22rem;
  text-transform: none;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .product-page .btn--transparent {
    font-size: 14rem;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .btn--transparent {
    min-width: 169rem;
    height: 36rem;
    font-size: 16rem;
    line-height: 31rem;
  }
}
.product-page .bottom-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 80rem;
}
@media only screen and (min-width: 992px) {
  .product-page .bottom-box {
    min-height: 120rem;
  }
}
.product-page .product-box__content {
  padding: 15rem 0;
}
@media only screen and (min-width: 992px) {
  .product-page .product-box__content {
    padding: 40rem 50rem;
  }
}
.product-page .product-box__content .col-box {
  margin-bottom: 0;
  padding-bottom: 30rem;
  border-right: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .product-page .product-box__content .col-box {
    padding-bottom: 20rem;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-box__content .col-box {
    margin-bottom: 20rem;
    padding-bottom: 55rem;
    border-right: 3rem solid #d1d1d1;
  }
}
.product-page .product-box__content .col-box--first {
  padding: 45rem 0 75rem;
  border: none;
}
@media only screen and (min-width: 768px) {
  .product-page .product-box__content .col-box--first {
    padding: 45rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-box__content .col-box--first {
    padding: 130rem 0 0;
  }
}
.product-page .product-box__content .col-box--first .img-box {
  width: calc(70vw - 70rem);
  padding: 0 0 35rem 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .product-page .product-box__content .col-box--first .img-box {
    width: 241rem;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-box__content .col-box--first .img-box {
    width: 100%;
    margin: 0;
    padding: 5vw 5vw 4vw;
  }
}
.product-page .product-box__content .col-box--second {
  display: block;
  margin-bottom: 0;
  padding: 15rem 0 0;
  border-top: 2rem solid #d1d1d1;
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .product-page .product-box__content .col-box--second {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-box__content .col-box--second {
    display: block;
    padding: 0;
    border-top: none;
  }
}
.product-page .product-box__content .col-box--second .row-wrap {
  width: 100%;
  margin-bottom: 15rem;
  padding-bottom: 15rem;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .product-page .product-box__content .col-box--second .row-wrap {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-box__content .col-box--second .row-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .product-page
    .product-box__content
    .col-box--second
    .row-wrap
    .col-box:nth-child(1) {
    border-left: 3rem solid #d1d1d1;
  }
}
.product-page .product-box__content .col-box--second .col-box {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .product-page .product-box__content .col-box--second .col-box {
    width: 50%;
  }
}
.product-page .product-box__content .col-box--second .col-box:last-child {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .product-page .product-box__content .col-box--second .col-box:last-child {
    border-right: 2rem solid #d1d1d1;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-box__content .col-box--second .col-box:last-child {
    border-right: 3rem solid #d1d1d1;
    border-left: 3px solid transparent;
  }
}
.product-page .product-box__content .col-box--second .last-box {
  margin-bottom: 30rem;
}
@media only screen and (min-width: 768px) {
  .product-page .product-box__content .col-box--second .last-box {
    margin-bottom: 15rem;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-box__content .col-box--second .last-box {
    margin-bottom: 0;
    padding-top: 20rem;
    border-top: 3rem solid #d1d1d1;
  }
}
.product-page .product-box__content .col-box--second .last-box .col-box {
  margin-bottom: 0;
}
.product-page
  .product-box__content
  .col-box--second
  .last-box
  .col-box:last-child {
  border-right: none;
}
@media only screen and (min-width: 992px) {
  .product-page
    .product-box__content
    .col-box--second
    .last-box
    .col-box:last-child {
    border-right: 3rem solid #d1d1d1;
  }
}
.product-page .product-box--big .row-wrap {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .product-page .product-box--big .row-wrap {
    flex-direction: row;
  }
}
.product-page .product-box--big .col-box {
  width: 100%;
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .product-page .product-box--big .col-box {
    width: 50%;
    border-right: 2rem solid #d1d1d1;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-box--big .col-box {
    border-right: 3rem solid #d1d1d1;
  }
}
.product-page .product-box--big .col-box:first-child {
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .product-page .product-box--big .col-box:first-child {
    border-bottom: none;
  }
}
.product-page .product-box--big .col-box:first-child .img-box {
  padding: 3vw 0 4vw 0;
}
@media only screen and (min-width: 992px) {
  .product-page .product-box--big .col-box:first-child .img-box {
    padding: 5vw 7vw 4vw;
  }
}
.product-page .product-box--big .col-box:nth-child(2) {
  border-right: none;
}
.product-page .product-box--big .col-box:nth-child(2) .img-box {
  padding: 3vw 0 4vw 0;
}
@media only screen and (min-width: 992px) {
  .product-page .product-box--big .col-box:nth-child(2) .img-box {
    padding: 5vw 7vw 4vw;
  }
}
.product-page .product-box--big .img-box {
  padding-top: 12rem;
}
@media only screen and (min-width: 992px) {
  .product-page .product-box--big .img-box {
    padding-top: 40rem;
  }
}
.product-page .product-box--last .product-box__content {
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .product-page .product-box--last .product-box__content {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.product-page .product-box .btn-wrap {
  margin: 0;
}
.post-box {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .post-box {
    padding: 60rem 0 0;
  }
}
.post-box__row {
  flex-direction: column;
  padding: 15rem 0 32rem;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 576px) {
  .post-box__row {
    flex-direction: row;
    padding: 15rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .post-box__row {
    padding: 80rem 0 50rem;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.post-box .col-box__left {
  width: 100%;
  margin-right: 0;
  padding: 35rem 0 32rem;
  border-bottom: 2rem solid #d1d1d1;
  border-right: none;
}
@media only screen and (min-width: 576px) {
  .post-box .col-box__left {
    width: 50%;
    padding: 25rem 25rem 0 0;
    border-bottom: none;
    border-right: 2rem solid #d1d1d1;
  }
}
@media only screen and (min-width: 992px) {
  .post-box .col-box__left {
    padding: 0 15rem 0 0;
    border-right: none;
  }
}
.post-box .col-box__right {
  width: 100%;
  padding: 35rem 0 0;
  margin-left: 0;
}
@media only screen and (min-width: 576px) {
  .post-box .col-box__right {
    width: 50%;
    padding: 25rem 0 0 25rem;
  }
}
@media only screen and (min-width: 992px) {
  .post-box .col-box__right {
    padding: 0 0 0 15rem;
  }
}
.post-box__item .img-box {
  margin-bottom: 30rem;
}
@media only screen and (min-width: 992px) {
  .post-box__item .img-box {
    margin-bottom: 50rem;
  }
}
.post-box__item h3 {
  margin-bottom: 18rem;
  font-size: 18rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .post-box__item h3 {
    font-size: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .post-box__item h3 {
    font-size: 45rem;
  }
}
.post-box__content {
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 576px) {
  .post-box__content {
    padding: 15rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .post-box__content {
    padding: 25rem 0 30rem;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.post-box__content .projects__item {
  width: 50%;
  min-width: 50%;
  padding: 45rem 6rem 40rem 0;
}
@media only screen and (min-width: 576px) {
  .post-box__content .projects__item {
    width: 25%;
    min-width: 25%;
    padding: 25rem 18rem 25rem;
  }
}
@media only screen and (min-width: 992px) {
  .post-box__content .projects__item {
    padding: 100rem 18rem;
  }
}
.post-box__content .projects__item:first-child,
.post-box__content .projects__item:nth-child(2) {
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 576px) {
  .post-box__content .projects__item:first-child,
  .post-box__content .projects__item:nth-child(2) {
    border-bottom: none;
  }
}
.post-box__content .projects__item:nth-child(2n) {
  position: relative;
  padding: 45rem 0 40rem 6rem;
  border-left: 2rem solid #d1d1d1;
  border-right: 0 none;
}
@media only screen and (min-width: 576px) {
  .post-box__content .projects__item:nth-child(2n) {
    padding: 25rem 18rem 25rem;
    border-left: none;
  }
}
@media only screen and (min-width: 992px) {
  .post-box__content .projects__item:nth-child(2n) {
    border-right: 3rem solid #d1d1d1;
    padding: 100rem 18rem;
  }
}
.post-box__content .projects__item:nth-child(2n)::before,
.post-box__content .projects__item:nth-child(2n)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 15rem;
  left: -4rem;
  background-color: #f8f8f8;
}
@media only screen and (min-width: 576px) {
  .post-box__content .projects__item:nth-child(2n)::before,
  .post-box__content .projects__item:nth-child(2n)::after {
    display: none;
  }
}
.post-box__content .projects__item:nth-child(2n)::before {
  top: 0;
}
.post-box__content .projects__item:nth-child(2n)::before,
.post-box__content .projects__item:nth-child(2n)::after {
  bottom: 0;
}
.post-box__content .projects__item:nth-child(4) {
  padding-right: 0;
  border-right: 0;
}
.post-box__content .projects__item .img-box {
  height: 30vw;
}
@media only screen and (min-width: 576px) {
  .post-box__content .projects__item .img-box {
    height: 15vw;
  }
}
.post-box__content .projects__item .img-box img {
  object-position: center;
}
.post-box__content:last-child {
  border-bottom: none;
}
.post-box__content--logo:last-child {
  margin-bottom: 50rem;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .post-box__content--logo:last-child {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.post-box__content--logo .img-box {
  width: 15vw;
  height: auto;
  margin: 0 auto 70rem;
}
.post-box__content--logo p {
  font-size: 18rem;
  line-height: 1.33;
}
.projects-page .top-box .title-box {
  padding: 0 0 22px;
}
@media only screen and (min-width: 992px) {
  .projects-page .top-box .title-box {
    padding: 20px 0;
  }
}
.projects-page .top-box .container-inner {
  max-width: 965rem;
}
.projects-page .top-box p {
  margin-bottom: 20rem;
  font-weight: 700;
  color: #6f6f6f;
}
@media only screen and (min-width: 992px) {
  .projects-page .top-box p {
    font-weight: 400;
    color: #1a1a1a;
  }
}
.projects-page-usage .tabs__item {
  border-bottom: none;
}
.projects-page-usage .tabs__item .projects__wrap {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .projects-page-usage .tabs__item .projects__wrap {
    margin-bottom: 30rem;
  }
}
.projects-page-usage .projects__item .img-box {
  margin-bottom: 15rem;
}
@media only screen and (min-width: 992px) {
  .projects-page-usage .projects__item .img-box {
    margin-bottom: 40rem;
  }
}
.projects-page-country .map-box {
  height: calc(58vw - 30rem);
  margin: 15rem 0;
}
@media only screen and (min-width: 768px) {
  .projects-page-country .map-box {
    margin: 30rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .projects-page-country .map-box {
    height: calc(59vw - 80rem);
    margin: 40rem 0 50rem;
  }
}
.projects-page-country .projects__wrap {
  margin-bottom: 0;
}
.projects-page-country h3 {
  margin-bottom: 40rem;
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .projects-page-country h3 {
    margin-bottom: 25rem;
    font-size: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .projects-page-country h3 {
    margin-bottom: 30rem;
    font-size: 45rem;
  }
}
.projects-page-country h5 {
  margin-bottom: 5rem;
  font-size: 14rem;
  font-weight:800;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .projects-page-country h5 {
    font-size: 24rem;
  }
}
.projects-page-country ul {
  margin: 0 0 25rem 16rem;
  list-style: disc;
}
@media only screen and (min-width: 992px) {
  .projects-page-country ul {
    margin-left: 18rem;
  }
}
.projects-page-country .tabs__item {
  border-bottom: none;
}
.projects-page-country .col-box-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .projects-page-country .col-box-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .projects-page-country .col-box-2 {
    width: 20%;
  }
}
.projects-page-country .col-box-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .projects-page-country .col-box-4 {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .projects-page-country .col-box-4 {
    width: 33.3%;
  }
}
.projects-page-country .col-box-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .projects-page-country .col-box-8 {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .projects-page-country .col-box-8 {
    width: 66.6%;
  }
}
.projects-page-country .col-box-10 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .projects-page-country .col-box-10 {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .projects-page-country .col-box-10 {
    width: 80%;
  }
}
.projects-page-country .col-box__left {
  margin-right: 0;
  padding: 0;
  border-right: none;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .projects-page-country .col-box__left {
    margin-right: 30rem;
  }
}
.projects-page-country .col-box__left ul {
  padding-right: 10rem;
}
.projects-page-country .col-box__left .img-box {
  margin-bottom: 36rem;
}
@media only screen and (min-width: 768px) {
  .projects-page-country .col-box__left .img-box {
    margin-bottom: 0;
  }
}
.projects-page-country .col-box__right {
  margin-left: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .projects-page-country .col-box__right {
    margin-right: 15rem;
  }
}
.projects-page-country .col-box__right h3 {
  margin-top: 53rem;
  margin-bottom: 40rem;
  font-size: 18rem;
}
@media only screen and (min-width: 992px) {
  .projects-page-country .col-box__right h3 {
    margin-top: 0;
    margin-bottom: 25rem;
    font-size: 32rem;
  }
}
@media only screen and (min-width: 1200px) {
  .projects-page-country .col-box__right h3 {
    margin-bottom: 30rem;
    font-size: 45rem;
  }
}
.projects-page-country .post-box {
  padding: 0;
}
.projects-page-country .post-box__row {
  flex-direction: column;
  padding: 36rem 0;
}
@media only screen and (min-width: 768px) {
  .projects-page-country .post-box__row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .projects-page-country .post-box__row {
    padding: 80rem 0;
  }
}
.projects-page-country .post-box__row:first-child {
  padding-top: 50rem;
}
@media only screen and (min-width: 768px) {
  .projects-page-country .post-box__row:first-child {
    padding-top: 35rem;
  }
}
@media only screen and (min-width: 992px) {
  .projects-page-country .post-box__row:first-child {
    padding-top: 60rem;
  }
}
.projects-page-country .post-box__row:last-child {
  padding-bottom: 30rem;
  border-bottom: none;
}
.projects-page-country .post-box__item .img-box {
  margin-bottom: 0;
}
.expoxy-page .detail-desc {
  padding-bottom: 60rem;
  padding-top: 60rem;
}
@media only screen and (min-width: 768px) {
  .expoxy-page .detail-desc {
    padding-bottom: 40rem;
    padding-top: 40rem;
  }
}
@media only screen and (min-width: 992px) {
  .expoxy-page .detail-desc {
    padding-top: 200rem;
    padding-bottom: 200rem;
  }
}
.prima-page .top-box .title-box {
  padding: 0 0 30rem 0;
}
@media only screen and (min-width: 768px) {
  .prima-page .top-box .title-box {
    padding: 0 0 55rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .prima-page .top-box .title-box {
    padding: 0 0 50rem;
  }
}
@media only screen and (min-width: 1200px) {
  .prima-page .top-box .title-box {
    padding: 22rem 0;
  }
}
.prima-page .detail-desc h3 {
  font-size: 18rem;
  margin-bottom: 0;
  padding-bottom: 50rem;
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .prima-page .detail-desc h3 {
    font-size: 45rem;
    margin-bottom: 40rem;
    padding-bottom: 60rem;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.stainless-steel-page .top-box {
  margin-bottom: 0;
}
.stainless-steel-page .desc-box--no-padd-top {
  padding: 0 0 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .stainless-steel-page .desc-box--no-padd-top {
    padding: 0;
  }
}
.stainless-steel-page .post-box__content {
  flex-wrap: wrap;
  padding: 50rem 0 0;
}
@media only screen and (min-width: 992px) {
  .stainless-steel-page .post-box__content {
    flex-wrap: nowrap;
    padding: 15rem 0;
  }
}
.stainless-steel-page .post-box__content .col-box-6 {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .stainless-steel-page .post-box__content .col-box-6 {
    width: 50%;
  }
}
.stainless-steel-page .post-box__content .projects__item-box {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50rem;
}
@media only screen and (min-width: 992px) {
  .stainless-steel-page .post-box__content .projects__item-box {
    width: 50%;
    overflow: visible;
    margin-bottom: 0;
  }
}
.stainless-steel-page .post-box__content .projects__item-box .projects__item {
  width: 80vw;
  min-width: 80vw;
}
@media only screen and (min-width: 768px) {
  .stainless-steel-page .post-box__content .projects__item-box .projects__item {
    width: 45vw;
    min-width: 45vw;
  }
}
@media only screen and (min-width: 992px) {
  .stainless-steel-page .post-box__content .projects__item-box .projects__item {
    width: 50%;
    min-width: 50%;
  }
}
.stainless-steel-page
  .post-box__content
  .projects__item-box
  .projects__item
  .img-box {
  height: 58vw;
}
@media only screen and (min-width: 768px) {
  .stainless-steel-page
    .post-box__content
    .projects__item-box
    .projects__item
    .img-box {
    height: 27vw;
  }
}
@media only screen and (min-width: 992px) {
  .stainless-steel-page
    .post-box__content
    .projects__item-box
    .projects__item
    .img-box {
    height: 15vw;
  }
}
.why-choose-page .tabs__item .img-box-big {
  width: 100%;
  margin: 0 auto;
}
.why-choose-page .tabs__item .img-box-big--top {
  padding: 0 0 35rem;
}
@media only screen and (min-width: 768px) {
  .why-choose-page .tabs__item .img-box-big--top {
    padding: 0 0 55rem;
  }
}
@media only screen and (min-width: 992px) {
  .why-choose-page .tabs__item .img-box-big--top {
    padding: 50rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .why-choose-page .tabs__item .img-box-big {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .why-choose-page .tabs__item .img-box-big {
    width: 100%;
    padding: 50rem 0;
  }
}
.why-choose-page .tabs__item .img-box-big.align-top {
  padding-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .why-choose-page .tabs__item .img-box-big.align-top {
    width: 100%;
  }
}
.why-choose-page .tabs__item .title-box__inner--bottom h3 {
  font-size: 24rem;
}
@media only screen and (min-width: 992px) {
  .why-choose-page .tabs__item .title-box__inner--bottom h3 {
    font-size: 45rem;
  }
}
.why-choose-page .tabs__item .dotted-box {
  margin: 25px auto 30rem;
}
@media only screen and (min-width: 768px) {
  .why-choose-page .tabs__item .dotted-box {
    margin: 35px auto 45rem;
  }
}
.why-choose-page .post-box__content--logo {
  border-bottom: none;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .why-choose-page .post-box__content--logo {
    overflow: visible;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .why-choose-page .post-box__content--logo {
    padding: 15rem 0;
    border-bottom: 5rem solid #d1d1d1;
    flex-wrap: nowrap;
  }
}
.why-choose-page .post-box__content--logo.d-flex.hidden-tablet {
  border-bottom: none;
}
.why-choose-page .post-box__content--logo .img-box {
  height: 20vw;
  width: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30rem;
}
@media only screen and (min-width: 768px) {
  .why-choose-page .post-box__content--logo .img-box {
    height: 9vw;
    width: 9vw;
    margin: 0 auto 29rem;
  }
}
.why-choose-page .post-box__content .projects__item {
  width: 50%;
  min-width: 50%;
  border: 0 none;
}
.why-choose-page .post-box__content .projects__item:last-child {
  border-right: 0 none !important;
}
@media only screen and (min-width: 768px) {
  .why-choose-page .post-box__content .projects__item {
    width: 25%;
    min-width: 25%;
    padding: 25rem 18rem 45rem;
  }
}
@media only screen and (min-width: 992px) {
  .why-choose-page .post-box__content .projects__item {
    padding: 55rem 18rem 80rem;
    border-right: 3rem solid #d1d1d1;
  }
}
.why-choose-page .post-box__content .projects__item h5 {
  font-size: 14rem;
  text-align: center;
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) {
  .why-choose-page .post-box__content .projects__item h5 {
    font-size: 24rem;
    margin-bottom: 4px;
  }
}
.why-choose-page .post-box__content .projects__item p {
  font-size: 14rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .why-choose-page .post-box__content .projects__item p {
    font-size: 18rem;
    margin-bottom: 25px;
  }
}
.bottom-desc {
  margin: 10rem 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .bottom-desc {
    overflow: visible;
    margin: 55rem 0 25rem;
  }
}
.bottom-desc__item {
  width: 40%;
  min-width: 40%;
  text-align: center;
  padding: 10rem 5rem;
  border-right: 3rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .bottom-desc__item {
    width: auto;
    min-width: auto;
    padding: 25rem 20rem;
  }
}
.bottom-desc__item:first-child {
  min-width: 50%;
  width: 50%;
  border-left: 3rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .bottom-desc__item:first-child {
    width: 380rem;
    min-width: auto;
  }
}
.bottom-desc__item .title {
  font-size: 22rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .bottom-desc__item .title {
    font-size: 22rem;
  }
}
@media only screen and (min-width: 992px) {
  .bottom-desc__item .title {
    font-size: 40rem;
  }
}
.bottom-desc__item p {
  margin: 10rem 0;
  font-weight: 700;
  font-size: 18rem;
  line-height: 1;
  text-transform: uppercase;
}
.bottom-desc .link {
  margin: 25rem 0;
  font-size: 12rem;
  line-height: 1;
  text-align: left;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .bottom-desc .link {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .bottom-desc .link {
    font-size: 18rem;
  }
}
.bottom-desc .dotted-box {
  display: block;
}
@media only screen and (min-width: 768px) {
  .bottom-desc .dotted-box {
    display: none;
  }
}
.tank-page {
  padding-bottom: 150rem;
}
.tank-page .inner-page__top {
  margin-bottom: -30rem;
}
.tank-page h3 {
  font-size: 18rem;
  margin-bottom: 35rem;
  padding-left: 12rem;
}
@media only screen and (min-width: 992px) {
  .tank-page h3 {
    font-size: 24rem;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tank-page h3 {
    font-size: 45rem;
    margin-bottom: 40rem;
  }
}
.tank-page p {
  font-size: 14rem;
  margin-bottom: 50rem;
  padding-left: 12rem;
}
@media only screen and (min-width: 992px) {
  .tank-page p {
    font-size: 24rem;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tank-page p {
    margin-bottom: 40rem;
  }
}
@media (min-width: 992px) {
  .tank-page-row-margin {
    margin-bottom: 120rem;
  }
}
.enquiry-box {
  margin-bottom: 0;
  padding: 50rem 0 30rem;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .enquiry-box {
    padding: 50rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .enquiry-box {
    margin-bottom: 30rem;
    padding: 64rem 0 125rem;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.enquiry-box .row-wrap {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .enquiry-box .row-wrap {
    flex-direction: row;
  }
}
.enquiry-box:first-child {
  position: relative;
  margin-top: 90rem;
  padding: 15rem 0 30rem;
  border-top: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .enquiry-box:first-child {
    margin-top: 70rem;
    padding: 50rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .enquiry-box:first-child {
    margin-top: 0;
    padding: 90rem 0 125rem;
    border-top: none;
  }
}
.enquiry-box:first-child h3 {
  position: absolute;
  top: -80rem;
}
@media only screen and (min-width: 992px) {
  .enquiry-box:first-child h3 {
    position: static;
  }
}
.enquiry-box:last-child {
  padding: 23rem 0 0;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .enquiry-box:last-child {
    padding-top: 30rem;
  }
}
@media only screen and (min-width: 992px) {
  .enquiry-box:last-child {
    padding-top: 50rem;
  }
}
.enquiry-box:last-child .row-wrap {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .enquiry-box:last-child .row-wrap {
    flex-direction: row;
  }
}
.enquiry-box:last-child .col-box__left {
  width: 100%;
  margin: 0 0 27rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .enquiry-box:last-child .col-box__left {
    width: 33.3%;
    margin: 0 15rem 0 0;
    text-align: left;
  }
}
.enquiry-box:last-child h3 {
  padding-bottom: 23rem;
  margin-bottom: 0;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 768px) {
  .enquiry-box:last-child h3 {
    padding-bottom: 30rem;
  }
}
@media only screen and (min-width: 992px) {
  .enquiry-box:last-child h3 {
    border-bottom: none;
  }
}
.enquiry-box:first-child .col-box__left,
.enquiry-box:nth-child(2) .col-box__left {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .enquiry-box:first-child .col-box__left,
  .enquiry-box:nth-child(2) .col-box__left {
    order: 1;
  }
}
.enquiry-box:first-child .col-box-8,
.enquiry-box:nth-child(2) .col-box-8 {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .enquiry-box:first-child .col-box-8,
  .enquiry-box:nth-child(2) .col-box-8 {
    order: 2;
  }
}
.enquiry-box h3 {
  margin-bottom: 65rem;
}
.enquiry-box .map-box {
  margin-bottom: 30rem;
}
@media only screen and (min-width: 768px) {
  .enquiry-box .map-box {
    margin-bottom: 0;
  }
}
.enquiry .list {
  margin-bottom: 30rem;
}
@media only screen and (min-width: 992px) {
  .enquiry .list {
    margin-bottom: 65rem;
  }
}
.enquiry .list h6 {
  color: #000;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .enquiry .list h6 {
    display: inline-block;
  }
}
.enquiry .list span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 400;
  font-size: 15rem;
}
@media only screen and (min-width: 992px) {
  .enquiry .list span {
    font-size: 18rem;
  }
}
.enquiry .contact-box {
  margin-bottom: 30rem;
}
@media only screen and (min-width: 992px) {
  .enquiry .contact-box {
    margin-bottom: 65rem;
  }
}
.enquiry .contact-box:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .enquiry .contact-box:last-child {
    margin-bottom: 65rem;
  }
}
.enquiry .contact-box h5 {
  margin-bottom: 5rem;
  font-size: 16rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .enquiry .contact-box h5 {
    font-size: 24rem;
    text-transform: none;
  }
}
.enquiry .contact-box p {
  font-size: 16rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .enquiry .contact-box p {
    font-size: 22rem;
  }
}
.enquiry .contact-box a {
  display: block;
  font-size: 16rem;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .enquiry .contact-box a {
    font-size: 22rem;
  }
}
.enquiry .form {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .enquiry .form {
    max-width: 906rem;
  }
}
.enquiry .form input,
.enquiry .form textarea {
  width: 100%;
  border: none;
  background-color: #d1d1d1;
  font-size: 18rem;
}
.enquiry .form input {
  height: 44rem;
  margin-bottom: 18rem;
  padding: 0 18rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .enquiry .form input {
    height: 62rem;
    margin-bottom: 20rem;
    padding: 0 25rem;
    font-weight: 400;
  }
}
.enquiry .form input[type="submit"] {
  height: 44rem;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: 5px solid #000;
  cursor: pointer;
  transition: 0.1s;
}
@media only screen and (min-width: 992px) {
  .enquiry .form input[type="submit"] {
    height: 89rem;
  }
}
.enquiry .form input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
  border-color: #ccc;
}
.enquiry .form textarea {
  min-height: 344rem;
  padding: 25rem;
}
.enquiry .form .capcha {
  margin-bottom: 44rem;
}
@media only screen and (min-width: 992px) {
  .enquiry .form .capcha {
    margin-bottom: 60rem;
  }
}
.enquiry .form__list {
  margin: 0 0 20rem;
}
.enquiry .form__list li {
  position: relative;
  font-size: 16rem;
  line-height: 1.87;
  margin: 0 0 18rem 0;
}
@media only screen and (min-width: 992px) {
  .enquiry .form__list li {
    margin: 0 0 0 0;
    font-size: 24rem;
  }
}
.enquiry .form__list li:hover .checkbox__text:after {
  opacity: 0.5;
}
.enquiry .form .checkbox input {
  position: absolute;
  height: 36rem;
  z-index: -1;
  opacity: 0;
  margin: 0;
}
.enquiry .form .checkbox__text {
  position: relative;
  padding: 0 0 0 33rem;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .enquiry .form .checkbox__text {
    padding-left: 40rem;
  }
}
.enquiry .form .checkbox__text::before,
.enquiry .form .checkbox__text::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 18rem;
  height: 18rem;
  transition: 0.2s;
}
@media only screen and (min-width: 992px) {
  .enquiry .form .checkbox__text::before,
  .enquiry .form .checkbox__text::after {
    top: 13rem;
  }
}
.enquiry .form .checkbox__text::before {
  border: 2rem solid #d1d1d1;
}
.enquiry .form .checkbox__text::after {
  border: 2rem solid transparent;
  background-color: #d1d1d1;
  opacity: 0;
}
.enquiry .form .checkbox input:checked + .checkbox__text:before {
  background: #d1d1d1;
}
.enquiry .form .bottom-box {
  margin-bottom: 30rem;
}
@media only screen and (min-width: 992px) {
  .enquiry .form .bottom-box {
    margin-bottom: 26rem;
  }
}
.enquiry .form .bottom-box input {
  font-weight: 700;
}
.accreditation {
  padding-bottom: 120rem;
}
.accreditation .container-inner-big,
.accreditation .container-inner-page {
  padding: 0;
}
.accreditation .logo-box-wrap {
  padding: 30rem 0;
  text-align: center;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .accreditation .logo-box-wrap {
    padding: 80rem 0 50rem;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.accreditation .logo-box-wrap .row-wrap {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .accreditation .logo-box-wrap .row-wrap {
    flex-wrap: wrap;
    overflow: visible;
  }
}
.accreditation .logo-box-wrap .col-box-2 {
  min-width: 50%;
  width: 50%;
  margin-bottom: 20rem;
  padding: 15rem 20rem;
}
@media only screen and (min-width: 768px) {
  .accreditation .logo-box-wrap .col-box-2 {
    min-width: 25%;
    width: 255rem;
  }
}
@media only screen and (min-width: 992px) {
  .accreditation .logo-box-wrap .col-box-2 {
    min-width: 16%;
    width: 16%;
  }
}
.accreditation .logo-box-wrap .img-box {
  height: 120rem;
  margin-bottom: 30rem;
  display: inline-flex;
  align-items: center;
}
.accreditation .logo-box-wrap .img-box.span-logo {
  max-width: 180rem;
}
.accreditation .logo-box-wrap .img-box.smaller-10 {
  max-width: 108rem;
}
.accreditation .logo-box-wrap .img-box img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 120rem;
  object-fit: contain;
}
.accreditation p {
  font-size: 14rem;
  line-height: 1.33;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .accreditation p {
    font-size: 18rem;
    font-weight: 400;
    text-transform: none;
  }
}
.accreditation .certification-box {
  width: 100%;
  padding: 30rem 0;
}
@media only screen and (min-width: 992px) {
  .accreditation .certification-box {
    padding: 90rem 0 70rem;
  }
}
.accreditation .certification-box .row-wrap {
  flex-wrap: wrap;
  justify-content: center;
}
.accreditation .certification-box .col-box-3 {
  min-width: 100%;
  width: 100%;
  margin-bottom: 20rem;
  padding: 0 10rem;
}
@media only screen and (min-width: 768px) {
  .accreditation .certification-box .col-box-3 {
    min-width: 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .accreditation .certification-box .col-box-3 {
    min-width: 25%;
    width: 25%;
    margin-bottom: 70rem;
  }
}
.accreditation .certification-box .certification-box__certificate {
  min-width: 140rem;
  width: 140rem;
  height: 188rem;
  margin: 0 10rem 20px 0;
}
@media only screen and (min-width: 576px) {
  .accreditation .certification-box .certification-box__certificate {
    min-width: 158rem;
    width: 158rem;
    height: 222rem;
    margin: 0 10rem 20px 0;
  }
}
.accreditation .certification-box .certification-box__certificate:last-child {
  margin-right: 0;
}
.accreditation .bottom-box {
  padding: 0;
  border-bottom: 2rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .accreditation .bottom-box {
    border-bottom: 5rem solid #d1d1d1;
  }
}
.accreditation .bottom-box .row-wrap {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .accreditation .bottom-box .row-wrap {
    flex-direction: row;
  }
}
.accreditation .bottom-box__content {
  padding: 0 0 25rem;
}
@media only screen and (min-width: 992px) {
  .accreditation .bottom-box__content {
    padding-bottom: 60rem;
  }
}
.accreditation .bottom-box__content .col-box-6 {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .accreditation .bottom-box__content .col-box-6 {
    padding: 0 20rem 40rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .accreditation .bottom-box__content .col-box-6:first-child {
    position: relative;
  }
}
.accreditation .bottom-box__content .col-box-6:first-child::before {
  position: absolute;
  content: "";
  top: 170px;
  right: -4rem;
  width: 5rem;
  height: 65%;
  background-color: #d1d1d1;
  display: none;
}
@media only screen and (min-width: 992px) {
  .accreditation .bottom-box__content .col-box-6:first-child::before {
    display: block;
  }
}
.accreditation .bottom-box__content .col-box-6 .img-box {
  margin-bottom: 25rem;
}
.accreditation .bottom-box__content .col-box-6 .img-box__left {
  height: 97rem;
  margin-bottom: 50rem;
}
@media only screen and (min-width: 992px) {
  .accreditation .bottom-box__content .col-box-6 .img-box__left {
    height: 9vw;
  }
}
.accreditation .bottom-box__content .col-box-6 .img-box .veritas-logo {
  height: 80%;
}
.accreditation .bottom-box__content .col-box-6 .img-box img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.accreditation .bottom-box__content .col-box-6.img-box__right {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .accreditation .bottom-box__content .col-box-6.img-box__right {
    padding: 0 0 40rem 20rem;
  }
}
.accreditation .bottom-box__content .col-box-6.img-box__right .img-box {
  height: 22vw;
  display: inline-flex;
  align-items: center;
}
.accreditation .bottom-box__content .col-box-6.img-box__right .img-box a {
  display: inline-block;
  height: 100%;
}
.accreditation
  .bottom-box__content
  .col-box-6.img-box__right
  .img-box
  .iwa-logo {
  height: 60%;
}
.accreditation
  .bottom-box__content
  .col-box-6.img-box__right
  .img-box
  .cidb-logo {
  height: 110%;
}
.accreditation
  .bottom-box__content
  .col-box-6.img-box__right
  .img-box
  .fmm-logo {
  height: 90%;
}
.accreditation
  .bottom-box__content
  .col-box-6.img-box__right
  .img-box
  .clab-logo {
  height: 90%;
}
@media only screen and (min-width: 768px) {
  .accreditation .bottom-box__content .col-box-6.img-box__right .img-box {
    height: 12vw;
  }
}
@media only screen and (min-width: 992px) {
  .accreditation .bottom-box__content .col-box-6.img-box__right .img-box {
    height: 6vw;
  }
}
.accreditation .bottom-box__content .col-box-6 p {
  padding: 0 10rem;
  font-size: 14rem;
}
@media only screen and (min-width: 1200px) {
  .accreditation .bottom-box__content .col-box-6 p {
    font-size: 18rem;
  }
}
.accreditation .bottom-box__content .img-box__right .row-wrap {
  flex-direction: row;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .accreditation .bottom-box__content .img-box__right .row-wrap {
    overflow: visible;
  }
}
.accreditation .bottom-box .title-box {
  margin-bottom: 40rem;
}
@media only screen and (min-width: 992px) {
  .accreditation .bottom-box .title-box {
    margin-bottom: 90rem;
  }
}
.accreditation .bottom-box .dotted-box {
  display: block;
}
@media only screen and (min-width: 768px) {
  .accreditation .bottom-box .dotted-box {
    display: none;
  }
}
table td {
  font-weight: 400;
}
.table {
  max-width: 1543rem;
  margin: 0 auto;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .table {
    padding-bottom: 40rem;
  }
}
@media only screen and (max-width: 1199px) {
  .table {
    min-width: 952rem;
  }
  .table.no-min-width {
    min-width: 0;
  }
}
.table--small-text,
.table.no-response {
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  .table.responce--xs {
    min-width: 732rem;
  }
}
.table-title {
  font-size: 19rem;
  text-align: left;
  margin-bottom: 15rem;
}
.table table {
  width: 100%;
}
.table table th,
.table table td {
  font-size: 18rem;
  margin-bottom: 25rem;
}
@media only screen and (min-width: 992px) {
  .table table th,
  .table table td {
    font-size: 24rem;
    border-bottom: 5rem solid #d1d1d1;
  }
}
.table table th:first-child,
.table table td:first-child {
  border-left: none;
}
.table table th:last-child,
.table table td:last-child {
  border-right: none;
}
.table table th {
  padding: 0rem 12rem;
  line-height: 1.42;
  color: #fff;
  vertical-align: middle;
  background-color: #85868a;
  border: 2rem solid #a3a3a6;
  padding: 12rem;
}
.table table th:first-child {
  width: 25%;
  text-align: left;
}
.table table th:nth-child(2) {
  width: 15%;
}
.table table th:nth-child(3) {
  width: 10%;
}
.table table th:last-child {
  width: 50%;
}
.table table tr:nth-child(1) th:first-child {
  width: 25%;
  vertical-align: middle;
  text-align: left;
}
.table table tr:nth-child(1) th:nth-child(2) {
  width: 15%;
  vertical-align: middle;
}
.table table tr:nth-child(1) th:nth-child(3) {
  width: 10%;
  vertical-align: middle;
}
.table table tr:nth-child(1) th:last-child {
  width: 50%;
}
.table table tr:nth-child(2) th {
  width: 10%;
  padding: 12rem;
}
.table table tr:nth-child(2) th:first-child {
  text-align: center;
}
.table table td {
  text-align: center;
  padding: 12rem;
  line-height: 1.2;
  color: #37393f;
  background-color: #d9dacb;
  border: 2rem solid #f3f3ef;
}
.table table td:first-child {
  text-align: left;
}
.table table tr:nth-child(2n) td {
  background-color: #ecede5;
}
.table table.table-bottom tr:nth-child(1) th {
  width: 100%;
  text-align: center;
}
.table table.table-bottom td {
  background-color: #ecede5;
}
.table table.table-bottom td:first-child {
  width: 50%;
}
.table table.table-bottom tr:nth-child(2n) td {
  background-color: #d9dacb;
}
.table table.no-head td {
  text-align: left;
  background-color: #ecede5;
}
.table table.no-head td:first-child {
  width: 30%;
}
.table table.no-head tr:nth-child(2n) td {
  background-color: #d9dacb;
}
.table__list {
  margin-top: 30rem;
  text-align: left;
}
.table__list p,
.table__list li {
  max-width: calc(100vw - 30px);
  line-height: 1.22;
  margin-bottom: 5rem;
  font-size: 12rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .table__list p,
  .table__list li {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .table__list p,
  .table__list li {
    font-size: 18rem;
  }
}
.table__list ul {
  list-style: disc;
  margin-left: 17rem;
}
.table--small-text {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .table--small-text {
    margin-top: 60rem;
  }
}
.table--small-text table th,
.table--small-text table td {
  font-size: 15rem;
}
.table--blue {
  margin-top: 0;
}
.table--blue table {
  margin-bottom: 15rem;
}
.table--blue table th {
  background-color: #51c8f4;
  border: 2rem solid #f3f3ef;
  padding: 14rem 12rem;
}
.table--blue table th:first-child {
  background-color: #1e78c1;
}
.table--blue table th,
.table--blue table td {
  text-align: left;
  font-size: 10rem;
}
@media only screen and (min-width: 768px) {
  .table--blue table th,
  .table--blue table td {
    font-size: 14rem;
  }
}
@media only screen and (min-width: 992px) {
  .table--blue table th,
  .table--blue table td {
    font-size: 19rem;
  }
}
.table--blue table tr:nth-child(1) th:first-child {
  width: 23%;
}
.table--blue table tr:nth-child(1) th:nth-child(2),
.table--blue table tr:nth-child(1) th:last-child {
  width: 38%;
}
.table--blue-row-2 table tr:nth-child(1) th:first-child,
.table--blue-row-2 table tr:nth-child(1) th:nth-child(2) {
  width: 10%;
  background-color: #85868a;
}
.table--blue-row-2 table tr:nth-child(1) th:last-child {
  width: 80%;
  text-align: center;
  background-color: #1e78c1;
}
.table--blue-row-2 table tr:nth-child(2) th {
  width: auto;
  text-align: center;
  background-color: #51c8f4;
}
.table--blue p {
  font-size: 14rem;
  color: #6f6f6f;
}
.table--blue-dark table th {
  padding: 7rem 12rem;
  line-height: 1;
  background-color: #1e78c1;
}
.table--blue-dark table tr:nth-child(1) th:first-child {
  width: 20%;
}
.table--blue-dark table tr:nth-child(1) th:nth-child(2),
.table--blue-dark table tr:nth-child(1) th:last-child {
  width: 20%;
}
.table--blue-dark-small-text table th,
.table--blue-dark-small-text table td {
  font-size: 13rem;
}
.table--blue-dark p {
  color: #000;
}
.table--orange table tr:nth-child(1) th:first-child {
  width: 11%;
  background-color: #85868a;
}
.table--orange table tr:nth-child(1) th:nth-child(2),
.table--orange table tr:nth-child(1) th:last-child {
  text-align: center;
  width: 11%;
  background-color: #fb2b17;
}
.table--orange table tr:nth-child(2) th {
  background-color: #ff9027;
}
.table--orange table th,
.table--orange table td {
  font-size: 10rem;
}
@media only screen and (min-width: 992px) {
  .table--orange table th,
  .table--orange table td {
    font-size: 18rem;
  }
}
.table--orange-row-3 table tr:nth-child(1) th:nth-child(2),
.table--orange-row-3 table tr:nth-child(1) th:last-child {
  width: 44.3%;
}
.table--orange-row-3 table tr:nth-child(2) th {
  width: auto;
}
.table--orange-row-3 table tr:nth-child(2) th:first-child {
  text-align: left;
}
.table--orange-row-3 table tr:nth-child(3) th {
  background-color: #ff9027;
  padding: 4rem 12rem 10rem;
  width: auto;
}
.table--title-center table tr:nth-child(1) th:nth-child(1),
.table--title-center table tr:nth-child(1) th:nth-child(2) {
  text-align: center;
}
.table p {
  color: #37393f;
  font-size: 16rem;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .table p {
    font-size: 18rem;
  }
}
.table p.small-note {
  font-size: 10rem;
}
@media only screen and (min-width: 992px) {
  .table p.small-note {
    font-size: 16rem;
  }
}
.table .table-tablet-col {
  max-width: calc(100vw - 30px);
  padding: 20rem 0;
  border-top: 2rem solid #d1d1d1;
  text-align: left;
}
.table .table-tablet-col:first-child,
.table .table-tablet-col:first-of-type {
  border-top: 0 none;
}
@media only screen and (min-width: 768px) {
  .table .table-tablet-col {
    width: 100%;
    padding: 30rem 0;
  }
}
.table .table-tablet-col h3,
.table .table-tablet-col p {
  color: #000;
  font-size: 16rem;
  margin-bottom: 5rem;
  padding-bottom: 0;
}
.table .table-tablet-col p {
  font-weight: 400;
}
.table .table-tablet-col h3 {
  margin-bottom: 13rem !important;
}
html body .border-bottom {
  border-bottom: 2rem solid #d1d1d1 !important;
}
@media (min-width: 992px) {
  html body .border-bottom {
    border-bottom: 5rem solid #d1d1d1 !important;
  }
}
.normal-text {
  font-weight: normal !important;
}
.footer {
  position: relative;
  padding: 0 0 80rem;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 60rem 0;
  }
  .footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 30rem;
    background-image: url("../img/footer-top-bg.png");
    background-repeat: repeat-x;
    background-size: 30rem;
  }
}
.footer__content {
  margin-bottom: 25rem;
  padding: 93rem 0 25rem;
  border-top: 2rem solid #d1d1d1;
  border-bottom: 5rem solid #d1d1d1;
}
@media only screen and (min-width: 992px) {
  .footer__content {
    border-top: none;
    padding: 20rem 0 100rem;
  }
}
.footer .footer-row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer .footer-row {
    flex-direction: row;
  }
}
.footer-box {
  display: flex;
}
.footer-box--left {
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .footer-box--left {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .footer-box--left {
    width: 34%;
  }
}
.footer-box__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0 15rem 40rem 0;
}
@media only screen and (min-width: 576px) {
  .footer-box__wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .footer-box__wrap {
    width: 50%;
  }
}
.footer-box--right {
  width: 66%;
  display: flex;
}
.footer-box .menu-main-container {
  width: 160rem;
  margin-right: 15rem;
}
.footer-box .menu-main-container:last-child {
  margin-right: 0;
}
.footer h3 {
  font-size: 14rem;
  line-height: 30rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .footer h3 {
    line-height: 34rem;
    font-size: 16rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer h3 {
    font-size: 18rem;
  }
}
@media only screen and (min-width: 1540px) {
  .footer h3 {
    font-size: 24rem;
  }
}
.footer .info {
  font-size: 14rem;
  line-height: 24rem;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .footer .info {
    font-size: 15rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .info {
    font-size: 20rem;
  }
}
.footer .social {
  display: flex;
  align-items: center;
}
.footer .social__item {
  width: 46rem;
  margin-right: 15rem;
}
.footer h4 {
  text-transform: uppercase;
}
.footer .menu-item {
  text-transform: capitalize;
}
.footer h4,
.footer .menu-item {
  margin-bottom: 10rem;
  font-size: 14rem;
  line-height: 26rem;
}
@media only screen and (min-width: 1200px) {
  .footer h4,
  .footer .menu-item {
    font-size: 18rem;
  }
}
.footer .menu-item {
  font-weight: 400;
}
.footer .copyright__text {
  font-weight: 400;
  font-size: 12rem;
  line-height: 15rem;
  color: #1a1a1a;
}
@media only screen and (min-width: 992px) {
  .footer .copyright__text {
    font-size: 14rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .copyright__text {
    font-size: 18rem;
    line-height: 25rem;
  }
} /*# sourceMappingURL=main.css.map */

/***************************8 Oct 2021*********************************/
.custom_divz_btn{
    padding-top: 30px;
    }


#goToTop {
    display: none;
}
.projects-page-country .col-box__right h3 {
    margin-top: 0px;
}

/*body{*/
/*     font-family: 'Acumin Pro' , sans-serif;*/
/*     }*/
@media only screen and (max-width: 991px){
    .frp-page .post-box__content .projects__item {
   
     padding: 10px !important; 
}
   .postid-39 .post-box__content .projects__item:first-child {
    border-right: 3rem solid #d1d1d1 !important;
}
    .page-id-469 .remove_dots .dotted-box {
    display: none;
}
    .header .close-menu {
   
    top: 10px !important;
    }


.header .burger-box__wrap {
 top: 0 !important;
}
.header__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}
@media only screen and (max-width: 767px){
     .post-box__content .projects__item:first-child {
    border-right:none !important;
}
    .img-box {
    padding-bottom: 20px;
}
.col-box-xs {
    min-width: auto;
}
}
/*************************11 OCT**********************************/
.custom_divz_btn {
   
    border-bottom: 5rem solid #d1d1d1 !important;
    padding-bottom: 30px;
    margin: 0px 40rem;
}
.product-page .product-box--big .col-box:first-child .img-box, .product-page .product-box--big .col-box:nth-child(2) .img-box {
    padding: 5vw 7vw 4vw !important;
}
.description-row .desc-box .text-content-padding {
    padding: 0 7vw 0 18rem;
}
.why-choose-page .post-box__content .projects__item {
 
    border-right: 3rem solid #d1d1d1 !important;
}

@media only screen and (max-width: 991px){
      .specification-page .projects-page__content .specification-grid .slider-parent-md {
    
    align-items: baseline;
}
.slider-parent-md .col-box-2 {
    padding: 4px;
}
    .specification-page .projects-page__content .tabs__item .img-box-wrap {
    display: flex;
    flex-direction: column;
}
.row-wrap.order-2-row {
    order: 2;
    justify-content: flex-start !important;
}
    .inner-page--child .tabs__item .img-box-wrap--child h5 {
    padding-bottom: 10px;
}
    .header .logo {
    width: 35rem !important;
    height: 35rem !important;
}
    .header__wrap {
    padding-top: 20rem;
}
    .tab-hide {
    display: none !important;
}
    .header .logo {
  
    top: 2px;
}
    .header .burger-box__wrap {
  
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .social {
    padding: 24rem 4px 20rem;
}
  
    .why-choose-page .post-box__content--logo {
  
    border-bottom: 5rem solid #d1d1d1;
   
}
.why-choose-page .post-box__content .projects__item {
   
    border-right: 3rem solid #d1d1d1;
}
.post-box__content .projects__item{
    border-right: 3rem solid #d1d1d1 !important;
}
      html body .stainless-steel-page .post-box__content .projects__item-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
    .post-box__content {
    justify-content: flex-start;
}
html body .stainless-steel-page .post-box__content .projects__item-box .projects__item {
   
    width: 50%;
   
}
.post-box__content .projects__item .img-box img {
  
    width: 100%;
}
    }
@media only screen and (max-width: 767px){
    .specification-page .projects-page__content .specification-grid .slider-parent-md .title-detail {
    margin-bottom: 25px;
   
    margin-top: 0px;
}
    .specification-page .projects-page__content .specification-grid .slider-parent-md{
        display: block;
    justify-content: center !important;
        }
        .slider-parent-md .col-box-2 {
    padding: 0px;
    margin: 0 auto;
}
    .post-box__content .projects__item:nth-child(even) {
    border-right: none !important;
}
 .post-box__content .projects__item:nth-child(odd) {
    border-right: 3rem solid #d1d1d1 !important;
}
  
   
.postid-36 .col-box-xs {
    width: 100%;
}
}
/************************12 oct**************************/
/********************Font family acumin pro***********************************/
/******Header *******/
 .top-box .title-box h2, .font-header, .about .building h2, .enquiry-box:first-child h3,.enquiry .list h6,.enquiry .contact-box h5,.enquiry-box:last-child h3
 {
   font-family:"acumin-pro";
   font-weight: 800;
}



/******Text and subheader******/

.burger-box__wrap .header .logo {
    width: 35rem !important;
    height: 35rem !important;
}
/**********************************/
.tab-buttons-row .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    }
.remove-dots {
    display: none;
}
/*******************19 oct*****************************/
.frp-page .tabs__item .title-box--center .img-box-wrap,.frp-page .tabs__item .title-box--bottom .img-box-wrap {
    padding: 0rem 0 110rem;
}

.pl-86 {
	padding-left: 86rem;

}

.slider-projects__item-title,
.frp-page .tabs__item .img-box-wrap .title-box--left h3,
.inner-page.hdg-hdpe-page h3 {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"acumin-pro";
}

.product-page h5 {
	font-weight: 700;
}

.heading-1,
.hedaing-2,
.heading-3,
.header .menu-item a {
	font-family:"acumin-pro";
	font-weight: 500;
}

.tab-buttons-row .btn {
	font-family:"acumin-pro";
	font-weight: 800;
	font-size: 18px;
	line-height: 18px;
}

.enquiry .list span,
.enquiry .contact-box a {
	font-family:"acumin-pro";
	font-weight: 400;
}

.heading-1,
.inner-page--child .top-box .title-box h2,
.inner-page .top-box .title-box h2,
.about .building h2 {
	font-family:"acumin-pro";
	font-weight: 800;
	font-size: 64px;
	line-height: 64px;
}

.text-1,
.top-box .title-box h6,.projects-page .top-box p {
	font-family: "acumin-pro";
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}
.projects-page .top-box p{
    color: #6f6f6f;
    }
.heading-2.enquiry-box:first-child h3,
.enquiry-box:last-child h3,
.inner-page.stainless-steel-page .tabs__item .title-box h3,
.img-box-big .heading-2,
.inner-page--detail .slider-projects h3,
.title-box h3,
.heading-2-div h3,
.projects__title h3,
.certification__title h3,
.about .building__content h3,
.accreditation .bottom-box__content .col-box-6 p,
.inner-page.frp-page .tabs__item .title-box h3,
.specification-page .projects-page__content .tabs__item .img-box-wrap--bottom h3,
#sheet-heading-2,
.intro .intro-desc h3,
.page-id-354 .tank-page__content h3,
.inner-page.why-choose-page .tabs__item .title-box h3 {
	font-family:"acumin-pro";
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
}

.text-2,
.inner-page h6,
.desc-box--no-padd-top p,
.text-2 p,
.about-page .building__content p,
.about-page .container-inner p,
.inner-page--child .tabs__item .title-box--left p,
.page-id-362 .heading-2-div ul li,
.intro .intro-desc .text-info,
.page-id-354 .tank-page__content ul li {
	font-family: "acumin-pro";
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.heading-3,
.enquiry .list h6,
.enquiry .contact-box h5,
.products__item-title,
.heading-3-div ul li,
#heading-3-list,
.footer .heading-3,
#lining-table th {
	font-family:"acumin-pro";
	font-weight: 800;
	font-size: 14px;
	line-height: 14px;
}

.head-3,
#project-ref h3,
.enquiry-box:first-child h3,
.head-3-div h3,
.inner-page.linihg-page .inner-page__bottom h3,
#normilize-titles h6,
.tank-page h3 {
	font-family:"acumin-pro";
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

.text-3,
.manufacturing-table-wrap table tr td,
.enquiry .contact-box p,
.enquiry .contact-box a,
.products__item-link,
.text-3-div h6,
#project-item-text-3 p,
#post-box-text-3 p,
.why-choose-page .post-box__content .projects__item p,
.lining-text-3-outer p,
#lining-table td,
.tank-page__content ul li, .normilize-titles p, #normilize-titles p {
	font-family: "acumin-pro";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.heading-4,
.heading-4-div h5,
#panel-size h5,
#composition,
#mech-head {
	font-family:"acumin-pro";
	font-weight: 800;
	font-size: 14px;
	line-height: 14px;
}

.text-4,
#text-4,
.accreditation p,
.accreditation .bottom-box__content .col-box-6 p,
.text-4-div p,
.enquiry .list span,
.table--small-text table td,
.small-note,
.table p.small-note,
.manufacturing-table-wrap .table__list li,
.small-note li {
	font-family: "acumin-pro";
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
}

.button-text {
	font-family:"acumin-pro";
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
}

#enquiry-cta,
.btn.btn-cta {
	font-family:"acumin-pro";
	font-weight: 800;
	font-size: 18px;
}

.frp-page .tabs__item .img-box-wrap .title-box--left h4 {
	font-family: "acumin-pro";
	font-weight: 800;
	font-size: 18px;
	line-height: 26px;
}

.font-black {
	font-weight: 800;
}

ul.menu .menu-item:first-child {
	margin-left: 0px;
}

.menu-main-container.desktop-menu .sub-menu .sub-menu-item>a {
	font-weight: 700;
}

.items-center {
	align-items: center;
}

.inner-page--child .tabs__item .row-wrap .why-choose-image-text,
.inner-page--child .tabs__item .title-box--lef,
.inner-page--child .tabs__item .title-box--left {
	padding: 100px 0rem;
}
.frp-page .tabs__item .img-box-wrap .title-box--left {
	padding: 90px 0rem;
}
.frp-page .tabs__item .title-box--bottom {
    padding: 0;
}
.frp-page .tabs__item .img-box-wrap--top {
    padding-bottom: 0rem;
}
.frp-page .tabs__item .img-box-wrap {
    padding: 0rem 0 0rem;
}
.inner-page--child .tabs__item .row-img-box {
	padding-top: 0PX;
	PADDING-BOTTOM: 0PX;
}

.burger-box__title {
	display: none;
}
.inner-page--detail .top-box .title-box,.page-id-13 .container-inner-text,.linihg-page .top-box .title-box, .projects-page .top-box .title-box,.page-id-341 .top-box .title-box{
   
    max-width: 1144px;
    margin: 0 auto;
}
.projects-page .top-box .container-inner{
    max-width:100%;
    }
.tabs__item .custom-width .title-box,.inner-page--child .tabs__item .parent-box{
max-width: 550px;
    padding: 100px 0px;
    margin: 0 auto;
}
.custom-width .title-box--left{
    max-width: 550px;
   
    margin: 0 auto;
    }
    .custom-width1 .parent-box{
        border-right:none !important;
        }
        .custom-width1{border-right: 3rem solid #d1d1d1;}
        .projects-page .top-box .title-box{border:none;}
        
@media only screen and (max-width: 1366px) {
	.list div {
		display: flex;
		align-items: center;
		padding-bottom: 10px;
	}
	.intro .intro-desc {
		margin: 0px 60px;
		left: auto;
	}
	.heading-1,
	.intro .intro-desc h3,
	.inner-page--child .top-box .title-box h2 {
		font-size: 45px;
		line-height: 45px;
	}
	.text-1,
	.intro .intro-desc .text-info,
	.top-box .title-box h6 {
		font-size: 18px;
		line-height: 28px;
	}
	.text-2,
	.inner-page h6,
	.desc-box--no-padd-top p {
		font-size: 15px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 1199px) {
	.tab-buttons-row .btn,
	.button-text {
		font-size: 11px;
		line-height: 16px;
		margin-right: 21rem;
	}
}

@media only screen and (max-width: 991px) {
	.header .logo {
		margin-left: 59px;
	}
	.heading-2.enquiry-box:first-child h3,
	.enquiry-box:last-child h3,
	.inner-page.stainless-steel-page .tabs__item .title-box h3,
	.img-box-big .heading-2,
	.inner-page--detail .slider-projects h3,
	.title-box h3,
	.projects__title h3,
	.certification__title h3 {
		font-size: 28px;
		line-height: 28px;
	}
	.heading-1,
	.intro .intro-desc h3,
	.inner-page--child .top-box .title-box h2 {
		font-size: 37px;
		line-height: 37px;
	}
	.text-1,
	.intro .intro-desc .text-info,
	.top-box .title-box h6 {
		font-size: 15px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.heading-1,
	.intro .intro-desc h3,
	.inner-page--child .top-box .title-box h2 {
		font-size: 28px;
		line-height: 28px;
	}
	.text-1,
	.intro .intro-desc .text-info,
	.top-box .title-box h6 {
		font-size: 15px;
		line-height: 22px;
	}
	.text-3,
	.enquiry .list span,
	.enquiry .contact-box p,
	.enquiry .contact-box a,
	.products__item-link {
		font-size: 12px;
		line-height: 17px;
	}
	.heading-2.enquiry-box:first-child h3,
	.enquiry-box:last-child h3,
	.inner-page.stainless-steel-page .tabs__item .title-box h3,
	.img-box-big .heading-2,
	.inner-page--detail .slider-projects h3,
	.title-box h3,
	.projects__title h3,
	.certification__title h3 {
		font-size: 22px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 575px) {
	.intro .intro-desc {
		margin: 30rem 0px;
		left: auto;
	}
}

@media only screen and (max-width:375px) {
	.heading-1,
	.intro .intro-desc h3,
	.inner-page--child .top-box .title-box h2 {
		font-size: 27px;
		line-height: 27px;
	}
	.heading-2.enquiry-box:first-child h3,
	.enquiry-box:last-child h3,
	.inner-page.stainless-steel-page .tabs__item .title-box h3,
	.img-box-big .heading-2,
	.inner-page--detail .slider-projects h3,
	.title-box h3,
	.projects__title h3,
	.certification__title h3 {
		font-size: 21px;
		line-height: 21px;
	}
	
	.upcomingProject {
  border-color: #000 !important;
  color: #000 !important;
  position: inherit !important;
}
}