@font-face {
  font-family: 'eina-reg';
  src: url(../fonts/eina-regular.ttf);
}

@font-face {
  font-family: 'eina-light';
  src: url(../fonts/eina-light.ttf);
}

@font-face {
  font-family: 'eina-semi';
  src: url(../fonts/eina-semibold.ttf);
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'eina-reg';
  font-weight: 400;
  background: #fff;
  scroll-behavior: smooth;
}

*,
div:before,
div:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
figure,
form {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'eina-semi';
  font-weight: 500;
}

button:focus {
  outline: none !important;
  box-shadow: 5px 5px 10px #41607454 !important;
}

a,
img,
span,
label,
input,
button {
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

.banner-section {
  background: url('../images/banner.png')0 0 no-repeat;
  background-size: cover;
  padding-top: 56px;
  height: 850px;
}


.header-right {
  column-gap: 56px;
}

.header-right a {
  color: #FFFFFF;
  font-family: 'eina-semi';
  font-size: 16px;
}

.dot-top {
  padding: 52px 0 22px;
}

.dot-top img {
  height: 93px;
  object-fit: contain;
}

.banner-cont {
  padding: 0;
}

.banner-cont h5 {
  font-size: 48px;
  color: #FFFFFF;
}

.banner-cont h2 {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 38px;
  padding: 28px 0 80px;
}

.know-more {
  background: #F98C0B;
  column-gap: 26px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  color: #1E1E1E;
  font-family: 'eina-semi';
  transition: 0.25s all;
}

.know-more:hover {
  background-color: #fff;
}

.dot-bottom {
  padding-top: 36px;
}

.dot-bottom img {
  height: 93px;
  object-fit: contain;
  position: relative;
  left: 27%;
}

.section-2 {
  padding: 96px 15px;
}

/* .section-2 h2 {
  font-size: 56px;
  width: 94%;
  line-height: 56px;
  color: #000000;
  margin: 0 auto;
} */
.section-2 h2 {
  font-size: 56px;
  text-align: center;
  color: #EC850C;
  padding-bottom: 60px;
}

.section-2 h2 span {
  color: #F98C0B;
  display: inline;
}

.section-2 p {
  font-size: 30px;
  color: #000000;
  text-align: center;
}

.section-2 p span {
  font-family: 'eina-semi';
}

.section2-bottom {
  padding-top: 106px;
}

.section3 {
  background: url('../images/section3.png')0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 101px 15px 143px;
}

.sec3-left h2 {
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  padding-top: 10px;
}

.sec3-left h2 span {
  display: inline;
  color: #F98C0B;
}

.sec3-left p {
  padding: 10px 0 64px;
  color: #fff;
  font-size: 18px;
}

.sec3-part {
  padding: 105px 30px;
  background-color: #fff;
  height: 100%;
}

.sec3-part img {
  height: 76px;
  object-fit: contain;
}

.sec3-part h4 {
  padding: 72px 0 12px;
  font-size: 28px;
  color: #000;
  width: 92%;
  margin: 0 auto;
}

.sec3-part p {
  font-size: 18px;
  color: #000000;
}

.section-4 img {
  /* height: 916px; */
  width: 100%;
  object-fit: cover;
}

/* .sec4-right {
  padding: 144px 15px;
} */

.sec4-right h2 {
  font-size: 42px;
  color: #000;
  padding-bottom: 24px;
}

.sec4-right h2 span {
  color: #F98C0B;
}

.sec4-right p {
  font-size: 18px;
  color: #000;
}

.sec4-right p span {
  font-family: 'eina-semi';
  padding: 36px 0;
}

.section-5 {
  padding: 95px 15px;
  background: #F2F2F2;
}

.section-5 .sec3-left h2 {
  color: #000;
  padding-top: 0;
}

.section-5 .sec3-left p {
  padding: 24px 0 48px;
  color: #3C3C3C;
}

.section-5 .sec3-part {
  padding: 56px 30px 40px;
}

.section-5 .sec3-part img {
  width: 102px;
  height: 102px;
}

.deliver-p {
  font-size: 18px;
  font-family: 'eina-semi';
  color: #3C3C3C;
  font-style: italic;
  padding-top: 48px;
}

.section-6 {
  padding: 98px 15px 123px;
}

.sec6-left h2 {
  font-size: 56px;
  line-height: 62px;
  color: #000000;
}

.sec6-left p {
  padding: 56px 0 200px;
  font-size: 18px;
  color: #282828;
  font-family: 'eina-semi';
  font-style: italic;
}

.sec6-left img {
  width: 176px;
  height: 176px;
  margin: auto;
  display: block;
}

.manufacture-sec {
  padding: 56px;
  background: #010101;
  border-radius: 4px;
}

.manufacture-sec img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.manufacture-sec h5 {
  font-size: 24px;
  color: #D9D9D9;
  padding: 28px 0;
}

.secright-p {
  row-gap: 13px;
}

.secright-p p {
  font-size: 18px;
  color: #9F9F9F;
}

.secright-p p span {
  font-family: 'eina-semi';
}

.sec6-right {
  row-gap: 30px;
}

.sec6-right .manufacture-sec:last-child {
  background: #FA8D0C;
}

.sec6-right .manufacture-sec:last-child h5 {
  color: #000000;
}

.sec6-right .manufacture-sec:last-child .secright-p {
  row-gap: 13px;
}

.sec6-right .manufacture-sec:last-child .secright-p p {
  color: #232323;
}

.client-head {
  font-size: 48px;
  color: #FA8D0C;
  text-align: center;
  padding-top: 35px;
}

.section-7 {
  padding-bottom: 75px;
  /* padding-top: 100px; */
}

.section4-row {
  align-items: center;
}

.footer {
  background: #090909;
  padding: 80px 15px 0;
}

.footer h6 {
  font-size: 25px;
  color: #F98C0B;
  padding-bottom: 22px;
}

.footer p {
  font-size: 12px;
  column-gap: 12px;
  color: #D9D9D9;
}

.footer h3 {
  font-size: 12px;
  color: #E2E2E2;
  padding-bottom: 10px;
}

.footer-center p {
  font-size: 12px;
  padding-bottom: 14px;
}

.footer p img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer h5 {
  font-size: 16px;
  color: #CECECE;
  padding-bottom: 20px;
}

.shares {
  row-gap: 20px;
}

.shares a {
  display: flex;
  column-gap: 13px;
  align-items: center;
  font-size: 16px;
  color: #D9D9D9;
}

.shares a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.b2w-image {
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer-last {
  padding: 24px 0;
}

.footer-last a,
.footer-last button,
.footer-last p {
  color: #787878;
  font-family: 'eina-semi';
  font-size: 12px;
}

.footer-last button {
  font-size: 16px;
  background: transparent;
  cursor: pointer;
  border: 0;
}

.close-btn,
.menu-btn {
  display: none;
}


.client-content h4 {
  font-size: 32px;
  border-bottom: 4px solid #FBAF43;
  padding: 34px 0 14px;
  line-height: 36px;
}


.client-content p {
  font-size: 18px;
  padding-top: 25px;
  color: #000000;
  padding-bottom: 65px;

}


.client-images {
  width: 20%;
  flex: 0 0 20%;
  padding: 0 6px;
}

.client-sec {
  margin: 0 -6px;
  row-gap: 16px;
}

.address-section {
  padding-bottom: 22px;
}

.footer-row {
  row-gap: 34px;
}

.contact-sec,.footer-bottom-row {
  padding-top: 34px;
}

.contact-sec p {
  padding-bottom: 12px;
}

.client-border {
  border: 1px solid #B3B3B3;
  padding: 15px;
  cursor: pointer;
}


.client-border img {
  height: 70px;
  object-fit: contain;
}

.map-sec {
  background-color: #F2F2F2;
  padding-bottom: 50px;
}

.map-sec p {
  font-size: 18px;
  color: #3C3C3C;
  padding-top: 38px;
  font-family: 'eina-semi';
  text-align: center;
}

.banner-container {
  padding-top: 150px;
}

.section-7 .client-head {
  padding-top: 0;
}

.address-section {
  column-gap: 16px;
}

.sec3-left ul {
  padding: 30px 0 7px 28px;
  display: flex;
  row-gap: 15px;
  column-gap: 70px;
}

.sec3-left ul li {
  font-size: 18px;
  color: #ffffff;
  font-family: 'eina-semi';
}


.productsec-1 h2 {
  font-size: 56px;
  color: #EC850C;
  text-align: center;
}

.productsec-1 p {
  font-size: 30px;
  padding: 16px 0 35px;
  text-align: center;
  color: #373737;
}

.product-sec {
  margin-bottom: 60px;
  /* margin-top: 19px; */
}

.ferrous-scarp {
  background-color: #F2F2F2;
  padding: 47px 15px;
}

.scarp-img img {
  height: 196px;
  object-fit: cover;
}

.ferrous-scarp h4 {
  text-align: center;
  font-size: 38px;
}

.scarp-sec {
  width: 20%;
  flex: 0 0 20%;
  padding: 0 15px;
}

.scarp-head {
  padding-top: 40px;
}

.scarp-head h5 {
  font-size: 28px;
  color: #000000;
  padding-bottom: 24px;
}

.scarp-img p {
  background-color: #F98C0B;
  padding: 6px;
  font-size: 17px;
  color: #000000;
  text-align: center;
}

.scarp-row {
  row-gap: 24px;
}

.logo,
.footer-logo {
  width: 200px;
}

.logo img,
.footer-logo img {
  width: 100%;
}

.operating-modal h2 {
  font-size: 48px;
  color: #EC850C;
  text-align: center;
}

.operating-modal h6 {
  font-size: 32px;
  color: #000000;
  padding: 18px 0 80px;
  text-align: center;
}


.operating-modal p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding: 13px 0 100px;
}

.sec4-right-padding {
  padding-right: 25px;
}

.scarp-img span {
  width: 100%;
  height: 100%;
  background: #0000006e;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s all;
}

.scarp-img {
  position: relative;
}

.scarp-img:hover span {
  transform: scale(0.9);
  opacity: 1;
  border-radius: 0;
}



















/* Landing page */
.landingpage {
  background-color: #050505;
  padding-top: 56px;
}

.landing-sec1 {
  padding: 44px 15px;
  position: relative;
}

.landing-sec1 h2 {
  font-size: 42px;
  font-family: 'eina-reg';
  color: #C9C9C9;
  text-align: center;
  width: 55%;
  margin: 0 auto;
}

.first-dot {
  position: absolute;
  bottom: 0;
}

.last-dot {
  position: absolute;
  right: 0;
  bottom: -16px;
}

.landing-cont {
  position: relative;
  overflow: hidden;

}

.landing-cont img {
  height: 672px;
  object-fit: cover;
  transition: 0.5s all
}

.landing-cont:hover img {
  transform: scale(1.05);
}

.landing-banner-cont {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 52px;
  transition: 0.25s all;
}

.landing-banner-cont h4 {
  font-size: 42px;
  color: #FFFFFF;
  text-align: center;
}

.landing-banner-cont .know-more img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.landing-small-dot {
  text-align: center;
  display: block;
  margin: 21px auto 0;
}

.landing-banner-cont .know-more {
  margin: 21px auto 0;
  cursor: pointer;
  /* height: 0; */
  visibility: hidden;
  opacity: 0;
  transition: 0.25s all;
}

.landing-sec2 {
  padding-bottom: 55px;
}


.landing-cont:hover .know-more {
  /* height: 100%; */
  opacity: 1;
  visibility: visible;
}














/* About us */

.aboutbanner {
  background: url(../images/about-banner.png)0 0 no-repeat;
  background-size: cover;
  height: 650px;
  padding-top: 35px;
  margin-bottom: 96px;
}

.about-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  color: #fff;
  padding-top: 127px;
}

.about-sec2 h1 {
  font-size: 32px;
  line-height: 37px;
  padding-bottom: 19px;
  color: #EC850C;

}

.about-sec2 p {
  font-size: 18px;
  color: #000000;
  padding-bottom: 24px;
}

.team-new-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  z-index: 1;
  padding-right: 60px;
}

.team-new-grid .team-new-grid-item {
  min-height: 100px;
  /*border: 2px solid tan;*/
}

.team-new-grid-item4,
.team-new-grid-item2 {
  opacity: 0;
}

.team-new-grid-item7 {
  background: #575556;
  color: #575556;
}

.team-new-grid-item9 {
  background: #f98c0b;
  color: #f98c0b;
}


.team-holder {
  position: relative;
}

.team-holder .dot3 {
  position: absolute;
  left: 50%;
  width: 20%;
  z-index: 0;
  top: 50%;
}

.team-holder .dot2 {
  position: absolute;
  right: 5%;
  width: 20%;
  z-index: 0;
  top: -3%;
}

.team-holder .dot1 {
  position: absolute;
  left: 23%;
  width: 15%;
  z-index: 0;
  top: 13%;
}

.advisory-grid .advisory-grid-item a.linked-in-link button,
.team-new-grid .team-new-grid-item a.linked-in-link button {
  padding: 5px 11px;
  background: #294c9d;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 11px #fff8);
}

.advisory-grid .advisory-grid-item,
.team-new-grid .team-new-grid-item {
  position: relative;
  text-align: center;
}

.advisory-grid .advisory-grid-item a.linked-in-link,
.team-new-grid .team-new-grid-item a.linked-in-link {
  position: absolute;
  right: 5%;
  top: 110px;
  transform: scale(0);
  transition: .5s ease-in-out;
}

.advisory-grid .advisory-grid-item:hover a.linked-in-link,
.team-new-grid .team-new-grid-item:hover a.linked-in-link {
  transform: scale(1);
}

.advisory-grid .advisory-grid-item img,
.team-new-grid .team-new-grid-item img {
  transition: .5s ease-in-out;
  filter: grayscale(1);
  height: 173px;
  object-fit: contain;
  background: #7f7f7f;
}

.advisory-grid .advisory-grid-item:hover img,
.team-new-grid .team-new-grid-item:hover img {
  filter: brightness(0.6);
}

.advisory-grid img {
  object-fit: cover;
}

.advisory-grid .advisory-grid-item .slider-name-card button {
  display: none;
}

.advisory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  z-index: 1;
}

.advisory-grid .advisory-grid-item {
  /*border: 2px solid tan;*/
}

.advisory-grid-item.advisory-grid-item1 {
  grid-column-start: 1;
  grid-column-end: 4;
}

.advisory-grid-item.advisory-grid-item1 h4 {
  color: #4d4d4d;
  font-family: eina-bd;
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
  max-width: 100%;
  width: max-content;
  border-bottom: 1px solid #0002;
}

.advisory-grid-item.advisory-grid-item2 {
  background: #4d4d4d;
  min-height: 100px;
}


.advisory-grid-holder .dot1 {
  position: absolute;
  bottom: 5%;
  left: 65%;
  width: 31%;
}

.advisory-grid-holder .dot2 {
  position: absolute;
  left: 42%;
  top: 25%;
  width: 26%;
}

.slider-name-card {
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.slider-name-card p {
  margin: 0;
  font-size: 15px;
  font-family: 'eina-semi';
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}

.slider-name-card p span {
  font-size: 11px;
  display: block;
  font-weight: unset;
}

.slider-name-card button {
  background: #000;
  border: none;
  color: #000;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
}

.team-new-grid .slider-name-card button {
  display: none;
}


.management-sec {
  margin-top: 71px;
  padding-bottom: 100px;
}

.management-sec h1 {
  font-size: 56px;
  text-align: center;
  padding-bottom: 58px;
}









/* coming soon */
.comingsoon {
  background-color: #0A0807;
  height: 100vh;
  padding-top: 50px;
  text-align: center;
}

.comingsoon .comingsoon-background {
  height: 500px;
  object-fit: contain;
}

.comingsoon p {
  padding-top: 55px;
  color: #fff;
  font-family: 'eina-semi';
}

.about-rightsec img {
  height: 300px;
  width: 380px;
}