@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

.img-responsive {
  width: 100%;
  height: auto;
}

#navbar {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #09445ae5;
  position: fixed;
  top: 20px;
}

#navbar .nav-item {
  padding: 3px 5px;
  transition: 0.3s all;
}

#navbar .nav-link {
  transition: 0.3s all;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}

#navbar .nav-link:hover {
  color: #ea641b;
}

#navbar .m-active {
  transition: 0.3s all;
  color: #ea641b;
  font-weight: 700;
}

/* .hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
} */

.nav-link2 button {
  border: none;
  outline: none;
  background-color: #ea641b;
  padding: 14px 30px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-top: -10px;
  margin-left: 30px;
}

.nav-link2 button:hover {
  background-color: #ffffff;
  color: #000000;
}

.navbar-light .navbar-toggler {
  outline: none;
  border: none;
}

.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 248px;
  padding-bottom: 54px;
  color: #ffffff;
  margin-bottom: 120px;
}

.inner-banner-box {
  width: 95%;
  margin: auto;
}

.inner-banner-box-head {
  font-weight: 800;
  font-size: 60px;
  line-height: 74px;
  text-align: center;
  margin-bottom: 20px;
}

.inner-banner-nav {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.inner-banner-nav span a {
  text-decoration: none;
  color: #ea641b;
  font-weight: 600;
}

.inner-banner-nav span a:hover {
  color: #ffffff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  display: flex;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  transition: ease-in 0.5s;
}

.dropdown-item span i {
  background-color: #ea641b;
  height: 20px;
  width: 20px;
  color: #09445a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: ease-in 0.5s;
}

.dropdown-item span {
  display: none;
}

.dropdown-item:hover span {
  display: block;
  transition: ease-in 0.5s;
  margin-left: 30px;
}

.dropdown-menu {
  background-color: #09445a;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #ea641b;
}

.dropdown-toggle::after {
  display: none;
}

.need-more_info-row-left-heads {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  border-bottom: 1px solid #000000;
}

.need-more_info-row {
  margin-bottom: 120px;
}

.need-more_info-row-center {
  background-color: #09445a;
  padding: 46px 35px;
  color: #ffffff;
  margin-bottom: 20px;
}

.need-more_info-row-right {
  background-color: #21566a;
  padding: 46px 45px;
  color: #ffffff;
  margin-bottom: 20px;
}

.need-more_info-row-center-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.need-more_info-row-center-navL {
  background-color: #21566a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.need-more_info-row-center-navR {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.need-more_info-row-right2 {
  /* background-color: #21566a; */
  padding: 20px;
}

.need-more_info-row-right2-icons {
  display: flex;
  gap: 20px;
  /* align-items: center;
  justify-content: center; */
}

.need-more_info-row-right2-icons a {
  text-decoration: none;
  width: 38px;
  height: 38px;
  background-color: #ea641b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.need-more_info-row-left {
  padding: 20px;
}

.contact_map-row_left {
  background-color: #f3f2f2;
  margin-top: 70px;
  padding: 30px;
}

.contact_map-row_right {
  background-color: #09445a;
  padding: 42px 100px 42px 42px;
}

.contact_map-row .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.contact_map-row_left-box {
  position: relative;
  top: -80px;
}

.contact_map-row_right-head {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 38px;
  color: #ffffff;
}

.contact_map-row_right input {
  background-color: #21566a;
  border: none;
  outline: none;
  padding: 16px 20px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}

.contact_map-row_right input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.contact_map-row_right textarea {
  background-color: #21566a;
  border: none;
  outline: none;
  padding: 16px 20px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 38px;
}

.contact_map-row_right textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.contact_map-row_right button {
  border: none;
  outline: none;
  background-color: #ea641b;
  padding: 14px 30px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.contact_map-row_right button:hover {
  background-color: #ffffff;
  color: #000000;
}

.contact_map-row {
  margin-bottom: 100px;
}

.pryBtn button {
  border: none;
  outline: none;
  background-color: #ea641b;
  padding: 14px 30px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.pryBtn button:hover {
  background-color: #ffffff;
  color: #000000;
}

.pryBtn a {
  text-decoration: none;
}

.partener_with-right {
  background-color: #21566a;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
}

.partener_with .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.partener_with-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-bottom: 20px;
}

.partener_with-right p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.hover-zoomin {
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-zoomin img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer {
  background-color: #09445a;
  padding-top: 120px;
  padding-bottom: 30px;
  color: #ffffff;
}

.partener_with {
  margin-bottom: 20px;
}

.footer-head {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.footer p a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.need-more_info-row-center-nav2 {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.need-more_info-row-center-navL2 {
  background-color: #21566a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
}

.need-more_info-row-center-navR2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.footer-cert span {
  border: 1px solid #ffffff;
  padding: 2px 3px;
  font-size: 10px;
  margin-right: 5px;
}

.footer-cert {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer_row-logo {
  margin-bottom: 20px;
}

.footer_row-logoss {
  padding-right: 30px;
}

.footer_row-logoss p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}

.footer-icons {
  display: flex;
  gap: 20px;
}

.footer-icons a {
  text-decoration: none;
  width: 38px;
  height: 38px;
  background-color: #ea641b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_line {
  border: 1px solid #ffffff33;
  margin-top: 57px;
  margin-bottom: 57px;
}

.footer-sub {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.footer-logos {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}

.footer-copy {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-top: 57px;
}

.crud-rowA {
  margin-bottom: 100px;
}

.crud-rowA-right {
  padding-top: 30px;
}

.crud-rowA-right-head {
  font-weight: 600;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 28px;
}

.crud-rowA-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.crud-rowB {
  background-color: #f3f2f2;
  padding-top: 59px;
  padding-bottom: 59px;
  margin-bottom: 70px;
}

.crud-rowB-row {
  background-color: #21566a;
  padding: 30px;
  color: #ffffff;
}

.crud-rowB-row-left-head {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

.crud-rowB-row-left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

#crudP {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 50px;
}

.crud_btn {
  text-align: center;
  margin-bottom: 100px;
}

.secBtn button {
  position: relative;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ea641b;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}

.secBtn button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #09445a;
  transition: left 0.5s ease;
  z-index: -1;
}

.secBtn button:hover::before {
  left: 0;
}

.otherArticle-head {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 40px;
}

.otherArticle {
  margin-bottom: 200px;
}

.otherArticle-rows-txt {
  background-color: #09445ae5;
  padding: 23px 30px;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.otherArticle-rows {
  position: relative;
  margin-bottom: 30px;
}

.otherArticle-rows-txt-nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.otherArticle-rows-txt-navL {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  width: 60%;
}

.project_fund-head {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 60px;
}

.project_fund {
  margin-bottom: 100px;
}

.project_fund-rows {
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
  padding: 20px 10px;
  height: 500px;
}

.project_fund-rows-head {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

.project_fund-rows p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.project_outline-rows {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 20px 10px;
  height: 350px;
}

.project_outline-rows-head {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

.project_outline-rows p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.project_fund-rows:hover {
  background-color: #09445a;
  color: #ffffff;
}

.project_outline {
  background-color: #f3f2f2;
  padding-top: 76px;
  padding-bottom: 76px;
  margin-bottom: 100px;
}

.project_outline-rows:hover {
  background-color: #09445a;
  color: #ffffff;
}

.ourAppr-txt {
  width: 70%;
  margin: auto;
}

.ourAppr-txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.ourAppr {
  margin-bottom: 67px;
}

.ourApproach {
  background-color: #21566a;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #ffffff;
  margin-bottom: 100px;
}

.ourApproach-head {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}

.ourApproach-row-txt-head {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
}

.ourApproach-row p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.ourApproach-row-sub {
  background-color: #ea641b;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px;
  width: fit-content;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.ourApproach-row-image {
  position: relative;
}

.ourApproach-row-txt {
  padding-top: 20px;
  padding-right: 30px;
}

.ourApproach-row-txt2 {
  padding-top: 20px;
  padding-left: 30px;
}

.ourApproach-row .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.ourApproach-row {
  margin-bottom: 40px;
}

.ourApp-line {
  border: 1px solid #ffffff4d;
  margin-bottom: 40px;
}

.lub_and_oil_nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.lub_and_oil_navR {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lub_and_oil_navL {
  font-weight: 400;
  font-size: 20px;
}

.lub_and_oil_navRA {
  font-weight: 400;
  font-size: 20px;
}

.lub_and_oil_navRB .form-select {
  border: none;
  outline: none;
  background-color: transparent;
  font-weight: 400;
  font-size: 20px;
}

.lub_and_oil_navRBox {
  background-color: #f3f2f2;
  padding: 10px;
}

.lub_and_oil_rowss .image-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f3f2f2;
  padding: 32px 37px;
}

.lub_and_oil_rowss .image-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.lubricants_details-page-right ul li {
  font-size: 16px;
}

.lubricants_details-page-right ul {
  margin-left: 20px;
}

.lub_and_oil_rowss .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease;
}

.lub_and_oil_rowss .view-button {
  border: none;
  outline: none;
  background-color: #ea641b;
  padding: 14px 30px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.lub_and_oil_rowss .view-button:hover {
  background-color: #ffffff;
  color: #000000;
}

.lub_and_oil_rowss .image-container:hover .overlay {
  background-color: #09445acc;
}

.lub_and_oil_rowss .image-container:hover .view-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.lub_and_oil_rowss .image-container:hover img {
  transform: scale(1.05);
}

.lub_and_oil_rowss p {
  font-weight: 400;
  font-size: 20px;
  margin-top: 14px;
}

.lub_and_oil_rowss {
  margin-bottom: 60px;
}

.lubri_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 200px;
  margin-top: 50px;
}

#myDIV .btn {
  color: #000000;
  height: 40px;
  width: 40px;
  border-radius: 0%;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #21566a;
  margin-right: 10px;
}

#myDIV .active,
.btn:hover {
  color: #ffffff;
  background-color: #21566a;
  height: 40px;
  width: 40px;
  border-radius: 0%;
  font-weight: 500;
  font-size: 16px;
}

.btn:focus,
.btn.focus {
  box-shadow: none;
}

.myDIV-left {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  background-color: #f2f2f2;
  padding: 10px;
}

.myDIV-right {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #21566a;
  padding: 10px;
}

.lubricants_details-page-Left {
  box-shadow: 0px 0px 20px 10px #f2f2f2;
  padding: 70px;
}

.lubricants_details-page-right-nav span a {
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  color: #ea641b;
}

.lubricants_details-page-right-nav {
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 10px;
}

.lubricants_details-page-right-head {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
}

.lubricants_details-line {
  border: 1px solid #00000033;
  margin-bottom: 30px;
}

.lubricants_details-page-right-sub {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000000;
  width: fit-content;
}

.contactButn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.contactButnR {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #09445a;
  font-size: 12px;
  padding: 4px 6px;
  color: #ffffff;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
}

.lubricants_details-page-right a:hover {
  color: #ea641b;
}

.lubricants_details-page-right a:hover .contactButnR {
  transform: rotate(0deg);
  background-color: #ea641b;
  transition: all 0.3s ease;
}

.lubricants_details-page-right a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #09445a;
}

.lubricants_share {
  display: flex;
  gap: 10px;
}

.lubricants_shareR a {
  text-decoration: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ea641b;
  font-size: 12px;
  padding: 4px 6px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lubricants_shareR a:hover {
  color: #ffffff;
}

.lubricants_shareR {
  display: flex;
  gap: 10px;
}

.lubricants_shareL {
  font-weight: 400;
  font-size: 16px;
}

.lubricants_details-page {
  margin-bottom: 120px;
}

.other_lube-related {
  background-color: #f3f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 70px;
  margin-bottom: 120px;
}

.other_lube-related-head {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 60px;
}

#marquee {
  padding: 50px 0px;
  width: 100%;
}

#marquee .container {
  overflow: hidden;
  width: 100%;
}

#marquee .pic-container {
  display: flex;
  gap: 20px;
  animation: marquee 20s infinite linear;
}

#marquee .pic-container:hover {
  animation-play-state: paused;
}

#marquee .pic-container .pic {
  flex-basis: 20%;
  flex-shrink: 0;
}

#marquee img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  #marquee .pic-container .pic {
    flex-basis: 25%;
  }
}

@media (max-width: 768px) {
  #marquee .pic-container .pic {
    flex-basis: 100%;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1024px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-125%);
    }
  }
}

.insights_page-row-left {
  position: relative;
  margin-bottom: 30px;
}

.insights_page-row-left-txts {
  background-color: #ffffff;
  padding: 25px 22px;
  width: fit-content;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 118px;
  width: 115px;
}

.insights_page-row-left-txts-head {
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  color: #ea641b;
  margin-bottom: 3px;
}

.insights_page-row-left-txts span {
  font-weight: 600;
  font-style: Italic;
  font-size: 18px;
  line-height: 20px;
}

.insights_page-row-right-head {
  font-weight: 600;
  font-style: Italic;
  font-size: 24px;
  margin-bottom: 15px;
}

.insights_page-row-right p {
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.insights_page-row-right-line {
  border: 1px solid #00000033;
  margin-bottom: 14px;
}

.insights_page-row-right-line2 {
  border: 1px solid #00000033;
  margin-bottom: 40px;
  margin-top: 20px;
}

.insights_page-row-right-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.insights_page-row-right-nav1 {
  font-weight: 500;
  font-style: Italic;
  font-size: 16px;
  color: #ea641b;
}

.insights_page-row-right-nav3 {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  color: #00000099;
}

.insights_page-row-right a:hover {
  color: #ea641b;
}

.insights_page-row-right a:hover .contactButnR {
  transform: rotate(0deg);
  background-color: #ea641b;
  transition: all 0.3s ease;
}

.insights_page-row-right a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #09445a;
}

.about_who {
  margin-bottom: 40px;
}

.about_who-leftB {
  background-color: #21566a;
  color: #ffffff;
  padding: 36px 25px 20px 38px;
  width: 305px;
  height: 245px;
  margin-bottom: 18px;
}

.about_who-leftB:hover {
  background-color: #09445a;
}

.about_who-leftB-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 64px;
  line-height: 69px;
  margin-top: 10px;
}

.about_who-leftB p {
  font-weight: 600;
  font-size: 24px;
  line-height: 23px;
}

.about_who-leftA img {
  height: 100%;
  width: 100%;
}

.about_who-leftC img {
  height: 290px;
  width: 100%;
}

.about-headNav {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.about-headNav span {
  margin-right: 10px;
}

.about_who-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}

.about_who-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.global_dist {
  background-color: #f8f7f7;
  padding-top: 39px;
  padding-bottom: 39px;
  margin-bottom: 120px;
}

.global_dist-row-nav span {
  margin-right: 5px;
}

.global_dist-row-nav {
  font-size: 16px;
}

.global_dist-rowB {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-left: 20px;
  padding-right: 10px;
}

.global_dist-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.ourCore {
  margin-bottom: 120px;
}

.ourCore-left {
  background-color: #21566a;
  position: relative;
  padding-top: 36px;
  padding-bottom: 75px;
  padding-right: 20px;
  padding-left: 24px;
  color: #ffffff;
  height: 430px;
  margin-bottom: 24px;
}

.ourCore-head {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  color: #ea641b;
}

.ourCore-left-nav {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}

.ourCore-left-nav span {
  margin-right: 5px;
}

.ourCore-right {
  background-color: #09445a;
  color: #ffffff;
  padding-top: 35px;
  padding-bottom: 47px;
  padding-right: 50px;
  padding-left: 34px;
  position: relative;
  margin-bottom: 24px;
}

.ourCore-right p {
  font-weight: 400;
  font-size: 16px;
}

.ourCore-right-img {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.ourCore-left-img {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.our_journey {
  background-color: #f8f7f7;
  padding-top: 98px;
  padding-bottom: 98px;
  margin-bottom: 100px;
}

.our_journey-left p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}

.our_journey-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.our_journey-row2-rows-img {
  margin-bottom: 14px;
}

.our_journey-row2-rows p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.conduct_code-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.our_journey-row2-rows {
  margin-bottom: 30px;
}

.our_journey-right {
  padding-top: 50px;
}

.conduct_code {
  margin-bottom: 120px;
}

.conduct_code-right {
  padding-top: 30px;
  padding-left: 30px;
}

.leadership_header-nav {
  width: 60%;
  margin: auto;
}

.leadership_header-nav-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.leadership_header-nav p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.leadership-team-rows {
  position: relative;
}

.leadership-team-row-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.leadership-team-row-icon {
  color: #ffffff;
  font-size: 30px;
}

.leadership-team-row-icon a {
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
}

.leadership-team-row-poss {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #ea641b;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px;
  color: #ffffff;
  width: fit-content;
}

.leadership-team-rows-name {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-top: 17px;
}

.leadership-team-rows-desg {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #00000080;
}

.leadership-team-rowss {
  margin-bottom: 60px;
}

.leadership-team-row {
  margin-bottom: 120px;
}

.leadership-team-rows-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  width: 80%;
}

.leadership-team-rows-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.leadership-team-rows-right-navR a:hover {
  color: #ea641b;
}

.leadership-team-rows-right-navR a:hover .contactButnR {
  transform: rotate(0deg);
  background-color: #ea641b;
  transition: all 0.3s ease;
}

.leadership-team-rows-right-navR a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #09445a;
}

.leadership-team-rows-right-nav {
  display: flex;
  gap: 20px;
}

.leadership-team-rows-right-nav .contactButn {
  margin-top: 15px;
}

.ourLeadership-slide .ourLeadership-slide-container {
  width: 100%;
  padding: 40px 0;
}

.ourLeadership-slide .slider-wrapper {
  position: relative;
  margin: 0 auto;
}

.ourLeadership-slide .slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 20px 0;
}

.ourLeadership-slide .slider::-webkit-scrollbar {
  display: none;
}

.ourLeadership-slide .slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 300px;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  margin: 0 10px;
}

.ourLeadership-slide .card {
  position: relative;
  width: 300px;
  height: 380px;
  background: transparent;
  border-radius: 0%;
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
}

.ourLeadership-slide .slide.active .card {
  height: 420px;
  width: 300px;
}

.ourLeadership-slide .card-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.ourLeadership-slide .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ourLeadership-slide .slide.active .card-image img {
  transform: scale(1.05);
}

.ourLeadership-slide .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.ourLeadership-slide .slide.active .icon {
  opacity: 1;
  transform: translateY(0);
}

.ourLeadership-slide .card-content {
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
}

.ourLeadership-slide .card-content h3 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.ourLeadership-slide .card-content p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #00000080;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.ourLeadership-slide .slide.active .card-content p {
  opacity: 1;
  transform: translateY(0);
}

.ourLeadership-slide .slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  gap: 20px;
}

.ourLeadership-slide .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
}

.ourLeadership-slide .arrow:hover {
  color: #ea641b;
  transform: scale(1.1);
}

.ourLeadership-slide .arrow:active {
  transform: scale(0.95);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .ourLeadership-slide .ourLeadership-slide-container {
    padding: 20px 0;
  }

  .ourLeadership-slide .slide {
    width: 280px;
    height: 360px;
    margin: 0 10px;
  }

  .ourLeadership-slide .card {
    width: 260px;
    height: 340px;
  }

  .ourLeadership-slide .slide.active .card {
    height: 380px;
    width: 280px;
  }

  .ourLeadership-slide .card-image {
    height: 280px;
  }

  .ourLeadership-slide .slider {
    padding: 15px 0;
  }

  .ourLeadership-slide .arrow {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .ourLeadership-slide .slide {
    width: 260px;
    height: 340px;
    margin: 0 8px;
  }

  .ourLeadership-slide .card {
    width: 240px;
    height: 320px;
  }

  .ourLeadership-slide .slide.active .card {
    height: 360px;
    width: 260px;
  }

  .ourLeadership-slide .card-image {
    height: 260px;
  }

  .ourLeadership-slide .card-content h3 {
    font-size: 1.2rem;
  }

  .ourLeadership-slide .arrow {
    width: 40px;
    height: 40px;
  }

  .ourLeadership-slide .icon {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 360px) {
  .ourLeadership-slide .slide {
    width: 240px;
    height: 320px;
  }

  .ourLeadership-slide .card {
    width: 220px;
    height: 300px;
  }

  .ourLeadership-slide .slide.active .card {
    height: 340px;
    width: 240px;
  }

  .ourLeadership-slide .card-image {
    height: 240px;
  }

  .ourLeadership-slide .card-content h3 {
    font-size: 1.1rem;
  }

  .ourLeadership-slide .arrow {
    width: 35px;
    height: 35px;
  }
}

.leaderBtn {
  text-align: center;
  margin-bottom: 120px;
  margin-top: 30px;
}

.home-banner .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 163px;
  margin-bottom: 120px;
}

.home-banner .card {
  border-radius: 0%;
  background-color: transparent;
  color: #ffffff;
}

.home-banner-contents-head {
  font-weight: 800;
  font-size: 55px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}

.home-banner-contents {
  width: 90%;
  margin: auto;
}

.home-banner-contents p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 80%;
  margin: auto;
}

.home-banner-btn {
  text-align: center;
  margin-top: 40px;
}

.home-banner .carousel-indicators li {
  background-color: #ffffff;
  width: 26px;
  height: 5px;
  opacity: 1;
}

.home-banner .carousel-indicators .active {
  color: #21566a;
  background-color: #21566a;
  width: 60px;
  height: 5px;
}

.home-banner .carousel-indicators {
  position: absolute;
  bottom: 120px;
}

.home-banner-scroll a i {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  opacity: 30%;
}

.home-banner-scroll a i:hover {
  opacity: 50%;
}

.home-banner-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner-scroll-btn {
  position: absolute;
  bottom: 50px;
}

.carousel-control-pause {
  position: absolute;
  bottom: 140px;
  right: 40%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-control-pause i {
  color: #f8f7f7;
  font-size: 20px;
}

.home-banner {
  position: relative;
}

.home_about-section {
  margin-bottom: 120px;
}

.home_about-section-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.home_about-section-sub {
  margin-top: 30px;
}

.home_about-section-sub-nav {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
}

.home_about-section-sub-nav span {
  margin-right: 10px;
}

.home_about-section-left {
  position: relative;
  padding-right: 70px;
}

.home_about-section-left-txt {
  position: absolute;
  right: 0px;
  bottom: 40px;
}

.trusted_performance {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 76px;
  padding-bottom: 63px;
  color: #ffffff;
  margin-bottom: 100px;
}

.trusted_performance-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  margin-bottom: 20px;
}

.trusted_performance-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.products_image {
  text-align: center;
  margin-top: 50px;
}

.home_clients {
  margin-bottom: 80px;
}

.home_clients #marquee {
  padding: 50px 0px;
  width: 100%;
}

.home_clients #marquee .marquee-container {
  overflow: hidden;
  width: 100%;
}

.home_clients #marquee .pic-container {
  display: flex;
  animation: marquee 10s infinite linear;
}

.home_clients #marquee .pic-container:hover {
  animation-play-state: paused;
}

.home_clients #marquee .pic-container .pic {
  flex-basis: 20%;
  flex-shrink: 0;
}

.home_clients #marquee img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .home_clients #marquee .pic-container .pic {
    flex-basis: 25%;
  }
}

@media (max-width: 768px) {
  .home_clients #marquee .pic-container .pic {
    flex-basis: 33.33%;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1024px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-125%);
    }
  }
}

@media (max-width: 768px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-186.65%);
    }
  }
}

.our-Division {
  background-color: #09445a;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 60px;
}

.home_image-slide {
  margin-bottom: 120px;
}

.news_and_insights-row p {
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.news_and_insights-row a:hover {
  color: #ea641b;
}

.news_and_insights-row a:hover .contactButnR {
  transform: rotate(0deg);
  background-color: #ea641b;
  transition: all 0.3s ease;
}

.news_and_insights-row a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #09445a;
}

.news_and_insights {
  margin-bottom: 200px;
}

.news_and_insights-rows {
  margin-top: 60px;
}

.home_image-slide .cards-container {
  display: flex;
  /* gap: 20px; */
  justify-content: center;
  flex-wrap: wrap;
}

.home_image-slide .card {
  position: relative;
  height: 450px;
  background-color: transparent;
  border: none;
  border-radius: 0%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
  flex: 1;
  min-width: 280px;
}

.home_image-slide .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.home_image-slide .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
}

.home_image-slide .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  color: white;
  transform: translateY(100%);
  transition: all 0.4s ease;
  background-color: #09445ae5;
}

.home_image-slide .card-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 10px;
  width: 70%;
}

.home_image-slide .card-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  width: 70%;
}

.home_image-slide .card.active {
  flex: 2;
}

.home_image-slide .card.active .card-overlay {
  background: rgba(0, 0, 0, 0);
}

.home_image-slide .card.active .card-content {
  transform: translateY(0);
}

.card-overlay-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

@media (max-width: 768px) {
  .home_image-slide .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .home_image-slide .card {
    width: 100%;
    max-width: 400px;
    height: 300px;
  }

  .home_image-slide .card.active {
    flex: none;
    height: 350px;
  }
}

@media (max-width: 480px) {
  .home_image-slide .card {
    height: 250px;
  }

  .home_image-slide .card.active {
    height: 300px;
  }

  .home_image-slide .card-title {
    font-size: 1.3rem;
  }
}

.newMandV {
  margin-bottom: 120px;
}

.newMandV .newMandV-row {
  background-color: #21566a;
  padding: 30px;
  color: #ffffff;
  position: relative;
  height: 500px;
}

.newMandV .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.newMandV-row-head {
  font-weight: 600;
  font-size: 24px;
  color: #ea641b;
  margin-bottom: 6px;
}

.newMandV-row-img {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.newMandV-row p {
  font-weight: 400;
  font-size: 16px;
}

.history_page {
  background-color: #09445a;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #ffffff;
  margin-bottom: 100px;
}

.history_page-body {
  width: 80%;
  margin: auto;
  position: relative;
}

.history_page-body-head {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin-bottom: 120px;
}

.history_page-rowL-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.history_page-rowL-nav2 {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: end;
}

.history_page-rowL-sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.history_page-rowL-head {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
}

.history_page-rowR-img img {
  width: 100%;
}

.history_page-rowR-img {
  margin-bottom: 20px;
}

.history_page-rowL {
  padding-top: 150px;
}

.his-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.patrner-nav {
  width: 80%;
  margin: auto;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

.patrner-nav-row {
  padding: 16px 20px;
  background-color: #f3f3f3;
  margin-bottom: 30px;
}

.patrner-nav-row input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}

.patrner-nav-row input::placeholder {
  font-size: 16px;
  color: #000000;
}

.patrner-nav-row .form-select {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}

.patrner-nav-row textarea {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000000;
}

.patrner-nav-row textarea::placeholder {
  font-size: 16px;
  color: #000000;
}

.upload-container {
  margin-bottom: 30px;
}

.upload-label {
  display: block;
  width: 100%;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f3f3f3;
}

.upload-text {
  font-size: 16px;
  font-weight: 400;
}

.upload-subtext {
  font-size: 12px;
}

.file-input {
  display: none;
}

.partnerCheck {
  margin-bottom: 50px;
}

.partnerBtn button {
  border: none;
  outline: none;
  background-color: #ea641b;
  padding: 14px 30px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.partnerBtn {
  margin-bottom: 100px;
}

.seerviceRow {
  margin-bottom: 40px;
  position: relative;
}

.seerviceRow-cnt {
  background-color: #09445ae5;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  bottom: 0px;
}

.seerviceRow-cnt-head {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}

.seerviceRow-cnt-nav {
  display: flex;
  gap: 10px;
  align-items: end;
}

.seerviceRow-cnt-navL {
  font-weight: 400;
  font-size: 16px;
}

.carder {
  overflow: hidden;
  cursor: pointer;
}
.img_carder {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.carder:hover .img_carder {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.independent_other-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  width: 55%;
  margin: auto;
}

.independent_other-img {
  text-align: center;
  margin-bottom: 80px;
}

.ind-line {
  border: 1px solid #00000033;
  margin-bottom: 80px;
}

.insightDetails {
  margin-bottom: 120px;
}

.insightDetails-box {
  width: 90%;
  margin: auto;
}

.insightDetails-box-head {
  font-weight: 600;
  font-style: Italic;
  font-size: 30px;
  margin-bottom: 33px;
  text-align: center;
}

.insightDetails-box p {
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 20px;
}

.retaledPost {
  background-color: #21566a;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
  margin-bottom: 120px;
}

.retaledPost-row {
  margin-bottom: 40px;
}

.retaledPost-row a:hover {
  color: #ea641b;
}

.retaledPost-row a:hover .contactButnR {
  transform: rotate(0deg);
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.retaledPost-row a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.retaledPost-row .contactButnR {
  background-color: #ffffff;
}

.retaledPost-row .contactButnR i {
  color: #000000;
}

/* MEDIA */

@media (max-width: 736px) {
  .insightDetails-box {
    width: 100%;
    margin: auto;
  }
  .independent_other-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .his-line {
    display: none;
  }
  .home_image-slide .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: white;
    transform: translateY(100%);
    transition: all 0.4s ease;
    background-color: #09445ae5;
  }

  .home_image-slide .card-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    width: 80%;
  }

  .home_image-slide .card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    width: 80%;
  }

  .home_about-section-left {
    position: relative;
    padding-right: 0px;
  }

  .home_about-section-left-txt {
    position: relative;
    right: 0px;
    bottom: 40px;
  }

  .carousel-control-pause {
    display: none;
  }

  .home-banner-contents p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: auto;
  }

  .home-banner-contents-head {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
  }

  .home-banner-contents {
    width: 100%;
    margin: auto;
  }

  .home-banner .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 275px;
    padding-bottom: 163px;
    margin-bottom: 120px;
  }

  .leadership_header-nav {
    width: 100%;
    margin: auto;
  }

  .conduct_code-right {
    padding-top: 30px;
    padding-left: 0px;
  }

  .global_dist-rowB {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about_who-leftC img {
    width: 100%;
    height: auto;
  }

  .about_who-leftC {
    margin-bottom: 30px;
  }

  .about_who-leftB {
    background-color: #21566a;
    color: #ffffff;
    padding: 36px 25px 20px 38px;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    margin-top: 20px;
  }

  .other_lube-related {
    background-color: #f3f2f2;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    margin-bottom: 120px;
  }

  .lubricants_details-page-Left {
    margin-bottom: 30px;
  }

  .ourApproach-row-txt {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ourApproach-row-txt2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .project_outline-rows {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 20px 10px;
    height: auto;
  }

  .project_fund-rows {
    margin-top: 30px;
    border: 1px solid #e9e9e9;
    padding: 20px 10px;
    height: auto;
  }

  .otherArticle-rows-txt-navL {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    width: 80%;
  }

  .footer-head {
    margin-top: 40px;
  }

  .contact_map-row_right {
    background-color: #09445a;
    padding: 20px;
  }

  .inner-banner-box-head {
    font-weight: 800;
    font-size: 50px;
    line-height: 74px;
    text-align: center;
    margin-bottom: 20px;
  }

  .inner-banner-box {
    width: 100%;
    margin: auto;
  }

  .inner-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 248px;
    padding-bottom: 54px;
    color: #ffffff;
    margin-bottom: 120px;
  }

  #navbar {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #09445ae5;
    position: fixed;
    top: 20px;
    width: 93%;
    margin: auto;
  }

  .nav-link2 button {
    border: none;
    outline: none;
    background-color: #ea641b;
    padding: 14px 30px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}

@media (min-device-width: 737px) and (max-device-width: 991px) {
}

@media only screen and (min-device-width: 737px) and (max-device-width: 767px) {
  /* STYLES GO HERE */
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
}

@media (min-width: 320px) and (max-width: 480px) {
}
