/* fonts  */

/*@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Italic.woff2") format("woff2"),
    url("../fonts/CenturyGothic-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Bold.woff2") format("woff2"),
    url("../fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.woff2") format("woff2"),
    url("../fonts/CenturyGothic.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-BoldItalic.woff2") format("woff2"),
    url("../fonts/CenturyGothic-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}*/
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa-regular.woff2") format("woff2"),
    url("../fonts/europa-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/Europa-Bold.woff2") format("woff2"),
    url("../fonts/Europa-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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: inherit;
  font-family: "Europa";
  vertical-align: baseline;
  line-height: 1;
}
html {
  font-size: 12px;
  scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Europa";
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden !important;
  background: #fbfbfb;
  font-weight: 400 !important;
  background-color: #fff !important;
}
ol,
ul {
  list-style: none;
}
img {
  height: auto;
}
blockquote,
q {
  quotes: none;
}

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

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

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

section {
  overflow: hidden;
}
video {
  width: 100%;
}
.bg-orange-gradient {
  background: linear-gradient(270deg, #f59414 -14.4%, #eb3826 111.9%);
}
.col-09 {
  width: 9%;
}
.col-01 {
  width: 10%;
}

.col-1 {
  width: 15%;
}

.col-25 {
  width: 25%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 30%;
}
.col-33 {
  width: 33.33%;
}

.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-48 {
  width: 48%;
}

.col-55 {
  width: 55%;
}

.col-65 {
  width: 65%;
}

.col-35 {
  width: 35%;
}

.col-75 {
  width: 75%;
}

.col-65 {
  width: 65%;
}

.col-100 {
  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-column-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-direction: column;
}

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

.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.ctn {
  text-align: center;
}
.text-end {
  text-align: end;
}

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

.margin-y-5 {
  margin: 5rem 0;
}
.margin-y-4 {
  margin: 4rem 0;
}

.margin-y-3 {
  margin: 3rem 0;
}

.margin-y-2 {
  margin: 2rem 0;
}

.margin-y-1 {
  margin: 1rem 0;
}
.margin-b-1 {
  margin-bottom: 1rem;
}
.margin-b-2 {
  margin-bottom: 2rem;
}
.margin-b-3 {
  margin-bottom: 3rem;
}
.margin-b-6 {
  margin-bottom: 6rem;
}
.margin-b-7 {
  margin-bottom: 7rem;
}
.margin-t-5 {
  margin-top: 5rem;
}
.margin-t-4 {
  margin-top: 4rem;
}
.margin-t-3 {
  margin-top: 3rem;
}
.margin-t-2 {
  margin-top: 2rem;
}
.margin-r-2 {
  margin-right: 2rem;
}
.margin-r-3 {
  margin-right: 3rem;
}

.padding-y-7 {
  padding: 7rem 0;
}
.padding-y-6 {
  padding: 6rem 0;
}
.padding-y-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-x-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.padding-x-3 {
  padding: 0 3rem;
}

.padding-t-3 {
  padding-top: 3rem;
}
.padding-l-3 {
  padding-left: 3rem !important;
}
.padding-l-2 {
  padding-left: 2rem;
}

.padding-r-2 {
  padding-right: 2rem;
}

.padding-15 {
  padding: 1.5rem;
}

.com-margin {
  margin: 5rem 0;
}
.com-padding {
  padding: 5rem 0rem;
}
.side-padding {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: "Europa";
}
p,
a {
  line-height: 1.7;
}

h1 {
  font-size: 5.71rem;
  font-weight: 700;
}

h2 {
  font-size: 4.29rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 1rem;
  position: relative;
  line-height: 1.2;
}
.why-torq-text h2 span {
  font-weight: 400;
}
.why-torq-text-info p {
  color: #484848;
}
h3 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
h4 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.light-weight {
  font-weight: 100;
  font-size: 2.7rem;
}

h5 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
h6 {
  /* color: #fbad64; */
  font-weight: 300;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Europa";
  background: -webkit-linear-gradient(#eb3c25, #f49014);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subtitle-span img {
  margin-right: 0.7rem;
  width: 2.5rem;
}
p {
  font-size: 1.65rem;
  letter-spacing: 0.01rem;
  color: #8f8f8f;
  font-family: "Europa";
  font-weight: 400;
}
.font-2-2 {
  font-size: 2.2rem;
}

.bold-text {
  font-weight: 700;
}

a.btn {
  width: max-content;
  padding: 1rem 2rem;
  border: 1px solid #b87332;
  border-radius: 30px;
  margin: 3rem 0;
  display: block;
  font-size: 1.3rem;
  font-weight: 100;
  font-weight: 300;
  font-family: "Europa";
}
a.btn:hover {
  background: #b87332;
}
a.btn img {
  margin-left: 1rem;
}

.bg-white {
  background: #ffff;
}
.bg-orange {
  background: linear-gradient(116.89deg, #eb3d25 -9.19%, #f59014 113.42%);
}
.bg-black {
  background-color: #181818;
}
.color-orange {
  color: #eb3d25;
}
.color-white {
  color: #ffffff;
}
.font-weight-600 {
  font-weight: 700;
}
.invert {
  filter: invert(100%);
}
.hover-invert {
  filter: invert(100%) !important;
}

/* header css  */
.main-header .container,
.top-header .container {
  max-width: 1700px;
}
.top-header-content-wrapper {
  justify-content: flex-end;
}
.global-info img,
.top-header-icons img {
  vertical-align: middle;
}
.top-header-icons img {
  width: 100%;
  max-height: 2rem;
  max-width: 1.9rem;
  object-fit: contain;
}
.top-header-icons a {
  margin-right: 1rem;
}
.global-info img {
  margin-right: 0.5rem;
  width: 2rem;
}
.top-header-icons a:nth-of-type(2) img {
  max-height: 1.5rem;
}
.top-header-content-wrapper li:first-child {
  border-left: 0;
}
.top-header-content-wrapper li:last-child a {
  padding-left: 2.8rem;
}
.top-header-content-wrapper li a {
  font-size: 1.35rem;
  color: #fff;
  padding: 1rem 0;
  display: inline-block;
  font-family: "Europa", sans-serif;
  font-weight: 600;
}
.top-header-content-wrapper li {
  border-left: 1px solid #fff;
}
.top-header-content-wrapper li:nth-child(2) {
  margin: 0 2rem;
}
.global-info {
  padding: 0 1.5rem 0 2.5rem;
}
@media (max-width: 1440px) {
  .top-header-icons a {
    margin-right: 0;
  }
  .top-header-icons img {
    width: 82%;
  }
  .container {
    padding: 0 10rem;
  }
}
@media (max-width: 1380px) {
  .top-header-icons img {
    width: 70%;
  }
}
header {
  /* position: absolute; */
  width: 100%;
  z-index: 5;
  background: #fbfbfb;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  position: relative;
}
.page-icon {
  width: 13%;
}
.page-icon img {
  width: 90%;
}

/*.nav-content {
  display: flex;
  justify-content: space-between;
  width: 55%;
  align-items: center;
}*/
.nav-content li a {
  font-size: 1.43rem;
  font-family: "Europa";
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.05rem;
  color: #000;
}
.nav-content li a:hover {
  text-decoration: underline;
  color: linear-gradient(90deg, #eb3826 -46.43%, #f59414 119.64%);
}

.nav-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-icon li {
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.nav-icon img {
  width: 100%;
  height: 100%;
}

/* banner css  */

.banner-nav-list-box {
  width: 30%;
  position: absolute;
  right: 9rem;
  bottom: 3rem;
}
.banner-nav-listing img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 13rem;
}
.banner-nav-listing li {
  margin-left: 1rem;
  /* height: 150px; */
  /* width: 200px !important; */
}
.banner-list-img {
  width: 100%;
  height: 55rem !important;
  object-fit: cover;
  filter: brightness(80%);
}
.big-section .container {
  max-width: 1600px;
  margin: 0 auto;
}

.banner-section .container {
  max-width: 3000px;
  margin: 0 auto;
}
.banner-listing li {
  position: relative;
}
.slide-content {
  position: absolute;
  z-index: 50;
  top: 25%;
  left: 10%;
  color: #ffffff;
  width: 40%;
}
.slide-content p {
  color: #ffffff;
  margin: 3rem 0;
}
.slide-content .span-btn {
  background: transparent;
  border: 1px solid #ffffffe8;
  color: #ffffffcc;
  cursor: pointer;
  transition: all 0.4s ease;
}

.banner-btn .span-btn:hover {
  background: #fff;
  color: #181818;
}

.banner-mobile-listing li {
  position: relative;
}
.slide-mobile-content {
  position: absolute;
  z-index: 50;
  top: 30%;
  left: 5%;
  color: #ffffff;
  width: 90%;
}
.slide-mobile-content p {
  color: #ffffff;
  margin: 3rem 0;
}
.slide-mobile-content .span-btn {
  background: transparent;
  border: 1px solid #ffffffe8;
  color: #ffffffcc;
  cursor: pointer;
}

.banner-nav-listing li {
  position: relative;
  cursor: pointer;
}
.nav-slide-text {
  position: absolute;
  z-index: 50;
  bottom: 2%;
  left: 3%;
}
.nav-slide-text p,
.nav-slide-number p {
  color: #ffffff;
  font-size: 1.5rem;
}
.nav-slide-number {
  position: absolute;
  z-index: 50;
  top: 2%;
  right: 3%;
}

.banner-box .banner-slick-nxt-icon {
  position: absolute;
  top: 43%;
  right: 0%;
  z-index: 100;
  cursor: pointer;
  width: 5%;
}
.banner-box .banner-slick-prev-icon {
  position: absolute;
  top: 43%;
  left: 0%;
  z-index: 100;
  cursor: pointer;
  width: 5%;
}

.line-height-1-4 {
  line-height: 1.4;
}

/* why torq section css started */
.why-torq-section {
  padding-top: 7rem;
}
.why-torq-box .why-torq-text ul {
  justify-content: flex-end;
}
.why-torq-box .why-torq-text ul li {
  padding: 2rem 1rem;
  border-right: 1px solid #d9d9d9;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
}
.why-torq-box .why-torq-text ul li.bs-usp-list {
  height: auto;
}
.why-torq-icon-box {
  min-height: 4.5rem;
}
.why-torq-icon-box img {
  width: 3.2rem;
}
bs-usp-list .hp-usp-img {
  min-height: 6rem;
  max-height: 6rem;
}
.hp-usp-img img {
  max-width: 4.5rem;
  margin: 0 auto;
  max-height: 6rem;
}
.why-torq-box .why-torq-text ul li h4 {
  color: #eb3d25;
  margin: 1rem 0rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.why-torq-listing li {
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}
.why-torq-list-text {
  position: absolute;
  bottom: 0;
  color: #ffff;
  width: 87%;
  padding-left: 2rem;
  margin-bottom: 4rem;
}
.why-torq-listing {
  margin-top: 5rem;
}
/* our process css started  */

.our-process-section {
  background: #000000;
  color: #ffff;
  z-index: -1;
  margin-top: -10rem;
}
.our-process-box {
  padding-top: 20rem;
}
.our-process-btn a span {
  font-weight: 700;
}
.our-process-btn .span-btn img {
  width: 3.7rem;
}
.span-btn {
  background-color: #ededed;
  color: #020202;
  border-radius: 30px;
  padding: 1rem 2.85rem;
  padding-right: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #ededed;
  color: #020202;
  border-radius: 30px;
  padding: 1rem 2.85rem;
  padding-right: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  /* display: inline-block; */
  width: max-content;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.span-btn img {
  padding-left: 1rem;
  display: inline-block !important;
  vertical-align: middle;
  max-width: 4rem;
}
.span-btn:hover {
  background: #ffffff;
}
.our-progress-animation-box {
  padding-bottom: 7rem;
}

/* expect css started  */
.expect-section {
  background-color: #ffffff;
}
.expect-box ul li {
  margin: 2rem 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.expect-box ul li img {
  margin-right: 1rem;
  width: 2.07rem;
}
.expect-img-box img {
  height: 100%;
  object-fit: contain;
}
.expect-img-btn {
  position: relative;
  padding: 3.5rem 4rem;
  background: #181818;
  width: max-content;
  margin-left: 62%;
  margin-top: -14.45rem;
  transform: rotateZ(-90deg);
  cursor: pointer;
}
.expect-img-btn h6 {
  font-weight: 400;
  color: #ffffff;
}
.expect-img-btn::after {
  position: absolute;
  content: "";
  background-image: url(../img/play-arrow.webp);
  top: -18%;
  left: 16%;
  width: 70%;
  height: 140%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(90deg);
}

.expect-icons-box .expect-list-icon.col-25 img {
  margin: 2rem auto;
  height: 25%;
}

.expect-icons-box .expect-list-icon {
  position: relative;
  margin-top: 8rem;
  border: 2px solid #878787;
  border-radius: 100%;
  border-style: dashed;
  height: 28.358rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.expect-icons-box .expect-list-icon::before {
  position: absolute;
  content: "";
  background-image: url(../img/expect-icons-box-dot.webp);
  top: 11rem;
  right: -4%;
  width: 8%;
  height: 15%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.expect-icons-box .expect-list-icon:last-child::before {
  display: none;
}
.expect-list-icon.ctn.col-25 h4 {
  font-size: 2.3rem;
}

/* map css  */
.hp-our-presence-section {
  padding-top: 10rem;
  background-color: #fcfcfc;
}
.hp-presence-left {
  width: 48%;
}
.hp-presence-right {
  width: 44%;
}

.map-img-box {
  display: none;
}
.map-img-box.active {
  display: block;
}
.map-img-box img {
  width: 100%;
}
.map-btn-box {
  margin-bottom: 8rem;
}
.map-btn-box span {
  padding: 1.5rem 2rem;
  background: transparent;
  color: #969696;
  border-radius: 7px;
  border: 1px solid #a8a8a8;
  margin-right: 1rem;
  font-size: 1.7rem;
  cursor: pointer;
}
.map-btn-box span:hover,
.map-btn-box span.active {
  color: #f59414;
  border-color: #f59414;
}
.hp-presence-content .explore-btn:hover {
  background-color: #fff;
}
.map-contact-box img {
  max-width: 2rem;
  margin-right: 15px;
}
.map-contact-box span {
  font-size: 2.2rem;
}
.map-contact-box.map-contact-email {
  margin-right: 3rem;
}
.hp-presence-list-wrapper {
  display: none;
  width: 100%;
}
.hp-presence-list-wrapper.active {
  display: block;
}
.hp-presence-card {
  padding: 0.4rem 2.5rem;
  box-shadow: rgba(17, 12, 46, 0.1) 0px 16px 45px 0px;

  margin-top: 2rem;
  overflow: hidden;
  border-radius: 5px;
}
.hp-presence-card:first-child {
  margin-top: 0;
}
.hp-presence-card-content {
  display: none;
}
.hp-presence-card:first-child .hp-presence-card-content {
  display: block;
}
.hp-presence-card-header {
  background: #fff;
  padding: 2rem 0;
  cursor: pointer;
}
.hp-presence-cn {
  width: calc(100% - 18px);
  align-items: center;
}
.accordion-toggler {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
}
.accordion-toggler img {
  width: 100%;
  transition: 0.5s ease;
}
.hp-presence-card.active .accordion-toggler img {
  transform: rotate(45deg);
}
.hp-presence-cn img {
  max-width: 2.8rem;
  max-height: 1.5rem;
  object-fit: contain;
}
.hp-presence-cn span {
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-left: 10px;
  flex: 1;
}
.hp-presence-card-content {
  margin-top: 2rem;
  display: none;
  padding-bottom: 2rem;
}
.hp-presence-card-content p,
.hp-presence-card-content span {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #626262;
}
.hp-presence-card-content p {
  margin-bottom: 1rem;
}
.hp-presence-card-content .map-contact-box {
  margin-top: 1rem;
}
.hp-presence-card:nth-of-type(4n) {
  margin-right: 0;
}

/* Presence Updated */
.hp-presence-desc {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.hp-presence-maps {
  border: 3px solid #ebebeb;
  padding: 4rem 0;
  background-color: #fcfcfc;
  position: relative;
}
.hp-presence-maps::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  height: 4rem;
  background-image: linear-gradient(
    to top,
    rgba(252, 252, 252, 0.95),
    rgba(252, 252, 252, 0.55) 70%,
    rgba(252, 252, 252, 0.01) 95%
  );
}
.our-presence-scroller {
  height: 45rem;
  overflow-y: scroll;
  padding: 2rem 4rem;
  background-color: #fcfcfc;
}
.hp-presence-content {
  position: relative;
  z-index: 2;
}
.our-presence-bg {
  margin-top: -17rem;
}
.our-presence-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 400px;
}
.our-presence-scroller::-webkit-scrollbar {
  width: 10px;
}

.our-presence-scroller::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: transparent;
}

.our-presence-scroller::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  outline: none;
  border-radius: 10px;
}
/* contact css  */
.contact-box input {
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  padding-left: 0;
  background: transparent;
  letter-spacing: 1px;
  width: 95%;
  outline: 0;
  background: transparent;
}
.contact-box input::placeholder {
  color: #ffff;
}
.contact-box button {
  color: #020202;
  padding: 1rem 1.55rem;
  border-radius: 30px;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  width: max-content !important;
  background-color: #fff;
}
.contact-box button img {
  vertical-align: middle;
  width: 2.6rem;
}
.contact-box {
  padding: 3rem 0;
}
/* Contact Form 7 */

.torq-partnership-form input:not([type="submit"]),
.torq-partnership-form textarea {
  background: transparent;
  border: none;
  margin: 2rem 0;
  font-size: 1.5rem;
  color: white;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding: 1.5rem 2rem;
  padding-left: 1rem;
  outline: none;
  width: 100%;
}
.torq-partnership-form textarea {
  height: 5rem;
}
.torq-partnership-form input::placeholder,
.torq-partnership-form textarea::placeholder {
  font-size: 1.5rem;
  color: #ffffff;
}

input.form-submit,
.torq-partnership-form input.form-submit {
  border: 0;
  color: #000;
  font-weight: 600;
  padding: 1.5rem 2rem;
  border-radius: 25px;
  padding-right: 5rem;
  cursor: pointer;
}
.torq-partnership-form .wpcf7-not-valid-tip {
  color: #fff;
}
.form-submit-wrapper {
  background: #fff;
  width: max-content;
  position: relative;
  border-radius: 25px;
  margin-top: 1rem;
}
.form-submit-wrapper::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  background: url(../img/btn-arrow-icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wpcf7-form .submit-box p{
  position: relative;
  width: max-content;
}
.wpcf7-spinner,
.wpcf7-response-output {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.torq-contact-form input:not([type="submit"]),
.torq-contact-form textarea {
  background: transparent;
  border: none;
  margin-top: 3rem;
  font-size: 1.6rem;
  padding: 1rem 0;
  border-bottom: 1px solid #a8a8a8;
  color: #333;
}
.torq-contact-form input::placeholder,
.torq-contact-form textarea::placeholder {
  color: #6d6d6d;
}

.torq-contact-form input.contact-submit {
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 1.5rem 2rem;
  padding-right: 8rem;
  cursor: pointer;
  background: #000;
  text-transform: uppercase;
}
.torq-contact-form .contact-submit-wrapper {
  background: #000;
  width: max-content;
  position: relative;
  margin-top: 1rem;
}
.torq-contact-form .contact-submit-wrapper::after {
  content: "";
  width: 2.5rem;
  height: 1.5rem;
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  background: url(../img/apply-job-btn-arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* footer  */

footer {
  background-color: #020202;
}
footer .container.com-padding {
  padding-top: 8rem;
  padding-bottom: 1rem;
}

.footer-box p {
  margin: 2rem 0;
  font-size: 1.57rem;
}
.footer-box .footer-logo-image {
  width: 11rem;
}
.footer-btn {
  color: #ffffff;
  padding: 1.5rem 1.8rem;
  font-size: 1.2rem;
  background: linear-gradient(90deg, #f59414 -18.8%, #eb3826 109.71%);
  border-radius: 3.5342px;
  width: max-content;
  flex-wrap: nowrap;
}
.footer-btn img {
  max-width: 1.65rem;
}

.footer-social-box img {
  object-fit: contain;
  max-width: 4rem;
  max-height: 2rem;
}
.footer-social-box a {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  border-right: 1px solid #6e6e6e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social-box a:first-of-type {
  padding-left: 0;
}
.footer-social-box a:last-of-type {
  border-right: none;
}
.border-none {
  border: none !important;
}

.footer-box .footer-links {
  padding: 0 2rem;
  font-size: 1.5rem;
  border-left: 1px solid #595959;
}
.footer-box .footer-links:last-child {
  border-right: 1px solid #595959;
}
.footer-box .footer-links li {
  margin: 1.3rem 0;
}
.footer-box .footer-links li a {
  color: rgb(255 255 255 / 70%);
}
.footer-box .text-box {
  padding-right: 1rem;
}
.compony-text {
  color: #444;
  font-size: 1.2rem;
}
.footer-box span {
  color: #646464;
}
.footer-base-box {
  padding: 2rem 0;
  font-size: 1.5rem;
  padding-top: 5rem;
}
p.color-white.footer-btn {
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 1.21rem;
  white-space: nowrap;
  margin-right: 1rem;
}
.we-caht-qr {
  display: none;
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 12rem;
  height: 12rem;
  background-color: #fff;
  z-index: 10;
  padding: 5px;
  opacity: 0;
  transition: all 0.4s ease;
}
.we-caht-qr img {
  width: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
.we-caht-qr.show {
  display: block;
  opacity: 1;
  transition: all 0.4s ease;
}
.we-caht-qr:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -9px;
  left: 1.8rem;
  transform: rotate(-180deg);
}
/* ========================================= */

/* buisness segment page  */

/* ========================================= */

/* small buisness css  */
.small-business-section {
  margin-bottom: 0;
}
.small-business-box ul {
  align-items: flex-start;
}
.small-business-box ul li {
  border-right: 1px solid #d9d9d9;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 2rem;
}
.small-business-box ul li:last-child {
  border: none;
}
.small-business-box ul li img {
  max-height: 5rem;
  object-fit: contain;
}
.small-business-box ul li p {
  font-size: 1.5rem;
  color: #484848;
}
h3.list-bold-text {
  font-weight: 700;
  color: #eb3d25;
  margin: 1rem 0;
  margin-top: 1rem;
}

/* business segment cards   */

.explore-btn {
  width: max-content;
  background-color: #181818;
  color: #ffffff;
  padding: 1.5rem 1.8rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 3rem;
  border: 2px solid #181818;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.explore-btn img {
  margin-left: 3rem;
}
.explore-btn:hover {
  background: transparent;
  border: 2px solid #181818;
  color: #020202;
}

.bs-card-item {
  padding: 6rem 0;
}
.bs-card-item .perks-benefits-count {
  font-size: 15rem;
}
.bs-card-item:nth-of-type(odd) .perks-benefits-count {
  left: -9rem;
  top: -8rem;
}
.bs-card-item:nth-of-type(even) .perks-benefits-count {
  right: -9rem;
  top: -8rem;
}
.bs-card-item:nth-of-type(even) {
  background-color: #ffffff;
}
.bs-card-item:nth-of-type(even) .bs-card-content {
  flex-direction: row-reverse;
}
.bs-card-item:nth-of-type(odd) {
  background: url(../img/lines.webp), #fbfbfb;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ========================================= */

/* product listing page  */

/* ========================================= */

/* banner css  */

.product-listing-section img {
  filter: drop-shadow(2px 4px 6px black);
}

/* agriculture solution css  */

.agriculture-solution ul li {
  border-right: 1px solid #d9d9d9;
}
.agriculture-solution ul li p {
  font-size: 1.7rem;
  color: #484848;
}

/* agriculture-product css */

section.agriculture-product-section {
  padding-bottom: 0;
}
.agriculture-product-box .text-box ul {
  margin: 2rem auto;
}
.agriculture-product-box .text-box ul li a {
  padding: 1.2rem 1rem;
  padding-left: 1.2rem;
  border-radius: 20px;
  background: #f6f6f6;
}

.agriculture-product-box .text-box ul li a:hover {
  background: #ffffff;
  box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.15);
}

.agriculture-product-box .product-box ul {
  margin-top: 8rem;
}
.agriculture-product-box .product-box li {
  padding-right: 3rem;
  margin-bottom: 3rem;
}
.agriculture-product-box .product-box li .product-inner-box {
  border-radius: 12px;
  cursor: pointer;
}
.agriculture-product-box .product-box li .product-inner-box:hover {
  background: #ffffff;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
}
.agriculture-product-box .product-box .img-box {
  border-radius: 12px 12px 0 0;
  background: #fcebd1;
  padding: 1rem 0;
  height: 206px;
}
.agriculture-product-box .product-box .img-box img {
  height: 100%;
  object-fit: contain;
}
.agriculture-product-box .product-box .text-box {
  padding: 1.5rem;
  border-radius: 0 0 12px 12px;
  background: #fbfbfb;
}
.agriculture-product-box .product-box h5 {
  /* margin-bottom: 1rem; */
  font-weight: 700;
}
.agriculture-product-box .product-box .para {
  margin-bottom: 2.5rem;
}
.agriculture-product-box .product-box .source {
  color: #020202;
  margin: 0.4rem 0;
}
.agriculture-product-box .product-box .flags {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}
.agriculture-product-box .product-box .flags.col-1.ctn p {
  font-size: 10px;
}

/* other buisness segment css  */

.other-buisness-listing li {
  margin-right: 2rem;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.04);
}
img.other-buisness-prev-icon {
  position: absolute;
  right: -11%;
  top: 30%;
  z-index: 1;
  width: 7%;
  cursor: pointer;
}
img.other-buisness-nxt-icon {
  position: absolute;
  left: -11%;
  top: 30%;
  z-index: 1;
  width: 7%;
  cursor: pointer;
}

/* ========================================= */

/* Contact us page  */

/* ========================================= */
.contact-banner-section,
.possibilites-section {
  background-color: #fbfbfb;
}
.contact-banner-box {
  position: relative;
}

.contact-banner-box .text-box {
  position: absolute;
  top: 13%;
  left: 9%;
}

.possibilites-listing li {
  width: 22%;
  margin-right: 2rem;
  padding: 4rem 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  min-height: 28rem;
  padding-bottom: 0rem;
}
.possibilites-listing li .text-box {
  margin-top: 6rem;
}

.possibilites-listing li .text-box h5 {
  font-weight: 700;
}

/* presence section  */

.grey-bg {
  background: linear-gradient(0deg, #ebe8ea 0%, #f2f2f2 100%);
}
.grey-color {
  color: #575757;
}
.light-grey {
  color: #d4d4d4;
}
.presence-flag-listing .slick-list {
  padding-bottom: 3rem;
}
.presence-flag-listing li {
  min-height: 30rem;
  margin: 0 1.5rem;
  padding: 3rem 1.5rem;
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 14px;
}
.presence-flag-listing .flag-box.flex-box {
  align-items: flex-start;
  flex-wrap: nowrap;
}
.presence-flag-listing .flag-box.flex-box img {
  margin-right: 1rem;
  max-width: 4rem;
}
.presence-flag-listing .flag-box.flex-box h6 {
  font-weight: 700;
  color: #e73a29;
  font-size: 1.4rem;
}
.presence-flag-listing .text-box h6 {
  font-weight: 700;
  color: black;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.presence-flag-listing .text-box p {
  font-size: 1.2rem;
  margin: 0.5rem 0;
  text-align: justify;
}
.presence-flag-listing .text-box .img-text-box img {
  width: 2rem;
  object-fit: contain;
  margin-right: 0.5rem;
}
.presence-box .bg-img-box img {
  width: 100%;
  object-fit: contain;
  /* margin-top: -10rem; */
}

/* career section  */
.career-section-bg {
  padding: 9rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.career-section-content h6,
.career-section-content h2 {
  text-align: center;
  color: #fff;
}
.contact-career-content h2,
.contact-career-content p {
  text-align: left;
}
.contact-career-content p {
  max-width: 640px;
}
.contact-career-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.contact-career-content ul {
  margin-bottom: 5rem;
}
.contact-career-content li {
  max-width: 15rem;
  text-align: left;
  margin: 3rem 0;
}
.contact-career-content li h6 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  margin-top: 2rem;
  color: #fff;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.contact-career-content li img {
  max-width: 7rem;
}
.career-section-content .career-content-card {
  background-color: #fff;
  padding: 3rem 1rem;
  text-align: center;
  border-radius: 1.5rem;
  margin-top: 5rem;
  width: 22%;
}
.career-box {
  position: relative;
  height: 55rem;
}
.career-box .career-bg-img {
  height: 100%;
  object-fit: cover;
}
.career-box .text-box p {
  color: #ffffff;
}
.benifits-career-box ul {
  max-width: 1605px;
  margin-left: auto;
  margin-right: auto;
}
.career-box .text-box ul li {
  width: 33.33%;
  padding-right: 1rem;
}
.career-box .text-box ul li h6 {
  font-weight: 700;
  color: #ffffff;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.career-box .text-box ul li img {
  width: 45%;
}
.career-box .text-box .span-btn {
  font-weight: 700;
}

/* ========================================= */

/* career page  */

/* ========================================= */
.contributor-section {
  position: relative;
}
.marquee-section {
  transform: rotateZ(-5deg);
  background: white;
  margin-top: 5rem;
  width: 110%;
  margin-left: -1rem;
}
section.contributor-section .container {
  margin-top: -5rem;
  z-index: 5;
  position: sticky;
}

.marquee-section .marquee {
  overflow: hidden;
  padding: 2rem 0;
}

section.contributor-section.bg-orange.com-padding {
  padding-left: 0;
  padding-right: 0;
}
.marquee-section .marquee img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  margin-bottom: 0.3rem;
}
.marquee-section .marquee h6 {
  display: inline-block;
  vertical-align: middle;
  color: #626262;
  margin-right: 5rem;
  font-size: 2rem;
  text-transform: none;
  position: relative;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.marquee-section .marquee h6::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #626262;
}
/* why work section  */
.why-work-section,
.how-we-section {
  padding: 4rem 0;
}
#future-benefit-box {
  display: none;
}
.present-future {
  width: max-content;
  margin: 3rem auto;
}
.present-future .present-btn,
.present-future .future-btn {
  border: 1px solid black;
  padding: 1.5rem 3rem;
}
.present-future .present-btn:hover,
.present-future .future-btn:hover,
.present-future .present-btn.active,
.present-future .future-btn.active {
  background-color: #eb3d25;
  color: #ffffff;
  border-color: #eb3d25;
}
.present-future .present-btn {
  border-radius: 40px 0 0px 40px;
}
.present-future .future-btn {
  border-radius: 0px 40px 40px 0px;
}
.present-future h5 {
  margin: 0;
}
.why-work-box {
  position: relative;
}
.why-work-box .img-box img {
  margin-left: -10%;
}

/* our client section  */
.our-clients-section {
  padding-top: 0;
}
.our-clients-box {
  position: relative;
  z-index: 5;
}
.our-clients-box h2 {
  transform: rotateZ(-90deg);
  position: absolute;
  left: 0%;
  top: 22rem;
  letter-spacing: 1px;
  font-size: 1.8rem;
}
.client-text-slider .slick-slide p.light-grey {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.our-client-listing .slick-track {
  display: flex;
  flex-wrap: nowrap;
}

.our-client-listing .slick-slide img,
.client-big-slider .slick-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.client-testimonial-text-box {
  width: 40%;
  position: absolute !important;
  top: 11rem;
  right: 5%;
}

.our-clients-box {
  padding-top: 41rem !important;
}
.client-vid-box {
  position: absolute;
  bottom: 4.7rem;
  left: 16%;
  width: 33%;
  height: auto;
  z-index: 5;
}
.client-vid-box video {
  height: 100%;
}

.our-client-listing .slick-track,
.client-big-slider .slick-track {
  display: flex !important;
}
.our-client-listing .slick-slide,
.client-big-slider .slick-slide {
  height: inherit;
}

.our-clients-box ul li {
  position: relative;
}
.our-clients-box ul li .text-box {
  position: absolute;
  top: 10%;
  right: -115%;
  width: 100%;
  display: none;
}
.our-client-listing .slick-current .text-box {
  display: block !important;
}
.client-nxt-icon,
.client-prev-icon {
  position: absolute;
  width: 6%;
  bottom: -10%;
  cursor: pointer;
  z-index: 20;
  bottom: -1rem;
}
.client-nxt-icon {
  right: -7%;
}
.client-prev-icon {
  right: 4%;
}

.client-bg-line {
  position: relative;
}
.client-bg-line::after {
  position: absolute;
  content: "";
  background-image: url(../img/clients-bg-lines.webp);
  top: 0%;
  right: 0%;
  width: 107%;
  height: 100%;
  /* z-index: -1; */
  background-repeat: no-repeat;
  background-size: contain;
}

/* how we section  */
.how-we-section,
.gallery-section {
  background-color: #ffffff;
}
.how-we-box .text-box {
  display: inline-block;
  width: 48%;
  height: max-content;
}
.how-we-box .list-box li {
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.04);
  border-radius: 25px;
  padding: 6rem 3rem;
  width: 48%;
  margin-bottom: 8rem;
}
.how-we-box .list-box li:first-child {
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.how-we-box .list-box {
  padding-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9;
}
.how-we-box {
  padding-bottom: 0 !important;
}

.img-how-we-num-right::after {
  top: -14% !important;
  left: 86% !important;
}
.perks-benefits-count {
  position: absolute;
  top: -5rem;
  right: -3rem;
  color: #f59414;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f59414;
  font-size: 10rem;
  font-weight: bold;
}

/* gallery section  */
section.gallery-section {
  margin-top: -1rem;
  padding-top: 3rem;
  padding-bottom: 12rem;
}
.gallery-listing {
  padding-left: 10rem;
}
.gallery-listing .slick-slide {
  margin: 0 2.5rem;
}
.gallery-listing .slick-cloned {
  height: 0;
}
.gallery-listing .slick-track {
  margin: 0 -2.5rem;
}
.gallery-listing .slick-slide img {
  max-height: 48rem;
  object-fit: cover;
}
img.slick-prev-icon {
  position: absolute;
  right: 18rem;
  top: -12rem;
  width: 5rem;
  cursor: pointer;
}
img.slick-nxt-icon {
  position: absolute;
  top: -12rem;
  right: 10rem;
  width: 5rem;
  cursor: pointer;
}
img.slick-nxt-icon:hover,
img.slick-prev-icon:hover {
  filter: drop-shadow(2px 4px 6px black);
}
.gallery-section img.slick-nxt-icon:hover,
.gallery-section img.slick-prev-icon:hover {
  filter: invert(1);
  transform: scale(1.1);
}

/* opening section  */

.explore-white-btn {
  background-color: #ffff !important;
  color: #000000 !important;
  border: transparent;
}

.expect-box ul li h5 {
  font-size: 1.6rem;
}

/* benifits section  */

.benifits-text-box {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.benifits-text-box ul.career-value-cards li {
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.04);
  border-radius: 25px;
  width: 21% !important;
  padding: 3rem 3rem;
}
.benifits-text-box h5 {
  font-size: 2rem;
}

/* statement box  */

.statement-box .content-box img {
  margin-left: -5rem;
}
.statement-box .content-box p {
  font-size: 1.8rem;
}

/* intern section  */

.intern-box .inten-listing li {
  background: #303030;
  box-shadow: 0px 40px 50px rgb(0 0 0 / 3%);
  border-radius: 18px;
  padding: 1rem 1rem;
  padding-top: 3rem;
  width: 45%;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.inten-listing li {
  position: relative;
}
.inten-listing li::after {
  position: absolute;
  content: "";
  background-image: url(../img/cot.webp);
  top: 5%;
  left: 5%;
  width: 6%;
  height: 24%;
  /* z-index: -1; */
  background-repeat: no-repeat;
  background-size: contain;
}
.inten-listing li h5 {
  font-size: 1.5rem;
}
.intern-text {
  font-size: 1.4rem;
  color: #ededed;
}
.intern-year {
  font-size: 1.1rem;
  color: #a4a4a4;
}
ul.inten-listing {
  margin-right: -2rem !important;
}

.intern-bg-lines {
  position: relative;
}
.intern-bg-lines::after {
  position: absolute;
  content: "";
  background-image: url(../img/intern-bg-lines.webp);
  top: 0%;
  right: 0%;
  width: 107%;
  height: 100%;
  /* z-index: -1; */
  background-repeat: no-repeat;
  background-size: contain;
}

.intern-box {
  z-index: 2;
  position: sticky;
}
ul.intern-benifits {
  margin-top: 3rem;
  margin-bottom: 17rem;
}
ul.intern-benifits li {
  max-height: 330px;
  text-align: center;
}
ul.intern-benifits li .img-box {
  min-height: 24rem;
  display: flex;
}
ul.intern-benifits li img {
  width: 66%;
  height: 100%;
  object-fit: cover;
  margin: auto !important;
}
ul.intern-benifits li h5 {
  font-size: 1.7rem;
}
ul.intern-benifits li p {
  font-size: 1.1rem;
}
.intern-box .explore-btn {
  background-color: #ffff;
  color: #000000;
  margin: 8rem auto;
  margin-bottom: 0;
  border: transparent;
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* ========================================= */

/* Product Detail Page Started   */

/* ========================================= */

/* banner  */
.product-detial-banner-section {
  background: #f9f3e7;
}

.product-banner-box p {
  color: #2c2c2c;
}
.product-banner-box h1 {
  color: #ec3d26;
}
section.product-seeds-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.product-seeds-box p {
  line-height: 1.8;
  color: #545454;
}
.product-banner-box .source-country-name {
  position: relative;
}
.product-banner-box .source-country-name::after {
  position: relative;
  bottom: 0;
  right: 4px;
  content: ",";
}
.product-banner-box .source-country-name:last-of-type::after {
  content: ".";
}
.product-seeds-box ul li .image-box {
  height: 7rem;
}
.product-seeds-box ul li .image-box img {
  height: 100%;
  width: 40%;
  object-fit: contain;
  padding-bottom: 1rem;
}
.product-seeds-box ul li h5 {
  font-size: 1.35rem;
  line-height: 1.3;
}
.product-seeds-box h4 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 7rem;
  margin-bottom: 2rem;
}
.sp-external-cta-box {
  margin-top: 3rem;
}
.sp-external-cta-box a {
  display: inline-block;
  width: max-content;
}
.sp-external-cta-box .span-btn:hover {
  background: #ededed;
}

.product-video-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 6rem;
}
.product-video-wrapper h2 {
  text-align: center;
  margin-bottom: 5rem;
}
.product-video-box {
  position: relative;
}
.product-video-box video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  width: 9rem;
  height: 9rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ec4224;
  color: #fff;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}
.product-video-play.hide {
  opacity: 0;
}
/* sourcing-country  */

.sourcing-country-section {
  background: #fafafa;
  position: relative;
  z-index: 5;
}
.sourcing-country-box .inner-heading {
  text-align: left;
}
.sourcing-country-box .sc-item {
  margin-top: 5rem;
  align-items: center;
}
.sc-item img {
  width: 100%;
}
.sc-item-img,
.sc-item-details {
  width: 48%;
}
.sc-item-details h3 {
  font-weight: 600;
}
.sc-item-details span {
  display: inline-block;
  color: #f2761a;
  font-size: 1.6rem;
  position: relative;
  font-weight: 600;
}
.sc-item-details span::after {
  width: 6rem;
  height: 1px;
  content: "";
  position: absolute;
  right: -7rem;
  top: 0.9rem;
  background: #f2761a;
}
.sc-item-details h6 {
  color: #444444;
  margin: 2rem 0;
  font-size: 1.7rem;
  text-transform: capitalize;
}
/* .sourcing-country-section::after {
  position: absolute;
  content: "";
  background-image: url(../img/source-country-bg.webp);
  bottom: 0%;
  right: 0%;
  width: 100%;
  height: 75%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
} */
.sc-map-wrapper {
  max-width: 70rem;
  margin: 0 auto;
}

.sc-map-box {
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.02);
  border-radius: 1rem;
  padding: 1rem 1rem;
}
.sc-map-box img {
  width: 100%;
}
.fit-contain {
  object-fit: contain;
}
.relative {
  position: relative;
}

.sourcing-country-section .container {
  max-width: 1600px;
}
.sourcing-country-section .list-box ul li .country-name h4 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.sourcing-country-section .list-box ul li .map-div {
  border-right: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 313px;
}

.sourcing-country-section .list-box ul li .state-box h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.sourcing-country-section .list-box ul li .state-box h5 {
  font-size: 1.5rem;
  margin: 0;
  margin-left: 1rem;
}
.sourcing-country-section .list-box ul li .state-box img {
  width: 6%;
}

.check-slick-arrow,
.check-slick-prev-arrow {
  margin: 0 -10rem;
  position: relative;
  height: 1rem;
}
.scl-arrow {
  position: absolute;
  top: 21%;
  width: 8rem;
  filter: invert(100%);
}
.scl-arrow.scl-prev {
  left: -12rem;
}
.scl-arrow.scl-next {
  right: -12rem;
}

/* brand  */

.premier-import-box ul.premier-import-listing li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 99px;
  width: 13%;
}

.premier-import-box ul.premier-import-listing li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.premier-import-box .brand-list-box {
  padding: 0 10rem;
}

.brand-bg-line {
  position: relative;
  z-index: 5;
}

.brand-bg-line::after {
  position: absolute;
  content: "";
  background-image: url(../img/brands-bg-right-lines.webp);
  bottom: 0%;
  right: 0%;
  width: 200px;
  height: 200px;
  z-index: -1;
  filter: opacity(0.5);
  background-repeat: no-repeat;
  background-size: contain;
}
.brand-bg-line::before {
  position: absolute;
  content: "";
  background-image: url(../img/brands-bg-left-lines.webp);
  top: 0%;
  left: 0%;
  width: 200px;
  height: 200px;
  z-index: -1;
  filter: opacity(0.5);
  background-repeat: no-repeat;
  background-size: contain;
}

/* product-progress-section */

.product-progress-section {
  margin-top: 0 !important;
}

.product-progress-section .our-process-box {
  padding-top: 10rem !important;
}

/* here-to-help-section */

.here-to-help-section {
  background: linear-gradient(270deg, #f59414 -14.4%, #eb3826 111.9%);
}
.torq-partnership-form {
  max-width: 1100px;
  margin: 0 auto;
}

section.here-to-help-section button,
.submit-btn {
  border: none;
  border-radius: 25px;
  padding: 0.5rem 0.7rem;
  padding-left: 1.5rem;
  font-weight: 700;
  /* width: max-content !important; */
  width: 152px;
  margin-top: 2rem;
  background-color: #fff;
  font-size: 1.5rem;
}

/* header css start */
.logo-image img {
  width: 10.1rem;
}
.navigation-menu-inner {
  display: inherit;
  align-items: center;
}
.navigation .menu-item {
  margin-right: 3.3rem;
}
.navigation .menu-item:last-child {
  margin-right: 0;
}
.toggle-menu {
  display: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}

#primary-menu .sub-menu-toggle {
  display: none;
}
#primary-menu .menu-item-has-children {
  position: relative;
}

#primary-menu .menu-item-has-children .sub-menu {
  position: absolute;
  background: #fbfbfb;
  left: -50%;
  top: 2rem;
  display: none;
  transition: all 0.4s ease;
  z-index: 5;
  padding: 0 15px;
  padding-top: 17px;
  transform: translateX(10%);
}
#primary-menu .menu-item-has-children .sub-menu li {
  margin: 10px 0;
}
#primary-menu .menu-item-has-children .sub-menu li a {
  white-space: nowrap;
  color: #444;
  font-weight: 400;
  text-decoration-color: #444;
}
@media only screen and (min-width: 1024px) {
  #primary-menu .menu-item-has-children:hover > .sub-menu,
  #primary-menu .menu-item-has-children .sub-menu:hover {
    display: block;
    transition: all 0.4s ease;
  }
}

.header-wechat {
  position: relative;
}
.header-wechat > img {
  max-width: 2rem;
}
.header-wechat .we-caht-qr {
  top: 4.5rem;
}
.header-wechat .we-caht-qr:after {
  top: -9px;
  left: 0;
  transform: rotate(0deg);
}

/* ========================================= */

/* Apply For Job Page Started   */

/* ========================================= */
.banner-bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center;
}
.banner-content-box {
  padding: 10rem 0;
}
.banner-content-box h1 {
  margin: 0.5rem 0;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.banner-content-box h6 {
  padding-bottom: 1.5rem;
}
.width-max {
  max-width: 1920px;
  margin: 0 auto;
}

/* Our Process */
.apply-job-process-section {
  padding-bottom: 100px;
  padding-top: 60px;
  background: #f5f5f5;
}
.apply-job-section-heading {
  text-align: center;
  margin-bottom: 7rem;
}
.apply-job-section-heading h6 {
  margin-bottom: 2rem;
}
.apply-job-section-heading h2 {
  text-transform: capitalize;
  letter-spacing: -3px;
}
.apply-job-process-content .flex-box.aj-process-content-wrapper .col-25 {
  width: calc(25% - 50px);
  margin-right: 66.66px;
  margin-top: 50px;
}
.apply-job-process-content
  .flex-box.aj-process-content-wrapper
  .col-25:last-child {
  margin-right: 0;
}
.aj-process-content-box {
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  border-radius: 50%;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  padding-top: 50px;
}
.apply-process-right-ellipse {
  position: absolute;
  right: 0;
  top: -4px;
  width: 158px;
  z-index: 1;
}
.apply-process-right-ellipse img {
  width: 100%;
  height: 336px;
}
.apply-process-bottom-circle {
  position: absolute;
  bottom: -20px;
  left: -33px;
  width: 55px;
  height: 55px;
  background: #ffffff;
  border: 11.9138px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}
.apply-process-icon-box,
.apply-job-icon-bg {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.apply-process-icon-box {
  width: 140px;
  height: 140px;
  position: absolute;
  top: -64px;
  left: 94px;
  z-index: 10;
}
.apply-job-icon-bg {
  width: 110px;
  height: 110px;
  box-shadow: 5.10593px 1.70198px 11.0628px rgba(0, 0, 0, 0.1);
}
.apply-job-icon-bg img {
  width: 100%;
  max-width: 60px;
}
.aj-process-content-inside {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.apply-process-level {
  position: relative;
  width: 150px;
  height: 42px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 44.2514px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 11px;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.apply-process-level-count {
  width: 41px;
  height: 41px;
  background: #ffffff;
  box-shadow: 14.4668px 1.70198px 16.1688px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -6px;
  top: 1px;
  position: absolute;
}
.apply-process-item-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: #000000;
  max-width: 220px;
  margin-top: 20px;
}

/* Process Section (New) */
.afj-our-process {
  background-color: #f5f5f5;
  padding: 10rem 0;
}
.afj-our-process .afj-header {
  width: 50%;
}
.afj-our-process .apply-job-section-heading {
  text-align: left;
}
.afj-our-process .afj-usp-wrapper {
  width: 46%;
}
.afj-our-process .apply-form-submit-btn,
.apply-form-submit-btn.newsletter-btn {
  background-color: #000;
  color: #fff;
  margin-top: 6rem;
  width: max-content;
  padding: 1rem 2rem;
  transition: all 0.5s ease;
}
.apply-form-submit-btn.newsletter-btn{
  margin: 3rem auto 0 auto;
}
.afj-our-process .apply-form-submit-btn img {
  margin-left: 2rem;
}
.afj-our-process .apply-form-submit-btn:hover {
  background-color: #333;
}
.afj-usp-wrapper li {
  margin-bottom: 3rem;
  position: relative;
}
.afj-usp-wrapper li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: calc(50% + 16px);
  width: 1px;
  height: 100%;
  background: rgba(154, 154, 154, 0.5);
}
.afj-usp-wrapper li:last-child::before {
  display: none;
}
.afj-usp-wrapper li:hover::before {
  background: #eb3d25;
}
.afj-usp-wrapper li:last-child {
  margin-bottom: 0;
}
.afj-usp-counter {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
  transition: all 0.5s ease;
}
.afj-usp-wrapper li:hover .afj-usp-counter {
  background: #eb3d25;
  background: linear-gradient(
    90deg,
    rgba(235, 61, 37, 1) 0%,
    rgba(245, 144, 20, 1) 86%
  );
  border-color: rgba(245, 144, 20, 1);
  color: #fff;
}
.afj-usp-icon {
  width: 11rem;
  height: 11rem;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}
.afj-usp-icon img {
  width: 100%;
  object-fit: contain;
}
.afj-usp-title {
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  width: calc(100% - 18rem);
}
@media all and (max-width: 1400px) {
  .afj-usp-wrapper li::before {
    top: calc(50% + 15px);
  }
}
@media all and (max-width: 980px) {
  .hide-980 {
    display: none !important;
  }
  .show-980 {
    display: block !important;
  }
  .show-980.flex-box {
    display: flex !important;
  }
  .afj-our-process .afj-header,
  .afj-our-process .afj-usp-wrapper {
    width: 100%;
  }
  .afj-our-process .apply-job-section-heading {
    text-align: center;
  }
}
@media all and (max-width: 540px) {
  .afj-our-process {
    padding: 7rem 0;
  }
  .afj-usp-wrapper li::before,
  .afj-usp-counter,
  .afj-usp-title br {
    display: none;
  }
  .afj-usp-icon {
    width: 7rem;
    height: 7rem;
    padding: 1rem;
  }
  .afj-usp-title {
    font-size: 1.8rem;
    width: calc(100% - 9rem);
  }
}

/* Process Section (New) */

/* Benefits Section */
.apply-job-benefits-section {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  background: url(../img/benefits-bg-ellipse.webp), #ffffff;
  background-position-x: -100px;
  background-position-y: 66%;
  background-repeat: no-repeat;
  background-size: 75% 73%;
  padding: 70px 0 90px 0;
}
.benefits-bars-fixed {
  position: absolute;
  right: 0;
  top: 128px;
  width: 263px;
}
.apply-job-benefits-section img {
  width: 100%;
}
.apply-job-benefits-list li {
  margin-top: 195px;
}
.apply-job-benefits-list li:first-child {
  margin-top: 150px;
}
.apply-job-benefits-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.benefits-list-img-box {
  position: relative;
}
.benefits-post-count {
  color: #f59414;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f59414;
  font-size: 16rem;
  font-weight: bold;
  position: absolute;
  z-index: 1;
}
.apply-job-benefits-list li {
  align-items: center;
}
.apply-job-benefits-list li:nth-child(even) .benefits-post-count {
  top: -8rem;
  right: -5rem;
}
.apply-job-benefits-list li:nth-child(odd) .benefits-post-count {
  top: -8rem;
  left: -4rem;
}
.apply-job-benefits-list li:first-child .benefits-post-count {
  bottom: -6rem;
  left: -4rem;
  top: unset;
}
.benefits-list-img-box .apply-benefits-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  object-fit: cover;
  border-radius: 12px;
}
.apply-job-benefits-list .benefits-pattern-img {
  width: 100%;
  position: absolute;
  z-index: 2;
}

.apply-job-benefits-list li:nth-child(even) .benefits-pattern-img {
  height: auto;
  width: 136%;
  right: -36%;
  bottom: -60%;
  transform: rotate(236deg);
}
.apply-job-benefits-list li:nth-child(odd) .benefits-pattern-img {
  height: auto;
  width: 130%;
  left: -20%;
  top: -37%;
  transform: rotate(2deg);
}
.apply-job-benefits-list li:first-child .benefits-pattern-img {
  height: auto;
  width: 125%;
  left: -9%;
  top: -32%;
  transform: rotate(-96deg);
}
.apply-job-benefits-list .benefits-post-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 25px 59px rgba(0, 0, 0, 0.06);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.apply-job-benefits-list .benefits-list-text-box {
  display: flex;
  flex-direction: column;
  max-width: 42%;
}
.apply-job-benefits-list li:nth-child(odd) .benefits-list-text-box {
  padding-left: 12rem;
}
.apply-job-benefits-list li:nth-child(even) .benefits-list-text-box {
  padding-right: 12rem;
}

/* Apply Job Form Section */
.apply-job-form-section {
  background: linear-gradient(116.89deg, #eb3d25 -9.19%, #f59014 113.42%);
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
.apply-job-form-section .apply-job-section-name {
  color: #fff;
}
.apply-job-form-wrapper {
  margin: 0 auto;
  max-width: 800px;
}
.apply-job-form-wrapper form,
.apply-job-form-wrapper input,
.apply-job-form-wrapper textarea,
.apply-input-file-label {
  width: 100%;
  display: block;
}
.apply-input-wrapper {
  margin-top: 45px;
}
.apply-input-wrapper .wpcf7-not-valid-tip,
.bg-orange-gradient .wpcf7-not-valid-tip{
  color: #fff;
  margin-top: 6px;
  font-size: 14px;
}
.apply-input-flex .apply-input-wrapper {
  width: 50%;
}
.apply-input-flex .apply-input-wrapper:first-child {
  padding-right: 15px;
}
.apply-input-flex .apply-input-wrapper:last-child {
  padding-left: 15px;
}
.apply-input-wrapper input,
.apply-input-wrapper textarea,
.apply-input-file-label {
  background: transparent;
  outline: 0;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
  font-size: 18px;
  color: #fff;
}
.apply-input-wrapper textarea{
  height: 145px;
}
.apply-input-wrapper input::placeholder,
.apply-input-wrapper textarea::placeholder,
.apply-input-file-label {
  color: #fff;
  font-size: 18px;
  opacity: 1;
}
.apply-input-file-box {
  margin-top: 50px;
}
.apply-input-file-box h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.apply-input-file-box p {
  font-size: 16px;
  color: #e7e5e5;
  margin-top: 20px;
}
.apply-input-file-box .apply-input-wrapper {
  position: relative;
  margin-top: 25px;
}
.apply-input-file-label {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.apply-input-file-label img {
  width: 23px;
}
.apply-input-wrapper input.apply-form-submit-btn,
.apply-form-submit-btn {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border: 0;
  outline: 0;
  border-radius: 30px;
  padding: 13px 0;
  cursor: pointer;
  font-size: 18px;
}
.apply-input-wrapper input.apply-form-submit-btn img,
.apply-form-submit-btn img {
  padding-left: 10px;
}

/* About Section */
.apply-job-about-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.apply-job-about-content {
  display: flex;
  flex-direction: column;
  max-width: 57rem;
  padding: 12rem 0 12rem 0;
}
.apply-job-about-content h2,
.apply-job-about-content h6,
.apply-job-about-content p {
  text-align: left;
}
.apply-job-about-content h6 {
  margin-bottom: 2.5rem;
}
.sus-article-content h6,
.sup-article-content h6,
.apply-job-about-content h6,
.apply-job-section-heading h6 {
  color: #f59414;
}
.apply-job-section-heading h6.color-white {
  color: #fff;
}
/* .apply-job-about-content h2 {
  font-size: 4.2rem;
} */
.apply-job-about-content .apply-job-section-heading {
  margin-bottom: 20px;
}
.apply-job-about-content .explore-btn,
.about-team-btn .explore-btn {
  color: #181818;
  background-color: #fff;
  border-color: #fff;
  margin-right: 15px;
  transition: 0.3s ease;
}
.apply-job-about-content a:nth-of-type(2) span {
  margin-right: 0;
}
.apply-job-about-content .explore-btn:hover,
.about-team-btn .explore-btn:hover {
  background: transparent;
  color: #fff;
}
/* Write To Us */
.apply-job-write-section {
  background: linear-gradient(270deg, #f59414 -14.4%, #eb3826 111.9%);
}
.apply-job-write-section .com-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.apply-job-write-section h2 {
  margin-bottom: 0;
  font-size: 3.3rem;
}
.apply-write-box {
  justify-content: space-between;
  align-items: center;
}
.apply-job-write-btn {
  background-color: transparent;
  outline: 0;
  border: 1px solid #fff;
  color: #fff;
  padding: 16px 48px;
  border-radius: 33px;
  cursor: pointer;
  font-size: 22px;
  align-items: center;
}
.apply-job-write-btn img {
  width: 20px;
  height: 17px;
  margin-right: 10px;
}
/* ======================================= */

/* Blog Listing 01 Page Start */

/* ======================================= */
/* Banner Section */
.blog-listing-banner {
}
.blog-listing-banner,
.bl-banner-slide-content {
  position: relative;
}

.bl-banner-slide-content img {
  width: 100%;
  object-fit: cover;
}
.bl-banner-text-box {
  position: absolute;
  left: 220px;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 830px;
}
.blog-slider-arrow {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% - 70px);
  border: 1px solid #fff;
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
}
.blog-slider-arrow:hover {
  background-color: #fff;
  transition: 0.4s ease;
}
.blog-slider-arrow:hover img {
  filter: brightness(0.9) invert(0.7) sepia(0.5) hue-rotate(100deg)
    saturate(200%);
}
.blog-slider-arrow.bs-prev {
  left: -65px;
  justify-content: flex-end;
  padding-right: 20px;
}
.blog-slider-arrow.bs-next {
  right: -65px;
  justify-content: flex-start;
  padding-left: 20px;
}
.blog-slider-arrow img {
  max-width: 40px;
}
.bl-banner-text-box p {
  margin: 30px 0;
}
.bl-banner-progress {
  margin-bottom: 25px;
}
.bl-banner-progress span {
  font-size: 16px;
  color: #fff;
}
.bl-banner-progress .bb-progress-bar {
  position: relative;
  width: 80px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 12px;
}
.bl-banner-progress .bb-progress-bar::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 25px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
}
.blog-banner-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s all ease;
  width: 165px;
  justify-content: space-around;
  padding-left: 10px;
  padding-right: 10px;
}
.blog-banner-btn:hover {
  background-color: #fff;
  color: #000;
}
.blog-banner-btn img {
  max-width: 40px;
}
.bl-blogs-wrapper {
  margin-top: 60px;
  margin-bottom: -3rem;
}
.blog-listing-section .com-padding {
  padding-bottom: 0;
}
.bl-blogs-wrapper .com-post-card {
  width: calc(50% - 30px);
  margin-bottom: 10rem;
}
.bl-blogs-wrapper .com-post-card:nth-child(odd) {
  margin-right: 30px;
}
.bl-blogs-wrapper .com-post-card:nth-child(even) {
  margin-left: 30px;
  /* padding-top: 60px; */
}
.com-post-content .explore-btn img {
  margin-left: 2rem;
}
/* ======================================= */

/* Blog Listing 01 Page End */

/* ======================================= */

/* ======================================= */

/* Blog Listing 02 Page Start */

/* ======================================= */

/* BLog Lists Section */
.bl2-blogs-section {
  padding: 70px 0;
}
.bl2-blogs-wrapper li.bl2-blog-item {
  margin-bottom: 80px;
  background-color: #f5f5f5;
}
.bl2-blogs-wrapper li.bl2-blog-item:last-child {
  margin-bottom: 0;
}
.bl2-blogs-wrapper li.bl2-blog-item:nth-child(even) {
  flex-direction: row-reverse;
}
.bl2-blog-text-box {
  padding: 0 70px;
}

.bl2-blog-img-box img {
  width: 100%;
}
.blog-author-meta {
  margin-bottom: 15px;
}
.com-post-content a {
  display: inline-block;
}
/* ======================================= */

/* Blog Listing 02 Page End */

/* ======================================= */

/* ======================================= */

/* Blog Details Page Start */

/* ======================================= */
.blog-detail-main {
  background-color: #fff;
}
.blog-detail-main img {
  width: 100%;
}
.blog-detail-meta span {
  padding: 0 15px;
}
.blog-detail-meta {
  margin-bottom: 20px;
}
.blog-detail-title {
  color: #3e3e3e;
}
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
  margin-bottom: 30px;
  color: #181818;
  font-weight: bold;
  font-size: 3rem;
}
.blog-detail-content p {
  margin-bottom: 30px;
  color: #666666;
  line-height: 2.3rem;
  text-align: justify;
}
.blog-detail-content img {
  display: block;
  margin-bottom: 50px;
  margin-top: 50px;
}
.blog-detail-content ul {
  list-style: disc;
  margin-left: 15px;
}
.blog-detail-content ul p {
  margin-bottom: 10px;
  color: black;
}
.blog-detail-content ul {
  margin-bottom: 50px;
}
.blog-detail-content blockquote {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666666;
  border-left-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #ed4823, #f38117) 1 100%;
  padding-left: 40px;
  margin-bottom: 50px;
  position: relative;
}
.blog-detail-content blockquote::before {
  content: url(../img/quote.webp);
  position: absolute;
  left: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  transform: scale(0.7);
}

.blog-detail-subscribe-section {
  padding-bottom: 50px;
}
.blog-detail-subscribe-section .com-padding {
  padding-top: 0 !important;
}
.bd-subscribe-box {
  background: linear-gradient(92.15deg, #ec4224 -4.14%, #f48916 99.8%);
  border-radius: 19px;
}
.bd-subscribe-box .col-5 {
  padding: 30px 60px;
}
.bd-subscribe-input-box {
  position: relative;
}
.bd-subscribe-input-box input {
  width: 100%;
  display: block;
}
.bd-subscribe-box .bd-sub-divider {
  position: absolute;
  max-width: 30px;
  left: -73px;
  top: -86px;
}
.bd-subscribe-left .bd-subscribe-input-box button,
.bd-subscribe-right .bd-subscribe-input-box span,
.bd-subscribe-input-box .tnp-field-button {
  position: absolute;
  top: -7px;
  right: 0;
  padding: 15px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
}
.bd-subscribe-right .bd-subscribe-input-box span {
  color: #fff;
  top: -10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.bd-subscribe-right .bd-subscribe-input-box input {
  padding-right: 100px;
}
.bd-subscribe-left .bd-subscribe-input-box input {
  padding-right: 55px;
}
.bd-subscribe-left .bd-subscribe-input-box button img {
  max-width: 30px;
}
.bd-subscribe-input-box .tnp-subscription div.tnp-field {
  margin-bottom: 0;
}
.bd-subscribe-input-box .tnp-subscription {
  margin: 0;
  max-width: 100%;
}
.bd-subscribe-input-box .tnp-subscription input[type="email"] {
  background: transparent;
  outline: 0;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
  font-size: 18px;
  color: #fff;
  padding-top: 0;
  height: 44px;
  position: relative;
  z-index: 10;
}
.bd-subscribe-input-box form {
  position: relative;
}
.bd-subscribe-input-box .tnp-field-button {
  width: 5rem;
  right: 35px;
  padding: 15px;
  cursor: pointer;
  z-index: 10;
  top: 0;
}
.bd-subscribe-input-box .tnp-field input[type="submit"] {
  background: transparent;
  font-weight: 600;
  font-size: 1.5rem;
  cursor: pointer;
}
.bd-subscribe-input-box .tnp-field label {
  display: none;
}
.bd-related-post-section {
  background: #f8f8f8;
  padding-bottom: 100px;
  padding-top: 30px;
}
.bd-related-post-section .apply-job-section-heading,
.other-reports-section .apply-job-section-heading {
  text-align: left;
  margin-bottom: 2rem;
}
.related-post-wrapper.com-padding {
  padding: 0;
}
.related-post-slider,
.other-reports-slider {
  padding-left: 11.2rem;
  margin-top: -3rem;
}

.related-post-slider .slick-slide,
.other-reports-slider .slick-slide {
  margin: 0 25px;
}

.related-post-slider .slick-list,
.other-reports-slider .slick-list {
  margin: 0 -25px;
}
.com-post-card img.com-post-thumbnail {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.com-post-card h4,
.report-slide-item h4 {
  margin-bottom: 0;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 2rem;
}
.com-post-card .partners-article-text-box h4 {
  height: 5rem;
}

.bd-subscribe-box h5 {
  font-weight: bold;
  font-size: 2rem;
}

/* ========================================= */

/* Sustainability Page Started   */

/* ========================================= */
.relative {
  position: relative;
}

/* Purpose Section */
.sus-article-section {
  padding: 8rem 0;
}
.sus-article-gradiant-text {
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(180deg, #eb3c25 0%, #f59015 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -1px;
  margin-bottom: 3rem;
  font-size: 2.4rem;
}
.sus-article-small-title {
  font-size: 2.4rem;
  color: #4a4a4a;
  line-height: 1.6;
  font-weight: 500;
}
.sus-article-small-title span {
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.sus-article-small-title span::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background: linear-gradient(90deg, #ed4e22 -0.79%, #f37e18 100.59%);
}
.sus-article-title,
.sup-article-content h2 {
  font-size: 4.2rem;
  margin: 4rem 0;
}
.sus-article-desc {
  color: #4a4a4a;
  margin-bottom: 10rem;
  line-height: 1.6;
  text-align: justify;
}
p strong {
  font-weight: 600;
}
.sus-article-img-box img {
  width: 100%;
}
.sus-article-left .sus-article-img-box {
  padding-right: 5rem;
  margin-bottom: 6rem;
}
.sus-article-right {
  padding-left: 5rem;
}
.sus-article-right .sus-article-img-box {
  padding-top: 5rem;
  position: relative;
  margin-top: 6rem;
}
.sus-article-right .sus-article-img-box::before {
  content: "";
  position: absolute;
  left: -7rem;
  top: -2rem;
  width: 15rem;
  height: 15rem;
  background: url(../img/sus-article-circle.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* Certified Section */
.sus-certified-section {
  background: linear-gradient(116.89deg, #eb3d25 -9.19%, #f59014 113.42%);
  padding: 8rem 0;
  padding-bottom: 14rem;
}
.sus-certified-heading-img img {
  width: 100%;
  max-width: 14rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.sus-certified-heading p {
  font-size: 2rem;
  color: #fff;
}
.sus-certified-heading p strong {
  font-weight: bold;
}
.sus-certified-cards-wrapper {
  background: url(../img/sus-certified-ellipse.webp);
  background-repeat: no-repeat;
  background-size: 110% 60%;
  background-position: center;
  background-position-y: 90%;
  margin-top: 2rem;
}
.sus-certified-cards {
  justify-content: center;
}
.sus-certified-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2.8rem;
}
.sus-certified-card {
  background-color: #fff;
  padding: 5rem 3rem 4rem 3rem;
  border-radius: 1rem;
}
.sus-certified-card:nth-of-type(4) {
  margin-right: 0;
}
.sus-cer-card-img {
  text-align: center;
}
.sus-cer-card-img img {
  width: 100%;
  max-width: 12rem;
}
.sus-certified-card p {
  text-align: center;
  font-size: 2.3rem;
  color: #595959;
  font-weight: 600;
  margin-top: 5rem;
}
/* Have a Look section */
/* .sus-hal-section.apply-job-about-section {
  background-size: 100% 100%;
} */
.apply-job-about-content.sus-hal-content {
  padding: 12rem 0 17rem 0;
}

.sus-sdg-section {
  background: linear-gradient(116.89deg, #eb3d25 -9.19%, #f59014 113.42%);
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
.sus-sdg-section::before {
  content: "";
  position: absolute;
  left: -1rem;
  bottom: 0;
  width: 63%;
  height: 25rem;
  background-image: url("../img/sus-sdg-ellipse.webp");
  background-size: contain;
  background-position: center;
  z-index: 1;
  background-repeat: no-repeat;
  transform: rotate(8deg);
}
.sus-sdg-wrapper {
  position: relative;
  z-index: 3;
}
.sus-sdg-description {
  font-size: 2.2rem;
  margin-bottom: 5rem;
}
.sus-sdg-left {
  width: 55%;
}
.sus-sdg-right {
  width: 37%;
}
.sus-sdg-left-cards li {
  width: 25%;
  padding: 0 0.7rem;
}
.sus-sdg-left-cards {
  margin: 0 -0.7rem;
}
.sus-sdg-left-cards li .sus-left-card {
  -webkit-backdrop-filter: blur(8px); /* Safari 9+ */
  backdrop-filter: blur(8px); /* Chrome and Opera */
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.08);
  padding: 3rem 1rem;
  border-radius: 1rem;
  text-align: center;
  width: 100%;
}
.sus-sdg-left-cards li p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 2rem;
  line-height: 1.3;
}

.sus-sdg-wrapper ul li img {
  object-fit: contain;
  display: inline-block;
  margin: 0 auto;
}
.sus-sdg-left-cards li img {
  max-width: 7rem;
  max-height: 6rem;
}

.sus-sdg-right-cards {
  margin: 0 -1rem;
  padding-bottom: 8rem;
}
.sus-sdg-right-cards li {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.sus-sdg-right-cards li .sus-right-card {
  padding: 3rem 1rem;
  text-align: center;
  border-radius: 1rem;
  min-height: 22rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sus-sdg-right-cards li:nth-of-type(even) {
  transform: translateY(8rem);
}
.sus-sdg-right-cards li:first-child .sus-right-card {
  background-color: #c21f32;
}
.sus-sdg-right-cards li:nth-child(2) .sus-right-card {
  background-color: #8f1838;
}
.sus-sdg-right-cards li:nth-child(3) .sus-right-card {
  background-color: #ce8d29;
}
.sus-sdg-right-cards li:nth-child(4) .sus-right-card {
  background-color: #47773d;
}

.sus-sdg-right-cards li .sus-right-card p {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.4;
  display: flex;
  width: 100%;
  text-align: left;
}
.sus-sdg-right-cards li .sus-right-card p span {
  width: 3rem;
  margin-right: 1rem;
  font-size: 2.2rem;
  line-height: 1.4;
}

.sus-sdg-right-cards li .sus-right-card img {
  max-width: 10rem;
  max-height: 8rem;
}

/* ============================== */

/* Supplier Page Start */

/* ============================== */
.supplier-explore-section .our-process-text h6 {
  text-transform: uppercase;
  background: linear-gradient(180deg, #eb3c25 0%, #f59015 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 2rem;
  font-weight: bold;
}
.supplier-explore-section {
  padding-top: 7rem;
  padding-bottom: 6rem;
}
.supplier-explore-section .our-process-text h2 {
  font-size: 4rem;
}
.supplier-explore-text-box {
  margin-bottom: 2rem;
}
.supplier-explore-section .our-process-text {
  width: 35%;
}
.supplier-explore-section .supplier-explore-preragraph {
  max-width: 63%;
}
.supplier-explore-section .supplier-explore-preragraph p {
  text-align: justify;
}

.suppliers-article-section,
.sup-logos-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.sup-article-left .sup-article-content {
  margin-bottom: 12rem;
}
.sup-article-content h2 {
  margin: 2rem 0;
}
.sup-article-text p {
  margin-bottom: 0 !important;
}
.sup-article-left .sup-article-content h6 {
  font-size: 2rem;
}
.sup-article-right .sup-article-img-box {
  text-align: right;
}
.sup-article-img-box img,
.partners-ft-img-box img,
.partners-article-img-box img,
.about-article-item img,
.about-purpose-icon img,
.about-purpose-img-box img,
.about-statement-img-box img,
.about-content-img-box img,
.plan-sup-heading-img img,
.plan-sup-img-box img,
.plan-mission-img-box img {
  width: 100%;
}
.sup-article-right .sup-article-img-box {
  padding-left: 13rem;
}
.sup-article-left .sup-article-img-box {
  padding-right: 13rem;
}
.sup-article-left .sup-article-img-box::before {
  content: "";
  position: absolute;
  right: 5rem;
  top: -7rem;
  width: 15rem;
  height: 15rem;
  background: url(../img/sus-article-circle.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sup-article-right .sup-article-content {
  margin-top: 10rem;
}
.sup-logos-section {
  background-color: #fafafa;
  padding-bottom: 0;
}
.sup-logos-content {
  margin: 0 auto;
  max-width: 1300px;
}
.sup-logo-img {
  width: 30%;
  margin-bottom: 5rem;
  background-color: #fff;
  padding: 4rem 2rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sup-logo-img img {
  max-width: 13rem;
  max-height: 13rem;
  width: 100%;
  object-fit: contain;
}
/* ============================== */

/* Partner Page Start */

/* ============================== */
.partners-ft-wrapper > .flex-box {
  justify-content: space-between;
}
.partners-family-tree-section {
  padding: 5rem 0;
}
.partners-ft-left {
  width: 55%;
}
.partners-ft-right {
  width: 45%;
}
.partners-ft-img-box img {
  object-fit: contain;
  max-height: 70rem;
}
.sup-article-left .sup-article-content.partners-ft-content {
  margin-bottom: 0;
}
.partners-ft-content {
  padding-top: 6rem;
}
.sus-article-title,
.sup-article-content h2 {
  letter-spacing: -3px;
  line-height: 1.2;
}

.partner-form-section {
  padding: 5rem 0;
}
.partners-ft-desc {
  padding-right: 5rem;
  margin-bottom: 7rem;
}
.partners-ft-img-box {
  padding-left: 4rem;
}

.partners-article-section {
  background: #f5f5f5;
  padding: 8rem 0;
  padding-bottom: 5rem;
}
.partners-article-wrapper {
  list-style: none;
}
.partners-article-card {
  width: 31.5%;
  margin-right: 2.75%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 3rem;
}

.partners-article-text-box {
  background: #fff;
  padding: 4rem 3rem;
  padding-top: 3rem;
}
.partners-article-card:nth-of-type(3) {
  margin-right: 0;
}
.partners-article-text-box .explore-btn img {
  padding-left: 2rem;
}
.partners-article-btn .explore-btn {
  margin-top: 2rem;
}

/* ============================== */

/* About Us Page Start */

/* ============================== */
.about-us-banner .banner-content-box {
  padding: 15rem 0 15rem 0;
}

.about-article-section {
  padding: 5rem 0;
}
.about-article-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 6rem;
}
.about-article-item {
  height: 100%;
  background-color: #fff;
  border: 1px solid #dfdede;
}
.about-article-item:nth-of-type(3) {
  margin-right: 0;
}

.about-article-img-box {
  position: relative;
}
.about-article-img-box::before {
  content: "";
  position: absolute;
  right: -3rem;
  top: -1rem;
  width: 50%;
  height: 2rem;
  background: url(../img/about-article-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.about-article-text-box {
  text-align: center;
  padding: 0 2.9rem;
  padding-bottom: 4rem;
  position: relative;
  padding-top: 7rem;
}
.about-article-icon {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -5rem;
  transform: translateX(-45%);
}
.about-article-text-box p {
  color: #616161;
  line-height: 1.5;
}

.about-our-value-section {
  background: url(../img/career-bg.webp);
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 10rem;
}
.about-our-value-section .apply-job-section-heading {
  margin-bottom: 0;
}
.about-our-value-section .sus-certified-cards {
  grid-column-gap: 4rem;
}
.about-our-value-section .sus-certified-cards-wrapper .com-padding {
  padding-top: 2rem;
}
.about-value-cards .sus-certified-card p {
  color: #000;
}
.about-purpose-section {
  background-color: #181818;
  padding: 5rem 0;
  max-width: 1920px;
  margin: 0 auto;
}

.about-purpose-content {
  background: url(../img/about-purpose-line.webp);
  background-repeat: no-repeat;
  background-size: 96%;
  background-position: center;
  padding: 7rem 5rem 10rem 5rem;
}
.about-purpose-text-box {
  text-align: center;
  padding: 0 9rem;
  padding-top: 6rem;
}
.about-purpose-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #fff;
  padding: 2rem;
  margin: 0 auto;
}

.about-purpose-text-box h3 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.about-purpose-img-left {
  padding-top: 12rem;
}

.about-statement-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.about-statement-heading h2 {
  color: white;
  font-size: 17rem;
  -webkit-text-stroke: 2px #ec240a;
  font-weight: bold;
  text-transform: uppercase;
}
.about-statement-content {
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 5rem;
}
.about-statement-content-item {
  justify-content: space-between;
  margin-bottom: 8rem;
}
.about-statement-img-box {
  width: 32%;
}

.about-statement-text-box {
  width: 63%;
  padding-top: 3rem;
}
.about-statement-content-item h3 {
  color: #eb3d25;
  font-weight: 700;
  font-size: 3.5rem;
  text-transform: uppercase;
}
.about-statement-text-box p {
  font-size: 2.2rem;
}
.about-commitment-section {
  background: url(../img/about-commitment-bg-art.webp), #fbfbfb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.about-commitment-section .com-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.about-commitment-content {
  justify-content: space-between;
  align-items: center;
}
.about-commitment-text-box {
  width: 60%;
}
.about-content-img-box {
  width: 28%;
}

.about-commitment-content .apply-job-section-heading {
  margin-bottom: 4rem;
  text-align: left;
}
.about-commitment-content p {
  text-align: justify;
}
.about-commitment-list li {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  padding-left: 3rem;
  position: relative;
  text-transform: capitalize;
  line-height: 1.4;
}
.about-commitment-list li:last-child {
  margin-bottom: 0;
}
.about-commitment-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/about-commitment-right-mark.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.about-service-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: url(../img/about-service-bg-art.webp), #ffffff;
  background-repeat: no-repeat;
  background-position: center bottom -13rem;
  background-size: 100% 65%;
}
.about-service-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
}
.about-service-text-box p {
  color: #000;
}
.about-service-card.sus-certified-card {
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
  padding: 6rem 4rem;
}
.about-service-img img {
  object-fit: contain;
}
.apply-job-about-section.about-hal-section {
  background: url(../img/about-hal-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-hal-section .apply-job-about-content {
  padding: 8rem 0 8rem 0;
}
.about-hal-list {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.about-hal-list-item {
  max-width: 12rem;
  margin-right: 8rem;
}
.about-hal-list-item:last-of-type {
  margin-right: 0;
}
.about-hal-list-item img {
  width: 100%;
}
.about-hal-icon-box {
  width: 6.5rem;
}
.about-hal-list-item p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 2rem;
  letter-spacing: 1px;
}
.apply-job-about-content .explore-btn img,
.about-team-btn .explore-btn img {
  margin-left: 2rem;
}

/* About Us Team Section */
.about-our-team {
  background: linear-gradient(116.89deg, #eb3d25 -9.19%, #f59014 113.42%);
  position: relative;
}
.about-our-team::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 60%;
  height: 25rem;
  background: url(../img/about-team-bg-line-top.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-our-team::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 60%;
  height: 30rem;
  background: url(../img/about-team-bg-line-bottom.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-team-wrapper,
.about-team-box-wrapper {
  justify-content: space-between;
}
.about-team-left,
.about-team-right {
  width: 45%;
}
.about-team-left .apply-job-section-heading {
  text-align: left;
}
.about-team-left .apply-job-section-heading p {
  color: #f6f6f6;
  margin-bottom: 5rem;
  opacity: 0.8;
  font-size: 1.57rem;
}
.about-team-box-left {
  width: 46%;
}
.about-team-box-right {
  margin-top: 7rem;
  width: 46%;
}
.about-team-box {
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  backdrop-filter: blur(6.5px);
  padding: 3rem 2rem;
  border-radius: 2rem;
  margin: 4rem 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.about-team-box img {
  max-width: 4.5rem;
  max-height: 4rem;
  object-fit: contain;
}
.about-team-box h4 {
  font-size: 2.2rem;
  margin-top: 2rem;
}
.about-team-box p {
  opacity: 0.8;
  font-weight: 400;
  font-size: 1.4rem;
  padding-top: 0.5rem;
}
/* ============================== */

/* Plantations Us Page */

/* ============================== */
.plantations-banner .business-segment-banner-box {
  margin-top: -10rem;
}
.plantations-supplier-section {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.plan-sup-content img {
  width: 100%;
}
.plan-sup-content {
  max-width: 1800px;
  margin: 0 auto;
}

.plan-sup-heading .apply-job-section-heading {
  width: 77%;
  text-align: left;
  margin-bottom: 0;
}
.plan-sup-heading-img {
  width: 23%;
  padding-left: 4%;
  padding-top: 2rem;
  position: relative;
}
.plan-sup-heading-img img {
  width: 105%;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
}

.plantations-mission-section {
  background: url(../img/plantation-mission-bg.webp), #fbfbfb;
  padding-bottom: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.plan-mission-content {
  padding: 8rem 0;
  align-items: flex-end;
}
.plan-mission-text-box {
  padding-right: 8.5rem;
}
.plan-mission-content .apply-job-section-heading {
  text-align: left;
}
.plan-mission-icon-list li {
  width: 33.33%;
  text-align: center;
  border-left: 1px solid #d9d9d9;
}
.plan-mission-icon-list li:last-child {
  border-right: 1px solid #d9d9d9;
}
.plan-mission-icon-list li h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 4rem;
}

.plantations-production-section {
  padding-top: 3rem;
  background-color: transparent;
  margin-top: -3rem;
  padding-bottom: 4rem;
}
.plantations-production-bg {
  background: linear-gradient(99.08deg, #f59414 -8.72%, #eb3826 115.54%);
  padding-top: 8rem;
}
.plan-production-content {
  position: relative;
  justify-content: space-between;
}
.plan-prod-text-box {
  position: relative;
}
.plan-prod-text-box .apply-job-section-heading {
  margin-bottom: 0;
}
.plan-prod-text-box h3 {
  font-weight: bold;
  font-size: 2rem;
}
.plan-prod-text-box p {
  padding: 0 2rem;
}
.pp-bottom-img {
  position: absolute;
  left: -13rem;
  bottom: -9rem;
  max-width: 13.5rem;
}
.plan-prod-img-box {
  max-width: 13.5rem;
  position: relative;
}
.plan-prod-img-box img,
.pp-bottom-img img {
  width: 100%;
}
.plan-production-content-right .plan-prod-img-box {
  margin-left: auto;
}
.plan-production-content-right .plan-prod-img-box::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: -4.5rem;
  width: 10rem;
  height: 10rem;
  background: url(../img/plantation-production-art-2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 93%;
}
.plan-production-content-left .plan-prod-img-box::after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -2rem;
  width: 9rem;
  height: 9rem;
  background: url(../img/plantation-production-art-1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 93%;
}
.plan-production-content-left .plan-prod-img-box {
  position: absolute;
  top: -16rem;
  left: 0;
  z-index: 10;
}
.plan-production-content-left .plan-prod-art-img {
  margin-top: 5rem;
  padding-left: 1rem;
}
.plan-production-content-right .plan-prod-art-img {
  margin-top: -3.5rem;
}
.plantation-about-section {
  margin-top: -4rem;
}

/* ============================== */

/* Our Team Page */

/* ============================== */
/* Team Ethics */
.team-ethics-section {
  padding: 5rem 0;
}
.team-ethics-section .apply-job-section-heading p,
.shipping-transport-section .apply-job-section-heading p {
  color: #4a4a4a;
}
.team-ethics-section .apply-job-section-heading {
  margin-bottom: 10rem;
}
.team-ethics-item {
  text-align: center;
  padding: 0 3.2rem;
  border-left: 1px solid #d9d9d9;
}
.team-ethics-item:last-of-type {
  border-right: 1px solid #d9d9d9;
}
.team-ethics-item h4 {
  font-weight: bold;
  margin-top: 3rem;
}
.team-ethics-item p {
  color: #616161;
}
/* Team Introduction */
.team-introduction-section {
  padding: 8rem 0;
  background: url(../img/team-introduction-bg.webp), #fbfbfb;
  background-size: 75%;
  background-position: top right;
  background-repeat: no-repeat;
}
.team-intro-text-box .apply-job-section-heading {
  text-align: left;
}
.team-intro-text-box .apply-job-section-heading p {
  text-align: justify;
  margin-top: 1rem;
}
.team-intro-img-box img {
  margin-left: auto;
  width: 100%;
  max-width: 46rem;
  float: right;
}
/* Team Story Section */
.team-story-section {
  padding: 7rem 0;
}
.team-story-section .apply-job-section-heading {
  margin-bottom: 9rem;
}
.team-story-content-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 5px;
  height: 100%;
  background: url(../img/team-story-line-dasshed.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.team-story-item {
  padding-bottom: 6rem;
  align-items: center;
}
.team-story-item:last-of-type {
  padding-bottom: 0;
}
.team-story-item:nth-of-type(odd) .team-story-img-box {
  padding-right: 8rem;
}
.team-story-item:nth-of-type(odd) .team-story-text-box {
  padding-left: 11rem;
  text-align: left;
}

.team-story-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.team-story-item:nth-of-type(even) .team-story-img-box {
  padding-left: 8rem;
}
.team-story-item:nth-of-type(even) .team-story-text-box {
  padding-right: 11rem;
  text-align: right;
}
.team-story-count {
  color: #f59414;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f59414;
  font-size: 12rem;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: -6rem;
}
.team-story-item:nth-of-type(odd) .team-story-count {
  left: -3rem;
}
.team-story-item:nth-of-type(even) .team-story-count {
  right: -4rem;
}
.team-story-img-box img {
  border-radius: 2rem;
  width: 100%;
  position: relative;
  object-fit: cover;
  min-height: 45rem;
}
.team-story-text-box::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 10rem;
  top: 4rem;
  background: url(../img/team-story-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.team-story-item:nth-of-type(odd) .team-story-text-box::before {
  left: -1px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.team-story-item:nth-of-type(even) .team-story-text-box::before {
  right: -4px;
}
.team-story-icon {
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 3rem;
}
.team-story-icon img {
  width: 100%;
}
.team-story-item:nth-of-type(even) .team-story-icon {
  margin-left: auto;
}
/* Team Contact */
.team-contact-content {
  justify-content: space-between;
}
.team-contact-content h3 {
  max-width: 80%;
  font-weight: 200;
  letter-spacing: -2px;
}
.team-contact-content h3 strong {
  font-weight: 600;
}
.team-contact-btn .submit-btn {
  width: max-content;
}
.team-contact-btn .submit-btn img {
  padding-left: 3rem;
}
/* Team Member */
.team-members-section {
  padding: 7rem 0;
  background: #fbfbfb;
}
.team-member-list {
  flex-wrap: wrap;
}
.team-member-item {
  width: 25%;
}
.tm-img-box {
  cursor: pointer;
}
.team-member-details {
  position: absolute;
  width: 0;
  height: 100%;
  padding: 6rem;
  left: 0;
  top: 0;
  z-index: 10;
  visibility: hidden;
  overflow: hidden;
}
.team-member-item.active .team-member-details {
  visibility: visible;
  width: 200%;
  left: 100%;
  transition: width 0.2s ease;
}
.team-member-item:nth-child(4n + 3).active .team-member-details,
.team-member-item:nth-child(4n + 4).active .team-member-details {
  visibility: visible;
  width: 200%;
  right: 100%;
  left: unset;
}
.team-member-details p {
  color: #616161;
  text-align: justify;
}
.team-member-details p.team-position {
  color: #a8a8a8;
  font-size: 1.6rem;
}
.team-member-details h3 {
  color: #f16e1b;
  font-size: 2.4rem;
  font-weight: bold;
}
.team-social-link {
  margin-top: 3rem;
  width: max-content;
}
.team-social-link img {
  width: 100%;
  max-width: 2rem;
}
.team-social-link span {
  font-size: 1.5rem;
  margin-left: 1rem;
  text-decoration: underline;
  color: #0077b5;
}

.close-team-details {
  width: 5rem;
  height: 5rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  cursor: pointer;
}
.close-team-details img {
  width: 100%;
}
.team-member-item:nth-child(4n + 3) .close-team-details,
.team-member-item:nth-child(4n + 4) .close-team-details {
  left: 0;
  right: unset;
}
.tm-img-box img {
  width: 100%;
  height: 100%;
  max-height: 34.5rem;
  object-fit: cover;
}
.tm-content-box {
  position: absolute;
  width: 100%;
  height: max-content;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3rem 2rem;
  padding-top: 6rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.4%, #000000 100%);
  transition: all 0.4s ease;
  text-align: center;
}
.tm-content-box p {
  color: #fff;
}
.tm-content-box h4 {
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
}

/* Team Founders Message */
.team-founders-message-section {
  background: url(../img/team-message-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
}
.tm-message-slide-content {
  padding: 12rem 7rem;
  max-width: 1360px;
  margin: 0 auto;
}
.tm-message-quote img {
  max-width: 5rem;
  margin: 0 auto;
}
.tm-message-title {
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 2rem;
}
.tm-message-text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 3rem 0;
  font-style: italic;
  line-height: 1.4;
}
.tm-message-provider {
  font-weight: bold;
  font-size: 2.7rem;
}
.tm-slide-arrow.blog-slider-arrow {
  width: 19rem;
  height: 19rem;
  top: calc(50% - 10rem);
}
.blog-slider-arrow.slick-disabled {
  opacity: 0.4;
}
.tm-slide-arrow.bs-prev {
  left: -10rem;
  padding-right: 3rem;
}
.tm-slide-arrow.bs-next {
  right: -10rem;
  padding-left: 3rem;
}
.tm-slide-arrow img {
  max-width: 50px;
}
.apply-job-about-section.team-join-us-section {
  background: url(../img/team-join-us-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* ============================== */

/* shipping Page */

/* ============================== */
.shipping-transport-section {
  padding: 4rem 0;
  padding-bottom: 8rem;
}
.shipping-transport-section .apply-job-section-heading {
  margin-bottom: 0;
}
.shipping-transport-list {
  background: url(../img/shipping-line-art.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.shipping-tl-wrapper {
  max-width: 1450px;
  margin: 0 auto;
  justify-content: space-between;
}
.shipping-tl-item {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.shipping-tl-item:nth-of-type(even) {
  margin-top: 15rem;
  flex-direction: column-reverse;
}
.shipping-tl-item:nth-of-type(odd) {
  margin-top: -2rem;
}
.shipping-tl-item:nth-of-type(1) {
  width: 23%;
}
.shipping-tl-item:nth-of-type(2) {
  width: 12%;
}
.shipping-tl-item:nth-of-type(3) {
  width: 25%;
}
.shipping-tl-item:nth-of-type(4) {
  width: 15%;
}
.shipping-tl-item:nth-of-type(5) {
  width: 25%;
}

.shipping-tl-item h5 {
  text-transform: capitalize;
  font-weight: bold;
  white-space: nowrap;
}
.shipping-tl-item:nth-of-type(odd) h5 {
  margin-bottom: 2rem;
}
.shipping-tl-item:nth-of-type(even) h5 {
  margin-top: 2rem;
}
.shipping-tl-icon-box {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(180deg, #f59414 0%, #eb3826 100%);
  box-shadow: 0px 24px 24px rgba(237, 70, 35, 0.4);
  border-radius: 1rem;
  padding: 2rem;
}
.shipping-tl-icon-box img {
  width: 100%;
}
.shipping-reduction-section {
  background: linear-gradient(116.89deg, #eb3d25 -9.19%, #f59014 113.42%);
  padding: 9rem 0;
}
.shipping-red-content {
  justify-content: space-between;
  align-items: center;
}
.shipping-red-content .apply-job-section-heading {
  margin-bottom: 0;
  text-align: left;
}
.shipping-red-text-box {
  width: 42%;
}
.shipping-red-text-box p {
  text-align: justify;
  margin-top: 4rem;
}
.shipping-red-img-box {
  text-align: right;
}
.shipping-red-img-box img,
.shipping-contribute-img-box img {
  width: 100%;
  max-width: 55rem;
}
.shipping-gh-count {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 16rem;
  font-weight: bold;
  position: absolute;
  top: -8rem;
  left: -8rem;
}
.shipping-contribute-section {
  padding: 9rem 0;
}
.shipping-contribute-section::before {
  width: 60%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/shipping-marine-bg.webp);
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center;
}
.shipping-contribute-section::after {
  width: 18rem;
  height: 25rem;
  content: "";
  background: url(../img/shipping-footprint-bars.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 6rem;
}
.shipping-contribute-icon img {
  width: 100%;
  max-width: 10rem;
  margin-bottom: 3rem;
}

/* ============================== */

/* Report Listing Page */

/* ============================== */
.report-listing-section {
  padding: 6rem 0;
}
.report-listing-heading .apply-job-section-heading {
  text-align: left;
}
.report-lst-sorting {
  padding-top: 6rem;
  justify-content: flex-end;
}
.report-lst-sorting span,
.report-lst-sorting select {
  font-size: 2rem;
  font-weight: 500;
}
.report-lst-sorting select {
  color: #535353;
  border: none;
  border-bottom: 2px solid #535353;
  outline: none;
}
.report-lst-sorting select option {
  font-size: 1.2rem;
}
.report-list-item {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 4rem 4rem;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}
.report-list-item:last-child {
  margin-bottom: 0;
}
p a.more-link {
  display: none;
}
.report-meta-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.report-category span,
.report-details-main .report-category {
  background: linear-gradient(90.44deg, #f59414 0.21%, #eb3826 104.77%);
  border-radius: 8px;
  color: #fff;
  padding: 0.8rem 2rem;
  font-size: 1.7rem;
}
.report-details-main .report-category {
  padding: 0.4rem 1.5rem;
  font-size: 1.2rem;
}
.report-date {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.report-list-item h3 {
  font-weight: bold;
  font-size: 2.5rem;
}
.report-author {
  margin-bottom: 5rem;
}
.report-author span {
  color: #f59414;
  font-size: 1.5rem;
  padding-left: 1rem;
}

.reports-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 8rem;
}
.reports-pagination .page-numbers {
  color: #f59414;
  font-size: 1.3rem;
  padding: 5px 10px;
  border: 1px solid #f59414;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  cursor: pointer;
}
.reports-pagination .page-numbers.current,
.reports-pagination .page-numbers:hover {
  background-color: #f59414;
  color: #fff;
}
.reports-pagination button:disabled {
  display: none !important;
}
.report-details-cta {
  padding: 4rem 1.5rem;
  text-align: center;
  border-radius: 1.5rem;
  background: linear-gradient(155.66deg, #f59414 -1.22%, #eb3826 103.81%);
}
.report-detail-content {
  padding-right: 7rem;
}
.report-details-wrapper .explore-btn img {
  max-width: 2.8rem;
}
.report-details-wrapper .btn-black {
  justify-content: center;
}
.btn-black {
  display: flex;
  align-items: center;
}
.report-details-newsletter {
  text-align: center;
  border-radius: 1.5rem;
  margin-top: 3rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 4rem 1.5rem;
}
.report-details-cta h4,
.report-details-newsletter h4 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: -0.5rem;
  text-transform: capitalize;
}
.report-details-newsletter .tnp-subscription .tnp-field-email {
  position: relative;
  width: 100%;
  height: max-content;
}
.report-details-newsletter .tnp-subscription .tnp-field-email::after,
.bd-subscribe-input-box .tnp-subscription .tnp-field-email::after {
  content: "Enter email address";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  font-size: 1.2rem;
  text-align: left;
  left: 12px;
}
.bd-subscribe-input-box .tnp-subscription .tnp-field-email::after {
  content: "Email address";
  top: 0;
  font-size: 1.6rem;
  color: #fff;
  top: 5px;
  z-index: 1;
}
.tnp-subscription .tnp-field-email.active::after {
  display: none;
}

.report-details-newsletter .tnp-subscription input[type="email"] {
  border: 1px solid #e1e1e1;
  background-color: transparent;
  outline: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}
.report-details-newsletter .tnp-subscription input.tnp-submit {
  background-color: #181818;
  color: #ffffff;
  padding: 1.5rem 1.8rem;
  padding-right: 4rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #181818;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.report-details-newsletter .tnp-subscription .tnp-field-button {
  position: relative;
  margin: 0 auto;
  width: max-content;
}
.report-details-newsletter .tnp-subscription .tnp-field-button::after {
  width: 2rem;
  height: 2rem;
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 1rem);
  background: url(../img/apply-job-btn-arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.report-slide-item {
  padding: 4rem 3rem;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  border: 1px solid #ececec;
  border-radius: 1.5rem;
}
.other-reports-section {
  padding-bottom: 8rem;
}
.other-reports-slider .slick-track {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.other-reports-slider .report-author {
  margin-bottom: 0;
  margin-top: 3rem;
}
.other-reports-heading {
  justify-content: space-between;
}
.or-slider-control {
  margin-top: 3rem;
}
.or-slider-btn img {
  max-width: 3rem;
  width: 100%;
}
.or-prev {
  margin-right: 1.5rem;
}
.or-prev img {
  transform: rotate(180deg);
}
.or-slider-btn {
  background-color: #fff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.report-detail-meta span {
  border-left: 1px solid #d9d9d9;
}
.report-detail-meta span.report-category {
  border-left: 0;
  margin-right: 15px;
}
.other-reports-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* ============================== */

/* Mining Page */

/* ============================== */
.prominent-mining-section {
  padding: 6rem 0;
  padding-bottom: 10rem;
}
.prominent-mining-section::before {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  top: -12rem;
  right: 0;
  background: url(../img/mining-prominent-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.prominent-mining-content {
  position: relative;
  z-index: 10;
}

.prominent-mining-section .apply-job-section-heading {
  text-align: left;
}
.prominent-mining-section .apply-job-section-heading p {
  text-align: justify;
}

.plantations-production-section.mining-mineral-section {
  padding-top: 7rem;
  background-color: transparent;
  margin-top: -7rem;
  padding-bottom: 8rem;
  z-index: 10;
  position: relative;
}
.mining-mineral-section .apply-job-section-heading img {
  margin-bottom: 3rem;
  display: inline-block;
}
.mining-mineral-section .plan-production-content-left .plan-prod-img-box::after,
.mining-mineral-section
  .plan-production-content-right
  .plan-prod-img-box::before {
  display: none;
}
.mining-mineral-section .pp-bottom-img {
  left: -5rem;
  bottom: -18rem;
}
.mining-mineral-section .plantations-production-bg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.mining-mineral-section .plan-production-content-right .plan-prod-art-img {
  text-align: right;
  margin-top: 3rem;
  margin-right: -12rem;
}
.mining-mineral-section .plan-production-content-left .plan-prod-art-img {
  margin-top: 15rem;
  padding-left: 0;
}
.mining-goal-section {
  background: url(../img/mining-goal-bg.webp), #fbfbfb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 6rem;
  padding-top: 6rem;
  margin-top: -8rem;
}

.mining-goal-section img,
.prominent-mining-section img,
.generic-hero-content img,
.ac-description-section img {
  width: 100%;
}
.mining-goal-text-box {
  padding-left: 2rem;
  position: relative;
}
.mining-goal-text-box::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #eb3d25;
  left: -1rem;
}
.mining-goal-text-box h5 {
  font-weight: bold;
  color: #3d3d3d;
  margin-top: 1rem;
  line-height: 1.4;
}

.apply-job-about-section.mining-about-section {
  background: url(../img/mining-about-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* ============================== */

/* Agricultural Commodities Page */

/* ============================== */
.ac-description-section {
  padding: 6rem 0;
  background-color: #fbfbfb;
}
.ac-description-section .apply-job-section-heading {
  text-align: left;
  margin-bottom: 0;
}
.ac-description-img {
  padding-left: 5rem;
}

.ac-product-line-section {
  padding: 6rem 0;
  position: relative;
}
.ac-product-line-section .apply-job-section-heading {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.ac-pl-vector {
  content: "";
  position: absolute;
  top: 0;
  width: 28%;
  height: 20rem;
}
.ac-pl-before {
  left: 0;
}
.ac-pl-after {
  right: 0;
}
.ac-pl-vector img {
  width: 100%;
}
/* .ac-product-line-section::after {
  right: 0;
  background: url(../img/ac-product-line-after.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.ac-product-line-section::before {
  left: 0;
  background: url(../img/ac-product-line-before.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
} */
.ac-pl-tab-list {
  margin-bottom: 2rem;
}
.ac-pl-tab-list li {
  background-color: #f1f1f1;
  padding: 1rem 2rem;
  border-radius: 1.4rem;
  margin: 1rem;
  flex-wrap: nowrap;
  cursor: pointer;
  transition: all 0.4s ease;
}
.ac-pl-tab-list li:hover,
.ac-pl-tab-list li.active {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.ac-pl-tab-list li img {
  width: 100%;
  max-width: 3rem;
  margin-right: 10px;
}
.ac-pl-tab-list li span {
  font-size: 1.3rem;
  white-space: nowrap;
}

.ac-pl-product {
  width: 23%;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 1%;
  margin-top: 3rem;
  transition: all 0.4s ease;
}
.ac-pl-product a {
  background-color: #fbfbfb;
  height: 100%;
  display: block;
}
.ac-pl-product:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.ac-pl-product-img img {
  width: 100%;
  max-height: 22rem;
  object-fit: cover;
}
.ac-pl-product-content {
  background-color: #fbfbfb;
  padding: 3rem 2rem;
}
.ac-pl-product:hover .ac-pl-product-content {
  background-color: #fff;
}
.ac-pl-product-content h4,
.ac-bs-slider h4 {
  font-weight: bold;
}
.ac-bs-slider h4 {
  height: 6rem;
}
.ac-pl-products-source p {
  color: #000;
  margin-top: 2rem;
}
.ac-pl-products-source li {
  margin-right: 0.6rem;
  margin-top: 1rem;
}
.ac-pl-products-source li:last-child {
  margin-right: 0;
}
.ac-pl-products-source li img,
.ac-pl-products-source li span {
  display: block;
  width: 100%;
}
.ac-pl-products-source li img {
  width: 4rem;
  margin: 0 auto;
}
.ac-pl-products-source li span {
  text-align: center;
  margin-top: 5px;
  max-width: 4rem;
  text-align: center;
}
p.ac-pl-desc,
.com-post-card h4,
.report-slide-item h4,
.ac-bs-slider-wrapper .partners-article-text-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ac-business-segment {
  padding: 6rem 0;
  background: url(../img/ac-bs-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ac-bs-slider .slick-slide {
  margin: 0 13px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ac-bs-slider .slick-list {
  margin: 0 -13px;
}
img.ac-bs-prev {
  position: absolute;
  right: -10%;
  top: 30%;
  z-index: 1;
  width: 7%;
  cursor: pointer;
}
img.ac-bs-next {
  position: absolute;
  left: -10%;
  top: 30%;
  z-index: 1;
  width: 7%;
  cursor: pointer;
}

/* ============================== */

/* Privacy and Terms Page */

/* ============================== */

.privacy-banner-box p {
  color: #fff;
  font-size: 1.5rem;
}
.privacy-content-section h2 .privacy-content-section h3,
.privacy-content-section h4,
.privacy-content-section h5,
.privacy-content-section h6 {
  color: #4a4a4a;
  font-weight: bold;
}
.privacy-content-section p {
  color: #4a4a4a;
  margin-bottom: 2rem;
}

.privacy-content-section ul {
  list-style: disc;
  padding-left: 15px;
}
.privacy-content-section li p,
.privacy-content-section li {
  margin-bottom: 1rem;
  font-size: 1.45rem;
  color: #4a4a4a;
  line-height: 1.7;
}

/* ============================== */

/* Thankyou Page */

/* ============================== */
.generic-hero-content .submit-btn {
  width: max-content;
  font-size: 1.2rem;
  font-weight: 400;
  border: 1px solid #737373;
  border-radius: 30px;
  padding-left: 1.8rem;
}
.generic-hero-content .submit-btn img {
  padding-left: 1.5rem;
  max-width: 4rem;
}
.generic-hero-content h1 {
  font-size: 7rem;
}
.generic-hero-content h2 {
  font-size: 5.5rem;
  margin-top: 0;
}
.generic-hero-content p {
  color: #181818;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.error-hero-section .generic-hero-img {
  max-width: 43rem;
  margin-left: auto;
}

/* ============================== */

/* Whats New Page */

/* ============================== */
.page-template-whats-new .banner-content-box {
  padding: 15rem 0;
}
.page-template-whats-new .banner-bg-img {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.text-orange {
  color: #f59414;
}
.text-left,
.apply-job-section-heading.text-left {
  text-align: left;
}
.whats-new-main-section {
  background-color: #f5f5f5;
}
.whats-new-main-section .whats-new-sidebar {
  width: 20%;
}
.whats-new-main-section .whats-new-content {
  width: 75%;
}
.whats-new-sidebar .wn-sidebar-item {
  background-color: #fff;
  padding: 4rem 3rem;
  border-radius: 1.5rem;
  padding-bottom: 1rem;
}
.wn-sidebar-heading {
  font-size: 2rem;
  font-family: "Europa";
  font-weight: 600;
}
.wn-sidebar-item li {
  padding: 3rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.wn-sidebar-item li:last-child {
  border-bottom: 0;
}
.wn-sidebar-item li a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  font-size: 2.2rem;
  padding: 0.5rem 0;
}
.wn-sidebar-item li span {
  display: inline-block;
  margin-left: 1rem;
}
.latest-news-heading,
.latest-news-item {
  width: 47%;
  text-align: left;
  margin-bottom: 5rem;
  display: block;
}
.latest-news-item img {
  width: 100%;
}
.latest-news-item:nth-of-type(even) {
  transform: translateY(-22rem);
}
.latest-news-item .ln-meta {
  font-size: 1.8rem;
  margin: 1rem 0;
}
.latest-news-item.com-post-card h4 {
  height: unset;
}
.uppercase {
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}
.latest-pr-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 4rem;
  padding: 4rem 2rem;
}
.latest-pr-item:nth-of-type(3n) {
  margin-right: 0;
}
.lpr-item-header span {
  font-size: 1.7rem;
}
.lpr-item-header {
  padding-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9;
}
.lpr-item-header .lpr-header-btn {
  color: #fff;
  background-color: #424242;
  display: inline-block;
  padding: 0.3rem 1.5rem;
  border-radius: 2rem;
}
.latest-pr-item h4 {
  font-size: 2.2rem;
  color: #000;
  font-weight: bold;
  margin: 2rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lpr-item-content p {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lpr-item-content .lpr-btn {
  font-size: 1.7rem;
  text-decoration: underline;
  cursor: pointer;
}
.latest-pr-popup .cb-popup-box {
  padding: 4rem 3rem;
  padding-top: 6rem;
}
.lpr-popup-text {
  max-height: 50vh;
  overflow-y: scroll;
}
.lpr-popup-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.lpr-popup-text::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.lpr-popup-text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f59414;
}
.lpr-popup-text p {
  margin-bottom: 2rem;
}
.lpr-popup-text p:last-of-type {
  margin-bottom: 0;
}
.lpr-popup-text ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.lpr-popup-text ul li {
  font-size: 1.65rem;
  margin-bottom: 1rem;
  color: #8f8f8f;
}

.pr-pagination.reports-pagination {
  margin-bottom: 0;
}
.latest-news-section .reports-pagination {
  margin-bottom: 4rem;
}
.latest-press-release {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 0;
}
.wn-testimonial-section {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.wn-testimonial-slider .slick-list {
  margin: 0 -1.5rem;
}
.wn-testimonial-slider .slick-slide {
  margin: 0 1.5rem;
}
.wn-play-btn {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.wn-slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 20%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.03) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem 2rem 2.5rem 2.5rem;
}
.wn-play-btn img,
.wn-testimonial-slider-btn span img {
  width: 100%;
}
.wn-slider-content h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 1rem;
}
.wn-slider-location span {
  display: inline-block;
  margin-left: 1rem;
}
.wn-testimonial-slider-btn span {
  display: inline;
  margin: 0 1rem;
  transition: all 0.4s ease;
  cursor: pointer;
  width: 3rem;
}
.wn-testimonial-slider-btn span:hover {
  transform: scale(1.2);
}
.wn-testimonial-slider-btn .wn-test-next img {
  transform: rotate(180deg);
}
.wn-slider-vid img {
  width: 100%;
  max-height: 33rem;
  object-fit: cover;
}

.wn-slider-vid .wn-iframe-box {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 10;
}
.wn-slider-vid .wn-iframe-box.active {
  display: block;
}
.wn-slider-vid .wn-iframe-box iframe {
  max-height: 100% !important;
  max-width: 100% !important;
}
.wn-slider-popup .cb-popup-box {
  padding: 4rem 4rem;
}

.wn-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 10;
}
.wn-popup.active {
  display: flex;
  opacity: 1;
}
.wn-popup-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 2;
}
.wn-popup-content {
  width: 80%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem 1rem;
  position: relative;
  z-index: 10;
  max-width: 700px;
}
.wn-popup-content video,
.wn-popup-content iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
}
.close-wn-popup {
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ee5720;
  padding: 1rem;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.close-wn-popup img {
  max-width: 2rem;
}
.mt-mail-box {
  background: linear-gradient(270deg, #f59414 -14.4%, #eb3826 111.9%);
  padding: 5rem 0;
}
.mt-mail-box h2 {
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: -2px;
}
.mt-mail-box .text-box {
  flex: 1;
  padding-right: 5rem;
}
.mt-mail-box .mail-btn-wrapper {
  width: max-content;
}
.mt-mail-btn {
  border: 1px solid #fff;
  border-radius: 4rem;
  padding: 1rem 2rem;
  color: #fff;
  transition: all 0.5s ease;
}
.mt-mail-btn img {
  width: 1.8rem;
  object-fit: contain;
  transition: all 0.5s ease;
}
.mt-mail-btn span {
  font-size: 2rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1.2;
}
.mt-mail-btn:hover {
  background-color: #ffffff;
  color: #000;
}
.mt-mail-btn:hover img {
  filter: invert(1);
}
/* ========================================= */

/* Management Trainee Page Started   */

/* ========================================= */
.section-header h2 {
  letter-spacing: -2px;
}
.section-padding {
  padding: 12rem 0;
}
.mt-banner {
  min-height: 500px;
}
.mt-banner .banner-content-box{
  padding-top: 20rem;
}
.mt-mission-section {
  background-color: #f5f5f5;
}
.mt-mission-left {
  width: 47%;
}
.mt-mission-left h2 {
  letter-spacing: 0px;
  line-height: 1.2;
  margin-bottom: 4rem;
  color: #e97132;
  text-transform: uppercase;
}
.mt-mission-left a {
  color: #8f8f8f;
  font-size: 1.5rem;
  transition: all 0.5s ease-in-out;
  margin-top: 2rem;
  display: inline-block;
}
.mt-mission-left a:hover {
  color: #e73b29;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.mt-mission-right {
  width: 45%;
}
.mt-mission-list li {
  padding: 4rem 0;
  border-top: 1px solid #d9d9d9;
}
.mt-mission-list li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.mt-mission-list .icon {
  width: 10rem;
  height: 10rem;
  padding: 2rem;
  border-radius: 7px;
}
.mt-mission-list .icon img {
  width: 100%;
  object-fit: contain;
}
.mt-mission-list .text-box {
  flex: 1;
  padding-left: 2rem;
}
.mt-mission-list .text-box h3 {
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 0.7rem;
}
.mt-mission-list .text-box p {
  line-height: 1.2;
  letter-spacing: -1px;
}
.mt-purpose-wrapper {
  margin-top: 5rem;
}
.mt-purpose-item {
  width: 48%;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 3rem 3rem;
  border-radius: 1.5rem;
  height: inherit;
}
.mt-purpose-item h3 {
  margin-bottom: 5rem;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
}
.mt-purpose-img {
  width: 100%;
}
.mt-purpose-img img {
  object-fit: contain;
  width: 100%;
}
.mt-purpose-text {
  width: 100%;
  margin-top: 5rem;
}
.mt-purpose-text ul {
  list-style: disc;
  padding-left: 1.3rem;
}
.mt-purpose-text li {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #585858;
  line-height: 1.3;
}
.bg-orange-gradient {
  background: linear-gradient(116.89deg, #eb3d25 -9.19%, #f59014 113.42%);
}
.mt-specialized-tracks .width-max::before,
.mt-specialized-tracks .width-max::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.mt-specialized-tracks .width-max::before {
  width: 40%;
  height: 25rem;
  top: 0;
  left: 0;
  background-image: url("../img/mt-specialized-before.webp");
}
.mt-specialized-tracks .width-max::after {
  width: 24%;
  height: 28rem;
  bottom: 0;
  right: 0;
  background-image: url("../img/mt-specialized-after.webp");
}
.specialized-cards-slider {
  margin-top: 5rem;
}
.specialized-cards-slider .slick-list {
  margin: 0 -1.3rem;
}
.specialized-cards-slider .slick-slide {
  height: inherit;
  margin: 0 1.3rem;
}
.specialized-card {
  border: 1px solid #f6a88c;
  padding: 4rem 1.5rem;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: saturate(180%) blur(10px);
}

.specialized-card .icon {
  margin: 0 auto 3rem auto;
  max-width: 9rem;
  width: max-content;
  height: 9rem;
}
.specialized-card .icon img {
  width: 100%;
  display: inline-block;
  object-fit: contain;
  height: 100%;
}
.specialized-card h3 {
  letter-spacing: -1px;
}
.specialized-card p {
  color: #fff;
  letter-spacing: -0.6px;
  font-size: 1.6rem;
}
.submit-btn {
  width: max-content;
  transition: all 0.5s ease;
}
.submit-btn:hover {
  background-color: #f1f1f1;
}
.specialized-card .submit-btn {
  margin: 3rem auto 0 auto;
  padding-left: 2rem;
  padding-right: 1rem;
}
.specialized-card .submit-btn span {
  margin-left: 2rem;
  display: inline-block;
}
.submit-outline-btn {
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
.submit-outline-btn:hover {
  background-color: #fff;
  color: #000;
}
.submit-outline-btn img {
  transition: all 0.5s ease;
}
.submit-outline-btn:hover img {
  filter: invert(1);
}
.z-10 {
  z-index: 10;
}
.mt-specialized-bottom {
  margin-top: 5rem;
}
.mt-specialized-bottom .text-box {
  flex: 1;
  padding-right: 5rem;
}
.mt-specialized-bottom .apply-btn-box {
  width: max-content;
}
.mt-specialized-bottom .submit-btn span {
  margin-left: 3rem;
}
.mt-testimonials {
  margin-top: 6rem;
}
.mt-testimonials .slick-list {
  margin: 0 -1.5rem;
}
.mt-testimonials .slick-track,
.specialized-cards-slider .slick-track {
  display: flex !important;
}
.mt-testimonials .slick-slide {
  height: inherit;
  margin: 0 1.5rem;
}
.mt-testimonial-item {
  background-color: #f5f5f5;
  padding: 4rem 4rem;
  border-radius: 1rem;
}
.mt-testimonial-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mt-testimonial-item .quote {
  width: 4rem;
  object-fit: contain;
  height: auto;
}
.mt-testimonial-item .testimonial-text {
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 2rem;
}
.testimonial-meta {
  margin-top: 3rem;
}
.testimonial-meta .avatar {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 7px;
  overflow: hidden;
}
.testimonial-meta .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-meta .text-box {
  flex: 1;
  padding-left: 1rem;
}
.testimonial-meta .subtitle {
  color: #f0631e;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.testimonial-meta .title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0.2rem 0;
  font-weight: 700;
}
.testimonial-meta .description {
  color: #939393;
  font-size: 1.15rem;
}
@media all and (max-width: 990px) {
  /* ============== */
  /* Whats New */
  /* ============== */
  .whats-new-main-section .whats-new-sidebar {
    display: none;
  }
  .whats-new-main-section .whats-new-content {
    width: 100%;
  }
  .wn-slider-vid video {
    max-height: 61rem;
  }
}
@media all and (max-width: 768px) {
  /* ============== */
  /* Whats New */
  /* ============== */
  .latest-news-heading {
    width: 100%;
  }
  .latest-news-item:nth-of-type(even) {
    transform: none;
  }
  .latest-pr-wrapper {
    justify-content: space-between;
  }
  .latest-pr-item {
    width: 47%;
    margin-right: 0;
  }

  .team-story-img-box img {
    min-height: 25rem;
  }
}
@media all and (max-width: 600px) {
  /* ============== */
  /* Whats New */
  /* ============== */
  .wn-slider-vid video {
    max-height: 90rem;
  }
}
@media all and (max-width: 540px) {
  .latest-pr-item,
  .latest-news-item {
    width: 100%;
  }
  .latest-news-item {
    margin-bottom: 3rem;
  }
  .wn-popup-content video,
  .wn-popup-content iframe {
    min-height: 265px;
  }
}

/* ========== Media Query Started ========= */
@media all and (min-width: 1921px) {
  html {
    font-size: 16px;
  }
}

@media all and (max-width: 1920px) {
  html {
    font-size: 0.73vw;
  }
}
@media all and (max-width: 1900px) {
  /* Apply FOr Job */
  .apply-job-banner-content h1,
  .page-banner-content h1 {
    font-size: 4.2rem;
  }
  .apply-job-section-heading h6 {
    margin-bottom: 1.5rem;
  }
  .apply-job-benefits-list .benefits-list-text-box {
    max-width: 47%;
  }

  .apply-job-about-content .explore-btn,
  .com-post-content .explore-btn,
  .about-team-btn .explore-btn {
    padding: 1.1rem 1.5rem;
    padding-top: 1.3rem;
  }
  .com-post-content .explore-btn img {
    max-width: 3.5rem;
  }
  /* Blog Listing */
  .com-post-card h4,
  .report-slide-item h4 {
    font-size: 2.5rem;
  }
  /* Sustainability */
  .sus-article-section {
    padding: 6rem 0;
  }

  .sus-article-right .sus-article-img-box {
    padding-top: 3rem;
  }
  .sus-article-desc {
    margin-bottom: 10rem;
  }
  .sus-article-right .sus-article-img-box::before {
    left: -6.5rem;
    top: -3rem;
    width: 13rem;
    height: 13rem;
  }
  .sus-article-icon-box img {
    max-width: 4rem;
  }
  .sus-article-gradiant-text {
    font-size: 2.3rem;
  }
  .sus-article-small-title {
    font-size: 2.2rem;
  }
  .sus-article-left .sus-article-img-box {
    padding-right: 5rem;
  }
  .sus-certified-section {
    padding: 6rem 0;
    padding-bottom: 10rem;
  }
  .sus-certified-cards-wrapper {
    margin-top: 0;
  }
  .sus-certified-heading-img img {
    max-width: 11rem;
  }

  .sus-certified-card {
    background-color: #fff;
    padding: 4rem 2rem 3rem 2rem;
  }
  .sus-cer-card-img img {
    max-width: 10rem;
  }
  .sus-certified-card p {
    font-size: 2rem;
  }

  .apply-job-about-content.sus-hal-content {
    padding: 6rem 0 12rem 0;
  }

  /* Partners Page */
  .partners-ft-desc {
    padding-right: 3rem;
    margin-bottom: 7rem;
  }

  /* Plantation Page */
  .plan-sup-heading .apply-job-section-heading h2 {
    letter-spacing: -1px;
  }
  .plan-sup-heading-img img {
    bottom: -3rem;
  }

  /* ========================================= */

  /* Team Page */

  /* ========================================= */
  .team-intro-img-box img {
    max-width: 35rem;
  }

  .team-story-icon {
    width: 8rem;
    height: 8rem;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .team-story-text-box h3,
  .team-contact-content h3 {
    font-size: 2.5rem;
  }
  .team-story-count {
    font-size: 10rem;
    top: -5rem;
  }
  .team-story-item:nth-of-type(odd) .team-story-count {
    left: -2.5rem;
  }
  .team-story-item:nth-of-type(even) .team-story-count {
    right: -3.5rem;
  }
  .tm-content-box {
    padding: 3rem 1rem;
    padding-top: 6rem;
  }
  .team-member-details {
    padding: 4rem;
  }
  .team-member-details h3 {
    font-size: 2rem;
  }
  .tm-img-box img {
    max-height: 27.5rem;
  }
  .close-team-details {
    width: 4rem;
    height: 4rem;
  }
  .tm-message-quote img {
    max-width: 4rem;
  }
  .tm-message-title {
    font-size: 1.8rem;
  }
  .tm-message-slide-content {
    padding: 10rem 7rem;
    max-width: 1150px;
  }
  .tm-message-text {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
  .generic-hero-content h2 {
    font-size: 5rem;
  }
  .ac-pl-products-source li img {
    max-width: 3rem;
  }
  .ac-pl-products-source li span {
    font-size: 0.8rem;
    max-width: 3rem;
  }
}

@media all and (max-width: 1600px) {
  .scl-arrow {
    top: 34%;
  }

  .contact-career-content,
  .torq-partnership-form {
    max-width: 850px;
  }
  .span-btn {
    padding: 0.8rem 2rem;
    padding-right: 1rem;
  }
  .banner-nav-listing .slick-track {
    margin-left: -15.5vw !important;
  }
  .main-header .container,
  .top-header .container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .container {
    max-width: 1730px;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .header-wechat > img {
    max-width: 2.5rem;
  }

  /* Home Page */
  ul.why-torq-listing {
    margin-right: -10rem;
  }
  .our-progress-animation-box {
    margin: 0 -10rem;
  }
  .benifits-career-box ul {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .banner-list-img {
    height: 60rem !important;
  }
  .check-slick-arrow,
  .check-slick-prev-arrow {
    margin: 0 -5.5rem;
  }
  .check-slick-arrow::after {
    width: 4%;
  }
  .check-slick-prev-arrow::before {
    width: 4%;
    top: 1414%;
  }
  .scl-arrow.scl-prev {
    left: -10rem;
  }
  .scl-arrow.scl-next {
    right: -10rem;
  }
  /* Career Page */
  ul.intern-benifits {
    margin-bottom: 10rem;
  }

  /* ========================================= */

  /* Apply For Job Page Started   */

  /* ========================================= */
  a,
  p {
    line-height: 1.5;
  }
  .apply-job-section-heading {
    margin-bottom: 6rem;
  }
  .apply-job-section-heading h2 {
    letter-spacing: -2px;
  }
  .apply-job-benefits-list .benefits-list-text-box {
    max-width: 43%;
  }
  .benefits-post-count {
    font-size: 16rem;
  }
  .apply-job-benefits-list li:nth-child(even) .benefits-post-count {
    top: -7rem;
    right: -4rem;
  }
  .apply-job-benefits-list li:nth-child(odd) .benefits-post-count {
    top: -7rem;
    left: -4rem;
  }
  .apply-job-benefits-list li:first-child .benefits-post-count {
    bottom: -7rem;
    left: -4rem;
    top: unset;
  }
  .apply-job-benefits-list li:nth-child(odd) .benefits-list-text-box {
    padding-left: 10rem;
  }
  .apply-job-benefits-list li:nth-child(even) .benefits-list-text-box {
    padding-right: 8rem;
    padding-left: 3rem;
  }

  .apply-job-benefits-list li:nth-child(even) .benefits-pattern-img {
    width: 116%;
    right: -12%;
    bottom: -51%;
  }
  .apply-job-benefits-list li:first-child .benefits-pattern-img {
    width: 128%;
    top: -34%;
    transform: rotate(-91deg);
  }
  /* ========================================= */

  /* Sustainability Page Started   */

  /* ========================================= */
  .sus-article-section {
    padding: 5rem 0;
  }
  .sus-article-left .sus-article-img-box {
    padding-right: 4rem;
  }
  .sus-article-right {
    padding-left: 5rem;
  }
  .sus-article-title,
  .sup-article-content h2 {
    margin: 2rem 0;
  }
  .sus-article-desc {
    margin-bottom: 10rem;
  }
  .sus-article-right .sus-article-img-box::before {
    left: -6.5rem;
    top: -2.5rem;
    width: 13rem;
    height: 13rem;
  }
  .sus-article-gradiant-text {
    font-size: 2.05rem;
  }
  .sus-certified-section {
    padding: 4rem 0;
    padding-bottom: 10rem;
  }
  .sus-article-small-title {
    font-size: 2rem;
  }
  .apply-job-about-content.sus-hal-content {
    padding: 10rem 0 16rem 0;
  }

  /* ========================================= */

  /* Supplier Page Started   */

  /* ========================================= */
  .suppliers-article-section {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .sup-article-left .sup-article-content h6 {
    font-size: 1.5rem;
  }
  .sup-article-left .sup-article-img-box::before {
    right: 4rem;
    top: -5.8rem;
    width: 12rem;
    height: 12rem;
  }
  .sup-article-left .sup-article-img-box {
    padding-right: 10rem;
  }
  .sup-article-right .sup-article-img-box {
    padding-left: 10rem;
  }
  .sup-article-left .sup-article-content {
    margin-bottom: 10rem;
  }
  .sup-logos-section {
    padding: 2rem 0;
    padding-bottom: 0;
  }
  .sup-logos-content {
    max-width: 965px;
  }
  .sup-logo-img {
    margin-bottom: 4rem;
  }
  /* ========================================= */

  /* Partners Page Started   */

  /* ========================================= */
  .partners-family-tree-section {
    padding: 4rem 0;
  }
  .partners-ft-desc {
    padding-right: 4rem;
    margin-bottom: 7rem;
  }

  .partners-ft-content img {
    max-width: 7rem;
  }
  .partners-article-section {
    padding: 5rem 0;
    padding-bottom: 2rem;
  }
  .partners-article-text-box {
    padding: 4rem 2rem;
  }
  .com-post-card h4,
  .report-slide-item h4 {
    font-size: 2.2rem;
  }

  /* ============================== */

  /* About Us Page */

  /* ============================== */
  .about-purpose-section {
    padding: 2rem 0;
  }
  .about-purpose-icon {
    width: 8rem;
    height: 8rem;
  }
  .about-purpose-text-box h3 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .about-purpose-text-box {
    padding: 0 4rem;
    padding-top: 5rem;
  }
  .about-purpose-img-left {
    padding-top: 10rem;
  }
  .about-statement-heading h2 {
    font-size: 14rem;
  }
  .about-statement-content-item h3 {
    font-size: 3rem;
  }
  .about-commitment-list li {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
  .about-commitment-list li::before {
    width: 1.7rem;
    height: 1.7rem;
  }
  .about-service-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(../img/about-service-bg-art.webp), #ffffff;
    background-repeat: no-repeat;
    background-position: center bottom -13rem;
    background-size: 100% 62%;
  }
  .about-service-content {
    max-width: 80%;
  }
  .about-team-box p {
    font-size: 1.5rem;
  }
  /* ============================== */

  /* Plantations Page */

  /* ============================== */
  .plan-sup-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .plan-mission-content {
    padding: 6rem 0;
  }
  .plan-mission-icon-list li h4 {
    font-size: 1.5rem;
  }
  .plan-prod-img-box {
    max-width: 11rem;
  }
  .plan-production-content-left .plan-prod-img-box::after {
    width: 7.5rem;
    height: 7.5rem;
    right: -6rem;
    bottom: -1.5rem;
  }
  .plan-production-content-right .plan-prod-img-box::before {
    left: -3.3rem;
    top: -3.5rem;
    width: 8rem;
    height: 8rem;
  }
  .plan-prod-text-box h3 {
    font-size: 1.7rem;
  }
  .plan-production-content-left .plan-prod-art-img {
    margin-top: 3rem;
    padding-left: 0;
  }
  .plan-production-content-left .plan-prod-art-img img {
    max-width: 62%;
  }
  .plan-production-content-right .plan-prod-art-img img {
    max-width: 46%;
  }
  .pp-bottom-img {
    left: -11rem;
    bottom: -9rem;
    max-width: 12rem;
  }

  /* ============================== */

  /* Team Page */

  /* ============================== */

  .team-ethics-section,
  .team-introduction-section,
  .team-story-section,
  .team-members-section {
    padding: 3rem 0;
  }
  .col-5.team-intro-img-box {
    padding-left: 10%;
  }
  .team-intro-img-box img {
    max-width: 100%;
  }
  .tm-message-slide-content {
    padding: 12rem 4.5rem;
  }
  .team-ethics-icon-box img {
    max-width: 6rem;
  }
  .team-ethics-item h4 {
    font-size: 2.1rem;
  }
  .team-ethics-item {
    padding: 0 2.5rem;
  }
  .team-members-section {
    padding: 5rem 0;
  }
  .tm-img-box img {
    max-height: 28.7rem;
  }

  .tm-message-title {
    font-size: 1.7rem;
  }
  .tm-message-slide-content {
    padding: 10rem 7rem;
    padding-top: 9rem;
    max-width: 980px;
  }
  .tm-message-provider {
    font-size: 2.6rem;
  }
  .tm-slide-arrow img {
    max-width: 40px;
  }
  .tm-slide-arrow.bs-next {
    right: -8rem;
  }
  .tm-slide-arrow.bs-prev {
    left: -8rem;
  }
  .tm-slide-arrow.blog-slider-arrow {
    width: 16rem;
    height: 16rem;
    top: calc(50% - 8rem);
  }
  /* Shipping Page */
  .shipping-tl-icon-box {
    width: 7rem;
    height: 7rem;
    padding: 1.5rem;
  }
  .shipping-tl-item h5 {
    font-size: 1.8rem;
  }
  .shipping-tl-item:nth-of-type(odd) h5 {
    margin-bottom: 1rem;
  }
  .shipping-tl-item:nth-of-type(1) {
    width: 26%;
  }
  .shipping-tl-item:nth-of-type(2),
  .shipping-tl-item:nth-of-type(4) {
    width: 12%;
  }
  .shipping-tl-item:nth-of-type(3) {
    width: 20%;
  }
  .shipping-tl-item:nth-of-type(5) {
    width: 30%;
  }
  .shipping-tl-item:nth-of-type(even) {
    margin-top: 14rem;
  }
  .shipping-tl-item:nth-of-type(odd) {
    margin-top: -1rem;
  }
  .shipping-gh-count {
    font-size: 14rem;
  }

  /* Report Listing Page */
  .report-lst-sorting span,
  .report-lst-sorting select {
    font-size: 1.7rem;
    font-weight: 500;
  }
  .rl-service-card h5 {
    font-size: 1.8rem;
    margin-left: 2rem;
  }
  .rl-service-card img {
    max-width: 4rem;
  }
  .rd-newsletter-input input {
    font-size: 1rem;
  }

  /* Reports Page */
  .or-slider-btn {
    width: 5rem;
    height: 5rem;
  }
  .or-slider-btn img {
    max-width: 2.3rem;
  }

  .report-details-cta h4,
  .report-details-newsletter h4 {
    font-size: 2.2rem;
  }
  /* Generic Pages */
  .privacy-content-section h3 {
    font-size: 2rem;
  }
  .generic-hero-content h1 {
    font-size: 6rem;
  }
  .generic-hero-content h2 {
    font-size: 4.8rem;
  }
  .generic-hero-content p {
    font-size: 1.5rem;
  }

  .ac-pl-product-content p {
    font-size: 1.4rem;
  }

  img.ac-bs-prev {
    right: -9%;
  }
  img.ac-bs-next {
    left: -9%;
  }
  .torq-contact-form .contact-submit-wrapper::after {
    top: 1.5rem;
  }
}

@media all and (min-width: 1600px) {
  .banner-nav-listing .slick-track {
    margin-left: -20.5rem !important;
  }
  .banner-list-img {
    height: 70rem !important ;
  }
  .footer-box .footer-links {
    padding-left: 4.5rem;
  }
  .agriculture-solution ul li {
    width: 43%;
  }
  .banner-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .big-section .container {
    max-width: 3000px;
    margin: 0 auto;
    padding: 0;
  }
  html {
    font-size: 14px;
  }
  .sourcing-country-section .list-box ul li .state-box h5 {
    font-size: 1rem;
  }
  .banner-nav-listing .slick-track {
    margin-left: -15.5vw !important;
  }

  /* Contact Forms */
  input.form-submit,
  .torq-partnership-form input.form-submit,
  .form-submit-wrapper {
    border-radius: 30px !important;
  }
}
@media (max-width: 1600px) and (min-width: 1360px) {
  .sourcing-country-section .list-box ul li .map-div {
    height: 378px;
  }
}

@media all and (max-width: 1400px) {
  .related-post-wrapper.com-padding {
    padding: 0;
  }
  .expect-icons-box .expect-list-icon::before {
    top: 10vw;
  }

  /* ============================== */

  /* Apply For Job Page */

  /* ============================== */

  .apply-job-banner-content,
  .page-banner-content {
    padding: 100px 0 100px 0;
  }
  .apply-job-banner-content h1,
  .page-banner-content h1 {
    font-size: 4rem;
  }
  .apply-job-process-section .container {
    max-width: 1280px;
  }
  .aj-process-content-box {
    width: 250px;
    height: 250px;
    padding-top: 30px;
  }
  .apply-job-icon-bg {
    width: 75px;
    height: 75px;
  }
  .apply-job-icon-bg img {
    max-width: 40px;
  }
  .apply-process-icon-box {
    width: 100px;
    height: 100px;
    top: -53px;
    left: 80px;
  }
  .aj-process-content-inside {
    margin-top: 45px;
  }
  .apply-process-level {
    width: 130px;
    height: 35px;
    font-size: 1.8rem;
    padding-left: 15px;
  }
  .apply-process-level-count {
    width: 33px;
    height: 33px;
  }
  .apply-process-bottom-circle {
    left: -30px;
    width: 48px;
    height: 48px;
    border: 8.9138px solid rgba(0, 0, 0, 0.06);
  }
  .apply-process-item-title {
    font-size: 18px;
    line-height: 25px;
  }
  .apply-process-right-ellipse {
    width: 120px;
  }
  .apply-process-right-ellipse img {
    height: 256px;
  }

  .benefits-bars-fixed {
    top: 155px;
    width: 220px;
  }
  .apply-job-benefits-section {
    background-size: 73% 73%;
  }
  .apply-job-benefits-list li:nth-child(2n + 1) .benefits-list-text-box {
    padding-left: 9rem;
  }
  .apply-job-benefits-list li:nth-child(2n) .benefits-list-text-box {
    padding-right: 8rem;
  }
  .apply-job-benefits-list li:nth-child(even) .benefits-pattern-img {
    right: -12%;
    bottom: -54%;
    transform: rotate(238deg);
  }
  .apply-job-benefits-list li:first-child .benefits-pattern-img {
    width: 140%;
    left: -13%;
    top: -44%;
    transform: rotate(-92deg);
  }

  .apply-job-about-content {
    padding: 120px 0 150px 0;
  }

  .apply-job-write-section h6 {
    line-height: 1;
  }
  .apply-job-write-btn {
    padding: 13px 40px;
    font-size: 20px;
  }

  /* Blog Listing Page */
  .com-post-card h4,
  .report-slide-item h4 {
    font-size: 2.2rem;
  }

  /* ============================== */

  /* Sustainability Page */

  /* ============================== */
  .sus-article-section .com-padding {
    padding: 5rem 6rem;
  }
  .sus-article-icon-box img {
    max-width: 4rem;
  }
  .sus-article-left .sus-article-img-box {
    padding-right: 5rem;
  }
  .sus-article-right {
    padding-left: 4rem;
  }
  .sus-article-desc {
    margin-bottom: 8rem;
  }
  .sus-article-right .sus-article-img-box::before {
    left: -5.5rem;
    top: -1.8rem;
    width: 11rem;
    height: 11rem;
  }
  .sus-article-small-title {
    font-size: 2rem;
  }
  .sus-article-gradiant-text {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .sus-article-small-title span::after {
    height: 3px;
    bottom: -5px;
  }
  .apply-job-about-content.sus-hal-content {
    padding: 6rem 0 12rem 0;
  }
  /* ============================== */

  /* Supplier Page */

  /* ============================== */
  .supplier-explore-section {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  /* ============================== */

  /* Partners Page */

  /* ============================== */
  .partners-article-text-box {
    padding: 3rem 2rem;
    padding-top: 2rem;
  }

  /* ============================== */

  /* About Us Page */

  /* ============================== */
  .about-article-icon {
    width: 8rem;
    height: 8rem;
    top: -4rem;
    transform: translateX(-47%);
  }
  .about-article-section {
    padding: 3.5rem 0;
  }
  .about-article-wrapper {
    grid-column-gap: 5rem;
  }
  .about-article-img-box::before {
    right: -2.5rem;
  }
  .about-article-text-box {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .about-our-value-section .sus-certified-cards-wrapper {
    background-position-y: 78%;
  }
  .about-purpose-section {
    padding: 0;
  }
  .about-purpose-content {
    background-size: 100%;
    padding: 7rem 2rem 10rem 2rem;
  }
  .about-purpose-text-box {
    padding: 0 5rem;
    padding-top: 5rem;
  }
  .about-statement-content {
    padding-right: 9rem;
  }
  .about-commitment-list li {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .about-service-img img {
    max-width: 7rem;
  }
  .about-service-section {
    background-position: center bottom -10rem;
    background-size: 100% 59%;
  }
  .about-hal-section .apply-job-about-content {
    padding: 6rem 0 6rem 0;
  }
  .about-hal-icon-box {
    width: 5.5rem;
  }
  .about-hal-list-item {
    margin-right: 6rem;
  }
  .about-hal-list-item p {
    font-size: 1.3rem;
  }

  /* ===============*/

  /* Team Page */

  /* ============== */
  .tm-message-slide-content {
    max-width: 900px;
  }
  .tm-message-title {
    font-size: 1.6rem;
  }
  .tm-message-text {
    font-size: 1.6rem;
  }
  .tm-message-provider {
    font-size: 2.4rem;
  }

  /* Shipping Page */
  .shipping-transport-section {
    padding: 4rem 0;
    padding-bottom: 6rem;
  }
  .shipping-tl-item h5 {
    font-size: 1.7rem;
  }
  .shipping-tl-icon-box {
    width: 6.5rem;
    height: 6.5rem;
  }
  .shipping-tl-wrapper {
    max-width: 1050px;
  }
  .shipping-tl-item:nth-of-type(even) {
    margin-top: 12rem;
  }
  .shipping-tl-item:nth-of-type(3) {
    width: 22%;
  }
  .shipping-tl-item:nth-of-type(5) {
    width: 28%;
  }
  .shipping-contribute-section {
    padding: 6rem 0;
  }
  .shipping-contribute-section::before {
    background-size: 120%;
  }
  .shipping-contribute-section::after {
    width: 15rem;
    top: 4rem;
  }
  .shipping-contribute-icon img {
    width: 100%;
    max-width: 8rem;
    margin-bottom: 2rem;
  }
  .mining-mineral-section .plan-production-content-right .plan-prod-art-img {
    margin-right: -5rem;
  }
  .mining-mineral-section .apply-job-section-heading img {
    max-width: 12rem;
  }

  .mining-mineral-section .plan-production-content-left .plan-prod-art-img {
    margin-top: 12rem;
  }
}

@media all and (max-width: 1360px) {
  /*.com-padding {
    padding: 5rem 5rem;
  }*/
  .our-process-box {
    padding-top: 20rem;
  }
  .check-slick-arrow,
  .check-slick-prev-arrow {
    margin: 0 -10rem !important;
  }
  .check-slick-prev-arrow::before {
    top: 1050% !important;
  }
}

@media all and (max-width: 1280px) {
  /* ============================== */

  /* Apply For Job Page */

  /* ============================== */

  .apply-job-benefits-list li:nth-child(2n) .benefits-list-text-box {
    padding-right: 7rem;
    padding-left: 7rem;
  }
  .apply-job-process-section .apply-job-section-heading {
    margin-bottom: 0;
  }
  .apply-job-process-section {
    padding-bottom: 75px;
    padding-top: 45px;
  }
  .apply-job-process-content .flex-box.aj-process-content-wrapper .col-25 {
    margin-top: 150px;
  }
  .apply-job-section-content.apply-job-process-content {
    margin-top: -20px;
  }
  .aj-process-content-box {
    width: 240px;
    height: 240px;
    padding-top: 26px;
  }
  .apply-process-icon-box {
    left: 65px;
  }
  .apply-process-right-ellipse img {
    height: 248px;
  }
  .apply-job-icon-bg img {
    max-width: 50px;
  }
  .apply-job-benefits-section {
    padding: 55px 0 75px 0;
  }
  .benefits-bars-fixed {
    top: 130px;
    width: 210px;
  }
  .apply-job-benefits-list li {
    margin-top: 155px;
  }
  .benefits-post-count {
    font-size: 15rem;
  }
  .apply-job-benefits-list li:nth-child(even) .benefits-post-count {
    top: -7rem;
    right: -4rem;
  }
  .apply-job-benefits-list li:nth-child(odd) .benefits-post-count {
    top: -7rem;
    left: -4rem;
  }
  .apply-job-benefits-list li:first-child .benefits-post-count {
    bottom: -7rem;
    left: -4rem;
    top: unset;
  }
  /* ============================== */

  /* Blog List Page */

  /* ============================== */
  .com-post-card h4,
  .report-slide-item h4 {
    font-size: 1.9rem;
  }
  .bl2-blogs-section {
    padding: 35px 0;
  }
  .bl2-blog-text-box {
    padding: 0 60px;
  }
  /* ============================== */

  /* Blog Details Page */

  /* ============================== */
  .bd-subscribe-box .col-5 {
    padding: 30px 44px;
  }
  .bd-subscribe-box .bd-sub-divider {
    max-width: 27px;
    left: -60px;
    top: -79px;
  }
  .related-post-slider,
  .other-reports-slider {
    padding-left: 8.2rem;
    margin-top: -3rem;
  }

  /* ============================== */

  /* Sustainability Page */

  /* ============================== */

  .sus-article-section {
    padding: 4rem 0;
  }
  .sus-article-icon-box img {
    max-width: 3rem;
  }
  .sus-article-title,
  .sup-article-content h2 {
    font-size: 2.8rem;
    margin: 2rem 0;
  }
  .partners-article-title br {
    display: none;
  }
  .sus-article-right {
    padding-left: 4rem;
  }
  .sus-article-desc {
    margin-bottom: 6rem;
  }
  .sus-article-right .sus-article-img-box::before {
    left: -5.5rem;
    top: -2rem;
    width: 11rem;
    height: 11rem;
  }
  .sus-article-gradiant-text {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .sus-article-small-title {
    font-size: 1.65rem;
  }
  .sus-certified-section {
    padding: 4rem 0;
    padding-bottom: 7rem;
  }
  .sus-certified-heading-img img {
    max-width: 9rem;
    margin-bottom: 2rem;
  }
  .sus-certified-card {
    padding: 3rem 2rem 3rem 2rem;
  }
  .sus-cer-card-img img {
    max-width: 9rem;
  }
  .sus-certified-cards-wrapper .com-padding {
    padding-top: 2rem;
  }
  .sus-certified-card p {
    font-size: 1.8rem;
    margin-top: 4rem;
  }

  .apply-job-about-content.sus-hal-content {
    padding: 10rem 0 15rem 0;
  }
  .partners-family-tree-section {
    padding: 3rem 0;
  }

  .partners-ft-desc {
    font-size: 1.1rem;
    margin-bottom: 5rem;
    padding-right: 2rem;
  }

  /* ============================== */

  /* Team Page */

  /* ============================== */
  .team-ethics-section .apply-job-section-heading {
    margin-bottom: 7rem;
  }
  .team-ethics-icon-box img {
    max-width: 5rem;
  }
  .team-ethics-item h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .team-story-item:nth-of-type(odd) .team-story-img-box {
    padding-right: 7rem;
  }
  .team-story-item:nth-of-type(even) .team-story-img-box {
    padding-left: 7rem;
  }
  .team-story-item:nth-of-type(odd) .team-story-text-box {
    padding-left: 9rem;
  }
  .team-story-item:nth-of-type(even) .team-story-text-box {
    padding-right: 9rem;
  }
  .team-story-text-box::before {
    width: 7rem;
    height: 8rem;
    top: 3rem;
  }
  .team-story-item:nth-of-type(odd) .team-story-text-box::before {
    left: 1px;
  }
  .tm-content-box h4 {
    font-size: 2rem;
  }
  .mining-goal-text-box h5 br {
    display: none;
  }
  .ac-pl-product {
    width: 31%;
    margin: 0 1%;
    margin-top: 3rem;
  }
  .ac-bs-slider img.other-buisness-nxt-icon {
    left: -8%;
  }
  .ac-bs-slider img.other-buisness-prev-icon {
    right: -8%;
  }

  /* Contact Page */
  .presence-flag-listing .text-box p {
    font-size: 1.4rem;
  }

  .expect-icons-box .expect-list-icon {
    height: 18vw;
    width: 21%;
  }
  .img-how-we-num-right::after {
    left: 79% !important;
  }
  .client-vid-box {
    left: 16%;
  }
  .client-nxt-icon,
  .client-prev-icon {
    bottom: 0;
  }

  /* Career Page*/
  ul.intern-benifits {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1080px) {
  .our-process-box {
    padding-top: 20rem;
  }
  img.other-buisness-prev-icon {
    right: -8%;
  }
  img.other-buisness-nxt-icon {
    left: -8%;
  }

  .hp-usp-heading,
  .hp-usp-list {
    width: 100%;
  }
  .hp-usp-list {
    margin-top: 5rem;
  }
  .client-vid-box {
    width: 33%;
  }
  .check-slick-arrow,
  .check-slick-prev-arrow {
    margin: 0 -7rem !important;
  }
  .possibilites-listing li {
    width: 45%;
    margin: 1rem 0;
  }
  .scl-arrow {
    display: none !important;
  }
  /* ============================== */

  /* Apply For Job Page */

  /* ============================== */

  .apply-job-benefits-section .com-padding {
    padding: 5rem 0;
  }
  .apply-job-process-content .flex-box.aj-process-content-wrapper .col-25 {
    width: 50%;
    margin-right: 0;
  }
  .aj-process-content-box {
    width: 320px;
    height: 320px;
    padding-top: 70px;
  }
  .apply-process-right-ellipse {
    top: -4px;
    width: 158px;
  }
  .apply-process-right-ellipse img {
    width: 100%;
    height: 336px;
  }
  .apply-process-bottom-circle {
    bottom: -20px;
    left: -33px;
    width: 55px;
    height: 55px;
  }
  .apply-process-icon-box {
    width: 140px;
    height: 140px;
    top: -64px;
    left: 94px;
  }
  .apply-job-icon-bg {
    width: 110px;
    height: 110px;
  }

  .apply-job-benefits-section {
    background: #fff;
    padding-bottom: 0;
  }
  .benefits-pattern-img {
    display: none;
  }
  .benefits-bars-fixed {
    width: 180px;
    top: 100px;
  }
  .benefits-list-text-box h2 {
    font-size: 2.5rem;
  }
  .apply-job-benefits-list li:first-child {
    margin-top: 94px;
  }
  .apply-job-benefits-list li:nth-child(2n + 1) .benefits-list-text-box {
    padding-left: 5rem;
  }
  .apply-job-benefits-list li:nth-child(2n) .benefits-list-text-box {
    padding-right: 4rem;
    padding-left: 0;
  }
  .apply-job-form-wrapper {
    margin: 0 auto;
    max-width: 675px;
  }
  .apply-input-wrapper input::placeholder,
  .apply-input-wrapper textarea::placeholder,
  .apply-input-file-label {
    font-size: 16px;
  }
  .apply-job-about-content {
    padding: 110px 0 130px 0;
  }
  .apply-job-about-section .explore-btn {
    margin-top: 1rem;
  }
  .apply-write-box {
    flex-direction: column;
    text-align: center;
  }
  .apply-write-box h2 {
    margin-bottom: 30px;
  }

  /* ============================== */

  /* Blog Listing Page */

  /* ============================== */
  .bl-banner-text-box {
    left: 110px;
    max-width: 550px;
  }
  .blog-slider-arrow {
    width: 120px;
    height: 120px;
    top: calc(50% - 60px);
  }
  .blog-slider-arrow img {
    max-width: 25px;
  }
  .bl-banner-text-box h1 {
    font-size: 4rem;
  }
  .bl-banner-progress {
    margin-bottom: 15px;
  }

  .bl-blogs-wrapper .com-post-card {
    width: 100%;
    margin-bottom: 80px;
  }
  .bl-blogs-wrapper .com-post-card:nth-child(odd) {
    margin-right: 0;
  }
  .bl-blogs-wrapper .com-post-card:nth-child(even) {
    margin-left: 0;
    padding-top: 0;
  }

  /* Blog Listing 02 */
  .bl2-blog-item .col-55,
  .bl2-blog-item .col-45 {
    width: 50%;
  }
  .bl2-blog-text-box {
    padding: 0 40px;
  }
  .bl2-blog-text-box h4,
  .bl2-blog-text-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bl2-blog-text-box h4 {
    font-size: 2.2rem;
  }
  .bl2-blog-text-box .explore-btn {
    padding: 1.2rem 1.8rem;
    margin-top: 2rem;
    padding-top: 1.4rem;
  }

  /* ============================== */

  /* Blog Details Page */

  /* ============================== */
  .blog-detail-title {
    font-size: 3.8rem;
  }
  .blog-detail-content blockquote::before {
    transform: scale(0.6);
  }
  .bd-subscribe-box {
    flex-direction: column;
  }
  .bd-subscribe-box .col-5 {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
  }
  .bd-subscribe-box .bd-sub-divider {
    display: none;
  }
  .bd-subscribe-box .apply-input-wrapper {
    margin-top: 30px;
  }
  .related-post-wrapper.com-padding {
    padding: 0 8rem;
  }
  .related-post-slider,
  .other-reports-slider {
    padding-left: 0;
  }

  /* ============================== */

  /* Sustainability Page */

  /* ============================== */
  .sus-article-section {
    padding: 2rem 0;
  }
  .sus-article-title br {
    display: none;
  }
  .sus-article-icon-box img {
    max-width: 2.5rem;
  }
  .sus-article-desc {
    margin-bottom: 5rem;
  }
  .sus-article-left .sus-article-img-box {
    padding-right: 4rem;
  }
  .sus-article-gradiant-text {
    font-size: 1.3rem;
  }
  .sus-certified-card p {
    margin-top: 3rem;
  }
  span::after {
    height: 2px;
    bottom: -3px;
  }
  .sus-certified-cards-wrapper {
    background-position-y: 65%;
  }
  .sus-cer-card-img img {
    max-width: 6rem;
  }

  .sus-sdg-left,
  .sus-sdg-right {
    width: 100%;
  }
  .sus-sdg-right {
    margin-top: 8rem;
  }
  .sus-sdg-section::before {
    display: none;
  }
  .sus-sdg-right-cards li:nth-of-type(even) {
    transform: none;
  }
  .sus-sdg-right-cards li {
    width: 25%;
  }
  .sus-sdg-right-cards {
    padding-bottom: 0;
  }
  .sus-sdg-left-cards li p {
    font-size: 2rem;
  }

  /* Suppliers */
  .sup-logo-img img {
    max-width: 15rem;
    max-height: 15rem;
  }
  /* ============================== */

  /* About Us Page */

  /* ============================== */
  .about-article-wrapper {
    grid-column-gap: 3rem;
  }
  .about-article-img-box::before {
    right: -2rem;
  }
  .about-our-value-section {
    padding-bottom: 5rem;
  }
  .about-service-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .about-service-section {
    background-position: center bottom -7rem;
    background-size: 100% 50%;
  }

  .about-statement-content-item {
    margin-bottom: 6rem;
  }
  .about-statement-heading h2 {
    font-size: 12rem;
    margin-bottom: 0;
  }
  .about-statement-content-item h3 {
    font-size: 2.5rem;
  }
  .about-statement-text-box p {
    font-size: 1.8rem;
  }

  .about-our-team::before,
  .about-our-team::after {
    display: none;
  }

  /* ============================== */

  /* Plantations Page */

  /* ============================== */
  .plan-sup-heading .apply-job-section-heading {
    width: 100%;
  }
  .plan-sup-heading-img {
    display: none;
  }
  /* ============================== */

  /* Plantations Page */

  /* ============================== */
  .tm-message-quote img {
    max-width: 3.5rem;
  }
  .tm-message-title,
  .tm-message-text {
    font-size: 1.8rem;
  }
  .tm-message-provider {
    font-size: 2.3rem;
  }
  .tm-slide-arrow.blog-slider-arrow {
    width: 15rem;
    height: 15rem;
    top: calc(50% - 7.5rem);
  }
  .tm-slide-arrow.bs-next {
    right: -7.5rem;
  }
  .tm-slide-arrow.bs-prev {
    left: -7.5rem;
  }
  .tm-message-slide-content {
    max-width: 650px;
    padding: 10rem 4rem;
  }

  /* Shipping Page */
  .shipping-tl-wrapper {
    max-width: 850px;
  }
  .privacy-content-section p {
    font-size: 1.5rem;
  }
  .generic-hero-content .col-45,
  .generic-hero-content .col-55 {
    width: 100%;
  }
  .generic-hero-content .col-45 {
    margin-bottom: 3rem;
  }
  .error-hero-section .generic-hero-img {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* Contact Page */
  .presence-flag-listing li {
    min-height: 27rem;
  }
}

@media (max-width: 1023px) {
  .container,
  .main-header .container,
  .top-header .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  ul.why-torq-listing {
    margin-right: 0;
  }
  .our-progress-animation-box {
    margin: 0 -5rem;
  }
  .logo-image img {
    width: 10rem;
    vertical-align: middle;
  }
  .navigation .menu-item:last-child {
    margin-right: auto;
  }
  .collapse-navbar {
    top: 0;
    right: -100%;
    transition: right 0.5s ease;
    transition: 0.5s;
    border-radius: 0;
    z-index: 99;
    transform: none;
    display: block;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 100%;
    overflow-y: scroll;
  }
  .navigation-menu.collapse-navbar.visible {
    right: 0;
    transition: right 0.7s ease;
  }
  .navigation-menu-inner {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 5rem;
  }
  .menu-main-menu-container {
    margin-right: 0;
    padding-bottom: 2rem;
    padding-top: 11rem;
  }
  .navigation {
    display: inline-block;
    width: 100% !important;
  }
  .navigation .menu-item {
    margin: 0 auto 2rem;
    width: 100%;
    padding-left: 3rem;
  }

  .navigation-menu .menu-item {
    color: #000 !important;
  }
  .navigation .menu-item a {
    font-weight: 700;
    font-size: 2rem;
    padding: 0.5rem 1rem;
  }
  #primary-menu .menu-item-has-children::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 10px;
    border: 4px solid transparent;
    border-top-color: #000;
  }
  #primary-menu .menu-item-has-children ul li {
    padding-left: 0;
  }
  .toggle-menu {
    display: block;
  }
  .toggle-menu span {
    opacity: 1;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #000;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }
  .toggle-menu span:nth-child(2) {
    top: 9px;
    width: 65%;
  }
  .toggle-menu span:nth-child(3) {
    top: 18px;
  }
  .toggle-menu.closesidebar span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }
  .toggle-menu.closesidebar span {
    background-color: #e73b29 !important;
  }
  .toggle-menu.closesidebar span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
  }
  .toggle-menu.closesidebar span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }
  #primary-menu .menu-item-has-children .sub-menu {
    position: unset;
    background-color: transparent;
    transform: none;
    padding-top: 0;
  }
  #primary-menu .menu-item-has-children.active a {
    color: #ef5521;
  }
  .main-header .toggle-menu.closesidebar {
    top: -5rem;
  }

  /* Career Page */
  .gallery-listing {
    padding-left: 5rem;
  }
  .gallery-listing .slick-slide img {
    max-height: 100%;
  }

  /* Management Trainee Page */
  .mt-mission-list .text-box p {
    letter-spacing: 0px;
  }
  .mt-mission-left h2 {
    letter-spacing: -2px;
  }
}

@media all and (max-width: 992px) {
  .banner-nav-listing img {
    min-height: 9rem;
  }
  /* Contact Page */
  .presence-flag-listing li {
    min-height: 25rem;
  }
  /* Career Page */
  .career-section-content .career-content-card {
    width: 45%;
  }
  .our-client-listing {
    margin-top: 2rem;
  }
  .client-testimonial-text-box .slick-slide {
    margin: 0 10px;
  }
  .client-testimonial-text-box .slick-list {
    margin: 0 -10px;
  }
  .client-vid-box {
    display: none;
  }

  .our-clients-box {
    padding-top: 8rem !important;
    padding-bottom: 30rem !important;
  }
  .our-clients-box h2 {
    transform: rotateZ(-360deg);
    position: absolute;
    left: 5%;
    top: -2%;
    letter-spacing: 1px;
    font-size: 2.8rem;
  }
  .client-testimonial-text-box {
    width: 95%;
    top: 67%;
    right: 4%;
  }
  .sus-article-title br,
  .ac-bs-slider h4 br {
    display: none;
  }
  .ac-bs-slider h4 {
    height: unset;
  }
  .sus-article-title,
  .sup-article-content h2 {
    font-size: 2.7rem;
  }
  .supplier-explore-text-box.flex-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .supplier-explore-section .supplier-explore-preragraph {
    max-width: 85%;
  }
  .supplier-explore-section .our-process-text {
    width: 100%;
    max-width: 50rem;
  }

  .sus-article-title,
  .sup-article-content h2 {
    letter-spacing: -2px;
  }

  .partners-ft-content {
    padding-top: 0rem;
  }

  /* Our Presence Updated */
  .hp-presence-left,
  .hp-presence-right {
    width: 100%;
  }
  .hp-presence-right {
    margin-top: 7rem;
  }
  .our-presence-bg {
    margin-top: -8rem;
  }
  .our-presence-bg img {
    max-height: 150px;
  }

  /* ============================== */

  /* About Us Page */

  /* ============================== */
  .about-article-section {
    padding: 2rem 0;
  }
  .about-our-value-section {
    padding-bottom: 3rem;
  }
  .about-our-value-section .sus-certified-cards {
    grid-column-gap: 2rem;
  }
  .about-purpose-content {
    background: none;
    padding: 3rem 0rem 3rem 0rem;
  }
  .about-purpose-content .flex-box {
    justify-content: space-between;
  }
  .about-purpose-content .flex-box .col-5 {
    order: 1;
    width: 100%;
  }
  .about-purpose-content .flex-box .col-25:nth-of-type(1) {
    order: 2;
    width: 47%;
  }
  .about-purpose-content .flex-box .col-25:nth-of-type(3) {
    order: 3;
    width: 47%;
  }
  .about-purpose-img-left {
    padding-top: 0;
  }
  .about-purpose-text-box {
    padding: 5rem 5rem;
    padding-top: 0;
  }
  .about-statement-section {
    padding-top: 0rem;
  }
  .about-statement-heading h2 {
    font-size: 10rem;
    text-align: center;
  }
  .about-statement-text-box {
    padding-top: 0rem;
  }
  .about-statement-content {
    padding-right: 2rem;
  }
  .about-commitment-section {
    padding: 8rem 0;
    background: #fbfbfb;
  }
  .about-commitment-list li {
    line-height: 1.2;
  }

  .about-service-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #fff;
  }
  .about-service-content {
    max-width: 100%;
  }
  .about-hal-list {
    margin-bottom: 5rem;
  }
  /* ============================== */

  /* Plantations Page */

  /* ============================== */
  .plantations-mission-section {
    background: #fbfbfb;
  }
  .plan-mission-content.flex-box {
    flex-direction: column;
  }
  .plan-mission-content.flex-box .col-5 {
    width: 100%;
  }
  .plan-mission-content .apply-job-section-heading {
    text-align: center;
  }
  .plan-mission-text-box {
    padding-right: 0;
    max-width: 574px;
    margin: 0 auto;
  }
  .plan-mission-img-box {
    margin-top: 8rem;
    padding: 0 5rem;
  }
  .plan-mission-icon-list ul {
    justify-content: center;
  }
  .plan-mission-icon-list li {
    max-width: 15rem;
  }

  .plantations-production-bg {
    padding-top: 2rem;
  }
  .plan-prod-img-box {
    max-width: 9rem;
  }
  .plan-production-content-left .plan-prod-img-box {
    top: -10rem;
  }
  .plan-production-content-left .plan-prod-img-box::after {
    width: 6.5rem;
    height: 6.5rem;
    right: -5rem;
  }
  .plan-production-content-right .plan-prod-img-box::before {
    left: -2.3rem;
    width: 7rem;
    height: 7rem;
  }
  .pp-bottom-img {
    bottom: -8rem;
    max-width: 9rem;
  }
  /* ============================== */

  /* Team Page */

  /* ============================== */
  .team-ethics-section {
    padding: 2rem 0;
  }
  .team-members-section {
    padding: 3rem 0;
  }
  .team-ethics-item {
    padding: 0 1.5rem;
  }
  .team-ethics-icon-box img {
    max-width: 7rem;
  }
  .team-ethics-item h4 {
    font-size: 1.6rem;
  }
  .team-intro-content .col-5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .team-intro-img-box img {
    float: unset;
    max-width: 50rem;
    margin: 0 auto;
  }
  .team-intro-text-box .apply-job-section-heading,
  .team-intro-img-box {
    text-align: center;
  }
  .team-intro-text-box .apply-job-section-heading br,
  .team-contact-content h3 br,
  .team-story-content-wrapper::before,
  .team-story-text-box::before {
    display: none;
  }
  .team-member-item.active .team-member-details,
  .team-member-item:nth-child(4n + 3).active .team-member-details,
  .team-member-item:nth-child(4n + 4).active .team-member-details {
    left: -1rem;
    right: unset;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 5rem 2.5rem 4rem 2.5rem;
    /* top: -100%; */
  }
  /* .team-member-item:nth-child(1).active .team-member-details,
  .team-member-item:nth-child(2).active .team-member-details,
  .team-member-item:nth-child(3).active .team-member-details{
    top: 100%;
  } */
  .team-member-details p.team-position {
    text-align: left;
  }
  .team-member-item.active .team-member-details::-webkit-scrollbar {
    width: 3px;
  }
  .team-member-item.active .team-member-details::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .team-member-item.active .team-member-details::-webkit-scrollbar-thumb {
    background: #888;
  }
  .team-member-item.active .team-member-details::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .team-member-item:nth-child(4n + 3) .close-team-details,
  .team-member-item:nth-child(4n + 4) .close-team-details {
    left: unset;
    right: 0;
  }
  .team-story-item:nth-of-type(odd) .team-story-img-box,
  .team-story-item:nth-of-type(even) .team-story-text-box {
    padding-right: 4rem;
  }
  .team-story-item:nth-of-type(odd) .team-story-text-box,
  .team-story-item:nth-of-type(even) .team-story-img-box {
    padding-left: 4rem;
  }
  .team-contact-content {
    flex-direction: column;
  }
  .team-contact-content h3 {
    max-width: 100%;
    text-align: center;
    letter-spacing: 0px;
  }
  .team-member-item {
    width: 33.33%;
  }
  .tm-img-box img {
    max-height: 28rem;
  }
  .tm-content-box {
    padding: 2rem;
    padding-bottom: 3rem;
    padding-top: 6rem;
  }
  .tm-content-box h4 {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  .tm-message-slide-content {
    padding: 8rem 4rem;
    max-width: 575px;
  }
  .tm-slide-arrow.blog-slider-arrow {
    width: 13rem;
    height: 13rem;
    top: calc(50% - 5.5rem);
  }
  .tm-slide-arrow.bs-prev {
    left: -6.5rem;
    padding-right: 2rem;
  }
  .tm-slide-arrow.bs-next {
    right: -6.5rem;
    padding-left: 2rem;
  }
  .tm-message-quote img {
    max-width: 3rem;
  }
  /* Shipping Page */
  .shipping-tl-wrapper {
    max-width: 775px;
  }
  .shipping-reduction-section,
  .shipping-contribute-section {
    padding: 4rem 0;
  }
  .shipping-red-content .col-5,
  .shipping-red-content .shipping-red-text-box {
    width: 100%;
  }
  .shipping-red-text-box {
    margin-bottom: 6rem;
  }
  .shipping-contribute-section .shipping-red-content {
    flex-direction: column-reverse;
  }
  .shipping-gh-count,
  .shipping-contribute-section::before,
  .shipping-contribute-section::after {
    display: none;
  }
  .shipping-red-img-box,
  .shipping-contribute-img-box {
    text-align: center;
  }

  /* Report Listing Page */
  .report-listing-section {
    padding: 2rem 0;
  }
  .report-listing-heading .apply-job-section-heading {
    flex-direction: column;
    text-align: center;
  }
  .rl-left-col,
  .rl-right-col {
    width: 100%;
  }
  .report-lst-sorting {
    padding-top: 0;
    justify-content: center;
    padding-bottom: 4rem;
  }
  .report-meta-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
  }
  .report-author {
    margin-bottom: 0;
  }
  .report-meta-box .explore-btn {
    margin-top: 0;
  }
  .com-post-card h4,
  .report-slide-item h4 {
    height: unset;
    margin-bottom: 2rem;
  }
  /* Mining Page */
  .mining-mineral-section .pp-bottom-img {
    left: -4rem;
    bottom: -15rem;
  }
  .mining-mineral-section .plan-production-content-left .plan-prod-img-box {
    top: -13rem;
  }
  .prominent-mining-section {
    padding: 5rem 0;
    padding-bottom: 5rem;
  }
  .ac-desc-wrapper {
    flex-direction: column-reverse;
  }
  .ac-desc-wrapper .col-5 {
    width: 100%;
  }
  .ac-description-img {
    text-align: center;
    padding-left: 0;
  }
  .ac-description-img img {
    max-width: 40rem;
    margin-bottom: 5rem;
  }
  .ac-description-section .apply-job-section-heading {
    text-align: center;
  }
  .ac-pl-tab-list li img {
    max-width: 2rem;
    margin-right: 8px;
  }
  .ac-pl-tab-list li {
    background-color: #f1f1f1;
    padding: 0.8rem 1.5rem;
    border-radius: 1rem;
    margin: 1rem 0.6rem;
    margin-bottom: 0;
  }
  .ac-pl-product {
    width: 46%;
    margin: 0 2%;
    margin-top: 3rem;
  }

  /* Reports Page */
  .report-details-wrapper .col-8 {
    width: 100%;
  }
  .report-detail-content {
    padding-right: 0;
  }
  .report-details-wrapper .col-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .report-details-wrapper .col-2 > div {
    width: 45%;
  }
}

@media all and (max-width: 980px) {
  .nav-content {
    width: 63%;
  }
  html {
    font-size: 1.1vw;
  }
  .full-width-980 {
    width: 100% !important;
  }
  .banner-nav-list-box {
    right: 5rem;
  }
  .why-torq-box .why-torq-text ul {
    margin-top: 3rem;
  }
  /* Single Product */
  .sc-item-img,
  .sc-item-details {
    width: 100%;
  }
  .sc-item-img {
    margin-bottom: 2rem;
  }
  /* Contact Page */
  .presence-flag-listing .text-box p {
    font-size: 1.2rem;
  }
  .hp-usp-img img {
    max-height: 5rem;
  }

  /* About Us Page - Team Section */
  .about-team-wrapper {
    padding: 3rem 0;
  }
  .about-team-left .apply-job-section-heading {
    text-align: center;
  }
  .about-team-left .apply-job-section-heading p {
    text-align: justify;
    margin-bottom: 3rem;
  }
  .about-team-btn a {
    display: flex;
    justify-content: center;
  }
  .about-team-left,
  .about-team-right {
    width: 100%;
  }
  .about-team-box-wrapper {
    max-width: 550px;
    margin: 0 auto;
  }
  .about-team-box-right,
  .about-team-box-left {
    margin-top: 0;
  }
  /* Management Trainee Page */
  .mt-mission-left {
    width: 100%;
    margin-bottom: 5rem;
  }
  .mt-mission-right,
  .mt-purpose-item {
    width: 100%;
  }
  .mt-purpose-item {
    margin-bottom: 4rem;
  }
  .mt-purpose-item:last-of-type {
    margin-bottom: 0;
  }
  .mt-purpose-img {
    width: 25%;
  }
  .mt-purpose-text {
    flex: 1;
    width: unset;
    padding-left: 5rem;
  }
  .mt-specialized-tracks .container,
  .mt-testimonial-section .container {
    padding-right: 0;
  }
  .mt-specialized-tracks .section-header,
  .mt-testimonial-section .section-header,
  .mt-specialized-bottom {
    padding-right: 5rem;
  }
  .specialized-cards-slider .slick-list,
  .mt-testimonials .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .mt-specialized-bottom br {
    display: none;
  }
  .mt-mail-box .flex-box:not(.mt-mail-btn) {
    flex-direction: column;
    justify-content: center;
  }
  .mt-mail-box .text-box {
    padding: 0;
    text-align: center;
    margin-bottom: 4rem;
  }
  .mt-specialized-tracks .width-max::before,
  .mt-specialized-tracks .width-max::after {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .desktop-none {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  html {
    font-size: 1.4vw;
  }
  p {
    font-size: 1.8rem;
  }

  .mobile-none {
    display: none !important;
  }
  .width-10 {
    width: 100%;
  }
  .width-95 {
    width: 95%;
  }
  .width-9 {
    width: 90%;
  }
  .width-8 {
    width: 80%;
  }
  .width-7 {
    width: 70%;
  }
  .width-5 {
    width: 50%;
  }
  .width-3 {
    width: 30%;
  }
  .width-1 {
    width: 10%;
  }
  .m-flex-colomn {
    flex-direction: column;
  }
  .m-flex-colomn-reverse {
    flex-direction: column-reverse;
  }
  .m-flex-box {
    display: flex;
  }
  .m-border-none {
    border: none !important;
  }

  .m-margin-b-2 {
    margin-bottom: 2rem;
  }
  .m-margin-b-3 {
    margin-bottom: 3rem;
  }
  .m-margin-b-5 {
    margin-bottom: 5rem;
  }

  /* USP Anim */
  .hp-usp-animation.animation-wrapper img {
    transform: scale(1.5);
  }

  section.gallery-section {
    padding-bottom: 8rem;
  }
  .banner-mobile-list-img {
    width: 100%;
    height: 100vw !important;
    object-fit: cover;
    filter: brightness(75%);
  }
  .why-torq-listing {
    margin-top: 0;
  }

  .why-torq-text.flex-box.com-padding {
    flex-direction: column;
  }
  .why-torq-box .why-torq-text ul {
    align-items: center;
  }
  .why-torq-box .why-torq-text ul li {
    padding: 1rem 2rem;
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
  }
  .why-torq-box .why-torq-text ul li:first-child,
  .why-torq-box .why-torq-text ul li:nth-child(3) {
    border-left: 1px solid #d9d9d9;
  }
  .why-torq-box .why-torq-text ul li:first-child,
  .why-torq-box .why-torq-text ul li:nth-child(2) {
    position: relative;
  }
  .why-torq-box .why-torq-text ul li:first-child::after,
  .why-torq-box .why-torq-text ul li:nth-child(2)::after {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: -2rem;
    left: 5%;
    background: #d9d9d9;
  }
  .hp-usp-content {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 15px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .why-torq-box .why-torq-text ul li .hp-usp-content {
    padding-left: 0;
  }
  .why-torq-box .why-torq-text ul li h4 {
    margin: 1rem 0;
  }
  .why-torq-text-info {
    text-align: left;
    width: 86%;
    padding-left: 2rem;
  }
  .why-torq-box .why-torq-text ul li p {
    font-size: 1.8rem;
  }

  .our-process-btn.desktop-none {
    padding: 6rem 4rem;
    display: flex;
    justify-content: center;
  }
  .our-progress-animation-box {
    padding: 0;
  }

  .our-process-box {
    padding-top: 16rem;
  }

  .expect-box.com-padding .flex-box {
    flex-direction: column-reverse;
  }
  .expect-box.com-padding ul li span.flex-box,
  .expect-box.com-padding .expect-icons-box.flex-box {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .expect-box ul li {
    font-size: 2rem;
  }
  .expect-box ul li img {
    width: 2.5rem;
  }
  .expect-box.com-padding .expect-icons-box.flex-box {
    justify-content: space-between;
  }
  .expect-box p.desktop-none {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .expect-img-box img.col-9 {
    margin-top: 2rem;
    width: 100%;
  }
  section.expect-section.com-margin {
    margin: 0;
  }
  .expect-icons-box .expect-list-icon {
    margin-top: 2rem;
    width: 48%;
    height: 43vw;
  }
  .expect-list-icon.ctn.col-25 h4 {
    font-size: 1.5rem;
  }
  .expect-icons-box .expect-list-icon::before {
    display: none;
  }
  .our-process-section {
    background: #181818;
  }
  .map-btn-box {
    margin-top: 3rem;
  }
  .map-btn-box span {
    max-width: max-content;
  }
  .map-btn-box span:last-of-type {
    margin-right: 0;
  }

  .map-img-box {
    padding-top: 30rem;
  }
  .map-img-box#headQuearterMap {
    padding-top: 43rem;
  }
  .map-img-box img.big-map {
    transform: scale(1.8);
    margin-left: -25%;
  }

  .contact-box form.flex-box.space-between {
    flex-direction: column;
  }
  .contact-box input {
    font-size: 1.6rem;
  }
  .contact-box input:not([type="submit"]) {
    margin-top: 2rem;
  }
  .form-submit-wrapper {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-box .footer-links,
  .footer-box .footer-links:last-child {
    border: none;
    margin-top: 2rem;
  }
  .footer-box .footer-links {
    padding: 0;
  }

  /* business segment css   */
  .small-business-section p.col-8 {
    width: 100%;
    text-align: justify;
  }

  .business-segment-card-section.padding-y-6 {
    padding: 0rem 0;
  }

  .bs-card-item:nth-of-type(even) .perks-benefits-count,
  .bs-card-item:nth-of-type(odd) .perks-benefits-count {
    right: -3rem;
    top: -6rem;
    left: unset;
    font-size: 10rem;
  }
  .bs-card-content h2 {
    margin-bottom: 6rem;
  }
  .small-business-box ul li {
    flex-flow: row;
    justify-content: flex-start;
    padding: 0;
    align-items: flex-start;
    text-align: left;
  }
  .small-business-box ul li h3 {
    margin-top: -0.8rem;
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .small-business-box ul li p {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .business-segment-banner-slider {
    height: 130vw !important;
  }
  .business-segment-banner-slider li img {
    height: 130vw !important;
  }
  .banner-gradient .container::before {
    bottom: -26%;
  }
  .business-segment-card-box a {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  /* product listing mobile css  */

  .business-segment-banner-box {
    height: 130vw;
  }

  .product-listing-section img {
    object-fit: cover;
  }

  .agriculture-product-box .product-box li,
  section.agriculture-product-section,
  .other-segments.padding-y-6 {
    padding: 0;
  }
  .other-buisness-listing li {
    margin-right: 0;
  }
  .agriculture-solution {
    margin: 0;
  }

  /* contact mobile css   */

  .career-box .text-box {
    width: 100%;
    left: 0;
  }
  .presence-flag-listing li {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 2rem;
    padding: 3rem 2.5rem;
  }
  .presence-flag-listing .flag-box.flex-box h6 {
    font-size: 1.8rem;
  }
  .presence-flag-listing .flag-box.flex-box img {
    margin-right: 1.5rem;
    width: 20%;
  }
  .presence-flag-listing .text-box h6 {
    font-size: 2rem;
  }
  .presence-flag-listing .text-box p {
    font-size: 1.5rem;
  }
  .possibilites-listing li .text-box h5 {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .possibilites-listing li .img-box img {
    width: 20%;
  }
  .possibilites-listing li {
    width: 100%;
    margin: 1rem 0;
  }
  .presence-box .bg-img-box img {
    width: -webkit-fill-available;
    object-fit: cover;
    margin: 0 -2rem;
    height: 50vw;
  }
  .contact-banner-box {
    height: 80rem;
  }
  .contact-banner-box .img-box img {
    height: 100%;
    object-fit: cover;
    width: fit-content;
  }

  /* career page css  */

  .how-we-box .list-box {
    padding-bottom: 0;
    border-bottom: 0;
    flex-direction: column;
  }
  .opening-box .text-box {
    width: 100%;
  }
  .opening-section::after {
    background-position: left;
  }

  .how-we-mobile-listing .slick-slide {
    margin: 0 20px;
  }
  .how-we-mobile-listing .slick-track {
    margin: 0 -20px;
  }
  .benifits-text-box {
    width: 100% !important;
  }
  .benifits-text-box ul li {
    margin-right: 2rem;
  }

  .benifits-section .benifits-career-box {
    height: 82rem !important;
  }

  .benifits-text-box .benifits-listing-mobile li {
    width: 100% !important;
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 1rem;
    margin-right: 0;
  }
  .benifits-text-box ul li img {
    width: 40%;
    margin: auto;
    margin-bottom: 2rem;
  }
  .benifits-text-box h5,
  ul.intern-benifits li h5 {
    font-size: 2rem;
    text-align: left;
  }
  .statement-box .content-box img {
    margin-left: 0rem;
    margin: 3rem 0;
  }
  .our-clients-section {
    padding-bottom: 15rem;
  }
  .intern-box .inten-listing li {
    padding: 3rem 2rem;
    padding-top: 5rem;
  }
  .intern-text {
    font-size: 1.8rem;
  }
  .inten-listing li h5 {
    font-size: 2rem;
  }
  .intern-year {
    font-size: 1.6rem;
  }

  ul.intern-benifits li .img-box {
    min-height: 0;
    display: flex;
    width: 40%;
  }
  ul.intern-benifits li {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5rem;
  }
  ul.intern-benifits li p {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 3rem;
  }
  ul.intern-benifits li h5 {
    text-align: center;
    margin-bottom: 3rem;
  }

  ul.intern-benifits li img {
    max-width: 15rem;
    margin-left: 0 !important;
  }

  .how-we-section {
    padding-bottom: 0;
  }
  .how-we-box .text-box {
    display: inline-block;
    width: 100%;
    height: max-content;
    margin-bottom: 5rem;
  }
  .how-we-box .list-box li:first-child {
    display: none;
  }
  .perks-benefits-count {
    font-size: 8rem;
    top: -3rem;
    right: -2rem;
  }
  .how-we-box .list-box li {
    /* background: #ffffff;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 4%);
    border-radius: 25px;
    padding: 6rem 3rem;
    margin-right: 2rem;
    margin-top: 8rem;
    display: flex; */
    width: 100%;
    border-radius: 15px;
  }

  .how-we-box .list-box li .img-box {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .how-we-box .list-box li .img-box img {
    max-width: 50%;
    margin: 0 auto;
  }
  .how-we-box .list-box li .txt-box {
    width: 100%;
  }
  .why-work-box .img-box img {
    margin-left: -5%;
  }
  .why-work-box {
    margin: 0 0rem;
  }

  .present-future .present-btn,
  .present-future .future-btn {
    padding: 1.2rem 2rem;
  }

  .why-work-box h2 {
    margin-bottom: 5rem;
  }
  .present-future {
    width: max-content;
  }
  section.contributor-section .container {
    margin-top: 0rem;
  }
  .marquee-section {
    margin-top: 2rem;
  }
  .gallery-listing .slick-track {
    margin: 0 -1.5rem;
  }
  .gallery-listing .slick-slide {
    margin: 0 1.5rem;
  }

  /* product mobile css  */

  section.product-seeds-section {
    margin: 0;
    padding: 0;
  }

  .product-seeds-box ul li .image-box img {
    width: 100%;
  }

  .product-seeds-box h4 {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
  .product-seeds-box p {
    font-size: 1.7rem;
    line-height: 1.7;
  }

  .product-seeds-box ul li h5 {
    font-size: 1.5rem;
  }
  .sp-external-cta-box {
    display: flex;
    justify-content: center;
  }
  section.sourcing-country-section {
    padding: 0;
  }
  section.sourcing-country-section .list-box {
    padding: 0;
  }

  .premier-import-box .brand-list-box {
    padding: 0;
  }
  .premier-import-section {
    padding: 0;
  }
  ul.mobile-premier-import-listing {
    margin: 2rem 0;
  }
  .sourcing-country-section .list-box ul li .map-div {
    height: 50vw;
    border: none;
    padding-right: 0;
  }
  .sourcing-country-section .state-box {
    height: 20rem;
  }

  /* Apply FOr Job */
  .apply-job-process-section h2,
  .apply-job-benefits-section h2,
  .apply-job-form-section h2,
  .apply-job-about-section h2 {
    font-size: 2.5rem;
  }
  .apply-job-banner-content,
  .page-banner-content {
    padding: 75px 0 75px 0;
  }

  .banner-content-wrapper img {
    min-height: 35rem;
    object-fit: cover;
  }
  .page-banner .container {
    max-width: 90%;
  }
  .apply-job-banner-content h1,
  .page-banner-content h1 {
    font-size: 3rem;
  }
  h1 br,
  h2 br,
  h3 br,
  p br {
    display: none;
  }
  .apply-job-process-section .apply-job-section-heading {
    margin-bottom: 50px;
  }
  .apply-job-process-section {
    padding-bottom: 55px;
    padding-top: 30px;
  }
  .aj-process-content-wrapper li {
    margin-top: 30px;
  }
  .aj-process-content-wrapper li:nth-child(odd) {
    padding-right: 20px;
  }
  .aj-process-content-wrapper li:nth-child(even) {
    padding-left: 20px;
  }
  .aj-mobile-process-box {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 8px;
  }
  .apply-job-icon-bg {
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
  }
  .apply-job-icon-bg img {
    max-width: 32px;
  }
  .apply-process-level {
    margin: 0;
  }
  .apply-process-item-title {
    max-width: 100%;
  }
  .benefits-bars-fixed {
    display: none;
  }
  .apply-job-benefits-section {
    padding-top: 35px;
  }
  .apply-job-form-section {
    padding: 35px 0;
  }
  .apply-job-benefits-list li,
  .apply-job-benefits-list li:nth-child(even) {
    flex-direction: column;
    margin-top: 60px;
  }
  .apply-job-benefits-list li:nth-child(odd) .benefits-list-text-box {
    padding-left: 20px;
  }
  .apply-job-benefits-list li:nth-child(even) .benefits-list-text-box {
    padding-right: 0;
    padding-left: 20px;
    padding-top: 0;
  }
  .apply-job-benefits-list li .col-5 {
    width: 100%;
  }
  .benefits-list-img-box img {
    position: relative;
  }
  .apply-job-benefits-list .benefits-list-text-box,
  .apply-job-benefits-list li:nth-child(even) .benefits-list-text-box,
  .apply-job-benefits-list li:nth-child(odd) .benefits-list-text-box {
    padding: 25px;
    max-width: 100%;
  }
  .benefits-post-count {
    display: none;
  }
  .desktop-none.flex-box.benefits-mob-icon {
    width: 100%;
    align-items: center;
    margin-bottom: 4rem;
    flex-wrap: nowrap;
  }
  .desktop-none.flex-box.benefits-mob-icon h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .apply-job-benefits-list .benefits-post-icon {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .apply-job-form-wrapper {
    max-width: 480px;
  }

  .apply-input-flex .apply-input-wrapper {
    width: 100%;
  }
  .apply-input-flex .apply-input-wrapper:first-child {
    padding-right: 0;
  }
  .apply-input-flex .apply-input-wrapper:last-child {
    padding-left: 0;
  }
  .apply-form-submit-btn {
    width: 170px;
    padding: 5px 0;
    font-size: 16px;
  }
  .apply-job-about-content {
    padding: 65px 0;
  }

  /* ============================== */

  /* Blog Listing Page */

  /* ============================== */
  .blog-slider-arrow {
    display: none !important;
  }
  .bl-banner-text-box {
    left: 10%;
    max-width: 90%;
    padding-right: 20px;
  }
  .bl-banner-text-box h1 {
    font-size: 2.5rem;
  }
  .bl-banner-text-box p {
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .apply-form-submit-btn {
    width: 150px;
    padding-left: 10px;
  }
  .blog-banner-btn img {
    max-width: 30px;
    padding-left: 0;
  }
  .bl2-blogs-wrapper li.bl2-blog-item {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .bl2-blogs-wrapper li.bl2-blog-item .col-55,
  .bl2-blogs-wrapper li.bl2-blog-item .col-45 {
    width: 100%;
  }
  .bl2-blog-text-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .bl2-blog-text-box h4,
  .bl2-blog-text-box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bl2-blog-text-box .explore-btn {
    margin-top: 3rem;
  }
  /* ============================== */

  /* Blog Details Page */

  /* ============================== */
  .blog-detail-title {
    font-size: 3rem;
  }
  .bd-related-post-section {
    padding-bottom: 60px;
  }

  /* ============================== */

  /* Sustainability Page */

  /* ============================== */

  .sus-article-section .com-padding {
    padding: 5rem 0;
  }
  .sus-article-content {
    flex-direction: column-reverse;
  }
  .sus-article-content .col-45,
  .sus-article-content .col-55 {
    width: 100%;
  }
  .sus-article-right {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
    margin-bottom: 3rem;
  }
  .sus-article-icon-box {
    display: none;
  }
  .sus-article-left .sus-article-img-box {
    padding-right: 0;
  }
  .sus-article-title br {
    display: none;
  }
  .sus-article-gradiant-text {
    font-size: 1.5rem;
  }
  .sus-article-small-title span::after {
    height: 2px;
    bottom: -4px;
  }
  .sus-article-right .sus-article-img-box {
    display: none;
  }
  .sus-article-right .sus-article-img-box::before {
    display: none;
  }
  .sus-certified-section {
    padding: 3rem 0;
    padding-bottom: 0rem;
  }
  .sus-certified-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 3rem;
  }
  .sus-certified-card {
    margin-bottom: 3rem;
  }
  .sus-certified-cards {
    justify-content: space-between;
  }
  .sus-certified-cards-wrapper {
    background: none;
  }
  .sus-certified-heading p {
    font-size: 1.6rem;
  }
  .sus-certified-heading p br {
    display: none;
  }
  .sus-sdg-wrapper br {
    display: unset;
  }
  .sus-hal-section.apply-job-about-section {
    background-size: cover;
    background-position: center;
  }
  .sus-sdg-section {
    padding: 7rem 0;
  }
  .sus-sdg-left-cards li {
    margin-bottom: 2rem;
  }
  .sus-sdg-left-cards li,
  .sus-sdg-right-cards li {
    width: 50%;
  }
  .sus-sdg-right {
    margin-top: 5rem;
  }
  .sus-sdg-right-cards li .sus-right-card {
    min-height: 20rem;
  }
  .sus-sdg-right-cards li .sus-right-card p {
    min-height: 6rem;
  }

  /* ============================== */

  /* Supplier Page */

  /* ============================== */
  .sup-article-wrapper .flex-box .col-5 {
    width: 100%;
  }
  .sup-article-wrapper .sup-article-left {
    display: flex;
    flex-direction: column-reverse;
  }
  .sup-article-left .sup-article-img-box,
  .sup-article-right .sup-article-img-box {
    padding-right: 0;
    padding: 0 4rem;
    margin-bottom: 6rem;
  }
  .sup-article-left .sup-article-content {
    margin-bottom: 5rem;
  }
  .sup-article-right .sup-article-content {
    margin-top: 6rem;
  }
  .sup-article-right .sup-article-content p {
    margin-bottom: 2rem;
  }
  .sup-article-left .sup-article-img-box::before {
    display: none;
  }
  /* Suppliers */
  .sup-logo-img {
    width: 45%;
  }
  .supplier-explore-section .supplier-explore-preragraph {
    max-width: 100%;
  }
  .supplier-explore-animation img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  .supplier-explore-section {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  /* ============================== */

  /* Partners Page */

  /* ============================== */
  .partners-ft-left {
    width: 100%;
    text-align: center;
  }
  .partners-ft-right {
    width: 100%;
  }
  .partners-ft-img-box {
    padding-left: 0;
  }
  .partners-ft-content img {
    display: none;
  }
  .partners-ft-content {
    padding-top: 0;
  }
  .partners-article-section {
    padding-bottom: 0;
  }
  .partners-article-card {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .partners-article-card:first-child {
    margin-right: 4%;
  }

  /* ============================== */

  /* About Us Page */

  /* ============================== */
  .about-us-banner .banner-content-box {
    padding-left: 0;
  }
  .about-article-wrapper {
    display: flex;
    flex-direction: column;
  }
  .about-article-item {
    margin-bottom: 5rem;
    width: 100%;
    height: auto;
  }
  .about-article-item:last-of-type {
    margin-bottom: 0;
  }
  .about-article-img-box::before {
    display: none;
  }
  .about-article-text-box {
    padding: 0 2rem;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .about-statement-section {
    padding-bottom: 0;
  }
  .about-statement-content {
    padding: 0 2rem;
  }
  .about-statement-content-item h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 4rem;
  }
  .about-statement-text-box p {
    text-align: justify;
  }
  .about-statement-content-item.flex-box,
  .about-commitment-content.flex-box {
    flex-direction: column;
  }
  .about-statement-content-item.flex-box {
    margin-bottom: 7rem;
  }
  .about-statement-heading h2 {
    font-size: 7rem;
    -webkit-text-stroke: 1px #ec240a;
  }
  .about-statement-img-box,
  .about-statement-text-box,
  .about-commitment-text-box {
    width: 100%;
  }
  .about-statement-img-box {
    padding: 0 5rem;
    padding-bottom: 4rem;
  }
  .about-content-img-box {
    display: none;
  }
  .about-commitment-section {
    padding: 7rem 0;
  }
  .about-service-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .about-commitment-content .apply-job-section-heading {
    text-align: center;
  }

  /* COntant Page */
  .possibilites-listing li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    min-height: unset;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .possibilites-listing li .img-box {
    max-width: 10rem;
    margin-right: 15px;
  }
  .possibilites-listing li .img-box img {
    width: 100%;
  }

  /* ============================== */

  /* Plantations Page */

  /* ============================== */
  .plan-sup-content {
    padding-left: 0;
    margin-top: -5rem;
  }

  .plan-sup-heading .apply-job-section-heading h2 br {
    display: none;
  }

  .plan-mission-content {
    padding: 4rem 0;
  }
  .plan-production-content.flex-box {
    flex-direction: column;
  }
  .plan-production-content .col-25,
  .plan-production-content .col-45,
  .plan-production-content .col-2,
  .plan-production-content .col-6 {
    width: 100%;
  }
  .plan-prod-text-box .apply-job-section-heading {
    max-width: 500px;
    margin: 0 auto;
    margin-top: -2rem;
  }
  .plan-prod-img-box {
    max-width: 11rem;
  }
  .plan-production-content-left .plan-prod-img-box {
    left: 2rem;
  }
  .plan-production-content-left .plan-prod-art-img {
    margin-top: 5rem;
  }
  .plan-production-content-left .plan-prod-art-img img {
    max-width: 12rem;
  }
  .plan-prod-text-box h3 {
    font-size: 1.9rem;
  }
  .plan-prod-text-box p {
    padding: 0;
  }
  .plan-production-content-left .plan-prod-img-box-right {
    top: 5rem;
    right: 0;
    left: unset;
    max-width: 8rem;
  }
  .plan-production-content-left .plan-prod-img-box-right::after {
    display: none;
  }
  .plan-production-content-left .plan-prod-img-box-right::before {
    content: "";
    position: absolute;
    background: url(../img/plantation-production-art-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 93%;
    left: -2.3rem;
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }
  .plan-production-content-right .plan-prod-art-img {
    margin-top: 5rem;
    display: flex;
    justify-content: flex-end;
  }
  .plan-production-content-right .plan-prod-art-img img {
    max-width: 12rem;
  }
  .pp-bottom-img {
    bottom: -27rem;
    max-width: 11rem;
    left: 0;
  }
  /* ============================== */

  /* Team Page */

  /* ============================== */
  .team-ethics-content-box {
    max-width: 500px;
    margin: 0 auto;
  }
  .team-ethics-content-box .col-25.team-ethics-item {
    width: 50%;
    margin-bottom: 3rem;
  }
  .team-story-item .col-5 {
    width: 100%;
  }
  .team-story-item:nth-of-type(odd) .team-story-img-box,
  .team-story-item:nth-of-type(even) .team-story-text-box {
    padding-right: 0;
  }
  .team-story-item:nth-of-type(odd) .team-story-text-box,
  .team-story-item:nth-of-type(even) .team-story-img-box {
    padding-left: 0;
  }
  .team-story-text-box p {
    text-align: justify;
    width: 100%;
  }
  .team-story-text-box h3 {
    text-align: left;
    margin-left: 1rem;
  }
  .team-story-mob-flex {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }
  .team-story-item:nth-of-type(even) .team-story-icon {
    margin-left: 0;
  }
  .team-story-item h3 {
    width: calc(100% - 8rem);
    margin-bottom: 0;
  }
  .team-story-icon {
    margin-bottom: 0;
  }
  .team-story-text-box {
    padding: 5rem 0;
  }
  .team-story-item:last-of-type .team-story-text-box {
    padding-bottom: 0;
  }
  .tm-content-box h4 {
    font-size: 2rem;
  }
  .team-founders-message-section {
    background: linear-gradient(99.08deg, #f59414 -8.72%, #eb3826 115.54%);
  }
  .team-member-item {
    width: 50%;
  }
  .tm-img-box img {
    max-height: 30rem;
  }

  /* .team-member-item:nth-child(3).active .team-member-details{
    top: -100%;
  } */
  /* Shipping Page */
  .shipping-transport-list {
    background: #fff;
  }
  .shipping-tl-wrapper {
    max-width: 100%;
  }
  .shipping-tl-item {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
  }
  .shipping-tl-item:nth-of-type(odd),
  .shipping-tl-item:nth-of-type(even) {
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: row-reverse;
    align-items: center;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
  .shipping-tl-item {
    width: 48% !important;
    margin: 2rem 0 !important;
  }
  .shipping-tl-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .shipping-tl-item:first-of-type {
    margin-top: 0 !important;
  }
  .shipping-tl-item:nth-of-type(even) h5,
  .shipping-tl-item:nth-of-type(odd) h5 {
    margin-top: 0;
    text-align: left;
    width: 100%;
    white-space: unset;
    margin-left: 1rem;
  }
  .mining-mineral-section
    .plan-production-content-left
    .plan-prod-img-box-right {
    top: 5rem;
  }
  .mining-mineral-section
    .plan-production-content-left
    .plan-prod-img-box-right::before,
  .prominent-mining-section::before {
    display: none;
  }
  .mining-mineral-section .plan-production-content-left .plan-prod-art-img {
    margin-top: 4rem;
    margin-left: 2rem;
  }
  .mining-mineral-section .pp-bottom-img {
    left: 2rem;
    bottom: -30rem;
  }

  .prominent-mining-content {
    flex-direction: column-reverse;
  }
  .prominent-mining-content .col-4,
  .prominent-mining-content .col-5,
  .mining-goal-section .col-6,
  .mining-goal-section .col-4 {
    width: 100%;
  }
  .mining-goal-section .col-4,
  .prominent-mining-content .col-4 {
    text-align: center;
    margin-top: 5rem;
  }
  .prominent-mining-content .col-4 {
    margin-top: 0;
    margin-bottom: 5rem;
  }
  .mining-goal-section .col-4 img,
  .prominent-mining-content .col-4 img {
    max-width: 50rem;
    margin: 0 auto;
  }
  .mining-goal-section {
    background: #fbfbfb;
  }

  /* Contact Page */
  .presence-flag-listing li {
    min-height: 30rem;
  }
  /* Single Commodity */
  .ac-pl-vector {
    display: none;
  }

  /* Management Trainee */
  .mt-specialized-bottom {
    flex-direction: column;
    justify-content: center;
  }
  .mt-specialized-bottom .text-box {
    padding: 0;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 575px) {
  /* Home Page */
  .expect-icons-box .expect-list-icon {
    height: 38vw;
    width: 45%;
  }

  .apply-job-about-content .explore-btn img,
  .about-team-btn .explore-btn img {
    max-width: 2.2rem;
    margin-left: 1rem;
  }
  .apply-job-about-content .explore-btn,
  .about-team-btn .explore-btn {
    font-size: 1.3rem;
  }
  .aj-process-content-wrapper li:nth-child(odd) {
    padding-right: 7px;
  }
  .aj-process-content-wrapper li:nth-child(even) {
    padding-left: 7px;
  }
  .aj-mobile-process-box {
    padding: 20px 15px;
  }

  .apply-job-icon-bg {
    margin: 0;
  }
  .apply-process-level {
    margin-top: 20px;
  }
  .apply-process-item-title {
    font-size: 16px;
    line-height: 23px;
  }
  .apply-process-item-title br {
    display: none;
  }
  .apply-job-benefits-section .apply-job-section-heading h2 br {
    display: none;
  }
  .apply-job-benefits-list .benefits-list-text-box {
    padding: 10px;
  }
  .apply-job-benefits-list .benefits-post-icon {
    width: 80px;
    height: 80px;
    padding: 12px;
    margin-bottom: 10px;
  }
  .desktop-none.flex-box.benefits-mob-icon h2 {
    font-size: 2.5rem !important;
  }
  .apply-job-about-content {
    padding: 10px 0;
  }
  .apply-job-about-btn img {
    display: none;
  }
  .apply-input-wrapper input,
  .apply-input-wrapper textarea,
  .apply-input-file-label {
    font-size: 16px;
  }

  /* ========================================= */

  /* Blog List 02 Page Started   */

  /* ========================================= */
  .bl-banner-img-box img {
    min-height: 250px;
    object-fit: cover;
  }
  .bl-banner-progress {
    margin-bottom: 10px;
  }
  .bl-banner-progress .bb-progress-bar {
    width: 65px;
    margin: 0 10px;
    height: 2px;
  }
  .bl-banner-progress .bb-progress-bar::before {
    width: 20px;
    height: 2px;
  }
  .bl-banner-progress span {
    font-size: 14px;
  }
  .bl2-blog-text-box {
    padding: 20px;
  }
  .bl-banner-text-box h1 {
    margin-bottom: 20px;
  }
  .bl-banner-text-box p {
    display: none;
  }

  /* ========================================= */

  /* Blog Details Page Started   */

  /* ========================================= */

  .blog-detail-meta span {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .report-detail-meta span.report-category {
    border-left: 0;
    margin-right: 5px;
  }
  .report-details-main .report-category {
    padding: 0.4rem 1rem;
  }
  .blog-detail-title {
    font-size: 2.5rem;
  }
  .blog-detail-subscribe-section {
    padding-bottom: 35px;
  }
  .bd-subscribe-box .col-5 {
    padding: 20px 20px;
  }
  .related-post-slider,
  .other-reports-slider {
    padding-left: 0;
    margin-top: -8rem;
  }

  .sup-article-left .sup-article-img-box,
  .sup-article-right .sup-article-img-box {
    padding: 0;
  }
  .supplier-explore-text-box {
    padding: 0 0rem;
    margin-bottom: 0rem;
  }

  .partners-family-tree-section {
    padding: 2rem 0;
  }
  .partners-article-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .partners-article-card:first-child {
    margin-right: 0;
  }
  .partners-article-card:last-child {
    margin-bottom: 0;
  }
  .partners-article-section {
    padding: 2rem 0;
  }

  /* Our Presence */
  .hp-presence-maps {
    border: 2px solid #ebebeb;
    padding: 2rem 0;
  }
  .our-presence-scroller {
    height: auto;
    overflow-y: auto;
    padding: 2rem 1rem;
    background-color: #fcfcfc;
    max-height: 40rem;
  }
  .map-btn-box {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
  .our-presence-scroller::-webkit-scrollbar {
    width: 6px;
  }

  /* ========================================= */

  /* About Us Page   */

  /* ========================================= */

  .about-purpose-text-box {
    padding: 5rem 0rem;
    padding-top: 0;
  }
  .about-our-value-section {
    padding-bottom: 0;
    padding-top: 0;
  }
  .about-statement-heading h2 {
    font-size: 4rem !important;
  }
  .about-statement-content-item.flex-box {
    margin-bottom: 6rem;
  }
  .about-service-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .sus-certified-card {
    margin-bottom: 2rem;
  }
  .about-service-card.sus-certified-card {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
  }
  .about-hal-list-item {
    margin-right: 3rem;
    margin-top: 2rem;
    max-width: 8rem;
  }
  /* ===================== */

  /* Plantations Page   */

  /* ===================== */
  .plantations-supplier-section {
    padding-bottom: 7rem;
  }
  .plan-sup-heading .apply-job-section-heading h2 {
    width: 100%;
  }
  .plan-mission-img-box {
    margin-top: 6rem;
    padding: 0 0rem;
  }
  .plan-mission-icon-box img {
    max-width: 4rem;
  }
  .plan-mission-icon-list li h4 {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
  .plan-prod-text-box .apply-job-section-heading {
    max-width: 320px;
  }
  .plan-prod-img-box,
  .pp-bottom-img {
    max-width: 9rem;
  }
  .pp-bottom-img {
    bottom: -22rem;
  }
  .plan-production-content-left .plan-prod-art-img {
    margin-top: 3rem;
  }
  .plan-production-content-left .plan-prod-img-box-right {
    top: 2rem;
    max-width: 7rem;
  }
  .plan-production-content-left .plan-prod-art-img img,
  .plan-production-content-right .plan-prod-art-img img {
    max-width: 9rem;
  }
  .plan-production-content-left .plan-prod-img-box::after {
    width: 6rem;
    height: 6rem;
    right: -4.5rem;
  }

  .team-ethics-content-box .col-25.team-ethics-item {
    width: 100%;
    margin-bottom: 5rem;
    border: none;
  }
  .team-ethics-content-box .col-25.team-ethics-item:last-of-type {
    margin-bottom: 0;
  }
  .team-ethics-item h4 {
    font-size: 2rem;
  }

  .team-story-item h3 {
    width: calc(100% - 6rem);
    font-size: 2.2rem;
  }
  .team-story-icon {
    width: 6rem;
    height: 6rem;
    padding: 10px;
  }
  .tm-bottom-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 4rem;
  }
  .tm-content-box h4 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .team-ethics-item p,
  .tm-content-box p {
    font-size: 1.5rem;
  }
  .team-member-item {
    width: 100%;
    margin-bottom: 3rem;
  }
  .team-member-item:last-of-type {
    margin-bottom: 0;
  }
  .tm-img-box img {
    max-height: 100%;
  }
  /* .team-member-item:nth-child(2).active .team-member-details{
    top: -100%;
  } */

  /* Suppliers */
  .sup-logo-img {
    margin-bottom: 3rem;
    padding: 2rem 1rem;
    border-radius: 8px;
  }
  /* Shipping Page */
  .shipping-tl-item {
    width: 100% !important;
    max-width: 300px;
    margin: 2rem auto !important;
  }

  /* Report Listing Page */
  .explore-btn img {
    max-width: 3rem;
  }
  .intern-box .explore-btn img {
    padding-left: 1.5rem;
  }
  .report-meta-box {
    display: block;
  }
  .report-meta-box a {
    width: max-content;
  }
  .report-author {
    margin-bottom: 3rem;
  }
  .report-list-item h3 {
    font-size: 2rem;
  }
  .or-slider-control {
    display: none;
  }
  .related-post-wrapper.com-padding {
    padding: 0 4rem;
    padding-top: 3rem;
  }
  .related-post-slider {
    padding-top: 3rem;
  }
  .rd-newsletter-input input {
    font-size: 1.6rem;
  }
  /* Mining Page */
  .mining-mineral-section .plantations-production-bg {
    padding-bottom: 0;
  }
  .mining-mineral-section .plan-production-content-left .plan-prod-art-img {
    display: none;
  }
  .mining-mineral-section
    .plan-production-content-left
    .plan-prod-img-box-right {
    top: -5rem;
  }
  .mining-mineral-section .apply-job-section-heading img {
    max-width: 8rem;
    margin-bottom: 2rem;
  }
  .mining-mineral-section .pp-bottom-img {
    bottom: -20rem;
  }

  /* Agricultural Commodities */
  .ac-description-section,
  .ac-product-line-section,
  .ac-business-segment {
    padding: 3rem 0;
  }
  .ac-pl-product {
    width: 100%;
    margin: 0;
    margin-top: 3rem;
    border-radius: 10px;
  }
  .ac-pl-products-source li img {
    max-width: 3.8rem;
  }
  .ac-pl-products-source li span {
    font-size: 1rem;
  }

  /* Report */
  .report-details-wrapper .col-2 {
    flex-direction: column;
  }
  .report-details-wrapper .col-2 > div {
    width: 100%;
    margin-top: 3rem;
  }

  /* Career Page */
  .career-section-bg {
    padding: 2rem 0;
  }
  .career-section-content .career-content-card {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
  }
  .career-section-content .career-content-card:first-child {
    margin-top: 2rem;
  }
  .career-section-content .career-content-card .img-box {
    padding-right: 1.5rem;
    max-width: 13rem;
  }
  .career-section-content .career-content-card img {
    max-width: 10rem;
    width: 100%;
    margin-bottom: 0;
  }
  .how-we-box .list-box li .img-box img {
    max-width: 12rem;
  }
  /* Contact Page */
  .possibilites-listing li .text-box {
    margin-top: 3rem;
  }
  .contact-career-content li {
    max-width: 10rem;
    margin: 2rem 0;
  }
  .contact-career-content li h6 {
    font-size: 1.4rem;
  }
  .contact-career-content li img {
    max-width: 5.5rem;
  }
  .generic-hero-content h1 {
    font-size: 5rem;
  }
  .generic-hero-content h2 {
    font-size: 3rem;
  }
  .generic-hero-content p {
    font-size: 1.4rem;
  }
  .generic-hero-content p br {
    display: none;
  }
  .generic-hero-content .submit-btn img {
    max-width: 4rem;
  }

  /* Contact Page */
  .presence-flag-listing li {
    min-height: unset;
  }
}

@media (max-width: 540px) {
  html {
    font-size: 2vw;
  }
  h1 {
    font-size: 4.71rem;
    line-height: 1.1;
  }
  h2 {
    font-size: 3.29rem !important;
    line-height: 1.2;
  }
  h6 {
    font-size: 1.7rem;
  }
  .header-wechat > img {
    max-width: 1.7rem;
  }
  .banner-mobile-list-img {
    height: 130vw !important;
  }
  .banner-content-box h1 {
    font-size: 4rem !important;
  }

  .slide-mobile-content {
    top: 10%;
  }
  .footer-btn {
    padding: 0.7rem 1.8rem;
  }
  .container,
  .main-header .container,
  .top-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-header-content-wrapper li a {
    font-size: 1.4rem;
  }
  .top-header-content-wrapper li {
    border: none;
    margin: 0 !important;
  }
  .top-header-content-wrapper li:nth-child(1) {
    order: 1;
  }
  .top-header-content-wrapper li:nth-child(2) {
    order: 2;
  }
  .global-info {
    padding: 0 1.5rem 0 0;
  }
  .top-header-content-wrapper {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .top-header-content-wrapper li:last-child a {
    padding-left: 0;
  }

  .we-caht-qr {
    left: -4rem;
  }
  .we-caht-qr:after {
    left: 5.5rem;
  }
  .header-wechat .we-caht-qr {
    top: 4.5rem;
    left: 0;
  }
  .header-wechat img {
    width: 100% !important;
  }

  /* Home Page */
  .why-torq-box .why-torq-text ul li {
    min-height: 20rem;
  }
  .why-torq-box .why-torq-text ul li p {
    font-size: 1.4rem;
  }
  .why-torq-box .why-torq-text ul li h4 {
    font-size: 1.8rem;
  }
  ul.why-torq-listing {
    margin: 0 -3rem;
  }
  .our-progress-animation-box {
    margin: 0 -3rem;
  }

  .expect-box ul li {
    font-size: 1.6rem;
  }
  .expect-list-icon.ctn.col-25 h4 {
    font-size: 2rem;
  }
  .contact-banner-box {
    height: 51rem;
  }
  .contact-career-section .career-box .text-box {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .our-clients-section {
    padding-bottom: 20rem;
    padding-top: 8rem;
  }

  .client-nxt-icon,
  .client-prev-icon {
    width: 3.5rem;
    bottom: -5rem !important;
  }
  .client-nxt-icon {
    right: -7%;
  }
  .client-prev-icon {
    right: 8%;
  }
  .apply-job-write-section h2 {
    font-size: 2.7rem !important;
  }

  .torq-contact-form input.contact-submit {
    font-size: 1.5rem;
    padding-right: 6rem;
  }
  .torq-contact-form .contact-submit-wrapper::after {
    width: 2rem;
    height: 1.2rem;
  }
  /* Career Page */
  .contributor-box .explore-btn {
    font-size: 1.4rem;
  }
  .contributor-box p {
    text-align: justify;
  }
  .client-text-slider .text-box p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .contributor-box .explore-btn img {
    margin-left: 1rem;
    max-width: 1.6rem;
  }
  .gallery-listing {
    padding-left: 0;
    padding-right: 0;
  }
  footer .media-box img {
    max-width: 2.4rem;
  }
  footer .footer-base-box {
    justify-content: center;
  }
  footer .compony-text {
    text-align: center;
  }
  .product-torq-benefits li {
    margin-bottom: 2rem;
  }
  .product-torq-benefits li:last-child {
    margin-bottom: 0;
  }

  .product-seeds-box .product-torq-benefits li h5 {
    font-size: 1.8rem;
  }
  .product-torq-benefits li .image-box {
    margin-bottom: 0;
  }

  /* About Us Page - Team Section */

  .about-team-box-left,
  .about-team-box-right {
    width: 100%;
  }
  .about-team-box {
    margin: 0 0 3rem 0;
  }
  .about-team-box-right .about-team-box:last-of-type {
    margin-bottom: 0;
  }
  .about-team-box .m-flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  .about-team-box h4 {
    margin-top: 0;
    margin-left: 2rem;
    margin-bottom: 0;
  }
  .about-team-box h4 br {
    display: none;
  }
  .wn-popup-content {
    width: 90%;
    border-radius: 7px;
    padding: 5px 5px;
  }
  .close-wn-popup {
    top: -2rem;
    right: -1rem;
  }

  /* Sustainability Page */
  .sus-sdg-left-cards li .sus-left-card {
    min-height: 19rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sus-sdg-left-cards li p,
  .sus-sdg-right-cards li .sus-right-card p {
    font-size: 1.5rem;
  }

  /* Management Trainee */
  .section-padding {
    padding: 7rem 0;
  }
  .mt-mission-left {
    text-align: center;
  }
  .mt-mission-list .icon {
    width: 7rem;
    height: 7rem;
    padding: 1rem;
  }
  .mt-mission-list .text-box h3,
  .mt-purpose-item h3,
  .specialized-card h3 {
    font-size: 2.5rem;
  }
  .mt-purpose-item h3 {
    text-align: center;
  }
  .mt-purpose-item .flex-box {
    flex-direction: column;
  }
  .mt-purpose-img {
    width: 45%;
  }
  .mt-purpose-text {
    padding-left: 0;
    margin-top: 3rem;
  }
  .mt-specialized-tracks .section-header,
  .mt-testimonial-section .section-header,
  .mt-specialized-bottom {
    padding-right: 15px;
  }
  .specialized-cards-slider .slick-list,
  .mt-testimonials .slick-list {
    padding: 0 14% 0 0 !important;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 10px !important;
  }
  .com-padding {
    padding: 4rem 0;
  }

  /* Home Page */
  .why-torq-list-text {
    width: 90%;
    padding: 0 1.5rem;
  }
  .why-torq-text.com-padding {
    padding-top: 0;
  }
  .why-torq-list-text h4 {
    font-size: 2rem;
  }
  .our-process-box {
    padding-top: 16rem;
  }

  .expect-img-btn {
    margin-left: 57%;
    margin-top: -14.5rem;
  }
  .footer-btn {
    justify-content: space-evenly;
  }
  .footer-btn img {
    max-width: 2rem;
  }
  .footer-box .footer-links li {
    font-size: 1.6rem;
  }
  .map-contact-box {
    width: 100%;
  }
  .map-contact-box.map-contact-email {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .career-box .text-box {
    top: 0;
  }
  .career-box .text-box {
    left: 1%;
    width: 100%;
  }
  .contact-banner-box .text-box {
    top: 20%;
  }
  .slide-mobile-content p {
    font-size: 1.7rem;
  }
  ul.intern-benifits li img {
    width: 66%;
  }
  .our-clients-section {
    padding-bottom: 8rem;
  }
  .our-client-listing .slick-slide {
    margin-right: 0;
  }
  .our-clients-box {
    padding-bottom: 39rem !important;
  }
  .top-header-icons img {
    width: 60%;
  }
  .map-box {
    padding-bottom: 38rem;
  }
  .map-btn-box span {
    margin-bottom: 2rem;
    max-height: 4rem;
    font-size: 1.5rem;
    padding: 1.1rem 1.3rem;
  }
  .map-btn-box span:last-of-type {
    margin-bottom: 0;
  }

  /* Management Trainee */
  .mt-testimonial-item {
    padding: 3rem 2rem;
  }
  .mt-testimonials .slick-slide {
    margin: 0 1rem;
  }
  .mt-testimonials .slick-list {
    margin: 0 -1rem;
  }
  .mt-mission-list .text-box p {
    font-size: 1.6rem;
  }
  .wn-popup-content video,
  .wn-popup-content iframe {
    min-height: 230px;
  }
}

@media (max-width: 370px) {
  .sus-certified-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 3rem;
  }
  .why-torq-box .why-torq-text ul li {
    min-height: 23rem;
    padding: 1rem 1rem;
  }
}
@media all and (max-width: 358px) {
  .expect-img-btn {
    margin-left: 36%;
  }
}

/* Product Listing Tabs (Single Commodity Page) */
.tab-content.active {
  display: block;
}

.tab-content {
  display: none;
}

/* WP Single Page */
nav.navigation.post-navigation {
  display: none;
}

.animation-wrapper img {
  width: 100%;
}

/* Company Brochure Popup */
body.popup-open {
  overflow: hidden;
}
.cb-popup-trigger {
  cursor: pointer;
}
.cb-popup,
.latest-pr-popup,
.wn-slider-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  z-index: 999;
  display: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  padding: 6rem 0;
}
.cb-popup.active,
.latest-pr-popup.active,
.wn-slider-popup.active {
  display: block;
}
.cb-popup-box {
  width: 90%;
  margin: 0 auto;
  flex-wrap: nowrap;
  position: relative;
  max-width: 90rem;
  background-color: #fff;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 6rem 0;
}
.cb-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}

.cb-popup-close img {
  max-width: 20px;
  object-fit: contain;
}
.cb-popup-left-content {
  width: 36%;
  padding: 0 6rem;
  border-right: 1px solid #d9d9d9;
}
.cb-popup-left-content img {
  width: 100%;
}
.cb-popup-box h3 {
  font-weight: 600;
}
.cb-popup-left-content h3 {
  margin-top: 4rem;
  font-size: 2.2rem;
}
.cb-popup-right-content {
  width: 64%;
  padding: 0 6rem;
}
.cb-popup-right-content h3 {
  margin-bottom: 4rem;
  font-size: 2.5rem;
}
.cb-popup-form .form-half {
  width: 47%;
}
.cb-popup-form input {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #bdbdbd;
  font-size: 1.6rem;
  padding: 1.5rem 0;
  margin-bottom: 2.5rem;
  width: 100%;
}
.cb-popup-form input::placeholder {
  opacity: 0.7;
}
.cb-form-submit input[type="submit"],
.cb-form-submit button {
  background-color: #ee5720;
  color: #fff;
  padding: 2rem 2.5rem;
  border-radius: 3.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  width: max-content;
  border: none;
  padding-right: 5rem;
  margin-bottom: 0;
}
.cb-form-submit {
  position: relative;
  width: max-content;
  margin-top: 2rem;
}
.cb-form-submit::after,
.cb-form-submit::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../img/cb-form-submit.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.2rem;
  top: 1.5rem;
}

@media all and (max-width: 767px) {
  .cb-popup-right-content,
  .cb-popup-form .form-half {
    width: 100%;
  }
  .cb-popup-left-content {
    display: none;
  }
  .cb-popup-right-content h3 {
    text-align: center;
  }
  .cb-form-submit input[type="submit"],
  .cb-form-submit button {
    padding: 1.5rem 2.5rem;
    padding-right: 5rem;
  }
  .cb-form-submit {
    margin: 0 auto;
    margin-top: 2rem;
  }
  .cb-form-submit::after,
  .cb-form-submit::after {
    top: 1.2rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media all and (max-width: 575px) {
  .cb-popup-right-content {
    padding: 0 3rem;
  }
}

/* Job Opening - Apply For Job (Embeded Script) */
.current-opening-section {
  background-color: #fafafa;
  padding: 4rem 0;
}

.embed_jobs_head2 {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.embed_jobs_head,
.embed_jobs_head a,
.embed_jobs_head span,
.embed_jobs_head p {
  font-family: "Europa" !important;
}
.embed_jobs_head {
  background-color: transparent !important;
  padding: 0 !important;
}

.rec_facet_group {
  background-color: #fff;
  width: 28% !important;
  margin-right: 3rem !important;
  padding: 2rem 0 2rem 2rem !important;
}
.rec_facet_group span {
  color: #181818;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 2rem;
  font-weight: 600;
}

.rec_facet_group .rec_ul_filter li {
  margin-bottom: 1.5rem;
}
.rec_facet_group .rec_ul_filter li:last-child {
  margin-bottom: 0;
}
.rec_facet_group li span {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 0;
}
.rec_facet_group .cw-rec-filter {
  overflow: hidden !important;
  overflow-y: scroll !important;
}
.rec_facet_group .cw-rec-filter::-webkit-scrollbar {
  width: 4px;
}
.rec_facet_group .cw-rec-filter::-webkit-scrollbar-track {
  background: #e9e9e9;
}
.rec_facet_group .cw-rec-filter::-webkit-scrollbar-thumb {
  background: #f0651d;
}
.rec_ul_filter .cw-facet-checkbox-label {
  display: flex !important;
  align-items: center;
}
.rec_ul_filter .cw-facet-checkbox {
  margin-top: 0 !important;
}
.rec_facet_group input[type="checkbox"],
.rec_facet_group input[type="radio"] {
  border: 1px solid #939393 !important;
}
.rec_facet_group input[type="checkbox"]:focus,
.rec_facet_group input[type="radio"]:focus {
  outline: none !important;
}

.rec_job_listing_div_jobs .rec-group .rec-job-title {
  font-size: 2.8rem !important;
  font-weight: 600;
}
.rec_job_listing_div_jobs ul.rec-job-info {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
  padding: 2rem 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.rec_job_listing_div_jobs ul.rec-job-info li {
  width: max-content !important;
  margin-top: 2rem;
}
.rec_job_listing_div_jobs ul.rec-job-info li.rec-job-title {
  margin-top: 0;
}
.rec_job_listing_div_jobs ul.rec-job-info li.rec-job-title,
.rec_job_listing_div_jobs ul.rec-job-info li.zrsite_Job_Description {
  width: 100% !important;
}

.rec_job_listing_div_jobs ul.rec-job-info li span {
  display: block !important;
  color: #474747 !important;
  font-weight: 600;
}
.rec_job_listing_div_jobs ul.rec-job-info li span:first-of-type {
  color: #ef5d1f !important;
  margin-bottom: 7px;
}
.rec_job_listing_div_jobs ul.rec-job-info li.zrsite_Job_Description span {
  font-weight: normal;
  color: #616161 !important;
  line-height: 1.5;
}
.rec_job_listing_div_jobs
  ul.rec-job-info
  li.zrsite_Job_Description
  span:first-of-type {
  color: #ef5d1f !important;
  line-height: unset;
  font-weight: 600;
}
@media all and (max-width: 925px) {
  #rec_job_listing_div {
    flex-direction: column;
  }
  .rec_facet_group {
    width: 100% !important;
    margin-bottom: 3rem;
  }
  .rec_job_listing_div_jobs ul.rec-job-info li {
    width: 33% !important;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .rec_job_listing_div_jobs ul.rec-job-info li {
    width: 50% !important;
  }
}
@media all and (max-width: 575px) {
  .rec_job_listing_div_jobs ul.rec-job-info li {
    width: 100% !important;
    display: flex;
  }
  .rec_job_listing_div_jobs ul.rec-job-info li.zrsite_Job_Description {
    display: block;
  }
  .rec_job_listing_div_jobs ul.rec-job-info li span:first-of-type {
    margin-right: 5px;
  }
}

/* Newly Added Sections */

/* Homepage Certification Section */
.hp-certification-section {
  padding-bottom: 10rem;
}
.hp-certification-section .section-header {
  padding-top: 10rem;
  border-top: 1px solid #d7d7d7;
}
.text-center {
  text-align: center;
}
.hp-certificate-list {
  margin-top: 2rem;
}
.hp-certificate-list li {
  width: 48%;
  margin-top: 5rem;
}
.hp-certificate-list .certificate-img-box {
  width: max-content;
}
.hp-certificate-list .certificate-img-box > div {
  width: 15rem;
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
  border: 1px solid #a3a3a3;
  border-radius: 7px;
}
.hp-certificate-list .certificate-img-box img {
  max-width: 23rem;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.hp-certificate-list .certificate-content {
  max-width: calc(100% - 17rem);
}
.hp-certificate-list .certificate-content h5 {
  font-size: 1.7rem;
  color: #181818;
  font-weight: 700;
}
.hp-certificate-list .certificate-content p {
  font-size: 1.5rem;
  color: #8f8f8f;
}
@media all and (max-width: 980px) {
  .hp-certificate-list {
    justify-content: center;
  }
  .hp-certificate-list li {
    width: 100%;
    justify-content: center;
    max-width: 550px;
  }
  .hp-certificate-list .certificate-content {
    padding-left: 2rem;
  }
  .hp-certificate-list .certificate-content h5 {
    font-size: 2rem;
  }
  .hp-certificate-list .certificate-content p {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 540px) {
  .hp-certificate-list .certificate-img-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .hp-certificate-list .certificate-content {
    width: 100%;
    padding-left: 0;
    max-width: 100%;
    text-align: justify;
  }
  .hp-certificate-list .certificate-img-box > div {
    margin: 0 auto;
  }
  .hp-certificate-list .certificate-content h5 {
    margin-bottom: 15px;
  }

  .product-video-play {
    width: 7rem;
    height: 7rem;
    font-size: 1.8rem;
  }
}
