.white {
  color: var(--white) !important;
}

.overview {
  position: relative;
  padding: 100px 0px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .overview {
    padding: 40px 0px;
  }
}
.overview .cntr_text {
  max-width: 872px;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: var(--font-weight-300);
  font-size: 2.4rem;
  letter-spacing: 0.02rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .overview .cntr_text {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.overview .more_text {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.overview .more_text.show {
  display: block;
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content; /* adjust as needed */
}
.overview .overview_numb_wrp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.overview .overview_numb_wrp .infonumb_card {
  width: 33.33%;
  text-align: center;
  margin: 80px 0px 0px;
}
@media (max-width: 767px) {
  .overview .overview_numb_wrp .infonumb_card {
    margin: 0;
    width: 100%;
    padding: 15px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overview .overview_numb_wrp .infonumb_card {
    margin: 30px 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .overview .overview_numb_wrp .infonumb_card {
    margin: 30px 0px;
  }
}
.overview .overview_numb_wrp .infonumb_card.brd {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .overview .overview_numb_wrp .infonumb_card.brd {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
}
.overview .overview_numb_wrp .infonumb_card h2 {
  font-family: var(--font-family-barlow);
  font-weight: var(--font-weight-400);
  font-size: 5.6rem;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .overview .overview_numb_wrp .infonumb_card h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overview .overview_numb_wrp .infonumb_card h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .overview .overview_numb_wrp .infonumb_card h2 {
    font-size: 5rem;
  }
}
.overview .overview_numb_wrp .infonumb_card p {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .overview .overview_numb_wrp .infonumb_card p {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overview .overview_numb_wrp .infonumb_card p {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .overview .overview_numb_wrp .infonumb_card p {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card {
  width: 25%;
  text-align: center;
  margin: 80px 0px;
}
@media (max-width: 767px) {
  .overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card {
    margin: 0;
    width: 100%;
    padding: 30px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card {
    margin: 30px 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card {
    margin: 30px 0px;
  }
}
.overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card.brd {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card.brd {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
}
.overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card h2 {
  font-family: var(--font-family-barlow);
  font-weight: var(--font-weight-400);
  font-size: 5.6rem;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card h2 {
    font-size: 5rem;
  }
}
.overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card p {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card p {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card p {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .overview .overview_numb_wrp.overview_numb4_wrp .infonumb_card p {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.overview .note {
  margin-top: 80px;
}

.readMoreBtn {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  transition: all 0.5s ease-in-out;
}
.readMoreBtn.active {
  transform: rotate(45deg);
}

.productsRange {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .productsRange {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.productsRange .small_ttle {
  color: #a9b3bc;
}
.productsRange .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
.productsRange .productsTabs {
  margin-top: 50px;
}
.productsRange .productsTabs .nav-tabs {
  background-color: #f4f6f7;
  border: none;
}
.productsRange .productsTabs .nav-tabs .nav-item {
  width: 50%;
}
.productsRange .productsTabs .nav-tabs .nav-item .nav-link {
  padding: 1rem 1rem;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #94a0ab;
  border: none;
  border-bottom: 2px solid #f4f6f7;
}
.productsRange .productsTabs .nav-tabs .nav-item .nav-link.active {
  border: none;
  background-color: transparent;
  color: #000;
  border-bottom: 2px solid #000000;
}
.productsRange .productsTabs .nav-tabs .nav-item .nav-link:hover, .productsRange .productsTabs .nav-tabs .nav-item .nav-link:focus {
  border: none;
  background-color: transparent;
  color: #000;
  border-bottom: 2px solid #000000;
}
.productsRange .productsTabs .tab-content .tab-pane {
  padding: 24px 0;
}
.productsRange .productsTabs .tab-content .tab-pane .tabdescription {
  font-size: 18px;
}
.productsRange .productsTabs .tab-content .tab-pane .productsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .productsRange .productsTabs .tab-content .tab-pane .productsGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.highlightsCard {
  position: relative;
  height: 510px;
  overflow: hidden;
  background-color: #213a8f;
  border-radius: 40px;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
}
.highlightsCard .imgWrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  transition: all 0.5s;
}
.highlightsCard .imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlightsCard .imgWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.highlightsCard .content {
  position: absolute;
  width: calc(100% - 4.8rem);
  height: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -120px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
}
.highlightsCard .content .top {
  flex: 1;
}
.highlightsCard .content .bottom {
  display: flex;
  justify-content: space-between;
}
.highlightsCard .content h4 {
  font-size: 22px;
  min-height: 24px;
  letter-spacing: 0px;
  text-transform: inherit !important;
  font-weight: var(--font-weight-600);
  color: var(--white);
  margin-bottom: 1.2rem;
  background-image: url(../images/blue-plus-ico.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right center;
  min-height: 30px;
}
.highlightsCard .content h4 span {
  display: block;
  width: 80%;
}
@media (max-width: 767px) {
  .highlightsCard .content h4 span br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .highlightsCard .content h4 {
    font-size: 20px;
  }
}
.highlightsCard .content p {
  color: var(--white);
  opacity: 0;
  line-height: 1.3;
}
.highlightsCard .content a {
  color: #63c1f9;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.highlightsCard .content a:hover {
  text-decoration: underline;
}
.highlightsCard:hover {
  padding: 2.4rem;
  background-color: var(--black-color);
}
.highlightsCard:hover .imgWrap {
  height: 220px;
}
.highlightsCard:hover .content {
  bottom: 2.4rem;
}
.highlightsCard:hover .content h4 {
  background-image: none;
}
.highlightsCard:hover .content p {
  opacity: 1;
}

.downloadStrip {
  position: relative;
  background-color: #f4f4f4;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .downloadStrip .row {
    text-align: center;
  }
}

.productFeatures {
  position: relative;
  padding: 100px 0;
  background-color: rgba(145, 160, 172, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  .productFeatures {
    padding: 40px 0;
  }
}
.productFeatures .small_ttle {
  color: #a9b3bc;
}
.productFeatures .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
.productFeatures .featuresGrid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .productFeatures .featuresGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.productFeatures .featuresGrid .grid-item .inner {
  background-color: #fff;
  border-radius: 40px;
  padding: 24px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-size: 18px;
}
.productFeatures .featuresGrid .grid-item .inner .ico img {
  width: 70px;
}
.productFeatures .featuresGrid .grid-item .inner p {
  font-size: 15px;
}
.productFeatures .featuresGrid .grid-item .inner p strong {
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}

.productTypes {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
.productTypes .small_ttle {
  color: #a9b3bc;
}
.productTypes .productsGrid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .productTypes .productsGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.relatedProducts {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
.relatedProducts .small_ttle {
  color: #a9b3bc;
}
.relatedProducts .productsGrid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .relatedProducts .productsGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pdfSection {
  position: relative;
  padding: 100px 0;
  background-color: #f4f4f4;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pdfSection {
    padding: 50px 0;
  }
}
.pdfSection .small_ttle {
  color: #a9b3bc;
}
.pdfSection .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
.pdfSection .pdfList {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 25px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pdfSection .pdfList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdfSection .pdfList a {
  display: flex;
  justify-content: space-between;
  padding: 14px;
  background-color: #ffffff;
  color: #0f1011;
  border-radius: 10px;
  padding-right: 50px;
  background-image: url(../images/pdf-ico.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
}
.pdfSection .pdfList a:hover {
  background-image: url(../images/pdf-ico-blue.svg);
}

.manufacturing-locations {
  position: relative;
  padding: 100px;
  background-color: #ffffff;
  overflow: hidden;
}
.manufacturing-locations .small_ttle {
  color: #a9b3bc;
}
.manufacturing-locations .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
.manufacturing-locations .locations {
  list-style: none;
  padding: 0;
  margin: 0;
}
.manufacturing-locations .locations li {
  background-color: rgba(99, 193, 249, 0.1);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}
.manufacturing-locations .locations li span {
  font-size: 16px;
  font-weight: 300;
}
.manufacturing-locations .locations li p {
  margin-bottom: 0;
  font-size: 20px;
}

.brands-range {
  position: relative;
  padding: 100px 0;
  background-color: #f4f6f7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .brands-range {
    padding: 50px 0;
  }
}
.brands-range .small_ttle {
  color: #a9b3bc;
}
.brands-range .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
.brands-range .productsGrid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .brands-range .productsGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.text-balance {
  text-wrap: balance;
}

.note {
  font-size: 16px;
  font-weight: 300;
}

.what-sets-apart {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .what-sets-apart {
    padding: 50px 0;
  }
}
.what-sets-apart .small_ttle {
  color: #a9b3bc;
}
.what-sets-apart .highlightsCard .content {
  bottom: -128px;
}
.what-sets-apart .highlightsCard:hover .content {
  bottom: 2.4rem;
}

.chairman-message2 {
  position: relative;
  padding: 100px 0;
  background-color: #f0fbff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .chairman-message2 {
    padding: 50px 0;
  }
}
.chairman-message2 .cm-left p {
  font-size: 2.2rem;
  color: #0d0c0c;
  text-wrap: balance;
  letter-spacing: 0.02rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  font-weight: var(--font-weight-300);
}
@media (max-width: 767px) {
  .chairman-message2 .cm-left p {
    font-size: 1.8rem;
  }
}
.chairman-message2 .cm-left p.name {
  font-size: 20px;
  font-weight: 500;
}
.chairman-message2 .cm-left p.designation {
  font-size: 16px;
}
.chairman-message2 .cm-right .pic {
  overflow: hidden;
  border-radius: 28px;
}

.drivenBy {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .drivenBy {
    padding: 50px 0;
  }
}
.drivenBy__inner {
  position: relative;
}
.drivenBy__inner .bg {
  border-radius: 28px;
}
@media (max-width: 767px) {
  .drivenBy__inner .bg {
    height: 400px;
  }
}
.drivenBy__inner .bg img {
  border-radius: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .drivenBy__inner .bg img {
    width: 100%;
    height: 100%;
  }
}
.drivenBy__inner .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .drivenBy__inner .caption {
    width: 90%;
  }
}
.drivenBy__inner .caption h2 {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .drivenBy__inner .caption h2 {
    font-size: 3rem;
  }
}
.drivenBy__inner .caption p {
  text-wrap: balance;
  margin-top: 16px;
}

.awards {
  position: relative;
  overflow: hidden;
  background-color: #0f1011;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .awards {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .awards {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .awards {
    padding: 60px 0;
  }
}
.awards .container_1360_wrp .row {
  justify-content: space-between;
  align-items: center;
  row-gap: 4rem;
}
@media (max-width: 767px) {
  .awards .container_1360_wrp .row .awards-right .awardsSwiper {
    overflow: visible;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .awards .container_1360_wrp .row .awards-right .awardsSwiper {
    overflow: visible;
    padding-bottom: 50px;
  }
}
.awards .container_1360_wrp .row .awards-right .awardsSwiper .swiper-wrapper .swiper-slide .award {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.awards .container_1360_wrp .row .awards-right .awardsSwiper .swiper-wrapper .swiper-slide .award::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-image: url(../images/plus-black-circle.svg);
  background-repeat: no-repeat;
}
.awards .container_1360_wrp .row .awards-right .awardsSwiper .swiper-wrapper .swiper-slide .award .award-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  display: none;
  transition: all 0.5s;
  padding: 15px;
  color: #ffffff;
}
.awards .container_1360_wrp .row .awards-right .awardsSwiper .swiper-wrapper .swiper-slide .award .award-content p {
  font-size: 1rem;
}
.awards .container_1360_wrp .row .awards-right .awardsSwiper .swiper-wrapper .swiper-slide .award:hover .award-content {
  display: block;
}
.awards .container_1360_wrp .row .awards-right .swiper-button-next::after,
.awards .container_1360_wrp .row .awards-right .swiper-button-prev::after {
  display: none;
}
@media (max-width: 767px) {
  .awards .container_1360_wrp .row .awards-right .swiper-button-next,
  .awards .container_1360_wrp .row .awards-right .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .awards .container_1360_wrp .row .awards-right .swiper-button-next,
  .awards .container_1360_wrp .row .awards-right .swiper-button-prev {
    display: none;
  }
}
.awards .container_1360_wrp .row .awards-right .swiper-button-next {
  right: -50px;
}
.awards .container_1360_wrp .row .awards-right .swiper-button-prev {
  left: -50px;
}
.awards .container_1360_wrp .row .awards-left h2 {
  color: #fff;
}

@media (max-width: 767px) {
  .applications .applicationSwiper .swiper-wrapper .swiper-slide .pic {
    width: 100%;
    height: 60svh;
  }
}
@media (max-width: 767px) {
  .applications .applicationSwiper .swiper-wrapper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.applications .applicationSwiper .swiper-wrapper .swiper-slide .container_1360_wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.applications .applicationSwiper .swiper-wrapper .swiper-slide .container_1360_wrp .small_ttle,
.applications .applicationSwiper .swiper-wrapper .swiper-slide .container_1360_wrp .common_ttle,
.applications .applicationSwiper .swiper-wrapper .swiper-slide .container_1360_wrp .summary-txt {
  color: #fff !important;
}
.applications .applicationSwiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  top: 50%;
  row-gap: 16px;
  left: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .applications .applicationSwiper .swiper-pagination {
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 16px;
         column-gap: 16px;
    top: inherit;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
  }
}
.applications .applicationSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: #ffffff;
}
.applications .applicationSwiper .swiper-pagination-bullet::after {
  content: "";
  font-size: 14px;
  color: #fff;
  position: relative;
  left: 16px;
  top: -6px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .applications .applicationSwiper .swiper-pagination-bullet::after {
    display: none;
  }
}
.applications .applicationSwiper .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active::after {
  content: "Automotive";
}
.applications .applicationSwiper .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active::after {
  content: "Engineering";
}
.applications .applicationSwiper .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active::after {
  content: "Machinery";
}
.applications .applicationSwiper .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active::after {
  content: "Construction";
}

.ourpresence {
  position: relative;
  padding: 100px 0 50px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .ourpresence {
    padding: 50px 0 25px;
  }
}
.ourpresence .small_ttle {
  color: #a9b3bc;
}

.world_map {
  position: relative;
  overflow: hidden;
  background-color: #e1f3f7;
  padding-top: 60px;
}
.world_map .map_tabs {
  width: 100%;
}
.world_map .map_tabs ul {
  list-style: none;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
.world_map .map_tabs ul::-webkit-scrollbar {
  display: none;
  visibility: hidden;
}
@media (max-width: 767px) {
  .world_map .map_tabs ul {
    white-space: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 15px;
  }
}
.world_map .map_tabs ul::webkit-scrollbar {
  display: none;
  visibility: hidden;
}
.world_map .map_tabs ul li {
  cursor: pointer;
  padding: 8px 28px;
  border-radius: 30px;
  background-color: var(--white);
  color: #a9b3bc;
  font-weight: 900;
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: uppercase;
}
.world_map .map_tabs ul li.active {
  border: 1px solid #263c8a;
  color: #263c8a;
}
.world_map .tab-content-wrap .tab-panel {
  position: relative;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel .lastimg {
    height: 200px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.world_map .tab-content-wrap .tab-panel .allCounters {
  position: absolute;
  left: 200px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel .allCounters {
    position: relative;
    left: 0;
    top: 0;
    padding: 15px 15px;
    flex-direction: row;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
.world_map .tab-content-wrap .tab-panel .allCounters .counterBox {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel .allCounters .counterBox {
    width: 48%;
  }
}
.world_map .tab-content-wrap .tab-panel .allCounters .counterBox .counter {
  font-size: 40px;
  color: #0f1011;
  font-weight: 400;
  font-family: var(--font-family-barlow);
}
.world_map .tab-content-wrap .tab-panel .allCounters .counterBox p {
  font-size: 14px;
  font-weight: 500;
  color: #0f1011;
  margin-bottom: 0;
}
.world_map .tab-content-wrap .tab-panel .map-pointers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.world_map .tab-content-wrap .tab-panel .map-pointers li {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0.6);
  cursor: pointer;
}
.world_map .tab-content-wrap .tab-panel .map-pointers li::before {
  pointer-events: none;
  content: attr(hovertext);
  display: block;
  width: 150px;
  height: auto;
  border-radius: 50%;
  opacity: 0;
  top: -30px;
  position: relative;
  left: 132%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px;
  transition: all 0.5s;
  z-index: 999;
}
.world_map .tab-content-wrap .tab-panel .map-pointers li::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.world_map .tab-content-wrap .tab-panel .map-pointers li.green::after {
  background-color: #35ff0d !important;
}
.world_map .tab-content-wrap .tab-panel .map-pointers li.blue::after {
  background-color: #a9cfd7 !important;
}
.world_map .tab-content-wrap .tab-panel .map-pointers li.red::after {
  background-color: #f15b5b !important;
}
.world_map .tab-content-wrap .tab-panel .map-pointers li.green {
  border: 1px solid #35ff0d;
  transition: all 0.4s;
}
.world_map .tab-content-wrap .tab-panel .map-pointers li.blue {
  border: 1px solid #a9cfd7 !important;
  transition: all 0.4s;
}
.world_map .tab-content-wrap .tab-panel .map-pointers li.red {
  border: 1px solid #f15b5b !important;
  transition: all 0.4s;
}
.world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(1) {
  left: 51%;
  top: 64%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(1) {
    left: 50%;
    top: 47%;
  }
}
.world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(2) {
  left: 51.5%;
  top: 68%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(2) {
    left: 52%;
    top: 52%;
  }
}
.world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(3) {
  left: 54.5%;
  top: 73%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(3) {
    left: 55.5%;
    top: 55%;
  }
}
.world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(4) {
  left: 56.7%;
  top: 85%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(4) {
    left: 58.7%;
    top: 63%;
  }
}
.world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(5) {
  left: 60.5%;
  top: 61%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(5) {
    left: 64.5%;
    top: 46%;
  }
}
.world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(6) {
  left: 61.5%;
  top: 57%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(6) {
    left: 67.5%;
    top: 42%;
  }
}
.world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(7) {
  left: 64%;
  top: 60%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.manufacturing-facilities .map-pointers li:nth-child(7) {
    left: 72%;
    top: 45%;
  }
}
.world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(1) {
  left: 47.5%;
  top: 59%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(1) {
    left: 45%;
    top: 43.5%;
  }
}
.world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(2) {
  left: 51%;
  top: 61%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(2) {
    left: 51%;
    top: 45%;
  }
}
.world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(3) {
  left: 55%;
  top: 61.5%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(3) {
    left: 57%;
    top: 45.5%;
  }
}
.world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(4) {
  left: 52%;
  top: 63%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(4) {
    left: 52%;
    top: 47.3%;
  }
}
.world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(5) {
  left: 55%;
  top: 36%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(5) {
    left: 55%;
    top: 29%;
  }
}
.world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(6) {
  left: 54.5%;
  top: 42%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(6) {
    left: 54.5%;
    top: 36%;
  }
}
.world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(7) {
  left: 51.2%;
  top: 63%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(7) {
    left: 50.2%;
    top: 47%;
  }
}
.world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(8) {
  left: 54%;
  top: 56%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(8) {
    left: 54%;
    top: 41%;
  }
}
.world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(9) {
  left: 53%;
  top: 25%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(9) {
    left: 53%;
    top: 18%;
  }
}
.world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(10) {
  left: 54.5%;
  top: 80%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.downstrem-facilities .map-pointers li:nth-child(10) {
    left: 56.5%;
    top: 58%;
  }
}
.world_map .tab-content-wrap .tab-panel.international-manufacturing-units .map-pointers li:nth-child(1) {
  left: 40%;
  top: 56%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.international-manufacturing-units .map-pointers li:nth-child(1) {
    left: 37%;
    top: 34%;
  }
}
.world_map .tab-content-wrap .tab-panel.international-manufacturing-units .map-pointers li:nth-child(2) {
  left: 34.8%;
  top: 71%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.international-manufacturing-units .map-pointers li:nth-child(2) {
    left: 31%;
    top: 42%;
  }
}
.world_map .tab-content-wrap .tab-panel.international-manufacturing-units .map-pointers li:nth-child(3) {
  left: 81.6%;
  top: 52.2%;
}
@media (max-width: 767px) {
  .world_map .tab-content-wrap .tab-panel.international-manufacturing-units .map-pointers li:nth-child(3) {
    left: 85.5%;
    top: 32%;
  }
}

@media (max-width: 767px) {
  .applications-wrp .applicationsSwiper .swiper-wrapper .swiper-slide .bg {
    width: 100%;
    height: 60svh;
  }
}
@media (max-width: 767px) {
  .applications-wrp .applicationsSwiper .swiper-wrapper .swiper-slide .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.applications-wrp .applicationsSwiper .swiper-wrapper .swiper-slide .container_1360_wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.applications-wrp .applicationsSwiper .swiper-wrapper .swiper-slide .container_1360_wrp .small_ttle,
.applications-wrp .applicationsSwiper .swiper-wrapper .swiper-slide .container_1360_wrp .common_ttle,
.applications-wrp .applicationsSwiper .swiper-wrapper .swiper-slide .container_1360_wrp .summary-txt {
  color: #fff !important;
}
.applications-wrp .applicationsSwiper .swiper-pagination {
  bottom: 50px;
}
.applications-wrp .applicationsSwiper .swiper-pagination-bullet {
  width: 60px;
  height: 2px;
  border-radius: 0;
  background-color: #ffffff;
}

.productsVarients {
  position: relative;
  padding: 100px 0;
  background-color: #f4f4f4;
  overflow: hidden;
}
@media (max-width: 767px) {
  .productsVarients {
    padding: 50px 0;
  }
}
.productsVarients .small_ttle {
  color: #94a0ab;
}
.productsVarients .pdfList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 25px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .productsVarients .pdfList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.productsVarients .pdfList a {
  display: flex;
  justify-content: space-between;
  padding: 14px;
  background-color: #ffffff;
  color: #0f1011;
  border-radius: 10px;
  padding-right: 50px;
  background-image: url(../images/pdf-ico.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
}
.productsVarients .pdfList a:hover {
  background-image: url(../images/pdf-ico-blue.svg);
}

.role-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #2c3033;
  overflow: hidden;
}
@media (max-width: 767px) {
  .role-wrap {
    padding: 50px 0;
  }
}
.role-wrap .small_ttle {
  color: #94a0ab;
}
.role-wrap .common_ttle {
  color: #ffffff;
}
.role-wrap .pic {
  overflow: hidden;
  border-radius: 28px;
}
.role-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.role-wrap ul li h3 {
  font-size: 24px;
  font-weight: 600;
  color: #63c1f9;
  margin-bottom: 8px;
}
.role-wrap ul li p {
  color: #dfe3e6;
  font-weight: 300;
}
.role-wrap ol {
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.role-wrap ol li {
  margin-bottom: 17px;
}
.role-wrap ol li::marker {
  color: #63c1f9;
  font-size: 24px;
}
.role-wrap ol li h3 {
  font-size: 24px;
  font-weight: 600;
  color: #63c1f9;
  margin-bottom: 8px;
}
.role-wrap ol li p {
  color: #dfe3e6;
  font-weight: 300;
}

.our-partners {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-partners {
    padding: 50px 0;
  }
}
.our-partners .partnersGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  .our-partners .partnersGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.our-partners .partnersGrid .item {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.our-partners .partnersGrid .item img {
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
}
.our-partners .partnersGrid .item:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.our-partners .partnersGrid .item:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

/* shruti css*/
.boadcommittee {
  position: relative;
  padding: 100px 0;
  background-color: #EFFAFF;
  overflow: hidden;
}
.boadcommittee .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
.boadcommittee .featuresGrid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
}
.boadcommittee .featuresGrid .grid-item .inner {
  background-color: #fff;
  border-radius: 40px;
  padding: 35px 18px;
  height: 280px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-size: 18px;
}
.boadcommittee .featuresGrid .grid-item .inner h4 {
  font-size: 22px;
  min-height: 24px;
  color: var(--black-color);
  letter-spacing: 0px;
  text-transform: inherit !important;
  font-weight: var(--font-weight-600);
  margin-bottom: 1.2rem;
  min-height: 30px;
}
.boadcommittee .featuresGrid .grid-item .inner .ico {
  margin-bottom: 10px;
}
.boadcommittee .featuresGrid .grid-item .inner .top {
  flex: 1;
}
.boadcommittee .featuresGrid .grid-item .inner .bottom {
  display: flex;
  justify-content: space-between;
}
.boadcommittee .featuresGrid .grid-item .inner a {
  color: #63c1f9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
}
.boadcommittee .featuresGrid .grid-item .inner a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .boadcommittee .featuresGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .boadcommittee .featuresGrid .inner {
    height: auto !important;
  }
}

.committees_inner_main_wrp {
  padding: 228px 0px 100px;
}
@media (max-width: 767px) {
  .committees_inner_main_wrp {
    padding: 150px 0px 100px;
  }
}
.committees_inner_main_wrp .custom_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 15px;
}
.committees_inner_main_wrp .custom_container p {
  width: 100%;
  color: var(--black-color);
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  font-weight: var(--font-weight-300);
  margin: 0rem 0rem 2rem;
}
@media (max-width: 767px) {
  .committees_inner_main_wrp .custom_container p {
    width: 100%;
    max-width: 100%;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .committees_inner_main_wrp .custom_container p {
    width: 100%;
    max-width: 100%;
  }
}
.committees_inner_main_wrp .custom_container h2 {
  width: 100%;
  color: var(--black-color);
  line-height: 1.5;
  font-size: 3.4rem;
  letter-spacing: 0.02rem;
  font-weight: var(--font-weight-300);
  margin: 0rem 0rem 2rem;
}
.committees_inner_main_wrp .custom_container h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.committees_inner_main_wrp .custom_container .common_ttle {
  font-size: 6rem;
  line-height: 1.3;
  font-weight: var(--font-weight-300);
  letter-spacing: -0.2rem;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .committees_inner_main_wrp .custom_container .common_ttle {
    font-size: 3rem;
    letter-spacing: -0.6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .committees_inner_main_wrp .custom_container .common_ttle {
    font-size: 3rem;
    letter-spacing: -0.6px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .committees_inner_main_wrp .custom_container .common_ttle {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .committees_inner_main_wrp .custom_container .common_ttle {
    font-size: 4rem;
  }
}
.committees_inner_main_wrp .custom_container ul {
  margin: 0 0 30px 0;
}
.committees_inner_main_wrp .custom_container ul li {
  width: 100%;
  color: var(--black-color);
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  font-weight: var(--font-weight-300);
  margin: 0rem 0rem 1rem;
}
.committees_inner_main_wrp .custom_container ul li::marker {
  font-size: 16px;
}
.committees_inner_main_wrp .audit-figure {
  margin: 40px 0;
}
.committees_inner_main_wrp .audit-figure .chairman-con {
  padding: 0 5px;
  cursor: pointer;
}
.committees_inner_main_wrp .audit-figure figure {
  position: relative;
  margin: 0;
  padding-bottom: 95.83%;
  border-radius: 24px;
  overflow: hidden;
}
.committees_inner_main_wrp .audit-figure figure img {
  transition: all 0.2s ease-out;
}
.committees_inner_main_wrp .audit-figure .committee-con:hover figure img {
  transform: scale(1.05);
  transition: all 0.2s ease-out;
}
.committees_inner_main_wrp .audit-figure .committee-con:hover .expando {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.committees_inner_main_wrp .audit-figure .committee-con:hover .expando svg {
  fill: var(--blue-light-color) !important;
}
.committees_inner_main_wrp .audit-figure .committee-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
}
.committees_inner_main_wrp .audit-figure .committee-info h4 {
  font-size: 24px;
  color: #263c8a;
  font-weight: var(--font-weight-500);
}
.committees_inner_main_wrp .audit-figure .committee-info .info {
  padding-right: 20px;
}
.committees_inner_main_wrp .audit-figure .committee-info .designation {
  font-size: 18px;
  color: #94a0ab;
  line-height: 1.3;
  font-weight: var(--font-weight-400);
}
.committees_inner_main_wrp .audit-figure .committee-info .expando {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}

.home_career_wrp {
  position: relative;
  width: 100%;
  padding: 80px 0 0 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .home_career_wrp {
    padding: 40px 15px 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_career_wrp {
    padding: 15px 15px;
  }
}
.home_career_wrp .container_1360_wrp {
  height: 330px;
  margin: 0 auto;
  position: relative;
  border-radius: 40px;
  background-color: var(--black-color);
  padding: 20px 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .home_career_wrp .container_1360_wrp {
    height: auto;
    padding: 20px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_career_wrp .container_1360_wrp {
    height: auto;
    padding: 20px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 5rem;
  }
}
@media (max-width: 767px) {
  .home_career_wrp .container_1360_wrp .caree_home_lhs {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_career_wrp .container_1360_wrp .caree_home_lhs {
    max-width: 40%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .home_career_wrp .container_1360_wrp .caree_home_lhs {
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .home_career_wrp .container_1360_wrp .caree_home_lhs {
    max-width: 40%;
  }
}
.home_career_wrp .container_1360_wrp .caree_home_lhs .common_ttle {
  color: var(--white);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_career_wrp .container_1360_wrp .caree_home_lhs .common_ttle {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_career_wrp .container_1360_wrp .caree_home_lhs .common_ttle {
    font-size: 3rem;
  }
}
.home_career_wrp .container_1360_wrp .caree_home_lhs p {
  color: var(--white);
  margin-bottom: 16px;
}
.home_career_wrp .container_1360_wrp .career_home_pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .home_career_wrp .container_1360_wrp .career_home_pic {
    width: 100%;
    height: 150px;
    position: relative;
    top: 0px;
    right: 0px;
    transform: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_career_wrp .container_1360_wrp .career_home_pic {
    width: 68%;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }
}
.home_career_wrp .container_1360_wrp .career_home_pic .logo_buss {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .home_career_wrp .container_1360_wrp .career_home_pic .logo_buss {
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home_career_wrp .container_1360_wrp .career_home_pic .logo_buss {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .home_career_wrp .container_1360_wrp .career_home_pic .logo_buss {
    border-radius: 20px;
  }
}
.home_career_wrp .container_1360_wrp .career_home_pic .logo_buss img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.talent-journey {
  padding: 80px 0px;
  position: relative;
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  .talent-journey {
    padding: 40px 0px;
  }
}
.talent-journey .desc {
  font-size: 22px;
  color: #0F1011;
  font-weight: var(--font-weight-300);
  margin-top: 20px;
}
.talent-journey .Strategy-tabs {
  margin-bottom: 50px;
}
.talent-journey .Strategy-tabs .slider-thumbnail {
  width: 100%;
  position: relative;
}
.talent-journey .Strategy-tabs .slider-thumbnail::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #94A0AB;
}
.talent-journey .Strategy-tabs .slider-thumbnail .swiper-slide {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #94A0AB;
  padding: 20px 0px; /* width: 25%; */
  cursor: pointer;
}
@media (max-width: 767px) {
  .talent-journey .Strategy-tabs .slider-thumbnail .swiper-slide {
    font-size: 18px;
    padding: 14px;
  }
}
.talent-journey .Strategy-tabs .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  border-bottom: solid 3px var(--black-color);
  color: #0F1011;
}
.talent-journey h3 {
  font-size: 18px;
  font-weight: var(--font-weight-700);
  color: #263C8A;
  margin-bottom: 12px;
}
.talent-journey h2 {
  font-size: 24px;
  font-weight: var(--font-weight-700);
  color: #263C8A;
  margin-bottom: 12px;
}
.talent-journey p {
  font-weight: var(--font-weight-300);
}
.talent-journey .small_ttle {
  color: #94a0ab;
}
.talent-journey .highlightsCard {
  position: relative;
  height: 450px;
  overflow: hidden;
  background-color: #213a8f;
  border-radius: 40px;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
  margin-top: 20px;
}
.talent-journey .highlightsCard .imgWrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  transition: all 0.5s;
}
.talent-journey .highlightsCard .imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.talent-journey .highlightsCard .imgWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.talent-journey .highlightsCard .content {
  position: absolute;
  width: calc(100% - 4.8rem);
  height: 250px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -180px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .talent-journey .highlightsCard .content {
    height: 240px;
    bottom: -167px;
  }
}
.talent-journey .highlightsCard .content .top {
  flex: 1;
}
.talent-journey .highlightsCard .content .bottom {
  display: flex;
  justify-content: space-between;
}
.talent-journey .highlightsCard .content h4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: inherit !important;
  font-weight: var(--font-weight-500);
  color: var(--white);
  margin-bottom: 1.2rem;
  background-image: url(../images/blue-plus-ico.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right center;
  min-height: 30px;
}
.talent-journey .highlightsCard .content h4 span {
  display: block;
  width: 80%;
}
@media (max-width: 767px) {
  .talent-journey .highlightsCard .content h4 span br {
    display: none;
  }
}
.talent-journey .highlightsCard .content p {
  color: var(--white);
  opacity: 0;
  line-height: 1.3;
}
.talent-journey .highlightsCard .content a {
  color: #63c1f9;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.talent-journey .highlightsCard .content a:hover {
  text-decoration: underline;
}
.talent-journey .highlightsCard:hover {
  padding: 2.4rem;
  background-color: var(--black-color);
}
.talent-journey .highlightsCard:hover .imgWrap {
  height: 180px;
}
.talent-journey .highlightsCard:hover .content {
  bottom: -1.5rem;
}
.talent-journey .highlightsCard:hover .content h4 {
  background-image: none;
}
.talent-journey .highlightsCard:hover .content p {
  opacity: 1;
}

.traning-program {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .traning-program {
    padding: 40px 0px;
  }
}
.traning-program .common_ttle {
  margin-bottom: 35px;
}
.traning-program .traninginfo {
  text-align: center;
}
.traning-program .traningwrp img {
  margin-bottom: 10px;
  border-radius: 20px;
}
.traning-program .traningwrp .traning-content {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .traning-program .traningwrp .traning-content {
    padding: 10px 0 20px 0;
  }
}
.traning-program .traningwrp .traning-content .title {
  font-weight: var(--font-weight-600);
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 10px;
}
.traning-program .traningwrp .traning-content p {
  font-size: 16px;
  margin-top: 12px;
}

.sustainable-future {
  padding: 80px 0;
  background-color: #f3faff;
}
@media (max-width: 767px) {
  .sustainable-future {
    padding: 40px 0px;
  }
}
.sustainable-future .common_ttle {
  margin-bottom: 35px;
}
.sustainable-future .sustainableinfo {
  text-align: center;
}
.sustainable-future .sustainablewrp img {
  margin-bottom: 10px;
  border-radius: 20px;
}
.sustainable-future .sustainablewrp .sustainable-content {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .sustainable-future .sustainablewrp .sustainable-content {
    padding: 10px 0 20px 0;
  }
}
.sustainable-future .sustainablewrp .sustainable-content .title {
  font-weight: var(--font-weight-600);
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 10px;
}
.sustainable-future .sustainablewrp .sustainable-content p {
  font-size: 16px;
  margin-top: 12px;
}

.key-measures {
  padding: 100px 0;
  background-color: #2c3033;
  overflow: hidden;
}
@media (max-width: 767px) {
  .key-measures {
    padding: 40px 0 20px 0;
  }
}
.key-measures .small_ttle {
  color: #94a0ab;
}
.key-measures .common_ttle {
  color: #ffffff;
}
.key-measures .pic {
  overflow: hidden;
  border-radius: 28px;
}
.key-measures ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.key-measures ul li {
  font-size: 18px;
  font-weight: 300;
  color: #63c1f9;
  margin-bottom: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.key-measures ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.seedinaction {
  padding: 100px 0;
  background-color: #f3faff;
}
@media (max-width: 767px) {
  .seedinaction {
    padding: 40px 0px;
  }
}
.seedinaction .small_ttle {
  color: #000;
}
@media (max-width: 767px) {
  .seedinaction .small_ttle {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.seedinaction .desc {
  font-weight: var(--font-weight-300);
  font-size: 2.2rem;
  letter-spacing: 0.02rem;
  line-height: 1.5;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .seedinaction .desc {
    margin-top: 25px;
  }
}

.highlightsfy {
  padding: 100px 0;
  background-color: #2c3033;
  overflow: hidden;
}
@media (max-width: 767px) {
  .highlightsfy {
    padding: 40px 0 20px 0;
  }
}
.highlightsfy .small_ttle {
  color: #94a0ab;
}
.highlightsfy .common_ttle {
  color: #ffffff;
}
.highlightsfy .pic {
  overflow: hidden;
  border-radius: 28px;
}
.highlightsfy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.highlightsfy ul li {
  font-size: 18px;
  font-weight: 300;
  color: #63c1f9;
  margin-bottom: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.highlightsfy ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.enablers {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .enablers {
    padding: 40px 0;
  }
}
.enablers .small_ttle {
  color: #000;
}
.enablers .common_ttle {
  margin-bottom: 35px;
}
.enablers .swiper-button-next.swiper-button-disabled, .enablers .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 767px) {
  .enablers .swiper-button-next.swiper-button-disabled, .enablers .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
  }
}
.enablers .swiper-button-next::after,
.enablers .swiper-button-prev::after {
  display: none;
}
.enablers .swiper-button-next {
  right: -80px;
}
.enablers .swiper-button-prev {
  left: -80px;
}
.enablers .navwrp {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .enablers .navwrp .swiper-button-next {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .enablers .navwrp .swiper-button-prev {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    left: -40px;
  }
}

.strategic-framework {
  position: relative;
  padding: 80px 0;
  background-color: #f0f9ff;
  overflow: hidden;
}
.strategic-framework .small_ttle {
  color: #94a0ab;
}
@media (max-width: 767px) {
  .strategic-framework {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .strategic-framework {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .strategic-framework {
    padding: 60px 0;
  }
}
.strategic-framework .vrangeSwiper3 {
  margin-top: 50px;
  overflow: visible;
  padding-bottom: 50px;
}
.strategic-framework .vrangeSwiper3::-moz-selection {
  background: none;
}
.strategic-framework .vrangeSwiper3::selection {
  background: none;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper {
  margin-left: -150px;
}
@media (max-width: 767px) {
  .strategic-framework .vrangeSwiper3 .swiper-wrapper {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .strategic-framework .vrangeSwiper3 .swiper-wrapper {
    margin-left: -50px;
  }
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide {
  width: 300px !important;
  height: 500px;
  transition: transform 0.3s ease, width 0.3s ease, margin 0.3s ease;
  overflow: hidden !important;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide {
    width: 400px !important;
    height: 400px;
  }
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide .imgWrap {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide .imgWrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 78%;
  bottom: 0;
  left: 0;
  background-image: url(../images/vector-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide .imgWrap.nobg::after {
  display: none;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide .imgWrap.nobg img {
  height: 100%;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide .imgWrap img {
  height: 85%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide .imgWrap .content {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide .imgWrap .content .aboutInfo {
  position: relative;
  bottom: 20px;
  padding: 20px 40px 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 767px) {
  .strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide .imgWrap .content .aboutInfo {
    bottom: 30px;
  }
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide .overlay-slide {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--black-color);
  opacity: 0.5;
  pointer-events: none;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 600px !important;
}
@media (max-width: 767px) {
  .strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 500px !important;
  }
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  opacity: 1;
  transition-delay: 0.8;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide.swiper-slide-active .imgWrap .content .aboutInfo {
  opacity: 1;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide.swiper-slide-active .imgWrap img {
  opacity: 1;
}
.strategic-framework .vrangeSwiper3 .swiper-wrapper .swiper-slide.swiper-slide-active .overlay-slide {
  opacity: 0;
}
.strategic-framework .vrangeSwiper3 .swiper-pagination {
  bottom: 50px;
}
.strategic-framework .vrangeSwiper3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.5);
  background-color: var(--black-color);
}
.strategic-framework .centerContent {
  text-align: center;
  height: 100px;
}
@media (max-width: 767px) {
  .strategic-framework .centerContent {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .strategic-framework .centerContent {
    height: auto;
  }
}
.strategic-framework .centerContent h2 {
  font-size: 5rem;
  font-weight: var(--font-weight-400);
  font-family: var(--font-family-barlow);
  color: #0f1011;
  text-transform: uppercase;
}
.strategic-framework .swiper-button-next,
.strategic-framework .swiper-button-prev {
  top: 46%;
}
.strategic-framework .swiper-button-next::after,
.strategic-framework .swiper-button-prev::after {
  display: none;
}
.strategic-framework .swiper-button-next {
  right: 20px;
}
.strategic-framework .swiper-button-prev {
  left: 20px;
}

.sustainabilityteam {
  padding: 80px 0;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .sustainabilityteam {
    padding: 40px 0;
  }
}
.sustainabilityteam .small_ttle {
  color: #94a0ab;
}
.sustainabilityteam .common_ttle {
  margin-bottom: 35px;
}
.sustainabilityteam .executive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sustainabilityteam .executive-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sustainabilityteam .executive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .sustainabilityteam .executive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sustainabilityteam .executive-grid .grid {
  cursor: pointer !important;
}
.sustainabilityteam .executive-grid .grid .reveal {
  width: 100%;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  visibility: visible;
}
.sustainabilityteam .executive-grid .grid .reveal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainabilityteam .executive-grid .grid .profile_info {
  background-color: #ffffff;
  padding: 24px 16px;
  min-height: 125px;
}
.sustainabilityteam .executive-grid .grid .profile_info .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.sustainabilityteam .executive-grid .grid .profile_info .info h3 {
  font-size: 16px;
  font-weight: var(--font-weight-600);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: inline;
  margin-bottom: 0;
}
.sustainabilityteam .executive-grid .grid .profile_info p {
  font-size: 14px;
  font-weight: var(--font-weight-400);
  color: #94a0ab;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.sustainabilityteam .executive-grid .grid .profile_info p span {
  display: block;
}
.sustainabilityteam .executive-grid .grid .profile_info .expando {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.sustainabilityteam .executive-grid .grid .profile_info .expando:hover {
  opacity: 1;
}
.sustainabilityteam .executive-grid .grid .profile_info .expando:hover svg {
  fill: var(--blue-light-color) !important;
}
.sustainabilityteam .productsGrid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .sustainabilityteam .productsGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal.fade .modal-dialog .modal-content.slide-up {
  animation: slideUp 0.4s ease-out;
}

.custom-confirm-modal .modal-dialog {
  max-width: 1000px;
}
.custom-confirm-modal .modal-header {
  padding: 20px 20px 0 0;
  border-bottom: none;
}
.custom-confirm-modal .btn-close:focus {
  box-shadow: none;
}
.custom-confirm-modal .modal-content {
  display: flex;
  flex-direction: column;
}
.custom-confirm-modal .modal-content .infobx {
  padding: 40px 50px;
}
.custom-confirm-modal .modal-content .infobx .closeInfoSlide {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 12px;
  right: 15px;
  background-image: url("../images/close-cross.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .custom-confirm-modal .modal-content .infobx {
    padding: 20px;
  }
}
.custom-confirm-modal .modal-content .infobx .row {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .custom-confirm-modal .modal-content .infobx .row {
    overflow: auto;
  }
}
.custom-confirm-modal .modal-content .infobx .pro_img {
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 24px;
}
.custom-confirm-modal .modal-content .infobx h2 {
  font-family: var(--font-family-barlow);
  font-weight: var(--font-weight-400);
  font-size: 4rem;
  letter-spacing: -0.25px;
  color: var(--black-color);
  text-transform: uppercase;
}
.custom-confirm-modal .modal-content .infobx h2 small {
  display: block;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: var(--font-weight-600);
  letter-spacing: 2px;
  color: #91a0ac;
  margin-top: 5px;
}

.managementsystem {
  padding: 80px 0;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .managementsystem {
    padding: 40px 0;
  }
}
.managementsystem .systemgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 25px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .managementsystem .systemgrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .managementsystem .systemgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .managementsystem .systemgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.managementsystem .systemgrid .sysbx {
  border-radius: 24px;
  background-color: #fff;
  padding: 30px;
  min-height: 150px;
}
@media (max-width: 767px) {
  .managementsystem .systemgrid .sysbx {
    min-height: auto;
  }
}
.managementsystem .systemgrid .sysbx h2 {
  font-size: 22px;
  line-height: 1.15;
  font-weight: var(--font-weight-400);
  color: var(--black-color);
}
.managementsystem .systemgrid .sysbx h2 span {
  display: block;
  font-weight: var(--font-weight-300);
  font-size: 18px;
  line-height: 2.2;
}

.certification {
  padding: 80px 0;
  background-color: #f0f9ff;
}
@media (max-width: 767px) {
  .certification {
    padding: 40px 0;
  }
}
.certification .tabletit {
  font-size: 28px;
  line-height: 1.15;
  font-weight: var(--font-weight-400);
  font-family: var(--font-family-barlow);
  color: #404040;
  margin-top: 40px;
}
.certification .certificationtable {
  margin-top: 25px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .certification .certificationtable {
    width: 100%;
    overflow-x: auto;
  }
}
.certification .certificationtable thead th {
  padding: 15px;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc;
  text-align: center;
}
.certification .certificationtable thead th:first-child {
  width: 8%;
}
.certification .certificationtable td {
  padding: 15px;
  border-right: 1px solid #ccc;
}
.certification .certificationtable td:nth-child(n+3) {
  text-align: center;
}

.productoffering .highlightsCard .content {
  bottom: -103px;
}
.productoffering .highlightsCard:hover .content {
  bottom: 20px;
}

.applicationproducts {
  position: relative;
  padding: 100px 0;
  background-color: #f4f6f7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .applicationproducts {
    padding: 50px 0;
  }
}
.applicationproducts .small_ttle {
  color: #a9b3bc;
}
.applicationproducts .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
.applicationproducts .productsGrid {
  margin-top: 50px;
}
.applicationproducts .swiper-button-next.swiper-button-disabled, .applicationproducts .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 767px) {
  .applicationproducts .swiper-button-next.swiper-button-disabled, .applicationproducts .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
  }
}
.applicationproducts .swiper-button-next::after,
.applicationproducts .swiper-button-prev::after {
  display: none;
}
.applicationproducts .swiper-button-next {
  right: -80px;
}
.applicationproducts .swiper-button-prev {
  left: -80px;
}
.applicationproducts .navwrp {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .applicationproducts .navwrp .swiper-button-next {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .applicationproducts .navwrp .swiper-button-prev {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    left: -40px;
  }
}

.offeringprods {
  position: relative;
  padding: 100px 0;
  background-color: #f4f6f7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .offeringprods {
    padding: 50px 0;
  }
}
.offeringprods .small_ttle {
  color: #a9b3bc;
}
.offeringprods .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
.offeringprods .productsGrid {
  margin-top: 50px;
}
.offeringprods .swiper-button-next.swiper-button-disabled, .offeringprods .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 767px) {
  .offeringprods .swiper-button-next.swiper-button-disabled, .offeringprods .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
  }
}
.offeringprods .swiper-button-next::after,
.offeringprods .swiper-button-prev::after {
  display: none;
}
.offeringprods .swiper-button-next {
  right: -80px;
}
.offeringprods .swiper-button-prev {
  left: -80px;
}
.offeringprods .navwrp {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .offeringprods .navwrp .swiper-button-next {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .offeringprods .navwrp .swiper-button-prev {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    left: -40px;
  }
}

.our-partners-slider {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-partners-slider {
    padding: 50px 0;
  }
}
.our-partners-slider .ourpartnerSwiper {
  padding: 7px 5px;
}
.our-partners-slider .partnersGrid .item {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  filter: grayscale(1);
}
.our-partners-slider .partnersGrid .item img {
  transition: all 0.5s ease-in-out;
}
.our-partners-slider .partnersGrid .item:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  filter: none;
}
.our-partners-slider .partnersGrid .item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .our-partners-slider .swiper-button-next.swiper-button-disabled, .our-partners-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
  }
}
.our-partners-slider .swiper-button-next::after,
.our-partners-slider .swiper-button-prev::after {
  display: none;
}
.our-partners-slider .swiper-button-next {
  right: -80px;
}
.our-partners-slider .swiper-button-prev {
  left: -80px;
}
.our-partners-slider .navwrp {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .our-partners-slider .navwrp .swiper-button-next {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .our-partners-slider .navwrp .swiper-button-prev {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    left: -40px;
  }
}

.whyjoin .highlightsCard .content {
  bottom: -143px;
}
.whyjoin .highlightsCard:hover .content {
  bottom: 20px;
}

.privilegecareer {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .privilegecareer {
    padding: 40px 0px;
  }
}

.pridownloadStrip .common_ttle {
  font-size: 4rem;
}

.aboutclub {
  position: relative;
  padding: 80px 0px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.aboutclub .small_ttle {
  color: #94a0ab;
}
.aboutclub .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
@media (max-width: 767px) {
  .aboutclub {
    padding: 40px 0px;
  }
}
.aboutclub .overview_numb_wrp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.aboutclub .overview_numb_wrp .infonumb_card {
  width: 33.33%;
  text-align: center;
  margin: 80px 0px 0px;
}
@media (max-width: 767px) {
  .aboutclub .overview_numb_wrp .infonumb_card {
    margin: 0;
    width: 100%;
    padding: 15px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutclub .overview_numb_wrp .infonumb_card {
    margin: 30px 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .aboutclub .overview_numb_wrp .infonumb_card {
    margin: 30px 0px;
  }
}
.aboutclub .overview_numb_wrp .infonumb_card.brd {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .aboutclub .overview_numb_wrp .infonumb_card.brd {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
}
.aboutclub .overview_numb_wrp .infonumb_card h2 {
  font-family: var(--font-family-barlow);
  font-weight: var(--font-weight-400);
  font-size: 5.6rem;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .aboutclub .overview_numb_wrp .infonumb_card h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutclub .overview_numb_wrp .infonumb_card h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .aboutclub .overview_numb_wrp .infonumb_card h2 {
    font-size: 5rem;
  }
}
.aboutclub .overview_numb_wrp .infonumb_card p {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .aboutclub .overview_numb_wrp .infonumb_card p {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutclub .overview_numb_wrp .infonumb_card p {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .aboutclub .overview_numb_wrp .infonumb_card p {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card {
  width: 25%;
  text-align: center;
  margin: 80px 0px;
}
@media (max-width: 767px) {
  .aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card {
    margin: 0;
    width: 100%;
    padding: 30px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card {
    margin: 30px 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card {
    margin: 30px 0px;
  }
}
.aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card.brd {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card.brd {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
}
.aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card h2 {
  font-family: var(--font-family-barlow);
  font-weight: var(--font-weight-400);
  font-size: 5.6rem;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card h2 {
    font-size: 5rem;
  }
}
.aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card p {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card p {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card p {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .aboutclub .overview_numb_wrp.overview_numb4_wrp .infonumb_card p {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.slientfeatures {
  background-color: #E6F7FF;
}
.slientfeatures .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
.slientfeatures .desc {
  font-weight: var(--font-weight-300);
  font-size: 2.1rem;
  letter-spacing: 0.02rem;
  line-height: 1.5;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .slientfeatures .desc {
    margin-top: 25px;
  }
}
.slientfeatures .featuresGrid1 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .slientfeatures .featuresGrid1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.slientfeatures .featuresGrid1 .grid-item .inner {
  background-color: #fff;
  border-radius: 40px;
  padding: 24px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-size: 18px;
}
.slientfeatures .featuresGrid1 .grid-item .inner p {
  font-weight: var(--font-weight-500);
}
.slientfeatures .featuresGrid1 .grid-item .inner p span {
  display: block;
  padding-top: 7px;
  font-weight: var(--font-weight-400);
  font-size: 16px;
}

.rewarding-success {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.rewarding-success .summary-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
@media (max-width: 767px) {
  .rewarding-success {
    padding: 50px 0;
  }
}
.rewarding-success .small_ttle {
  color: #94a0ab;
}
.rewarding-success .pic {
  overflow: hidden;
  border-radius: 28px;
}
.rewarding-success ul {
  padding: 0;
  margin: 0;
}
.rewarding-success ul li {
  margin-bottom: 12px;
  margin-left: 15px;
}

.advantages .highlightsCard .content {
  bottom: -125px;
}
.advantages .highlightsCard:hover .content {
  bottom: 20px;
}

.our-purpose .highlightsCard .content {
  bottom: -145px;
}
.our-purpose .highlightsCard:hover .content {
  bottom: 20px;
}

.eklavya-purpose {
  color: #fff;
  font-weight: var(--font-weight-300);
  position: relative;
}
@media (max-width: 767px) {
  .eklavya-purpose {
    padding: 0;
  }
}
.eklavya-purpose .purposeimg img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .eklavya-purpose .purposeimg img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 750px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .eklavya-purpose .purposeimg img {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .eklavya-purpose .purposeimg img {
    height: 500px;
  }
}
.eklavya-purpose .container_1360_wrp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .eklavya-purpose .container_1360_wrp {
    position: relative;
    top: 0;
    left: 0;
    background-color: #232629;
    transform: translate(0, 0);
  }
  .eklavya-purpose .container_1360_wrp .content {
    padding: 30px 0;
  }
}
.eklavya-purpose .container_1360_wrp .common_ttle {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
}
.eklavya-purpose .container_1360_wrp .small_ttle {
  color: #63c1f9;
}

.network_wrp {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .network_wrp {
    padding: 40px 0;
  }
}
.network_wrp .desc_contact {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: var(--font-weight-300);
  color: #0f1011;
  margin-bottom: 20px;
}
.network_wrp .form_main_wrp {
  background-color: #f9f9f9;
  padding: 40px 40px;
  border-radius: 40px;
  margin-bottom: 40px;
}
.network_wrp .form_main_wrp .formtit {
  font-size: 18px;
  font-weight: var(--font-weight-600);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.network_wrp .form_main_wrp input[type=text] {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 75px;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 0px 40px;
  color: #0f1011;
  line-height: 1.3;
  font-weight: var(--font-weight-300);
}
.network_wrp .form_main_wrp input[type=text]:focus-visible {
  outline: none;
  outline-style: none;
}
.network_wrp .form_main_wrp input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0f1011;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: var(--font-weight-300);
}
.network_wrp .form_main_wrp input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #0f1011;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: var(--font-weight-300);
}
.network_wrp .form_main_wrp input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #0f1011;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: var(--font-weight-300);
}
.network_wrp .form_main_wrp input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #0f1011;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: var(--font-weight-300);
}
.network_wrp .form_main_wrp select {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 75px;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 0px 40px;
  color: #0f1011;
  line-height: 1.3;
  font-weight: var(--font-weight-300);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url(../images/drop-arrw.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
}
.network_wrp .form_main_wrp select:focus-visible {
  outline: none;
  outline-style: none;
}
.network_wrp .form_main_wrp .formgroup {
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 0px 10px;
  height: 75px;
  display: flex;
  align-items: center;
}
.network_wrp .form_main_wrp .formgroup input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: var(--transition);
}
.network_wrp .form_main_wrp .formgroup input[type=radio]:checked {
  border-color: #404040;
  background-color: #ffffff;
}
.network_wrp .form_main_wrp .formgroup input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #63c1f9;
}
.network_wrp .form_main_wrp .formgroup label {
  font-weight: var(--font-weight-300);
  cursor: pointer;
  padding-left: 5px;
  transition: var(--transition);
width: calc(100% - 60px);

}
.network_wrp .form_main_wrp .formgroupcheck {
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
}
.network_wrp .form_main_wrp .formgroupcheck label {
  font-weight: var(--font-weight-300);
  cursor: pointer;
  padding-left: 5px;
  transition: var(--transition);
}
.network_wrp .form_main_wrp .formgroupcheck input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.network_wrp .form_main_wrp .formgroupcheck input[type=checkbox]:checked {
  border-color: #404040;
  background-color: #ffffff;
}
.network_wrp .form_main_wrp button {
  font-weight: var(--font-weight-900);
  color: var(--white);
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  background-color: var(--blue-light-color);
  border-radius: 16px;
  padding: 0px 30px;
  border: none;
  height: 50px;
  display: inline-block;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.network_wrp .form_main_wrp button:hover {
  background-color: var(--blue-color);
  color: var(--white);
}
.network_wrp .form_main_wrp .toll-free-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 5px);
  height: 75px;
  font-size: 2rem;
  color: #0f1011;
  font-weight: var(--font-weight-300);
  margin: 0 auto;
  padding: 0 40px;
  background: var(--white);
  border-radius: 14px;
}
.network_wrp .form_main_wrp .toll-free-con img {
  width: 16px;
  height: 16px;
}
.network_wrp .form_main_wrp .toll-free-con a {
  color: #0f1011;
}
.network_wrp .form_main_wrp .toll-free-con a:hover {
  color: #213a8f;
}
.network_wrp .secondBox {
  display: none;
  margin-top: 10px;
}
.network_wrp #mainCheck:checked + .secondBox {
  display: block;
}
.network_wrp .or-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  color: #000;
}
.network_wrp .or-divider::before, .network_wrp .or-divider::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #94a0ab;
}
.network_wrp .or-divider span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.contentbg {
  background-color: #EBF9FF;
  position: relative;
}
.contentbg .contentbx {
  border-radius: 15px;
  padding: 25px 35px;
  margin-bottom: 15px;
  background-color: #fff;
}
.contentbg .contentbx .tit {
  color: #263c8a;
  font-weight: var(--font-weight-600);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contentbg .contentbx .mob {
  margin-bottom: 10px;
  display: flex;
}
.contentbg .contentbx .mob img {
  padding-right: 5px;
  width: 24px;
}
.contentbg .contentbx .mail {
  display: flex;
}
.contentbg .contentbx .mail img {
  padding-right: 10px;
  width: 26px;
}
.contentbg .map {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.subsidiaries {
  padding: 80px 0;
  border-top: 1px solid #a9b3bc;
}
@media (max-width: 767px) {
  .subsidiaries {
    padding: 40px 0;
  }
}
.subsidiaries .small_ttle {
  color: #94a0ab;
}
.subsidiaries .common_ttle {
  margin-bottom: 35px;
}
.subsidiaries .productsGrid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .subsidiaries .productsGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.our_focus_areas {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .our_focus_areas {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas {
    padding: 80px 0;
  }
}
.our_focus_areas h4 {
  font-size: 1.6rem;
  font-weight: var(--font-weight-700);
  color: #a9b3bc;
  text-transform: uppercase;
}
.our_focus_areas p {
  margin-top: 8px;
}
.our_focus_areas .focus-area-nav {
  margin-top: 30px;
  background-color: #f9f9f9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.our_focus_areas .focus-area-nav .nav-tabs .nav-item {
  width: 33%;
  text-align: center;
}
.our_focus_areas .focus-area-nav .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  color: #a9b3bc;
  font-weight: var(--font-weight-700);
  text-transform: uppercase;
}
.our_focus_areas .focus-area-nav .nav-tabs .nav-item .nav-link.active {
  border: none;
  background-color: transparent;
  color: var(--black-color);
  border-bottom: 2px solid var(--black-color) !important;
}
.our_focus_areas .focus-area-nav .nav-tabs .nav-item .nav-link:hover {
  border: none;
  background-color: transparent;
}
.our_focus_areas .focus-area-nav .nav-tabs .nav-item .nav-link:focus-visible {
  outline: 0;
  border: none;
}
.our_focus_areas .tab-content {
  margin-top: 60px;
}
.our_focus_areas .tab-content .environment-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .environment-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .environment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.our_focus_areas .tab-content .content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.our_focus_areas .tab-content .content a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.our_focus_areas .tab-content .content a::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  background-image: url(../images/plus-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  border-radius: 50%;
}
.our_focus_areas .tab-content .content.noimg {
  background-color: #e8f6ff;
}
.our_focus_areas .tab-content .content.noimg a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.our_focus_areas .tab-content .content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our_focus_areas .tab-content .content h4 {
  font-size: 18px;
  font-weight: var(--font-weight-700);
  color: var(--white);
}
.our_focus_areas .tab-content .content h4.black {
  color: var(--black-color);
}
.our_focus_areas .tab-content .content p {
  font-size: 16px;
  font-weight: var(--font-weight-300);
  color: var(--white);
}
.our_focus_areas .tab-content .content p.black {
  color: var(--black-color);
}
.our_focus_areas .tab-content .content .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.our_focus_areas .tab-content .content:hover a::before {
  opacity: 1;
}
.our_focus_areas .tab-content .en1 {
  grid-area: 1/1/3/5;
  height: 250px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .en1 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .en1 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .en2 {
  grid-area: 1/5/3/9;
  height: 250px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .en2 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .en2 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .en3 {
  grid-area: 3/9/6/13;
  height: 250px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .en3 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .en3 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .en4 {
  grid-area: 1/9/3/13;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .en4 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .en4 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .en5 {
  grid-area: 3/1/5/5;
  height: 250px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .en5 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .en5 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .en6 {
  grid-area: 3/5/5/9;
  height: 250px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .en6 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .en6 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .en7 {
  grid-area: 5/1/7/6;
  height: 250px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .en7 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .en7 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .en8 {
  grid-area: 5/6/7/9;
  height: 250px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .en8 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .en8 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .en9 {
  grid-area: 5/9/7/13;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .en9 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .en9 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .social-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .social-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.our_focus_areas .tab-content .soc1 {
  grid-area: 1/1/3/3;
  height: 300px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .soc1 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .soc1 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .soc2 {
  grid-area: 2/3/1/5;
  height: 300px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .soc2 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .soc2 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .soc3 {
  grid-area: 2/1/5/3;
  height: 300px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .soc3 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .soc3 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .soc4 {
  grid-area: 1/5/5/7;
  height: 300px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .soc4 {
    grid-area: auto; /* Let items flow naturally i*/
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .soc4 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .soc5 {
  grid-area: 2/3/5/5;
  height: 300px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .soc5 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .soc5 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .soc6 {
  grid-area: 5/5/2/7;
  height: 300px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .soc6 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .soc6 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .gov-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .gov-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .gov-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.our_focus_areas .tab-content .gov1 {
  grid-area: 1/1/3/5;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .gov1 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .gov1 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
.our_focus_areas .tab-content .gov2 {
  grid-area: 1/5/3/9;
}
@media (max-width: 767px) {
  .our_focus_areas .tab-content .gov2 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our_focus_areas .tab-content .gov2 {
    grid-area: auto; /* Let items flow naturally */
    width: 100%; /* Full width */
  }
}

.Sustainability_officer_message {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .Sustainability_officer_message {
    padding: 40px 0;
  }
}
.Sustainability_officer_message .Sustainability_officer_lhs .q {
  font-family: var(--font-family-barlow);
  font-size: 36px;
  line-height: 1.2;
  font-weight: var(--font-weight-400);
}
.Sustainability_officer_message .Sustainability_officer_lhs .name {
  margin-top: 30px;
}
.Sustainability_officer_message .Sustainability_officer_lhs .name h2 {
  margin-bottom: 0px;
  font-size: 22px;
}
.Sustainability_officer_message .Sustainability_officer_lhs .name small {
  display: block;
  font-size: 15px;
}
.Sustainability_officer_message .Sustainability_officer_lhs .common_cta {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .Sustainability_officer_message .Sustainability_officer_lhs .common_cta {
    margin-bottom: 30px;
  }
}
.Sustainability_officer_message .Sustainability_officer_pic {
  overflow: hidden;
  border-radius: 24px;
}

.Story_Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.88);
  left: 0px;
  top: 0px;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.Story_Overlay.show {
  opacity: 1;
  visibility: visible;
}

.MegaMenuContainer {
  position: fixed;
  height: 720px;
  width: 1220px;
  max-width: 100%;
  background: rgb(255, 255, 255);
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 99999;
  opacity: 0;
  visibility: visible;
  transition: 0.5s cubic-bezier(0.9, 0.01, 0.37, 0.99);
  padding: 40px;
  border-radius: 40px;
  pointer-events: none;
}
.MegaMenuContainer.MegaMenuActive {
  opacity: 1;
  visibility: visible;
  top: 0px;
  pointer-events: all;
}
.MegaMenuContainer .pro_img {
  overflow: hidden;
  border-radius: 40px;
  height: 100%;
}
.MegaMenuContainer .pro_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.MegaMenuContainer .content {
  height: 100%;
  padding-left: 50px;
  display: grid;
  place-content: center;
  padding-right: 80px;
}
.MegaMenuContainer .content .small_ttle {
  color: var(--clr);
}
@media (max-width: 767px) {
  .MegaMenuContainer .content .small_ttle {
    margin-bottom: 0;
  }
}
.MegaMenuContainer .content h2 {
  font-size: 3rem;
  color: var(--black-color);
  font-weight: var(--font-weight-600);
  line-height: 1.2;
  margin-bottom: 20px;
}
.MegaMenuContainer .content .blueLine {
  color: var(--black-color);
  font-size: 2rem;
  line-height: 1.3;
  font-weight: var(--font-weight-700);
  border-left: solid 3px #63c1f9;
  padding-left: 30px;
  margin-top: 30px;
}
.MegaMenuContainer .closepop {
  position: absolute;
  right: 30px;
  top: 30px;
}
.MegaMenuContainer.MegaMenuContainer-small {
  width: 500px;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.MegaMenuContainer.MegaMenuContainer-small .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: -1;
}
.MegaMenuContainer.MegaMenuContainer-small .row {
  margin-top: 50px;
}
.MegaMenuContainer.MegaMenuContainer-small .row h4 {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: var(--font-weight-700);
  line-height: 1.2;
}
.MegaMenuContainer.MegaMenuContainer-small .row p {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: var(--font-weight-300);
  line-height: 1.5;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .MegaMenuContainer {
    height: 655px;
    width: 1110px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .Story_wrap div[class^=story_cards] a h2 {
    font-size: 3rem;
    line-height: 40px;
  }
  .MegaMenuContainer {
    padding: 10px;
  }
  .MegaMenuContainer .content h2 {
    font-size: 2.7rem;
    line-height: 28px;
    margin-top: 20px;
  }
  .MegaMenuContainer .content {
    padding: 0px 20px;
  }
  .MegaMenuContainer {
    height: 520px;
    max-width: 86%;
    padding-top: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .Story_wrap div[class^=story_cards] a h2 {
    font-size: 3rem;
    line-height: 30px;
  }
  .MegaMenuContainer {
    padding: 20px;
  }
  .MegaMenuContainer .content h2 {
    font-size: 2.7rem;
    line-height: 28px;
    margin-top: 20px;
  }
  .MegaMenuContainer .content {
    padding: 0px;
  }
  .MegaMenuContainer {
    height: 93%;
    max-width: 86%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .Story_wrap div[class^=story_cards] a h2 {
    font-size: 2.6rem;
    line-height: 30px;
  }
  .MegaMenuContainer {
    padding: 10px;
    border-radius: 20px;
  }
  .MegaMenuContainer .content h2 {
    font-size: 2.7rem;
    line-height: 28px;
    margin-top: 10px;
  }
  .MegaMenuContainer .content {
    padding: 0px;
  }
  .MegaMenuContainer {
    height: 93%;
    max-width: 86%;
  }
  /*   .mobileScroll {overflow: scroll;
    overflow-x: hidden;
    height: 180px;} */
  .MegaMenuContainer .pro_img {
    overflow: hidden;
    border-radius: 20px;
    width: 180px;
    margin-bottom: 10px;
  }
  .MegaMenuContainer .content p {
    font-size: 14px;
  }
  .MegaMenuContainer .pro_img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 150px;
  }
  .MegaMenuContainer .content .blueLine {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  .MegaMenuContainer .closepop {
    right: 20px;
    top: 20px;
  }
}
.facilitieswrp {
  padding: 80px 0;
  background-color: #F4F6F7;
}
@media (max-width: 767px) {
  .facilitieswrp {
    padding: 40px 0;
  }
}
.facilitieswrp .small_ttle {
  color: #a9b3bc;
}
.facilitieswrp .highlightsCard {
  margin-bottom: 18px;
}
.facilitieswrp .highlightsCard .content {
  bottom: -148px;
}
.facilitieswrp .highlightsCard:hover .content {
  bottom: 2.4rem;
}

.anchorunderline {
  text-decoration: underline;
}

.subsidiariesdetail {
  padding: 80px 0;
  background-color: #effaff;
}
@media (max-width: 767px) {
  .subsidiariesdetail {
    padding: 40px 0;
  }
}
.subsidiariesdetail .small_ttle {
  color: #a9b3bc;
}
.subsidiariesdetail .swiper-button-next.swiper-button-disabled, .subsidiariesdetail .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 767px) {
  .subsidiariesdetail .swiper-button-next.swiper-button-disabled, .subsidiariesdetail .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
  }
}
.subsidiariesdetail .swiper-button-next::after,
.subsidiariesdetail .swiper-button-prev::after {
  display: none;
}
.subsidiariesdetail .swiper-button-next {
  right: -80px;
}
.subsidiariesdetail .swiper-button-prev {
  left: -80px;
}
.subsidiariesdetail .navwrp {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .subsidiariesdetail .navwrp .swiper-button-next {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .subsidiariesdetail .navwrp .swiper-button-prev {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    left: -40px;
  }
}

.facilitiesinn {
  color: #fff;
  font-weight: var(--font-weight-300);
  position: relative;
}
@media (max-width: 767px) {
  .facilitiesinn {
    padding: 0;
  }
}
.facilitiesinn .purposeimg img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .facilitiesinn .purposeimg img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .facilitiesinn .purposeimg img {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .facilitiesinn .purposeimg img {
    height: 500px;
  }
}
.facilitiesinn .container_1360_wrp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .facilitiesinn .container_1360_wrp {
    position: relative;
    top: 0;
    left: 0;
    background-color: #232629;
    transform: translate(0, 0);
  }
  .facilitiesinn .container_1360_wrp .content {
    padding: 30px 0;
  }
}
.facilitiesinn .container_1360_wrp .common_ttle {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
}
.facilitiesinn .container_1360_wrp .small_ttle {
  color: #63c1f9;
}

.facmilestone {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .facmilestone {
    padding: 40px 0 80px 0;
  }
  .facmilestone .swiper-pagination {
    bottom: -30px !important;
  }
}
.facmilestone .milesSwiper {
  overflow: visible !important;
}
@media (max-width: 767px) {
  .facmilestone .milesSwiper {
    margin-top: 20px;
  }
}
.facmilestone .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background-color: #000;
}
.facmilestone .milstonecard {
  position: relative;
}
.facmilestone .milstonecard .imgWrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
}
.facmilestone .milstonecard .content {
  position: absolute;
  width: 100%;
  padding: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
.facmilestone .milstonecard .content .year {
  font-size: 30px;
  font-family: var(--font-family-barlow);
}
@media (max-width: 767px) {
  .facmilestone .milstonecard .content {
    font-size: 14px;
  }
}

.facilitieswrpinn {
  padding: 80px 0;
  background-color: #F4F6F7;
}
@media (max-width: 767px) {
  .facilitieswrpinn {
    padding: 40px 0;
  }
}
.facilitieswrpinn .small_ttle {
  color: #a9b3bc;
}
.facilitieswrpinn .highlightsCard {
  margin-bottom: 18px;
}
.facilitieswrpinn .highlightsCard ul {
  margin-top: 40px;
}
.facilitieswrpinn .highlightsCard ul li {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.facilitieswrpinn .highlightsCard .content {
  bottom: -128px;
}
.facilitieswrpinn .highlightsCard:hover .content {
  bottom: 2.4rem;
}

.focusabout {
  position: relative;
  padding: 100px 0;
  background-color: #f0fbff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .focusabout {
    padding: 50px 0;
  }
}
.focusabout .cm-left p {
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .focusabout .cm-left p {
    margin-left: 0;
  }
}
.focusabout .cm-right .pic {
  overflow: hidden;
  border-radius: 28px;
  margin-bottom: 35px;
}

.susinn {
  padding: 80px 0px;
  position: relative;
  background-color: #f4f4f4;
}
.susinn .tabs_wrp {
  /* Tabs container border line */
}
.susinn .tabs_wrp .nav-tabs {
  border-bottom: none;
  margin-top: 30px;
  justify-content: center;
  margin-bottom: 50px;
}
.susinn .tabs_wrp .nav-tabs .nav-link {
  border: none;
  color: #9AA5B1;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 18px;
  position: relative;
}
.susinn .tabs_wrp .nav-tabs .nav-link.active {
  color: #000;
  font-weight: 700;
  background: none;
}
.susinn .tabs_wrp .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #000;
}
@media (max-width: 767px) {
  .susinn .tabs_wrp .nav-tabs .nav-link {
    padding: 10px 10px;
    font-size: 16px;
  }
}
.susinn .txtleft {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .susinn .txtleft {
    padding-left: 10px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .susinn {
    padding: 40px 0px;
  }
}
.susinn h3 {
  font-size: 18px;
  font-weight: var(--font-weight-700);
  color: #263C8A;
  margin-bottom: 12px;
}
.susinn h2 {
  font-size: 24px;
  font-weight: var(--font-weight-700);
  color: #263C8A;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .susinn h2 {
    font-size: 20px;
  }
}
.susinn .small_ttle {
  color: #94a0ab;
}
.susinn ul.list li {
  margin-bottom: 12px;
  margin-left: 15px;
}
.susinn ul.list li strong {
  font-weight: 500;
}
.susinn ul.list li ul {
  margin-top: 12px;
}
.susinn .sustable {
  margin-top: 25px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .susinn .sustable {
    width: 100%;
    overflow-x: auto;
  }
}
.susinn .sustable thead th {
  padding: 15px;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc;
}
.susinn .sustable thead th:first-child {
  width: 12%;
  font-weight: 600;
}
.susinn .sustable td {
  padding: 15px;
  border-right: 1px solid #ccc;
}
.susinn .sustable td:first-child {
  font-weight: 600;
}

.chartinn {
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .chartinn {
    padding: 40px 0 0 0;
  }
}
.chartinn .link {
  color: #263c8a;
}
.chartinn .chartwrp {
  margin-top: 50px;
}
.chartinn .desc {
  margin-top: 20px;
}
.chartinn .chartpic {
  margin-bottom: 30px;
}
.chartinn .sustable {
  margin-top: 25px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .chartinn .sustable {
    width: 100%;
    overflow-x: auto;
  }
}
.chartinn .sustable thead th {
  padding: 15px;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc;
}
.chartinn .sustable thead th:first-child {
  font-weight: 600;
}
.chartinn .sustable td {
  padding: 15px;
  border-right: 1px solid #ccc;
}
.chartinn .sustable td:first-child {
  font-weight: 600;
}

.energymgm {
  padding: 80px 0px;
  background-color: #2c3033;
}
.energymgm .txtwrp {
  margin-top: 40px;
  color: #fff;
  font-weight: var(--font-weight-300);
}
.energymgm .txtwrp div {
  margin-bottom: 12px;
}
.energymgm ol.list li {
  margin-bottom: 12px;
  margin-left: 15px;
  color: #fff;
}
.energymgm ol.list li strong {
  font-weight: 500;
}

.link {
  color: #263c8a;
}

.extradata {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .extradata {
    padding: 40px 0;
  }
}
.extradata .txtwrp {
  margin-top: 40px;
  font-weight: var(--font-weight-300);
}
.extradata .txtwrp div {
  margin-bottom: 12px;
}

.contact-box  {
   box-shadow: none !important}

/* shruti css end *//*# sourceMappingURL=support.css.map */