@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* common style start */
body {
  background-image: url(../images/body.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eaf3f5;
}

@font-face {
  font-family: axi-light;
  src: url(../font/Kastelov\ \ Axiforma\ Light.otf);
}

@font-face {
  font-family: axi-regular;
  src: url(../font/Kastelov\ \ Axiforma\ Regular.otf);
}

@font-face {
  font-family: axi-semi;
  src: url(../font/Kastelov\ \ Axiforma\ SemiBold.otf);
}

@font-face {
  font-family: axi-bold;
  src: url(../font/Kastelov\ \ Axiforma\ Bold.otf);
}

h1 {
  font-size: 130px;
  line-height: 120px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}

h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: 0.4px;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  color: #23376c;
  margin: 0px;
}

h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  font-family: axi-semi;
  color: #23376c;
}

p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: axi-regular;
  margin: 0;
}

img {
  /* width: 100%; */
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1240px;
  /* margin: 0x 15px; */
  padding: 0px 15px;
}

/* common style End */

/* home page start */

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

/* Background video styling */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

/* Text container styling */
.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Center the row content */
.hero .row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

/* Heading styling */
.hero h1 {
  color: white;
  /* text-transform: uppercase;  */
  /* max-width: 920px; */
  /* text-transform: capitalize; */
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

.about-sec {
  padding: 100px 0px;
  overflow: hidden;
}

.about-sec h2 {
  text-transform: uppercase;
  color: #23376c;
}

.a-row {
  display: flex;
  flex-direction: column;
}

.ab-1 {
  width: 48%;
}

.ab-2 {
  width: 48%;
  margin-left: auto;
}

.ab-2 p {
  margin-bottom: 25px;
}

.marquee {
  margin-bottom: 50px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.boxes {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  gap: 15px;
  border-left: 1px solid black;
}

.box:last-child {
  border-right: 1px solid black;
}

.box img {
  width: 42px;
}

.Business {
  padding: 100px 0px;
}

.Business h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #23376c;
}
.b-csr {
  display: flex;
  flex-direction: column;
}
.b-csr-right {
  width: 100% !important;
}
.b-row {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 50px;
}

.b-row2 {
  margin-top: 100px;
}

.b-left {
  width: 50%;
}

.b-right {
  width: 50%;
}

.b-right h3 {
  color: #23376c;
}

.b-boxes {
  margin-bottom: 50px;
}

.b-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin-bottom: 20px;
}

.b-box img {
  width: 70px;
}

.Nurturing {
  margin: 50px 0px;
  background-image: url(../images/Nurturing-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Nurturing-main {
  height: 650px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}

.Nurturing-main h2 {
  color: white;
  font-size: 100px;
  line-height: 100px;
  max-width: 690px;
}

.Nurturing-main .nav-btn {
  color: #23376c;
  background: white;
  border: 1px solid white;
}

.Nurturing-main .nav-btn:hover {
  color: #23376c;
}

.Nurturing-main .nav-btn:after {
  border: 1px solid white;
  z-index: 1;
}

.Stories {
  padding: 100px 0px;
}

.Stories h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #23376c;
}

.s-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.s-box {
  width: 33%;
}

.s-box h3 {
  color: #23376c;
  margin-top: 30px;
}

footer {
  padding-top: 100px;
  background-color: #23376c;
  color: white;
}

footer img {
  width: 215px;
}

footer form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 80px;
  align-items: flex-start;
}

footer input {
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  font-size: 18px;
  width: 100%;
  padding: 10px 0;
}

footer input::placeholder {
  color: white;
  opacity: 0.5;
}

footer .nav-btn {
  color: #23376c;
  background: white;
  border: 1px solid white;
  padding: 12px 40px;
  cursor: pointer;
  font-size: 16px;
}

footer .nav-btn:hover {
  opacity: 0.9;
}

.ftr-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* padding-bottom: 150px; */
}

.ftr-col {
  display: flex;
  flex-direction: row;
}

.ftr-d0 {
  display: flex;
  flex-direction: row;
  gap: 60px;
  flex-wrap: wrap;
}

.ftr-d1 {
  max-width: 230px;
}

.ftr-d2 {
  max-width: 215px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ftr-d2 a {
  transition: all ease-in-out 0.3s;
}

.ftr-d2 a:hover {
  opacity: 0.6;
}

footer .link {
  font-size: 16px;
  color: white;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

footer .links {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;
}

footer .f-text {
  font-size: 16px;
  line-height: 22px;
  color: white;
  opacity: 0.8;
}

.ftr-d01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-left: 50px;
  width: 100%;
}

.ftr-d3,
.ftr-d4,
.ftr-d5 {
  display: contents;
}

.alladdress {
  display: flex;
  flex-direction: column;
}

.ftr-bottom {
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.copy-p {
  text-align: center;
  font-size: 16px;
  color: #9b9b9b;
}

/* Active Link Style */
.selectedd {
  opacity: 0.6;
  text-decoration: underline;
  font-weight: bold;
}
/* home page end */

/* about page start */

.a-hero {
  height: 600px;
  background-image: url(../images/about/hero-c2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 80px; */
}

.about-hero{
     background-image: url(../images/story.jpg);
}

.Legacy {
  padding: 150px 0px;
}

.Legacy h2 {
  color: #23376c;
}

.Legacy h3 {
  color: #23376c;
}

.Legacy-main {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 50px;
}

.Leader-main {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 50px;
}

.l-left {
  width: 50%;
}

.ldr-left {
  width: 50%;
}

.ldr-right {
  width: 50%;
}

.l-right {
  width: 50%;
}

.l-2 {
  margin-top: 100px;
}

.ldr-2 {
  margin-top: 100px;
}

.ldr-3 {
  margin-top: 100px;
}
.read-more {
  display: inline-block;
  margin-top: 8px;
  color: #23376c;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}

.more-text {
  display: none;
}
.ftra-d2 {
    display: grid;
    /* grid-column: 3; */
    /* flex-direction: row; */
    gap: 10px;
    /* flex-wrap: wrap; */
    /* text-align: center; */
    /* align-content: center; */
    /* justify-content: center;
  /* gap: 8px; */
}

.Work {
  /* padding-bottom: 100px; */
}

.Work h2 {
  color: #23376c;
  text-align: center;
  margin-bottom: 50px;
}

.Work-main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 100px;
}

.Work-box {
  padding: 40px 60px 75px 50px;
  width: 50%;
  background-color: #dfe5f5;
}

.Work-box img {
  width: 75px;
  margin-bottom: 30px;
}

.vision {
  padding: 100px 0px;
}

.v-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.v-left {
  width: 50%;
}

/* about page End */

/* leadership page start */

.l-hero {
  /* margin-top: 80px; */
  height: 600px;
  background-image: url(../images/leadership.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-para {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.leadership {
  padding-top: 100px;
}

.start-slider {
  background-color: #23376c;
  margin-bottom: 0;
  padding: 100px 0px;
}

.start-slider h2 {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}

.slide-number {
  padding-bottom: 20px;
}

.circle-dot {
  width: 50px;
  height: 50px;
  background-color: #364fff;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.inner-dot {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-heading {
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
}

.slides-wrappe {
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 40px;
}

.slide-para {
  max-width: 250px;
  padding-top: 20px;
  margin: auto;
}

.slider-outer-box {
  position: relative;
}

.left-gredient {
  z-index: 10;
  width: 250px;
  height: 100%;
  background-image: linear-gradient(90deg, #23376c, rgba(30, 57, 135, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-gredient-new {
  z-index: 10;
  width: 250px;
  height: 100%;
  background-image: linear-gradient(270deg, #23376c, rgba(30, 57, 135, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.timeline-slides {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  /* transform: scale(0.95) !important; */
  display: flex;
  flex-direction: column;
}

.timeline-slides img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-slider .swiper-slide-active {
  opacity: 1;
  transition: all 0.6s;
  transform: scale(1) !important;
}

.timeline-line {
  position: absolute;
  top: -135px;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  background: linear-gradient(
    270deg,
    rgba(54, 79, 255, 0) 0%,
    #364fff 51.56%,
    rgba(54, 79, 255, 0) 100%
  );
  z-index: 0;
}

.circle-dot {
  transform: scale(0.8);
  transition: all 0.6s;
}

.dot-p {
  font-size: 16px;
  padding-top: 10px;
  font-family: axi-light;
}

.start-slider h3 {
  color: white;
}

.start-slider p {
  color: white;
}

.mob-btn {
  display: none !important;
}

.timeline-slider .swiper-slide-active .circle-dot {
  /* transform: scale(1); */
}

/* .slide-number {
          position: absolute;
          top: -80px;
          right: 0;
          left: 0;
      } */

/* leadership page End */

/* Trading  Start ----------------------------------------- */

.trading-hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background-image: url(../images/about/Trade1.jpg);
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */
}

/* Video background styling */
/* .trading-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
   
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
} */

.trd-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.trd-about {
  width: 50%;
}

.trd-about p {
  margin-bottom: 30px;
}

.trd-boxes {
  margin-bottom: 150px;
}

.trd-main {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 55px;
}

.trd-box {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #23376c;
  padding: 30px;
  background-color: transparent;
  width: 33%;
  transition: all ease-in-out 0.3s;
}

.f-img {
  display: block;
  transition: all ease-in-out 0.3s;
}

.s-img {
  display: none;
  transition: all ease-in-out 0.3s;
}

.trd-box:hover {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #23376c;
  color: white;
}

.trd-box:hover .f-img {
  display: none;
}

.trd-box:hover .s-img {
  display: block;
}

.trd-box h3 {
  transition: all ease-in-out 0.3s;
}

.trd-box:hover h3 {
  color: white;
}

.trd-box p {
  margin-top: -10px;
}

.trd-2 h3,
.trd-2 p {
  color: rgba(254, 254, 254, 1);
}

.innovation {
  /* padding: 150px 0px; */
}

.inno-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 200px;
  padding: 80px 50px;
  margin-bottom: 50px;
  background-color: #dfe5f5;
}
.foundation {
  width: 100%;
}
.inno-box {
  width: 50%;
}

.t-arrow {
  max-width: 970px;
  margin: auto;
  margin-bottom: -100px;
  margin-top: -50px;
  align-items: center;
}

/* Trading  End ----------------------------------------- */

/* Manufacturing Start -------------------------------------------------------------- */

.m-hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

/* Video styling */
.m-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

.inno {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.inno-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Manufacturing End -------------------------------------------------------------- */

/* csr Start -------------------------------------------------------------- */
.c-hero {
  margin-top: 80px;
  height: 600px;
  background-image: url(../images/csr/hero-c.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.alladdress {
  display: flex;
  flex-direction: column; /* gap: 15px; */
  width: 250px;
}
.c-about {
  padding: 100px 0px;
}

.c-about-main {
  text-align: center;
}

.c-about-main p {
  max-width: 1090px;
  margin: auto;
}

.c-bold {
  font-weight: 600;
  color: #23376c;
}

.csr-grid {
  margin-bottom: 50px;
}

.c-grid-main {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 80px 40px;
  position: relative;
  background-color: #dfe5f5;
}

.cgrid-1 {
  width: 50%;
}

.cgrid-2 {
  width: 50%;
}

.cgrid-2 img {
  position: absolute;
  left: auto;
  right: 80px;
  bottom: -60px;
  margin: auto;
}

.c-grid1 {
  padding-top: 50px;
  padding-bottom: 150px;
}

.dark-grid {
  background-color: #23376c;
  padding: 100px 0px;
  color: white;
}

.dark-grid h2 {
  color: white;
}

.csr-combo {
  align-items: stretch;
}

.csr-combo h3 {
  /* max-width: 552px; */
  color: white;
  font-family: axi-light;
  line-height: 40px;
}

.csr-combo h2 {
  color: #1fbe74;
}

.csr-l {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.csr-eye {
  gap: 150px;
}

/* csr End -------------------------------------------------------------- */

/* Milestone page Start ---------------------------------------------------- */
.mile-hero {
  margin-top: 80px;
  height: 600px;
  background-image: url(../images/sustainable-growth-concept-with-rising-arrow-city-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.timeline {
  padding: 100px 0px;
  padding-bottom: 200px;
  overflow: hidden;
}

.timeline h2 {
  text-align: center;
  margin-bottom: 50px;
}

.time-main {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 990px;
  margin: auto;
  position: relative;
}
.time-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 95%;
  background-color: #23376c;
}

.time-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 100px;
  position: relative;
}
.round {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #eaf3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.time-dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f0f6ff;
  border: 1px solid #23376c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #23376c;
}
.time-para {
  width: 50%;
}

.time-title {
  width: 50%;
  padding: 22px 16px;
  border: 1px solid #252525;
  border-left: none;
  position: relative;
  /* z-index: 11; */
  background-image: url(../images/body.webp);
  background-color: #eaf3f5;
}

.time-title2 {
  width: 50%;
  padding: 22px 16px;
  border: 1px solid #252525;
  border-right: none;
  position: relative;
  /* z-index: 11; */
  background-image: url(../images/body.webp);
  background-color: #eaf3f5;
}

.time-title::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: #23376c;
  /* border: 10px solid #23376C; */
  z-index: -1;
}

.time-title2::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 100%;
  height: 100%;
  background-color: #23376c;
  /* border: 10px solid #23376C; */
  z-index: -1;
}

.time-title h2,
.time-title2 h2 {
  text-align: left;
  margin: 0px;
}

/* Milestone page Start ---------------------------------------------------- */

/* contact page Start ---------------------------------------------------- */

.contact-hero {
  padding-top: 200px;
}

.cform-main {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 60px;
  background-color: white;
}

.cform-main form {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  row-gap: 30px;
}

.cform-left {
  width: 62%;
  padding-right: 60px;
}

.cform-right {
  width: 38%;
}

.form-box {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.f-full {
  width: 100%;
}

.cform-main form input,
textarea {
  border: 1px solid white;
  background-color: #fcfcfd;
  padding: 20px 20px;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  font-family: axi-regular;
  outline: none;
  color: #656567;
}

.cform-main form label {
  font-size: 18px;
  line-height: 27px;
  font-family: axi-regular;
  color: #262626;
}

input[type="submit"] {
  color: white !important;
  padding: 12px 22px !important;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #23376c !important;
  border: 1px solid #23376c !important;
  cursor: pointer;
  margin-top: 40px !important;
}

.cform-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
}

.fr-box {
  background-color: #fcfcfd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
  width: 100%;
  gap: 15px;
  flex-direction: column;
}

.fr-box p {
  color: #4c4c4d;
}

.c-form {
  margin-bottom: 200px;
}
.l-eye {
  align-items: center;
}

/* contact page End ---------------------------------------------------- */

.career-about {
    padding-top: 100px;
    padding-bottom: 30px;
}

.carrer-title {
    padding-top: 100px;

}
.jobs{
  padding-bottom: 100px;
  padding-top: 0px;
}