@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: .3s all;
}

#navbar .nav-link {
    transition: .3s all;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
}

#navbar .m-active {
    transition: .3s all;
    color: #FFFFFF;
    font-weight: 700;
    border-bottom: 3px solid #FFFFFF;
}

.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: #fff;
  transition: ease-in 0.5s;
  animation: fadein 0.5s;
}

.dropdown-toggle::after {
    display: none;
}

.need-more_info-row-left-heads {
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;
}

.need-more_info-row {
    margin-bottom: 120px;
}

.need-more_info-row-center {
    background-color: #09445A;
    padding: 46px 45px;
    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: #F3F2F2;
    padding: 18px;
}

.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 {
    position: relative;
    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: #21566A;
    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;
    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;
    color: #09445A;
}

.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;
    color: #09445A;
}

.project_outline-rows p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;    
}

.project_outline {
    background-color: #F3F2F2;
    padding-top: 76px;
    padding-bottom: 76px;
    margin-bottom: 100px;
}

.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;
}
        
.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 30s 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;
    }
}











/* MEDIA */

@media (max-width: 736px) {

    .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) { 
	
    
    
}


