*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.woff2") format("woff2"),
    url("../font/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Light.woff2") format("woff2"),
    url("../font/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Medium.woff2") format("woff2"),
    url("../font/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-SemiBold.woff2") format("woff2"),
    url("../font/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Bold.woff2") format("woff2"),
    url("../font/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-ExtraBold.woff2") format("woff2"),
    url("../font/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #eb6221;
  --grey-font: #333333;
  --border-color: #d9d9d9;
  --grey-para-font: #333;
}

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%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #333333;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: 0.512vw;
}

.col-1 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-25 {
  width: 25%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 40%;
}

.col-5 {
  width: 50%;
}

.col-6 {
  width: 60%;
}

.col-7 {
  width: 70%;
}

.col-8 {
  width: 80%;
}

.col-9 {
  width: 90%;
}

.col-85 {
  width: 85%;
}

.col-45 {
  width: 45%;
}

.col-55 {
  width: 55%;
}

.col-65 {
  width: 65%;
}

.col-35 {
  width: 35%;
}

.col-75 {
  width: 75%;
}

.col-65 {
  width: 65%;
}

.col-100,
.full-col {
  width: 100%;
}

.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.flex-center {
  align-items: center;
}
.flex-up {
  align-items: flex-start;
}

.flex-down {
  align-items: flex-end;
}

.ctn,
.center {
  text-align: center;
}

.center-div,
.box-center {
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.col-center {
  margin-right: auto;
  margin-left: auto;
}

.slick-track {
  display: flex !important;
  flex-wrap: nowrap;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

header {
  background-color: transparent;
  width: 100%;
  z-index: 111;
  padding-bottom: 0;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

header .wrapper {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.button_container {
  display: none;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  background-color: var(--web-blue);
}

header .logo-box {
  width: auto;
}

header .logo-box img {
  width: 9.2rem;
  object-fit: contain;
  height: 6.8rem;
}

header nav {
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 145rem;
}

header nav ul.flex-box {
  align-items: center;
}

header nav ul li {
  padding: 0 0 0 10rem;
  position: relative;
}

header nav ul li a {
  font-size: 2.2em;
  font-weight: 600;
  color: #fff;
  transition: ease-in-out 0.3s;
  position: relative;
}

header nav ul li a::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0;
  height: 0.2rem;
  bottom: -1rem;
  left: 0;
  transition: ease-in-out 0.3s;
}

header nav ul li a:hover::after {
  width: 100%;
}

h1,
.h1 {
  font-size: 8.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 4rem;
  letter-spacing: -0.3rem;
}

h2 {
  font-size: 5.8rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 2rem;
  letter-spacing: -0.2rem;
}

h2 strong {
  color: #eb6221 !important;
  font-weight: 700;
}

.white-text > *,
.white-text {
  color: #fff;
}

h3 {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 3rem;
}

h5 {
  font-size: 3rem;
  font-family: "Open Sans";
  font-weight: 500;
  line-height: 1.4;
}

.h6,
h6 {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--grey-font);
  text-transform: uppercase;
  margin-bottom: 2rem;
}

p {
  font-size: 2rem;
  color: var(--grey-para-font);
  line-height: 1.6;
  font-weight: 500;
  margin: 2rem 0;
}

.sm {
  font-size: 2rem;
}

.com-padding {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.bottom-padding {
  padding-bottom: 16rem;
}

.top-padding {
  padding-top: 16rem;
}

.show-767 {
  display: none !important;
}

img {
  max-width: 100%;
}

.sticky-video-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100rem;
}

.sticky-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  font-size: 1.8rem;
  background-color: var(--orange);
  color: #fff;
  padding: 2rem 7rem 2rem 3.3rem;
  border-radius: 3rem;
  position: relative;
  border: 1px solid var(--orange);
  font-weight: 600;
  margin-top: 2rem;
  display: inline-block;
  transition: all linear 0.2s;
}

.btn::after {
  content: "";
  position: absolute;
  background: url(../img/btn-icon-1.png) no-repeat center;
  width: 1.4rem;
  height: 1.4rem;
  background-size: contain;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all linear 0.2s;
}

.btn:hover::after {
  transform: translate(3rem, -3rem);
  opacity: 0;
}

.btn:hover {
  background-color: #fff;
  color: var(--orange);
}

.view-btn {
  font-size: 1.8rem;
  background-color: transparent;
  color: #333;
  padding: 2rem 7rem 2rem 3.3rem;
  border-radius: 3rem;
  position: relative;
  border: 1px solid #a7a7a7;
  font-weight: 600;
  margin-top: 2rem;
  display: inline-block;
  transition: all linear 0.2s;
}

.view-btn::after {
  content: "";
  position: absolute;
  background: url(../img/btn-icon-2.png) no-repeat center;
  width: 0.9rem;
  height: 1.4rem;
  background-size: contain;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all linear 0.2s;
  filter: brightness(0);
}

.view-btn:hover::after {
  filter: brightness(100);
}

.view-btn:hover {
  background-color: var(--orange);
  color: #fff;
  border-color: var(--orange);
}

.hp-banner-section {
  position: relative;
  height: 100rem;
}

.grey-bg {
  background-color: #f6f6f6;
}

.bg-video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-product-info-section .heading-box {
  position: relative;
  z-index: 6;
  margin-top: 6rem;
}

.sticky {
  position: sticky;
  top: 12rem;
  left: 0;
}

.experience-info-section .text-box h3 {
  margin-top: 8rem;
}

ul.usp-list li {
  max-width: 41rem;
}

ul.usp-list li p {
  font-size: 2.6rem;
  color: #333;
  font-weight: 600;
}

ul.usp-list li h5 {
  font-size: 11rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.experience-info-section ul.usp-list {
  margin-top: 20rem;
}

ul.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 4rem;
  grid-column-gap: 2rem;
  margin-top: 9rem;
}

ul.product-list li .product-box {
  transition: all linear 0.2s;
  border-radius: 1.5rem;
  padding: 4rem 0;
}

ul.product-list li .product-box:hover {
  background-color: #ecf1ec;
}

ul.product-list li .product-box .product-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 40rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

ul.product-list li .product-box .product-content {
  text-align: center;
}

ul.product-list li .product-box .product-content h4 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

ul.product-list li .product-box .product-content p {
  max-width: 45rem;
  margin: 0 auto;
}

.hp-product-info-section {
  height: 108rem;
}

ul.info-list {
  margin-top: 10rem;
}

ul.info-list li {
  width: 33.33%;
  position: relative;
  padding-left: 4rem;
  padding-right: 3rem;
}

ul.info-list li p {
  margin-bottom: 0;
  font-size: 2.3rem;
  max-width: 35rem;
}

ul.info-list li:first-child {
  padding-left: 0;
}

ul.info-list li:first-child::after {
  display: none;
}

ul.info-list li img {
  width: 4.7rem;
  aspect-ratio: 3/3;
  object-fit: contain;
  object-position: center;
}

ul.info-list li::after {
  content: "";
  position: absolute;
  background-color: rgba(217, 217, 217, 0.3);
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}

ul.text-info-list::after {
  content: "";
  position: absolute;
  background-color: #d9d9d9;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}

ul.text-info-list li {
  width: 50%;
  padding: 0 4rem;
  border-right: 1px solid #d9d9d9;
}

ul.text-info-list li p {
  font-size: 2.4rem;
  font-weight: 600;
}

ul.text-info-list li h4 {
  font-size: 11rem;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}

ul.text-info-list {
  align-items: center;
  position: relative;
}

.hp-infrastructure-section .grid-img-box {
  margin-top: 10rem;
}

.hp-infrastructure-section .grid-img-box img {
  width: 100%;
  height: 100%;
  max-height: 62rem;
  object-fit: cover;
  border-radius: 1.5rem;
}

.hp-infrastructure-section .grid-img-box .img-box {
  margin: 0 1.5rem;
}
.career-faqs-list-item {
  padding: 3rem 0;
  border-bottom: 1px solid #a4a4a4;
  justify-content: space-between;
}

.career-faqs-list-item:last-child {
  border-bottom: 1px solid #a4a4a4;
}

.career-faq-title .career-faq-info-item:first-child {
  width: 35%;
  padding-right: 4rem;
}

.career-faq-title .career-faq-info-item:nth-child(2) {
  width: 18%;
}

.career-faq-info-item:nth-child(3) {
  width: 18%;
  border-right: 0 !important;
}

.career-faq-title .career-faq-info-item:not(:last-child) {
  border-right: 1px solid #a4a4a4;
}

.career-faq-icon {
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 100%;
  border: 1px solid #bdbdbd;
  position: relative;
}

.career-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/faq-arrow-down.webp);
  width: 2.8rem;
  height: 1.5rem;
  margin: auto;
}

.career-faq-info-item h6 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #878787;
  margin-bottom: 1rem;
}

.career-faq-info-item h4,
.career-faq-info-item h5 {
  font-size: 3rem;
  margin-bottom: 0;
}

.career-faqs-list-item:first-child {
  border-top: 1px solid #a4a4a4;
}

.career-faqs-container {
  padding-top: 8rem;
}

.career-faq-list-description {
  display: none;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.career-faq-title.active .career-faq-icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.career-faq-list-description h6 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #878787;
}

.career-faq-list-description .btn-primary {
  border-radius: 1.5rem;
  padding: 1.9rem 2.7rem;
  font-size: 2.4rem;
  margin-top: 3rem;
}

.career-faq-list-description .btn-primary img {
  margin-left: 4.5rem;
}

.border-btn {
  text-align: center;
  position: relative;
  margin-top: 6rem;
}

.border-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  top: 63%;
  z-index: 0;
}

span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.border-btn a {
  position: relative;
  z-index: 1;
}

.lastest-news-slick-list .news-box::after {
  content: "";
  position: absolute;
  background: linear-gradient( 180deg, rgba(51, 51, 51, 0) 50.87%, rgba(51, 51, 51, 0.665894) 100.25%, #333 105.31% );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 1.5rem;
}

.lastest-news-slick-list .news-box .news-img img {
  width: 100%;
  border-radius: 1.5rem;
  max-height: 80rem;
  object-fit: cover;
}

.lastest-news-slick-list .news-box {
  position: relative;
  width: 100%;
  font-size: 0;
  border-radius: 1.5rem;
  margin: 0 2rem;
}

.lastest-news-slick-list .news-box .news-content {
  position: absolute;
  bottom: 6rem;
  left: 6rem;
  z-index: 2;
  align-items: flex-start;
  justify-content: space-between;
  width: 85%;
}

.lastest-news-slick-list .news-box .news-content .txt {
  max-width: 90rem;
}

.lastest-news-slick-list .news-box .news-content a.view-btn {
  color: #fff;
  border-color: #fff;
}

.lastest-news-slick-list .news-box .news-content a.view-btn::after {
  filter: brightness(100);
}

.lastest-news-slick-list .news-box .news-content h4 {
  margin-bottom: 0;
  margin-top: 2.5rem;
  font-size: 4rem;
  font-weight: 700;
}

.slick-arrow {
  background: transparent;
  border: 0;
  padding: 0;
}

.slick-arrow img {
  width: 10.7rem;
  height: 10.7rem;
  object-fit: contain;
}

.lastest-news-slick-list .slick-arrow {
  position: absolute;
  top: -25rem;
  right: 15rem;
}

.lastest-news-slick-list .slick-prev.slick-arrow {
  right: 28rem;
}

.slider-container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.lastest-news-section .slider-container {
  margin-top: 10rem;
}

.orange-bg {
  background-color: var(--orange);
}

.react-out-section ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
select option{
  font-family: "Open Sans", sans-serif;
}
.react-out-section ul li .txt {
  margin-left: 1.5rem;
  grid-column-gap: 1.5rem;
}

.react-out-section ul li img {
  width: 2rem;
  aspect-ratio: 2/2;
  object-fit: contain;
  object-position: center;
}

.react-out-section ul li h6 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.react-out-section ul li a {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.react-out-section ul {
  margin-top: 8rem;
}

.form-box input {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-size: 2.2rem;
  padding: 0 0 2rem 0;
  color: #fff;
  font-weight: 500;
  font-family: "Open Sans";
  margin-bottom: 4.5rem;
  border-bottom: 1px solid #fff;
}
.form-box input::placeholder{
  color: #ffffff;
}

.form-box textarea {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-size: 2.2rem;
  padding: 0 0 2rem 0;
  color: #fff;
  font-weight: 500;
  font-family: "Open Sans";
  margin-bottom: 4.5rem;
  border-bottom: 1px solid #fff;
  height: 10rem;
}

h6.sub-title {
  color: #fff;
  background-color: var(--orange);
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 3rem;
  margin-bottom: 5rem;
}

.form-box .btn {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  padding-right: 10rem;
}

footer {
  position: relative;
  z-index: 5;
  background: #0f0f0f;
}

footer {
  padding: 10rem 0 4rem;
}

ul.product-list li .product-box .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

footer .top-footer {
  grid-column-gap: 10rem;
  justify-content: space-between;
  margin-bottom: 10rem;
}

.top-footer .social-list-box {
  width: 40%;
}

.top-footer .social-list-box p {
  color: #fff;
  font-size: 1.8rem;
}

.top-footer .social-list-box .social-list {
  align-items: center;
  grid-column-gap: 1rem;
  margin-top: 4rem;
}

.top-footer .footer-nav {
  width: 50%;
  justify-content: space-between;
  padding-right: 10rem;
  border-right: 1px solid rgba(217, 217, 217, 0.295);
}

.top-footer .footer-nav .nav-list {
  padding-left: 10rem;
  border-left: 1px solid rgba(217, 217, 217, 0.295);
}

.top-footer .footer-nav .nav-list h5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.top-footer .footer-nav .nav-list ul li {
  margin-bottom: 2rem;
}

.top-footer .footer-nav .nav-list ul li:last-child {
  margin-bottom: 0;
}

.top-footer .footer-nav .nav-list ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  transition: all linear 0.2s;
  display: block;
}

.top-footer .footer-nav .nav-list ul li a:hover {
  color: var(--orange);
}

.footer-logo-box {
  margin-bottom: 10rem;
  text-align: center;
}
.footer-logo-box img {
  width: 90%;
}
footer .footer-logo {
  text-align: center;
}

footer .footer-logo img {
  width: 100%;
  margin: 0 auto;
}

footer .bottom-footer p {
  color: #fff;
  font-size: 1.8rem;
}

.blue-header .wrapper {
  background-color: #0f0f0f;
  padding: 1rem 5rem;
  border-radius: 5rem;
  border: 1px solid var(--orange);
}

.blue-header .wrapper a.btn {
  margin-top: 0;
}
header.blue-header nav ul li a {
  color: var(--orange);
}
header.blue-header nav ul li a::after {
  background-color: var(--orange);
}
.blue-header .logo-box img {
  width: 7.2rem;
  height: 4.8rem;
}

.blogs-banner-section h1 {
  color: #000;
  margin-bottom: 10rem;
}

.blogs-banner-section {
  padding-top: 25rem;
}

.feature-image-box img {
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  border-radius: 1rem;
}

.feature-image-box {
  text-align: center;
}

.blog-content-section .flex-box {
  justify-content: center;
}

.blog-content-section {
  padding: 10rem 0;
}

.generic-content-box h3 {
  margin-bottom: 3rem;
  margin-top: 4rem;
}

header .wrapper a.btn {
  margin-top: 0;
}

.related-blogs-section .heading-box {
  margin-bottom: 8rem;
}

.related-blogs-section .heading-box a.btn {
  margin-top: 0;
}

ul.blogs-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 4rem;
  grid-column-gap: 4rem;
}

ul.blogs-listing .img-box img {
  width: 100%;
  border-radius: 1.5rem;
  max-height: 25rem;
}

ul.blogs-listing .img-box {
  margin-bottom: 2rem;
}

ul.blogs-listing li {
  background-color: #fff;
  padding: 3rem 3rem;
  border-radius: 1.5rem;
}

ul.blogs-listing li h5 {
  font-size: 2.7rem;
  font-weight: 700;
}

.generic-banner-section {
  padding: 25rem 0;
}

.banner-bottom-section {
  height: 100rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

.generic-banner-section {
  background: no-repeat center;
  background-size: cover;
}

#header.blue-header {
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 111;
}

#header.blue-header .wrapper {
  max-width: 1500px;
}

.grid-img-box .txt {
  margin-top: 3rem;
}

.grid-img-box .txt strong {
  font-size: 1.6rem;
  color: var(--orange);
  font-weight: 700;
}

.grid-img-box .txt h6 {
  margin-bottom: 0.8rem;
}

.grid-img-box .txt p {
  font-size: 1.8rem;
}

ul.breadcrumb-grp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

ul.breadcrumb-grp li {
  color: #fff;
  font-size: 2rem;
  position: relative;
  padding-right: 3rem;
  margin-right: 2rem;
}

ul.breadcrumb-grp li:last-child {
  margin-right: 0;
  padding-right: 0;
}

ul.breadcrumb-grp li:last-child::after {
  display: none;
}

ul.breadcrumb-grp li::after {
  content: "";
  position: absolute;
  background: url(../img/breadcrumb-arrow.png) no-repeat;
  width: 0.8rem;
  height: 1.5rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}

.product-image-slider .img-box {
  margin-right: 4rem;
}

.product-image-slider .img-box img {
  width: 100%;
  border-radius: 1.5rem;
  max-height: 56.6rem;
}

.product-usp-info-section {
  background-color: var(--orange);
  padding: 9rem 0;
}

ul.product-usp-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid var(--border-color);
}

ul.product-usp-list li {
  width: 25%;
  text-align: center;
  padding: 0 5rem;
  border-left: 1px solid var(--border-color);
}

ul.product-usp-list li img {
  width: 7rem;
  aspect-ratio: 3/3;
  object-fit: contain;
  object-position: center;
}

ul.product-usp-list li h4 {
  color: #fff;
  font-size: 2.6rem;
  margin: 2.5rem 0;
}

ul.product-usp-list li p {
  color: #fff;
  font-size: 2rem;
}

.product-info-left {
  border: 1px solid #dddddd;
  border-radius: 1.5rem;
  padding: 5rem 4rem;
}

.product-info-left h6 {
  font-size: 3.2rem;
  color: #111;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 700;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
}

.product-info-left ul li {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #d2d2d2;
}

.product-info-left ul li h5 {
  font-size: 2.6rem;
  color: #333;
  font-weight: 600;
  position: relative;
}

ul.product-name-list li.current h5 {
  color: var(--orange);
}

.product-image-slider {
  margin: 5rem 0;
}

.product-info-right ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-row-gap: 2.5rem;
  margin: 5rem 0;
}

.product-info-right ul li {
  width: 50%;
  padding-left: 5rem;
  padding-right: 5rem;
  border-left: 1px solid #d9d9d9;
}

.product-info-right ul li:nth-child(2),
.product-info-right ul li:nth-child(4) {
  border-right: 1px solid #d9d9d9;
}

.product-info-right ul li p {
  margin: 0;
  font-size: 2rem;
  padding-left: 3rem;
}

.product-info-right ul li img {
  width: 5rem;
  aspect-ratio: 3/3;
  object-fit: contain;
  object-position: center;
}
.bottom-description-box ul {
  display: block;
  margin: 2rem 0;
  padding-left: 3rem;
}
.bottom-description-box ul li {
  color: var(--grey-para-font);
  line-height: 1.6;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  padding-right: 0;
  border-left: 0 !important;
  border-right: 0 !important;
  width: 100%;
}
.bottom-description-box h3 {
  margin-bottom: 1.5rem;
}
.bottom-description-box h4 {
  font-weight: 600;
  font-size: 3rem;
}
.bottom-description-box ul li::before {
  content: "";
  position: absolute;
  background: #000;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 1.2rem;
  border-radius: 50%;
}
.tube-size-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 7rem 6rem;
  border-radius: 2rem;
  justify-content: flex-start;
  margin-top: 10rem;
}

.tube-size-table .row {
  width: 33.33%;
  position: relative;
}

.tube-size-table .row::after {
  content: "";
  position: absolute;
  background-color: #d9d9d9;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}

.tube-size-table .row:last-child::after {
  display: none;
}

.tube-size-table h6.head {
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  padding: 0.7rem 3rem;
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid #d9d9d9;
  letter-spacing: 0;
}

.tube-size-table .txt {
  font-size: 2.4rem;
  color: #000;
  font-weight: 400;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}

.tube-size-table .txt:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.recycling-banner-section {
  background: no-repeat center;
  background-size: cover;
  height: 110rem;
  background-attachment: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}

.recycling-banner-section .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recycling-banner-section .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recycling-banner-section .flex-box.space-between {
  position: relative;
  z-index: 11;
}

.recycling-banner-section ul.usp-info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  margin-top: 18rem;
  border-left: 1px solid #d9d9d9;
}

.recycling-banner-section ul.usp-info-list li {
  text-align: center;
  padding: 1rem 0;
  border-right: 1px solid #d9d9d9;
}

ul.usp-info-list li h5 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 auto;
  width: 90%;
  margin-top: 3rem;
}

ul.usp-info-list li img {
  width: 5rem;
  aspect-ratio: 3/3;
  object-fit: contain;
  object-position: center;
}

ul.recycling-usp-list {
  border-top: 1px solid #d9d9d9;
  padding-top: 5rem;
}

ul.recycling-usp-list li h5 {
  font-size: 2.6rem;
  font-weight: 700;
}

ul.recycling-usp-list li p {
  margin-bottom: 0;
  color: #fff;
}

ul.recycling-usp-list li {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}

.our-inverstor-section ul.usp-list {
  margin-top: 15rem;
  border-top: 1px solid #979797;
  justify-content: space-between;
  position: relative;
}

.our-inverstor-section ul.usp-list li {
  padding: 5rem 0;
}

.our-inverstor-section ul.usp-list li p {
  margin-top: 0;
}

.our-inverstor-section ul.usp-list li h5 {
  font-size: 10rem;
}

.our-inverstor-section .btn-box {
  grid-column-gap: 2rem;
}

.our-inverstor-section .btn-box a.btn {
  min-width: 30rem;
}

.btn.trans-btn {
  background-color: #fff;
  color: var(--orange);
}

.btn.trans-btn::after {
  background-image: url(../img/trans-btn-icon.png);
}

.btn.trans-btn:hover {
  background-color: var(--orange);
  color: #fff;
}

.react-out-section.grey-bg .form-box input,
.react-out-section.grey-bg .form-box textarea {
  color: #111;
  border-color: #626262;
}
.react-out-section.grey-bg .form-box input::placeholder,
.react-out-section.grey-bg .form-box textarea::placeholder{
  color: #111111;
}

.react-out-section.grey-bg .form-box .btn {
  background-color: var(--orange);
  border-color: var(--orange);
}

.react-out-section.grey-bg .form-box .btn:hover {
  background-color: #fff;
}

.react-out-section.grey-bg .form-box {
  padding-left: 5rem;
}

.product-banner-section {
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.product-banner-slider-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hp-banner-content {
  position: relative;
  z-index: 11;
}

.product-banner-slider-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100rem;
}

header.blue-header nav ul li {
  padding-left: 5rem;
}

header.blue-header .overlay-menu {
  min-width: 122rem;
}

#header.blue-header .wrapper {
  max-width: 1600px;
}

ul.key-client-logo {
  justify-content: space-between;
  border: 1px solid #979797;
  border-radius: 1.5rem;
  padding: 2.7rem 3rem;
  position: relative;
  flex-wrap: wrap;
}
ul.key-client-logo li:first-child {
  width: 100%;
}
ul.key-client-logo li {
  margin: 1rem 0;
  display: flex;
  position: relative;
  justify-content: center;
}

/* ul.key-client-logo li:nth-child(2)::after {
  content: '';
  position: absolute;
  background-color: #979797;
  width: 1px;
  height: 100%;
  top: 0;
  left: -4rem;
}

ul.key-client-logo li:nth-child(2)::before {
  content: '';
  position: absolute;
  background-color: #979797;
  width: 1px;
  height: 100%;
  top: 0;
  right: -4rem;
} */

ul.key-client-logo li img {
  width: 12rem;
  aspect-ratio: 3/1;
  object-fit: scale-down;
  object-position: center;
}

ul.key-client-logo::after {
  content: "Key Clients";
  position: absolute;
  font-size: 2rem;
  color: var(--grey-para-font);
  font-family: "Open Sans";
  font-weight: 600;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f6f6f6;
  padding: 0 1.2rem;
}

.product-info-right {
  margin-top: 10rem;
}

.product-info-right:first-child {
  margin-top: 0;
}

.product-banner-slider-box .img-box {
  height: 100%;
  width: 100%;
}

.thrive-content-head {
  margin-bottom: 13rem;
}

.thrive-usps-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: 7rem;
}

.thrive-image img {
  width: 100%;
  max-width: 64.7rem;
  border-radius: 2rem;
}

.thrive-usps-list-item {
  border-radius: 2.2rem;
  border: 0.91px solid #cacaca;
  padding: 4.5rem 5rem;
}

.thrive-usps-list-item img {
  width: 4.6rem;
}

.thrive-usps-list-content h4 {
  font-size: 3.1rem;
  font-weight: 500;
  color: #323232;
  margin: 3rem 0 2rem;
}

.thrive-usps-list-content p {
  font-size: 1.8rem;
  color: #818181;
}

.thrive-content-head h2 {
  margin-bottom: 12rem;
}

.logo-group-team {
  margin-top: 8rem;
  grid-column-gap: 2rem;
}

.thrive-usps-list-viewall {
  border-color: var(--orange);
  transition: 0.2s ease-in-out;
  padding: 0;
  border: 0;
  border-radius: 2.2rem;
}

.thrive-usps-list-viewall a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.91px solid var(--orange);
  padding: 4.5rem 6rem 4.5rem 4rem;
  border-radius: 2.2rem;
}

.orange-bg {
  background-color: var(--orange);
}

.thrive-usps-list-viewall a:hover .view-all-icon {
  transform: translate(0px, 10px);
}

.thrive-usps-list-viewall h4 {
  color: #fff;
  margin: 0 0 1.5rem 0;
}

.thrive-usps-list-viewall p {
  color: #fff;
  margin-bottom: 5rem;
}

.thrive-usps-list-viewall h6 {
  color: #fff;
}

.relative {
  position: relative;
}

.thrive-usps-list-viewall h6 {
  margin: 0;
  font-size: 2.4rem;
  border-bottom: 1px solid;
  display: inline;
  font-weight: 500;
  text-transform: inherit;
}

.view-all-icon {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  width: 5.4rem !important;
  transition: 0.2s ease-in-out;
}

.testimonial-slider-box {
  margin-top: 10rem;
}

.testimonial-box {
  text-align: center;
  padding: 5rem 7rem;
  border-radius: 2rem;
  border: 1px solid var(--border-color);
  margin: 0 1rem;
}

.testimonial-box .client-name-designation {
  margin-top: 5rem;
}

.testimonial-box .client-name-designation h5 {
  font-size: 2.2rem;
}

.testimonial-box .client-name-designation h6 {
  font-size: 1.7rem;
  margin-top: 1rem;
}

.testimonial-box h4 {
  font-weight: 600;
  min-height: 9rem;
}

.react-out-section ul li .txt h6 {
  text-align: left;
}
.accelerate-send-resume h4 {
  margin-top: 2rem;
}

.blogs-details-section {
  padding: 20rem 0 15rem 0;
}

.blogs-details-section .heading-box {
  text-align: center;
  margin-bottom: 10rem;
}

.blogs-details-section .heading-box h1 {
  color: #333;
  font-size: 7.5rem;
  max-width: 140rem;
  margin: 0 auto;
}

.featured-img-box {
  margin-bottom: 12rem;
  text-align: center;
}

.featured-img-box img {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  object-fit: cover;
  max-height: 90vh;
  min-height: 20rem;
}

.generic-content-box h2 {
  margin: 4rem 0 6rem;
}

.generic-content-box ul li {
  font-size: 2rem;
  color: var(--grey-para-font);
  line-height: 1.6;
  font-weight: 500;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
}

.generic-content-box ul li::after {
  content: "";
  position: absolute;
  background-color: var(--orange);
  width: 1rem;
  height: 1rem;
  top: 1rem;
  left: 0;
  border-radius: 50%;
}

.generic-content-box ul {
  margin: 3rem 0;
}

.service-form-box {
  background-color: var(--orange);
  padding: 6rem 4rem;
  border-radius: 3rem;
  position: sticky;
  top: 12rem;
}

.service-form-box h5 {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 3rem;
  font-weight: 600;
}

.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 65rem;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
}

.popup-box iframe {
  width: 100%;
  height: 65rem;
  border-radius: 5px;
}

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.popup-content {
  position: relative;
  background-color: #eb6221;
  padding: 5rem;
}
/* Close Button */
.close-btn {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.popup-overlay.active {
    opacity: 1;
    pointer-events: all;
}
.popup-box.active {
    opacity: 1;
    pointer-events: all;
}
.our-project-section .gallery-slider-box .img-box {
  margin-top: 0;
}
.close-btn button {
  cursor: pointer;
  border-radius: 50%;
  transition: all linear 0.1s;
}
.close-btn button img {
  width: 4.5rem;
  object-fit: contain;
}

.documents-list .flex-box {
  justify-content: space-between;
  align-items: center;
}

.documents-list .flex-box .view-btn {
  margin-top: 0;
}

.documents-list .flex-box .text-box p {
  margin-bottom: 0;
}

.documents-list .flex-box .text-box {
  width: 80%;
}

.relevant-docs-section .heading-box {
  margin-bottom: 10rem;
}

.documents-list-box .documents-list {
  background-color: #f6f6f6;
  padding: 4rem 5rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}

.download-pdf-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 4rem;
  grid-column-gap: 4rem;
  margin-top: 9rem;
}

.download-pdf-list .download-pdf-box {
  position: relative;
  overflow: hidden;
}

.download-pdf-list .download-pdf-box .img-box img {
  transform: scale(1);
  transition: ease-in-out 0.2s;
}

.download-pdf-list .download-pdf-box .text-box {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  width: 70%;
  z-index: 2;
}

.documents-list .pdf-box {
  margin-bottom: 3rem;
}
.download-pdf-list .download-pdf-box .text-box h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 3rem;
}

.download-pdf-list .download-pdf-box .text-box p {
  margin-bottom: 0;
  font-size: 1.8rem;
  margin-top: 1rem;
  color: #fff;
  line-height: 1.4;
}

.download-pdf-list .download-pdf-box a.download-icon {
  position: absolute;
  bottom: 6rem;
  right: 3rem;
  z-index: 2;
  transition: ease-in-out 0.2s;
}

.download-pdf-list .download-pdf-box a.download-icon img {
  width: 5rem;
  height: 6rem;
  object-fit: contain;
  filter: invert(1);
}

.download-pdf-list .download-pdf-box a.download-icon:hover {
  bottom: 5.5rem;
}

.download-pdf-list .download-pdf-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 9.25%,
    rgba(0, 0, 0, 0.708081) 102.27%,
    #000 100.17%
  );
  z-index: 1;
}

.recycling-banner-section .video-box::after {
  content: "";
  position: absolute;
  background-color: #00000057;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.generic-banner-section {
  position: relative;
}
.bg-video-box::after,
.generic-banner-section::after {
  content: "";
  position: absolute;
  background-color: #00000057;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.generic-banner-section .heading-box {
  position: relative;
  z-index: 2;
}

ul.product-list li .product-box .hover-text {
  font-size: 16.5rem;
  position: absolute;
  text-align: center;
  color: var(--orange);
  font-weight: 700;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: cubic-bezier(1, -0.33, 0.17, 1.02) 0.3s;
  opacity: 0;
}
ul.product-list li .product-box:hover .hover-text {
  top: 50%;
  opacity: 1;
}

.download-pdf-list .download-pdf-box:hover .img-box img {
  transform: scale(1.1);
}
.wpcf7-not-valid-tip{
  text-transform: unset;
  margin-bottom: 1rem;
}
.orange-bg .wpcf7-not-valid-tip{
  color: ref;
}
.about-team-image img {
  width: 100%;
  max-width: 66rem;
  border-radius: 2rem;
}
.form-box select {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-size: 2.2rem;
  padding: 0 0 2rem 0;
  color: #ffffff;
  font-weight: 500;
  font-family: "Open Sans";
  margin-bottom: 4.5rem;
  border-bottom: 1px solid #fff;
}
.form-box select option{
  color: #000000;
  font-family: "Open Sans";
}
select:focus,
input:focus{
  outline: none !important;
}
.grid-img-box .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.grid-img-box .slick-arrow img {
  width: 10.7rem;
  height: 10.7rem;
  object-fit: contain;
}
.grid-img-box .slick-next.slick-arrow {
  right: -11rem;
}
.grid-img-box .slick-prev.slick-arrow {
  left: -11rem;
}
section.hp-infrastructure-section.com-padding {
  margin-bottom: -1px;
}
.contactus-location-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 3.5rem;
  grid-column-gap: 3.5rem;
}
.product-info-box {
  display: none;
}

.logo-group-team li img {
  width: 10rem;
  object-fit: contain;
}
.hp-infrastructure-section .grid-img-box .img-box .img {
  position: relative;
}
.hp-infrastructure-section .grid-img-box .img-box .location-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000bf;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all linear 0.2s;
}
.hp-infrastructure-section .grid-img-box .img-box .location-icon img {
  width: 10rem;
  object-fit: contain;
}
.hp-infrastructure-section .grid-img-box .img-box:hover .location-icon {
  opacity: 1;
  display: flex;
}

ul.intro-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 3rem;
  grid-column-gap: 3rem;
}
ul.intro-list li {
  border: 1px solid var(--border-color);
  border-radius: 1.5rem;
  padding: 5rem 4rem;
}
ul.intro-list li h5 {
  font-size: 4.5rem;
  letter-spacing: 0;
  color: var(--orange);
  line-height: 1.2;
}
ul.intro-list li p {
  margin-bottom: 0;
}

.our-journey-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-right: 2px solid var(--orange);
  border-radius: 2rem;
  max-width: 145rem;
  margin-right: 4rem;
}
.our-journey-box .img-box {
  position: relative;
  width: 50%;
  min-width: 70rem;
}
.our-journey-box .img-box .txt {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  z-index: 2;
}

.our-journey-box .img-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  content: "";
  border-radius: 2rem;
}
.our-journey-box .img-box .txt h3 {
  font-size: 6.5rem;
  font-weight: 500;
  color: #fff;
}
.our-journey-box .img-box img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
  max-width: 75rem;
  height: 46.5rem;
}
.our-journey-box .text-box {
  padding: 5rem 8rem;
  height: 100%;
}
.our-journey-box .text-box h4 {
  margin-bottom: 0;
  font-weight: 700;
}
.our-journey-year-list .year-box {
  font-size: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #333;
  position: relative;
  min-width: 20rem;
  margin-bottom: 1rem;
}
.our-journey-year-list .year-box::after {
  content: "";
  position: absolute;
  background-color: #333;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  bottom: -0.5rem;
  left: 0;
}

.our-journey-slider .slick-arrow {
  position: absolute;
  top: -37rem;
  right: 0;
}
.our-journey-slider-box {
  margin-top: 10rem;
}
.our-journey-slider .slick-prev.slick-arrow {
  right: 13rem;
}
.our-journey-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.our-journey-slider .slick-arrow img {
  transition: all linear 0.2s;
  opacity: 0.7;
}
.our-journey-slider .slick-arrow:hover {
  opacity: 1;
}
.our-journey-year-list {
  margin-bottom: 8rem;
}
.our-journey-year-list .year-box.is-active {
  color: var(--orange);
  border-color: var(--orange);
}
.our-journey-year-list .year-box.is-active::after {
  background-color: var(--orange);
}

.our-team-list {
  margin-top: 12rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 5rem;
  grid-column-gap: 5rem;
}
.our-team-list .our-team-box {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}
.our-team-list .our-team-box .img {
  position: relative;
  height: 100%;
}
.our-team-list .our-team-box .img::after {
  content: "";
  position: absolute;
  background: rgb(12, 26, 45);
  background: linear-gradient(
    180deg,
    rgba(12, 26, 45, 0) 0%,
    rgba(12, 26, 45, 1) 100%,
    rgba(12, 26, 45, 1) 100%
  );
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  border-radius: 1.5rem;
  transition: all 0.1s ease-in-out;
}
.our-team-list .our-team-box:hover .img::after {
  height: 100%;
}

.our-team-list .our-team-box .hover-box {
  position: absolute;
  top: -20rem;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8rem 3rem;
  background: rgb(12, 26, 45);
  background: linear-gradient(
    0deg,
    rgba(12, 26, 45, 0) 0%,
    rgba(12, 26, 45, 1) 100%,
    rgba(12, 26, 45, 1) 100%
  );
  text-align: center;
  display: none;
  transition: all linear 0.2s;
}
.our-team-list .our-team-box .hover-box h6 {
  color: #fff;
  text-transform: none;
  line-height: 1.3;
}
.our-team-list .our-team-box .hover-box p {
  color: #fff;
}
.our-team-list .our-team-box:hover .hover-box {
  display: block;
  top: 0;
}
.our-team-list .our-team-box:hover .text-box {
  display: none;
}
.our-team-list .our-team-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 0.2s;
  max-height: 70rem;
}
.our-team-list .our-team-box:hover img {
  transform: scale(1.1);
}
.our-team-list .our-team-box .text-box {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all linear 0.3s;
  width: 88%;
  z-index: 2;
}
.our-team-list .our-team-box .text-box h6 {
  color: #fff;
}
.our-team-list .our-team-box .text-box span {
  color: #fff;
  letter-spacing: 0;
  display: block;
  line-height: 1.3;
  font-size: 1.5rem;
}

.mission-vision-section ul.recycling-usp-list li img.qoute-icon {
  width: 7.5rem;
  object-fit: contain;
  margin-bottom: 5rem;
}
.mission-vision-section ul.usp-info-list li img {
  filter: brightness(15);
  width: 9rem;
}
.mission-vision-section ul.recycling-usp-list li h4 {
  font-size: 5rem;
  font-weight: 700;
}
.mission-vision-section ul.recycling-usp-list li {
  padding-bottom: 12rem;
}
.mission-vision-section ul.recycling-usp-list li:last-child {
  margin-top: 12rem;
}
.mission-vision-section ul.usp-info-list {
  margin-top: 65rem;
}

.mission-vision-section ul.recycling-usp-list {
  padding-top: 10rem;
}
.our-values-section .heading-box img {
  width: 100%;
  border-radius: 1.5rem;
  margin-top: 5rem;
  height: 56rem;
  object-fit: cover;
}
.our-project-silder-section {
  background-color: #f6f6f6;
}
.our-project-section {
  position: relative;
}
.our-project-section:nth-child(even) {
  padding: 10rem 0;
}
.our-project-section:nth-child(odd) .flex-box {
  flex-direction: row-reverse;
}
.our-project-section .flex-box {
  position: relative;
  z-index: 1;
  align-items: center;
}
/* .our-project-section::after{
  content: '';
  position: absolute;
  background-color: #00000082;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
} */
ul.our-values-list {
  border-top: 1px solid var(--border-color);
  padding-top: 5rem;
}
ul.our-values-list li h3 {
  -webkit-text-stroke: 1px var(--orange);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: -3px;
  padding-right: 4rem;
}
ul.our-values-list li {
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
ul.our-values-list li:last-child {
  margin-bottom: 0;
}
.our-project-section .tube-size-table .row {
  width: 50%;
}
.our-project-section .tube-size-table .txt {
  color: #000;
  font-size: 2rem;
}

.our-project-section .tube-size-table {
  margin-top: 0;
}

.recycling-banner-section.mission-vision-section {
  height: 100%;
  position: relative;
}
.recycling-banner-section.mission-vision-section::after {
  content: "";
  position: absolute;
  background-color: #00000082;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.our-project-silder-section .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.our-project-silder-section .slick-arrow.slick-next {
  right: -4rem;
  left: auto;
}
.our-project-silder-section .slick-arrow.slick-prev {
  left: -4rem;
  z-index: 11;
}
.our-project-silder-section .slick-arrow img {
  width: 6.5rem;
  height: 6.5rem;
  border: 2px solid var(--orange);
  border-radius: 50%;
}
.not-found-banner-section h1.h1 {
  font-size: 28.8rem;
  font-weight: 500;
  line-height: 1;
}
.not-found-banner-section h5 {
  margin-top: 0;
  line-height: 1;
  font-weight: 500;
}
.hp-banner-section .flex-box {
  justify-content: center;
  align-items: center;
  height: 100%;
}
.faq-list-box .faq-listing h4 {
  font-weight: 500;
  position: relative;
  line-height: 1.3;
  margin-bottom: 0;
}

.faq-list-box .heading-box {
  margin-bottom: 10rem;
}
.faq-list-box .faq-listing h4 .faq-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: auto;
  transition: all linear 0.2s;
  filter: invert(1);
}

.faq-list-box .faq-listing h4 .faq-icon.intro {
  transform: rotate(180deg);
}

.faq-list-box .faq-listing .answer-box {
  padding-top: 3rem;
  color: #0b0b0b;
  display: none;
}

.faq-list-box .faq-listing .answer-box p {
  color: #0b0b0b;
}

.faq-list-box .faq-listing {
  margin-bottom: 10rem;
}

.faq-list-box .faq-listing:last-child {
  margin-bottom: 0;
}

.faq-section ul.faq-list {
  background-color: var(--blue);
  padding: 5rem 3rem;
  border-radius: 2rem;
  margin-right: 8rem;
  position: sticky;
  top: 10rem;
}

.faq-section ul.faq-list li {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--grey-font);
}

.faq-section ul.faq-list li:last-child {
  margin-bottom: 0;
}

.faq-section ul.faq-list li a {
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.faq-listing .faq-box {
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #d9d9d9;
}

.faq-listing .faq-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.faq-listing .faq-box h6 {
  color: #171719;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Inter";
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
.top-footer .footer-nav .nav-list ul li a:hover {
  padding-left: 0.5rem;
}
.btn.blue-btn:hover {
  background-color: #fff;
  color: var(--blue);
}
.faq-listing .faq-box p {
  color: #000;
}

.not-found-banner-section {
  background-color: #eb6221;
  padding: 18rem 0 0;
}
.not-found-banner-section::after {
  display: none;
}
.not-found-banner-section h5 {
  color: #fff;
}
.not-found-banner-section p {
  color: #fff;
}
.not-found-banner-section a.btn {
  border-color: #fff;
}

.form-box p {
  margin: 0;
  line-height: 1;
}
.form-box input.btn {
  margin: 0;
  padding: 2rem 0;
  border: 1px solid #0f0f0f;
  cursor: pointer;
}
.form-box form p:nth-child(2) {
  display: none;
}
.our-project-silder-section .popup-box {
  width: 100%;
  max-width: 115rem;
  display: block;
  visibility: hidden;
}
.our-project-silder-section .popup-box .img-box img {
  width: 100%;
}

.documents-list-box .documents-list .open-box {
  display: none;
  margin-top: 5rem;
}

.documents-list-box .documents-list .text-box {
  position: relative;
}
.documents-list-box .documents-list .text-box  h3{
  cursor: pointer;
}
.documents-list .faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all linear 0.2s;
}
.documents-list .faq-icon.intro {
  transform: rotate(180deg);
}
.documents-list .faq-icon img {
  width: 1.9rem;
  object-fit: contain;
}
.documents-list .pdf-box h4 {
  font-weight: 500;
  margin-bottom: 0;
}
ul.committee-table li {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  align-items: center;
}
ul.committee-table li p {
  width: 33.33%;
  margin: 0;
}

ul.committee-table {
  border-bottom: 1px solid #000;
}
ul.committee-table li.head {
  text-align: center;
}
ul.committee-table li.head h5 {
  width: 33.33%;
}
ul.committee-table li p:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
ul.committee-table li p {
  padding: 2rem 0;
}
ul.committee-table li p {
  padding-left: 3rem;
}
ul.committee-table li.head h5 {
  padding: 1.5rem 0;
  font-size: 2.5rem;
  font-weight: 700;
}
ul.committee-table li.head h5:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.composition-committees-listing ul.committee-table {
  margin-bottom: 7rem;
}
.composition-committees-listing ul.committee-table:last-child {
  margin-bottom: 0;
}
.popup-overlay.active {
  display: block;
}

.popup-box.active {
  display: block;
}

.col-7.img-box.hide-767 {
}
.wp-map-section .img-box {
  text-align: right;
}
.wp-map-section .img-box img {
  max-width: 96.9rem;
  width: 100%;
  object-fit: scale-down;
}
.address-box h5 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
}
.address-box h5 img {
  width: 3.8rem;
  margin-right: 1rem;
  object-fit: scale-down;
}
.address-box {
  margin-top: 5rem;
}
.address-box p {
  font-size: 2rem;
  margin: 0;
  margin-top: 1rem;
}
ul.map-list-address li {
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
ul.map-list-address {
  margin-top: 2rem;
}
ul.map-list-address li::after{
  content: '';
  position: absolute;
  background: url(../img/blue-arrow-sm.png) no-repeat;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: .6rem;
  background-size: contain;
}

ul.text-info-list li h4 sup {
  font-size: 1.7rem;
  display: list-item;
  text-align: right;
  margin-top: 1rem;
}
ul.intro-list li h5{font-size: 5.5rem;}
.wp-map-section h2 {
  margin-bottom: 3rem;
}

.introduction-section .text-box {
  margin-bottom: 5rem;
  text-align: center;
}

.wpcf7-response-output {
  font-size: 3rem;
  text-align: center;
  padding: 4rem !important;
  line-height: 1.3;
  background-color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 44rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.experience-info-section .text-box h3 strong {
  font-weight: 700;
  color: #eb6221;
}

form {
  position: relative;
}






@media (min-width: 1921px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 1660px) {
  .container {
    padding: 0 10rem;
    width: 90%;
  }

  header {
    width: 87%;
  }
}

@media (max-width: 1440px) {
  .container {
    width: 95%;
  }

  #header.blue-header .wrapper {
    max-width: 1160px;
  }
}

@media (max-width: 1370px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
  html {
    font-size: 0.59vw;
  }

  header {
    width: 100%;
  }

  .container {
    width: 95%;
  }

  .hp-who-we-are-section .text-box ul li {
    width: 28%;
  }

  .button_container {
    display: inline-block;
    position: absolute;
    top: 28%;
    right: 7%;
    height: 27px;
    width: 35px;
    cursor: Open Sans;
    z-index: 100;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .button_container:hover {
    opacity: 0.7;
  }

  .button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: Open Sans;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  header nav ul li {
    padding-left: 0;
  }

  header nav {
    float: none;
    min-width: auto;
  }

  .overlay {
    position: fixed;
    background: var(--orange);
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0.8;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    overflow: hidden;
    z-index: 11;
  }

  .overlay.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .overlay.open ul.flex-box > li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }

  .overlay.open ul.flex-box > li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .overlay.open ul.flex-box > li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }

  .overlay.open ul.flex-box > li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .overlay.open ul.flex-box > li:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
  }

  .overlay.open ul.flex-box > li:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .overlay.open ul.flex-box > li:nth-of-type(7) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
  }

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateY(-15px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateY(-15px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .overlay nav {
    position: relative;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    padding-left: 5rem;
    width: 85%;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
  }

  header {
    width: 100%;
    left: 0;
    transform: none;
  }

  header .wrapper {
    width: 97%;
    padding: 4rem 6.5rem;
  }

  header nav ul li {
    opacity: 1;
  }

  .overlay nav {
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    padding: 0 5rem;
  }

  .menu-main-menu-container {
    width: 100%;
  }

  header nav ul li a {
    font-size: 4rem;
    color: #fff;
    font-weight: 500;
  }

  header nav ul li {
    opacity: 0;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #fff;
  }

  header nav .contact-box {
    display: none;
  }

  header .logo-box img {
    width: 6.2rem;
    height: 3.8rem;
  }

  header.blue-header nav ul li {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .full-950 {
    width: 100%;
  }

  h1,
  .h1 {
    line-height: 1.2;
  }

  .text-box.full-767,
  .heading-box {
    text-align: center;
  }

  .show-767 {
    display: inline-block !important;
    margin: 3rem 0;
  }

  .hide-767 {
    display: none !important;
  }

  html {
    font-size: 2.5vw;
  }

  section {
    overflow: hidden;
  }

  .container {
    padding: 0;
    width: 90%;
  }

  .com-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .bottom-padding {
    padding-bottom: 7rem;
  }

  .top-padding {
    padding-top: 7rem;
  }

  br {
    display: none;
  }

  p {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

  ul.text-info-list {
    margin-top: 4rem;
  }

  .sm {
    font-size: 1.4rem;
  }

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

  h2 {
    font-size: 2.7rem;
    letter-spacing: -0.1rem;
  }

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

  .h6,
  h6 {
    font-size: 1.2rem;
  }

  h6.sub-title {
    padding: 1rem 2rem;
    margin-bottom: 2rem;
  }

  .mobile-none {
    display: none !important;
  }

  header .wrapper {
    width: 99%;
    padding: 0 2.5rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  .experience-info-section .text-box h3 {
    margin-top: 3rem;
  }

  .overlay nav {
    width: 98%;
    padding: 0 2rem;
  }

  header nav ul li a {
    font-size: 2rem;
  }

  .full-767 {
    width: 100%;
  }

  .hp-banner-section {
    height: 70rem;
  }

  ul.usp-list li h5 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  ul.usp-list li p {
    order: 1;
  }
  ul.usp-list li {
    text-align: center;
  }

  .hp-product-list-section h2 {
    text-align: center;
  }

  .experience-info-section ul.usp-list {
    margin-top: 6rem;
  }

  ul.product-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
  }

  ul.product-list li .product-box .product-img {
    height: 25rem;
    margin-bottom: 0.5rem;
  }

  ul.product-list li .product-box .product-content h4 {
    font-size: 3rem;
  }

  .view-btn {
    font-size: 1.5rem;
    padding: 1.5rem 6rem 1.5rem 2.3rem;
  }

  ul.info-list {
    margin-top: 5rem;
  }

  ul.info-list li {
    width: 100%;
    text-align: left;
    padding-left: 0 !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3rem;
    align-items: center;
    border-bottom: 1px solid rgba(217, 217, 217, 0.3);
    margin-bottom: 3rem;
  }

  .hp-product-info-section {
    height: 100%;
  }

  .hp-product-info-section .heading-box {
    margin-top: 3rem;
  }

  ul.info-list li::after {
    display: none;
  }

  ul.info-list li p {
    margin: 0;
    padding-left: 2rem;
    font-size: 1.6rem;
  }

  ul.product-list li .product-box {
    background-color: #ecf1ec;
  }

  ul.text-info-list::after {
    display: none;
  }

  ul.text-info-list li {
    width: 100%;
    padding: 0 3rem;
    margin: 1rem 0;
    border-left: 1px solid #d9d9d9;
    text-align: center;
  }

  ul.text-info-list li h4 {
    font-size: 6rem;
  }

  .btn {
    font-size: 1.5rem;
    padding: 1.3rem 6rem 1.3rem 2.3rem;
  }

  .btn::after {
    right: 2rem;
  }

  ul.text-info-list li p {
    margin-top: 0;
  }

  .lastest-news-slick-list .news-box {
    margin: 0 0.5rem;
  }

  .lastest-news-slick-list .news-box .news-img img {
    height: 45rem;
    object-fit: cover;
  }

  .lastest-news-slick-list .news-box .news-content {
    bottom: 3rem;
    left: 3rem;
    width: 85%;
  }

  .lastest-news-slick-list .news-box .news-content h4 {
    font-size: 1.6rem;
  }

  .lastest-news-section .slider-container {
    margin-top: 5rem;
  }

  .react-out-section ul li a {
    font-size: 1.4rem;
  }

  .react-out-section ul li {
    margin-bottom: 2rem;
  }

  .react-out-section ul {
    margin-top: 4rem;
  }

  .react-out-section ul li img {
    width: 1.5rem;
  }

  .react-out-section ul li .txt {
    margin-left: 1rem;
    grid-column-gap: 1rem;
  }

  .react-out-section ul li h6 {
    font-size: 1.7rem;
  }

  .form-box h4 {
    font-size: 2rem;
  }

  .react-out-section .form-box {
    margin-top: 3rem;
  }

  .form-box input,
  .form-box textarea,
  .form-box select {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  ul.text-info-list li h4 {
    font-size: 4rem;
  }
  .popup-box iframe {
    height: 50rem;
  }
  .popup-box {
    width: 95%;
  }
  .top-footer .social-list-box {
    width: 100%;
    order: 1;
  }

  .top-footer .footer-nav {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5rem;
  }

  .top-footer .footer-nav .nav-list {
    width: 50%;
    padding-left: 2rem;
  }

  .top-footer .footer-nav .nav-list h5 {
    font-size: 1.7rem;
  }

  .top-footer .footer-nav .nav-list ul li a {
    font-size: 1.4rem;
  }

  .top-footer .footer-nav .nav-list ul li {
    margin-bottom: 1.5rem;
  }

  .top-footer .social-list-box p {
    font-size: 1.5rem;
  }

  footer .bottom-footer {
    text-align: center;
    justify-content: center;
  }

  footer .bottom-footer p {
    font-size: 1.3rem;
  }

  .footer-logo-box {
    margin-bottom: 5rem;
  }

  footer .top-footer {
    margin-bottom: 6rem;
  }

  .lastest-news-slick-list .news-box .news-content span {
    font-size: 1.2rem;
  }

  ul.blogs-listing {
  }

  ul.blogs-listing {
    grid-template-columns: none;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    grid-column-gap: 2rem;
  }

  ul.blogs-listing li {
    min-width: 31rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  ul.blogs-listing li .text-box {
    text-align: center;
  }

  .related-blogs-section .heading-box {
    margin-bottom: 3rem;
    text-align: center;
    justify-content: center;
  }

  .blogs-listing .btn.show-767 {
    margin: 5rem 0 0 0;
    text-align: center;
  }

  .blogs-listing {
    text-align: center;
  }

  .generic-content-box {
    text-align: center;
  }

  .blog-content-section {
    padding: 7rem 0;
  }

  .blogs-banner-section h1 {
    margin-bottom: 5rem;
  }

  .blogs-banner-section {
    padding-top: 17rem;
  }

  .blue-header .logo-box img {
    width: 5.2rem;
    height: 3.8rem;
  }

  .blue-header .wrapper {
    padding: 1rem 2rem;
  }

  .contactus-location-list .img-box img {
    max-height: 30rem;
  }

  .contactus-location-list .img-box h6 {
    font-size: 1.5rem;
  }

  .grid-img-box .txt strong {
    font-size: 1.4rem;
  }

  .grid-img-box .txt p {
    font-size: 1.5rem;
  }

  ul.blogs-listing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-bottom-section {
    height: 70rem;
  }

  #header.blue-header {
    left: 0;
    transform: none;
  }

  ul.breadcrumb-grp li {
    font-size: 1.4rem;
  }

  ul.product-usp-list li {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid var(--border-color);
    padding: 0 2rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
  }

  ul.product-usp-list {
    border-right: 0;
  }

  ul.product-usp-list li img {
    width: 5rem;
  }

  ul.product-usp-list li h4 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  ul.product-usp-list li p {
    font-size: 1.5rem;
  }

  .product-info-left {
    border-radius: 1rem;
    padding: 3rem 2rem;
    margin-bottom: 5rem;
  }

  .product-info-left h6 {
    font-size: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .product-info-left ul li {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }

  .product-info-right ul {
    margin-bottom: 2rem;
  }

  .tube-size-table {
    padding: 7rem 2rem 3rem 2rem;
    border-radius: 1rem;
    overflow: scroll;
    margin-top: 5rem;
    flex-wrap: nowrap;
  }

  .tube-size-table .row {
    min-width: 20rem;
    width: 100%;
    max-width: 20rem;
  }

  .tube-size-table .txt {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .product-info-right {
    text-align: center;
  }

  .recycling-banner-section ul.usp-info-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 7rem;
    border-left: 0;
    margin-bottom: 7rem;
    grid-row-gap: 2rem;
  }

  .recycling-banner-section ul.usp-info-list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    padding-left: 2rem;
  }

  .recycling-banner-section ul.usp-info-list h5 {
    margin-top: 0;
    text-align: left;
    margin-left: 2rem;
    font-size: 1.7rem;
  }

  .recycling-banner-section .text-box {
    text-align: center;
    margin-bottom: 20rem;
  }

  ul.recycling-usp-list {
    padding-top: 2rem;
  }

  ul.recycling-usp-list li {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }

  .btn.show-767 {
    margin-bottom: 0;
  }

  .react-out-section.grey-bg .form-box {
    padding-left: 0;
  }

  .our-inverstor-section .text-box img {
    width: 20rem;
  }

  ul.key-client-logo::after {
    font-size: 1.3rem;
    top: -0.5rem;
  }

  .react-out-section ul {
    padding: 2.7rem 1.7rem;
  }

  ul.key-client-logo li img {
    width: 7rem;
    margin-bottom: 0;
  }

  ul.key-client-logo li {
    margin-bottom: 0;
  }

  .our-inverstor-section ul.usp-list {
    margin-top: 7rem;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 0;
  }

  .our-inverstor-section ul.usp-list li {
    padding: 3rem 0;
    width: 100%;
    border-top: 1px solid #979797;
  }
  .our-inverstor-section ul.usp-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .our-inverstor-section ul.usp-list li h5 {
    font-size: 4.2rem;
  }
  .react-out-section .col-4.full-767 {
    text-align: center;
  }
  .our-inverstor-section ul.usp-list li p {
    font-size: 1.5rem;
    width: 100%;
  }

  .product-info-right {
    margin-top: 5rem;
  }

  .our-inverstor-section .btn-box.show-767 {
    text-align: left;
    display: flex !important;
    grid-column-gap: 1rem;
  }

  .recycling-banner-section .flex-box {
    justify-content: center;
  }

  .recycling-banner-section .btn-box {
    margin-bottom: 0;
  }

  .recycling-banner-section {
    background-attachment: inherit;
    padding: 7rem 0;
    height: 100%;
  }

  .product-info-right ul li img {
    font-size: 4rem;
  }

  .tube-size-table h6.head {
    font-size: 1.3rem;
    top: 1rem;
    width: 23rem;
  }

  .product-info-right ul li p {
    font-size: 1.5rem;
  }

  .product-info-right ul li {
    border-right: 1px solid #d9d9d9;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
  }

  .our-inverstor-section .btn-box a.btn {
    width: 50%;
    min-width: auto;
    font-size: 1.4rem;
  }

  .product-info-left ul li h5 {
    font-size: 1.8rem;
  }

  .product-image-slider .img-box {
    margin-right: 1.2rem;
  }

  .tube-size-table .row::after {
    right: 0;
  }

  .logo-group-team {
    justify-content: center;
  }

  .thrive-content-head img {
    width: 100%;
    max-width: 9.6rem;
  }

  .thrive-content-head {
    margin-bottom: 5rem;
  }

  .thrive-usps-box {
    text-align: center;
    margin-top: 3rem;
  }

  .thrive-usps-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .thrive-usps-list-item {
    border-radius: 1rem;
    padding: 3rem 1rem;
  }

  .thrive-usps-list-item h4 {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
  }

  .thrive-usps-list-item p {
    font-size: 1.4rem;
  }
  .thrive-usps-list-item img{width: 3.4rem;}

  .thrive-usps-list-item img.view-all-icon {
    display: none;
  }

  .thrive-usps-list-item a {
    padding: 0;
  }

  .thrive-usps-list-viewall h6 {
    font-size: 2rem;
  }

  .career-faq-title .career-faq-info-item:nth-child(2),
  .career-faq-info-item:nth-child(3) {
    width: 45%;
  }

  .career-faq-title .career-faq-info-item:first-child {
    width: 85%;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 4rem;
  }

  .career-faq-icon {
    width: 4.6rem;
    height: 4.6rem;
    position: absolute;
    top: 0;
    right: 0;
  }

  .career-faq-info-item h4,
  .career-faq-info-item h5 {
    font-size: 2rem;
  }

  .career-faq-info-item h6 {
    font-size: 1.3rem;
  }

  .career-faq-title {
    position: relative;
  }

  .career-faq-icon::after {
    width: 2rem;
    height: 1rem;
  }

  .blogs-details-section .heading-box h1 {
    font-size: 3rem;
  }

  .blogs-details-section {
    padding: 10rem 0 7rem 0;
  }

  .blogs-details-section .heading-box {
    margin-bottom: 4rem;
  }

  .featured-img-box {
    margin-bottom: 4rem;
  }

  .generic-content-box ul li {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1rem;
  }

  .service-form-box {
    padding: 4rem 2.5rem;
    margin-top: 4rem;
  }

  .service-form-box h5 {
    font-size: 2.3rem;
    text-align: center;
  }

  .documents-list-box .documents-list {
    padding: 3rem 2rem;
    margin-bottom: 2rem;
  }

  .documents-list .flex-box {
    justify-content: center;
  }

  .documents-list .flex-box .view-btn {
    margin-top: 3rem;
  }

  .download-pdf-list .download-pdf-box .text-box {
    left: 2rem;
  }

  .download-pdf-list .download-pdf-box .text-box h4 {
    font-size: 2rem;
  }

  .download-pdf-list .download-pdf-box .text-box p {
    font-size: 1.4rem;
  }

  .download-pdf-list .download-pdf-box a.download-icon {
    bottom: 4rem;
    right: 1rem;
  }

  .download-pdf-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2rem;
    margin-top: 5rem;
  }

  .hp-infrastructure-section .grid-img-box {
    margin-top: 4rem;
  }
  .hp-infrastructure-section .grid-img-box .img-box {
    margin: 0 0.5rem;
  }
  .contactus-location-list {
    grid-template-columns: none;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    display: grid;
    grid-column-gap: 1rem;
  }
  .hp-infrastructure-section .grid-img-box .img-box {
    min-width: 32rem;
  }
  ul.product-list li .product-box .hover-text {
    font-size: 8rem;
  }

  ul.usp-list li p {
    font-size: 1.6rem;
  }
  ul.usp-list li {
    margin-bottom: 3rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .experience-info-section .heading-box {
    margin-bottom: 3rem;
  }
  ul.info-list li {
    padding-right: 0;
  }

  ul.text-info-list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
  ul.text-info-list li p {
    font-size: 1.6rem;
    margin: 1rem 0 0 0;
  }
  ul.recycling-usp-list li h5 {
    font-size: 2rem;
  }
  ul.product-usp-list li:last-child {
    margin-bottom: 0;
  }
  ul.product-name-list {
    grid-template-columns: none;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    display: grid;
  }
  ul.product-name-list li {
    min-width: max-content;
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
  .product-info-left h6 {
    text-align: center;
  }
  .product-info-left {
    text-align: center;
  }
  .react-out-section ul {
    padding: 2rem 0;
  }
  .react-out-section ul li a {
    font-size: 1.3rem;
  }
  ul.key-client-logo {
    justify-content: space-around;
  }
  ul.key-client-logo li:nth-child(2)::before {
    right: -3rem;
  }
  ul.key-client-logo li:nth-child(2)::after {
    left: -3rem;
  }
  .react-out-section.grey-bg .form-box form {
    text-align: center;
  }
  .product-info-box.active {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 2rem;
    max-width: 100vw;
    background-color: #fff;
    margin-bottom: 0;
    display: block;
    -webkit-box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.56);
  }
  .product-info-section .head-box {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  .product-info-section .head-box h2 {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .product-usp-info-section {
    position: relative;
    z-index: 11;
  }

  ul.intro-list li {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    text-align: center;
  }
  ul.intro-list {
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    margin-top: 5rem;
  }
  ul.intro-list li h5 {
    font-size: 2rem;
  }
  ul.intro-list li p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .our-journey-year-list .year-box {
    min-width: auto;
    font-size: 2rem;
    padding-bottom: 2rem;
  }
  .our-journey-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .our-journey-slider-box {
    margin-top: 5rem;
  }
  .our-journey-year-list {
    margin-bottom: 3rem;
  }
  .our-journey-box {
    margin-right: 0;
    border-left: 2px solid var(--orange);
    border-radius: 1rem;
  }
  .our-journey-box .img-box img {
    border-radius: 1rem;
    max-height: 30rem;
  }
  .our-journey-box .text-box {
    padding: 3rem 2rem;
  }
  .our-journey-box .img-box {
    width: 100%;
    min-width: auto;
  }
  .our-journey-box .text-box {
    width: 100%;
  }
  .our-journey-box .img-box .txt {
    bottom: 2rem;
    left: 2rem;
  }

  .our-journey-slider {
    padding-bottom: 10rem;
  }
  .our-journey-slider .slick-arrow {
    top: auto;
    bottom: 0;
  }
  .our-journey-slider .slick-arrow img {
    width: 6rem;
    height: 6rem;
  }
  .our-journey-slider .slick-prev.slick-arrow {
    right: 19rem;
  }
  .our-journey-year-list .slick-arrow {
    display: none !important;
  }
  .our-journey-box .img-box img {
    max-width: none;
  }
  .our-journey-slider .slick-arrow {
    right: 12rem;
  }
  .our-journey-box .img-box .txt h3 {
    font-size: 4rem;
  }

  .our-team-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    margin-top: 6rem;
  }
  .our-team-list .our-team-box .text-box {
    bottom: 2rem;
  }
  .our-team-list .our-team-box .text-box span {
    font-size: 1.1rem;
  }
  .our-team-list .our-team-box,
  .our-team-list .our-team-box .img::after {
    border-radius: 0.7rem;
  }
  .our-team-list .our-team-box .img::after {
    height: 100%;
  }
  .our-team-list .our-team-box .text-box h6 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .recycling-banner-section.mission-vision-section {
    background-size: cover !important;
  }
  .mission-vision-section ul.usp-info-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .mission-vision-section ul.usp-info-list li {
    justify-content: center;
    padding-left: 00;
  }
  .mission-vision-section ul.usp-info-list {
    display: none;
  }
  .mission-vision-section ul.recycling-usp-list {
    padding-top: 5rem;
    margin-top: 5rem;
  }
  .mission-vision-section ul.recycling-usp-list li {
    padding-bottom: 5rem;
  }
  .mission-vision-section ul.recycling-usp-list li img.qoute-icon {
    width: 4rem;
    margin-bottom: 2rem;
  }
  .mission-vision-section ul.recycling-usp-list li h4 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .our-values-section .heading-box img {
    height: 30rem;
    border-radius: 1rem;
    margin-bottom: 5rem;
  }
  ul.our-values-list li h3 {
    font-size: 7rem;
    padding-right: 2rem;
  }
  ul.our-values-list {
    padding-top: 3rem;
  }
  ul.our-values-list li {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .our-project-section {
    background-size: cover !important;
    /* height: 120rem; */
  }
  .our-project-silder-section {
    height: 100%;
  }
  .our-project-section .img-box{
    margin-top: 4rem;
  }
  .our-project-section .tube-size-table .row {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .our-project-section .tube-size-table .row:last-child:after {
    display: none;
  }
  .our-project-section .tube-size-table .row:after {
    display: block;
    width: 100%;
    height: 1px;
    top: auto;
    left: 0;
    bottom: -1.5rem;
  }
  .our-project-section .tube-size-table {
    flex-wrap: wrap;
    grid-row-gap: 3rem;
    margin-top: 5rem;
  }
  .our-project-section .tube-size-table .txt {
    font-size: 1.5rem;
  }
  .our-project-silder-section .slick-arrow {
    bottom: 4rem;
    left: 21rem;
  }
  .our-project-silder-section .slick-arrow img {
    width: 4rem;
    height: 4rem;
  }
  .faq-list-box .heading-box {
    margin-bottom: 5rem;
  }
  .faq-list-box .faq-listing .answer-box {
    padding-top: 0;
  }
  .our-project-silder-section .slick-arrow.slick-prev {
    left: -2rem;
  }
  .our-project-silder-section .slick-arrow.slick-next {
    right: -2rem;
  }
  .mission-vision-section ul.recycling-usp-list li:last-child {
    margin-top: 5rem;
  }
  .faq-listing .faq-box {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .not-found-banner-section h1.h1 {
    font-size: 7rem;
  }
  .our-team-list .our-team-box .hover-box h6 {
    font-size: 1.5rem;
  }
  .our-team-list .our-team-box .hover-box {
    padding: 6rem 2rem;
  }
  .close-btn button img {
    width: 4rem;
  }
  .our-project-section:nth-child(2n + 1) .flex-box {
    flex-direction: row;
  }
  .our-project-section:nth-child(even) {
    padding: 7rem 0;
  }

  ul.committee-table {
    overflow: scroll;
    margin-top: 1.5rem;
  }
  ul.committee-table li.head h5 {
    font-size: 1.7rem;
    height: 8rem;
    padding: 1.5rem 0.5rem;
  }
  ul.committee-table li p {
    padding-left: 1.5rem;
  }
  ul.committee-table li {
    width: 65rem;
  }

  .documents-list .flex-box .view-btn {
    margin-top: 1.5rem;
  }
  .documents-list .pdf-box h4 {
    font-size: 1.6rem;
  }
  
.address-box {
  text-align: center;
}
.address-box h5 img {
  width: 3rem;
}
.address-box h5 {
  font-size: 2.2rem;
}
.address-box p {
  font-size: 1.6rem;
}
ul.map-list-address li {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 .3rem;
}
header.blue-header nav ul li a{color: #fff;}
header.blue-header .overlay-menu{min-width: auto;}
.react-out-section ul li .txt{text-align: left;}

.bottom-description-box ul li {
  font-size: 1.6rem;
}
.bottom-description-box h4{font-size: 2rem;margin-top: 2rem;}
.bottom-description-box ul{padding-left: 0;}
.bottom-description-box ul li::before {top: .8rem;}
ul.key-client-logo li{width: 50%;}
ul.key-client-logo li img{width: 12rem;}
.thrive-content-head img{max-width: 5rem;}
.thrive-content-head h2{margin-bottom: 3rem;}

.testimonial-box {
  padding: 3rem 2rem;
}
.testimonial-box h4 {
  min-height: 4rem;
}
.testimonial-box .client-name-designation h6 {
  font-size: 1.4rem;
}
.testimonial-slider-box{margin-top: 6rem;}
ul.text-info-list li h4 sup{font-size: 1.2rem;text-align: center;}
.documents-list .pdf-box h4{width: 100%;text-align: center;}
.popup-content{padding: 3rem 2rem;}







}
