@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800;900&display=swap");
@font-face {
  font-family: 'favelabold';
  src: url("Favela-Bold.eot");
  src: url("../fonts/favela-bold/Favela-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/favela-bold/Favela-Bold.woff2") format("woff2"), url("../fonts/favela-bold/Favela-Bold.woff") format("woff"), url("../fonts/favela-bold/Favela-Bold.ttf") format("truetype"), url("../fonts/favela-bold/Favela-Bold.svg#Favela-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'favelaregular';
  src: url("../fonts/favela-regular/Favela-Regular.eot");
  src: url("../fonts/favela-regular/Favela-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/favela-regular/Favela-Regular.woff2") format("woff2"), url("../fonts/favela-regular/Favela-Regular.woff") format("woff"), url("../fonts/favela-regular/Favela-Regular.ttf") format("truetype"), url("../fonts/favela-regular/Favela-Regular.svg#Favela-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'favelamedium';
  src: url("../fonts/favela-medium/Favela-Medium.eot");
  src: url("../fonts/favela-medium/Favela-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/favela-medium/Favela-Medium.woff2") format("woff2"), url("../fonts/favela-medium/Favela-Medium.woff") format("woff"), url("../fonts/favela-medium/Favela-Medium.ttf") format("truetype"), url("../fonts/favela-medium/Favela-Medium.svg#Favela-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'favelasemibold';
  src: url("../fonts/favela-semibold/Favela-SemiBold.eot");
  src: url("../fonts/favela-semibold/Favela-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/favela-semibold/Favela-SemiBold.woff2") format("woff2"), url("../fonts/favela-semibold/Favela-SemiBold.woff") format("woff"), url("../fonts/favela-semibold/Favela-SemiBold.ttf") format("truetype"), url("../fonts/favela-semibold/Favela-SemiBold.svg#Favela-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  color: #666666;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

a {
  color: inherit;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

a:hover {
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
}

header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

header img {
  width: 140px;
}

header .navbar {
  padding: 20px 0rem 0;
}

header .navbar-nav li {
  padding: 0 26px;
}

header .navbar-nav li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

header .navbar-nav li:last-child {
  padding-right: 0;
}

header.dark-bg .navbar-nav li a {
  color: #232323;
}

#banner {
  background: #21cba9;
  background: linear-gradient(127deg, #21cba9 0%, #00392e 100%);
  padding: 160px 0 0;
  height: 760px;
  position: relative;
}

#banner .banner-img {
  position: absolute;
  bottom: -150px;
  right: 50px;
}

#banner .left {
  margin-top: 80px;
}

#banner .left h1 {
  background: #fff832;
  background: linear-gradient(45deg, #fff832 0%, #ffc300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 60px;
  line-height: 58px;
  margin-bottom: 40px;
  font-family: "favelabold";
}

#banner .left p {
  color: #fff;
  width: 80%;
}

#banner .left p span {
  font-weight: 700;
}

@media (min-width: 1200px) {
  #banner .banner-img img {
    height: 760px;
  }
}

#what-makes {
  background-color: #FFCC00;
  padding: 60px 0;
}

#what-makes h1 {
  background: #178f77;
  background: -webkit-gradient(linear, left top, right top, from(#178f77), to(#015344));
  background: linear-gradient(90deg, #178f77 0%, #015344 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0px;
  font-family: "favelasemibold";
  letter-spacing: -1.5px;
}

#metal-treatment {
  background: #fbfbfb;
  background: linear-gradient(45deg, #fbfbfb 0%, #dde1e6 100%);
  padding: 80px 0;
  position: relative;
  height: 444px;
}

#metal-treatment::before {
  position: absolute;
  content: '';
  background-image: url(../images/metal.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 693px;
  width: 1130px;
  left: -120px;
  top: -249px;
}

#metal-treatment h3 {
  background: #6f26c2;
  background: -webkit-gradient(linear, left top, right top, from(#6f26c2), to(#ff50ad));
  background: linear-gradient(90deg, #6f26c2 0%, #ff50ad 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "favelasemibold";
  font-size: 38px;
  margin-bottom: 30px;
}

#metal-treatment p {
  font-weight: 500;
  line-height: 26px;
}

#testimonial {
  background: #fedf18;
  background: radial-gradient(circle, #fedf18 0%, #fed017 100%);
  padding: 40px 0;
}

#testimonial img {
  width: 70%;
  margin: 0 auto;
}

#passion {
  background: #00685e;
  background: linear-gradient(135deg, #00685e 0%, #013030 100%);
  padding: 60px 0;
}

#passion h3 {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(#b8b8b8));
  background: linear-gradient(90deg, #f6f6f6 0%, #b8b8b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 50px;
  font-family: "favelabold";
}

#passion p {
  color: #D39B00;
  font-weight: 500;
}

#contact-us {
  background: #f9f9f9;
  background: linear-gradient(135deg, #f9f9f9 0%, #f6f6f6 100%);
  padding: 60px 0;
}

#contact-us h3 {
  color: #969696;
  font-size: 24px;
  font-family: "favelamedium";
}

#contact-us p {
  font-size: 18px;
  margin-bottom: 40px;
}

#contact-us a {
  -webkit-transition: color ,1s;
  transition: color ,1s;
}

#contact-us a:hover {
  color: #004E47;
  text-decoration: none;
}

#contact-us svg {
  width: 30px;
  height: 30px;
}

#contact-us .media-body {
  padding-left: 20px;
}

#contact-us .form-group {
  margin-bottom: 40px;
}

#contact-us .form-group label {
  color: #737373;
  font-weight: 700;
  margin-bottom: 22px;
}

#contact-us .form-group .form-control {
  box-shadow: -3px 6px 17px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: -3px 6px 17px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: -3px 6px 17px 0px rgba(0, 0, 0, 0.13);
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  background: linear-gradient(180deg, white 0%, #eeeeee 100%);
  border: 0;
  border-radius: 20px;
  height: 48px;
}

#contact-us .form-group textarea {
  height: 140px !important;
}

#contact-us .btn {
  background-color: #343434;
  color: #fff;
  font-weight: 700;
  border-radius: 25px;
  padding: 8px 30px;
  -webkit-transition: .1s;
  transition: .1s;
}

#contact-us .btn:hover {
  background-color: #004E47;
  -webkit-box-shadow: 15px -1px 20px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 15px -1px 20px 0px rgba(0, 0, 0, 0.32);
}

#contact-us .tin {
  position: absolute;
  left: -6px;
  width: 60%;
  bottom: -60px;
}

footer {
  background-color: #EEEEEE;
  padding: 80px 0 60px;
}

footer .logo-img img {
  width: 50%;
}

footer h5 {
  color: #004E47;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

footer ul li {
  margin-bottom: 4px;
}

footer ul li a {
  font-weight: 500;
}

footer ul li a:hover {
  color: #004E47;
  text-decoration: none;
}

footer p {
  font-weight: 500;
}

footer .social-media {
  margin-top: 30px;
}

footer .social-media li {
  padding: 0 15px;
}

footer .social-media li a {
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  -webkit-transition: .2s;
  transition: .2s;
}

footer .social-media li a:hover {
  height: 44px;
  width: 44px;
  -webkit-box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.49);
}

#yellow-bg {
  background: #f6f6f6;
  background: radial-gradient(circle, #f6f6f6 0%, #e7e7e7 100%);
  height: 120px;
}

#about-us {
  background: #00685e;
  background: linear-gradient(31deg, #00685e 0%, #013030 100%);
  padding: 60px 0;
  color: #EBEBEB;
}

#about-us h2 {
  font-size: 62px;
  font-weight: 800;
  margin-bottom: 34px;
}

#about-us h5 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 22px;
}

#about-us p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 30px;
}

#products {
  padding: 80px 0;
  background: white;
  background: linear-gradient(31deg, white 0%, #e6e6e6 100%);
}

#products img {
  height: 250px;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

#products img:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

#diesel-lubricants {
  background: #bebebe;
  background: linear-gradient(146deg, #bebebe 0%, #787878 100%);
  padding: 180px 0 60px;
}

#diesel-lubricants h1 {
  font-size: 200px;
  color: #A6A6A6;
  opacity: .6;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.14), 1px -1px 0 rgba(255, 255, 255, 0.14), -1px 1px 0 rgba(255, 255, 255, 0.14), 1px 1px 0 rgba(255, 255, 255, 0.14);
  position: absolute;
  margin-top: 100px;
  font-weight: 700;
  font-family: "favelabold";
}

#diesel-lubricants h2 {
  color: #ECECEC;
  font-weight: 700;
  font-size: 50px;
  line-height: 62px;
  font-family: "favelabold";
}

#diesel-lubricants .right .box {
  margin-bottom: 34px;
}

#diesel-lubricants .right .box h4 {
  color: #FCD20E;
  font-size: 16px;
  font-family: "favelasemibold";
  margin-bottom: 20px;
}

#diesel-lubricants .right .box p {
  color: #E9E9E9;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}

#diesel-lubricants .right .box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #E9E9E9;
  font-size: 14px;
  font-family: "favelasemibold";
  margin-bottom: 4px;
}

#diesel-lubricants .right .box .btn {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-family: "favelasemibold";
  padding: 10px 20px;
  right: 0px;
  bottom: 38px;
  z-index: 11;
}

#diesel-lubricants.hydrolic {
  background: #f9dd1d;
  background: linear-gradient(146deg, #f9dd1d 0%, #e6a100 100%);
  position: relative;
  overflow: hidden;
}

#diesel-lubricants.hydrolic::after {
  position: absolute;
  content: '';
  background-image: url(../images/gp-din.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 278px 0px;
  width: 870px;
  height: 800px;
  right: 0;
  bottom: -130px;
  overflow: hidden;
}

#diesel-lubricants.hydrolic h1 {
  opacity: .1;
  color: #a79f41;
  font-size: 160px;
}

#diesel-lubricants.hydrolic h2 {
  color: #004E47;
}

#diesel-lubricants.hydrolic h6 {
  color: #323232;
  font-size: 15px;
  font-weight: 700;
}

#diesel-lubricants.hydrolic p {
  color: #323232;
  font-size: 14px;
  margin-bottom: 20px;
  padding-right: 20px;
  line-height: 24px;
}

#diesel-lubricants.hydrolic p span {
  font-weight: 700;
}

#diesel-lubricants.hydrolic::after {
  content: '';
  background-image: url(../images/gp-din.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100% 100%;
}

#diesel-lubricants.motor-bike {
  background: #f9dd1d;
  background: linear-gradient(146deg, #f9dd1d 0%, #e6a100 100%);
  position: relative;
  overflow: hidden;
  background: #fcca00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fcca00 0%, #db7b00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcca00', endColorstr='#db7b00',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

#diesel-lubricants.motor-bike h2 {
  color: #2E2E2E;
}

#diesel-lubricants.motor-bike p {
  color: #323232;
}

#diesel-lubricants.motor-bike h1 {
  opacity: .2;
  color: #eca300;
  font-size: 160px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.94), 1px -1px 0 rgba(255, 255, 255, 0.94), -1px 1px 0 rgba(255, 255, 255, 0.94), 1px 1px 0 rgba(255, 255, 255, 0.94);
}

#diesel-lubricants.motor-bike::after {
  position: absolute;
  content: '';
  background-image: url(../images/mk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 278px 0px;
  width: 592px;
  height: 600px;
  right: 0;
  bottom: -60px;
  overflow: hidden;
}

#diesel-lubricants.motor-bike .right-btn {
  position: absolute;
  right: 0;
  bottom: -54px;
  z-index: 99;
}

#diesel-lubricants.atf-gear-oil {
  background: #ececec;
  background: linear-gradient(146deg, #ececec 0%, #d4d4d4 100%);
  position: relative;
  overflow: hidden;
}

#diesel-lubricants.atf-gear-oil::after {
  position: absolute;
  content: '';
  background-image: url(../images/gp-din.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 278px 0px;
  width: 870px;
  height: 800px;
  right: 0;
  bottom: -130px;
  overflow: hidden;
}

#diesel-lubricants.atf-gear-oil h1 {
  opacity: .1;
  color: #a79f41;
  font-size: 160px;
}

#diesel-lubricants.atf-gear-oil h2 {
  color: #136560;
  font-family: "favelasemibold";
  font-size: 49px;
}

#diesel-lubricants.atf-gear-oil h6 {
  color: #323232;
  font-size: 15px;
  font-weight: 700;
}

#diesel-lubricants.atf-gear-oil p {
  color: #323232;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 50px;
  padding-right: 20px;
  line-height: 26px;
}

#diesel-lubricants.atf-gear-oil p span {
  font-weight: 700;
}

#diesel-lubricants.atf-gear-oil::after {
  content: '';
  background-image: url(../images/gear-oil.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100% 100%;
  width: 810px;
  height: 850px;
}

#diesel-lubricants.atf-gear-oil .product-enquiry-btn {
  z-index: 1;
  position: relative;
}

#diesel-lubricants.treatment {
  color: #fff;
  background: #eb0000;
  background: linear-gradient(146deg, #eb0000 0%, #560101 100%);
}

#diesel-lubricants.treatment h1 {
  opacity: .2;
  color: #b00101;
  font-size: 120px;
  margin-top: 47px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.94), 1px -1px 0 rgba(255, 255, 255, 0.94), -1px 1px 0 rgba(255, 255, 255, 0.94), 1px 1px 0 rgba(255, 255, 255, 0.94);
}

#diesel-lubricants.treatment h2 {
  font-family: "favelabold";
  color: #E6E6E6;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 40px !important;
}

#diesel-lubricants.treatment h6 {
  font-weight: 800;
  color: #fff;
}

#diesel-lubricants.treatment p {
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
  line-height: 35px;
}

#diesel-lubricants.treatment::after {
  background-image: url(../images/treatment-two.svg);
  width: 680px;
  height: 420px;
  right: 0;
  bottom: 200px;
  background-position: 245px 0px;
}

#diesel-lubricants.treatment::before {
  content: '';
  position: absolute;
  background-size: 100% 100%;
  background-position: 245px 0px;
  background-image: url(../images/treatment-one.svg);
  background-repeat: no-repeat;
  width: 680px;
  height: 420px;
  right: 0;
  top: 200px;
  z-index: 99;
}

#diesel-lubricants .giant-bx span {
  color: #323232;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

#diesel-lubricants .product-enquiry-btn {
  margin-top: 35px;
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  padding: 12px 18px;
  font-family: "favelasemibold";
}

#diesel-lubricants.industrial-oil {
  background: #ececec;
  background: linear-gradient(146deg, #ececec 0%, #d4d4d4 100%);
  position: relative;
  overflow: hidden;
}

#diesel-lubricants.industrial-oil::after {
  position: absolute;
  content: '';
  background-image: url(../images/industrial.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 348px 0px;
  overflow: hidden;
  width: 640px;
  width: 740px;
  height: 590px;
  bottom: -190px;
}

#diesel-lubricants.industrial-oil h1 {
  opacity: .1;
  color: #a79f41;
  font-size: 160px;
}

#diesel-lubricants.industrial-oil h2 {
  color: #136560;
  font-family: "favelasemibold";
  font-size: 49px;
  margin-bottom: 30px !important;
}

#diesel-lubricants.industrial-oil h6 {
  color: #535353;
  font-size: 13px;
  font-weight: 700;
}

#diesel-lubricants.industrial-oil p {
  color: #323232;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 50px;
  padding-right: 20px;
  line-height: 26px;
}

#diesel-lubricants.industrial-oil p span {
  font-weight: 700;
}

#diesel-lubricants.industrial-oil .product-enquiry-btn {
  z-index: 1;
  position: relative;
}

#diesel-lubricants h5 {
  font-size: 13px;
  color: #CACACA;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.product-enquiry-btn {
  z-index: 1;
  position: relative;
}

.product-enquiry-btn {
  margin-top: 35px;
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  padding: 12px 18px;
  font-family: "favelasemibold";
}

#about-us.grease {
  background: #007469;
  background: linear-gradient(150deg, #007469 0%, #007469 50%, #002d29 100%);
  position: relative;
}

#about-us.grease h2 {
  font-family: "favelasemibold";
  font-size: 50px;
}

#about-us.grease h6 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 26px;
}

#about-us.grease p {
  font-size: 13px;
  line-height: 30px;
}

#about-us.grease .product-enquiry-btn {
  color: #fff !important;
}

#about-us.grease::before {
  position: absolute;
  content: '';
  background-image: url(../images/machine.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  background-position: 100% 100%;
  height: 1200px;
  width: 1200px;
}

#carousel-view h1 {
  font-family: "favelabold";
  margin-top: 20px;
  color: #414141;
  opacity: .1;
  position: absolute;
  font-size: 180px;
  z-index: 1;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.94), 1px -1px 0 rgba(255, 255, 255, 0.94), -1px 1px 0 rgba(255, 255, 255, 0.94), 1px 1px 0 rgba(255, 255, 255, 0.94);
}

#carousel-view h2 {
  color: #E1E1E1;
  font-weight: 700;
  font-size: 60px;
  line-height: 58px;
  margin-bottom: 60px;
  font-family: "favelabold";
  position: relative;
  z-index: 99 !important;
}

#carousel-view .item {
  padding-top: 160px;
}

#carousel-view .item::before {
  position: absolute;
  content: '';
  background-image: url(../images/gasoline/gasoline-one.svg);
  height: 832px;
  width: 620px;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 110px 170px;
  z-index: 99 !important;
}

#carousel-view .first-list-item {
  background: #5b5b5b;
  background: linear-gradient(145deg, #5b5b5b 0%, #111111 100%);
}

#carousel-view .second-list-item {
  background: #efefef;
  background: linear-gradient(145deg, #efefef 0%, #cbcbcb 100%);
}

#carousel-view .second-list-item h1 {
  font-size: 166px;
  opacity: .5;
  color: #e7e7e7;
  text-shadow: -1px -1px 0 rgba(155, 155, 155, 0.14), 1px -1px 0 rgba(155, 155, 155, 0.14), -1px 1px 0 rgba(155, 155, 155, 0.14), 1px 1px 0 rgba(155, 155, 155, 0.14);
}

#carousel-view .second-list-item h2 {
  color: #9B9B9B;
}

#carousel-view .second-list-item p {
  color: #5D5D5D;
}

#carousel-view .second-list-item p span {
  font-weight: 700;
}

#carousel-view .second-list-item::before {
  background-image: url(../images/gasoline/gasoline-two.svg);
  z-index: 1;
  height: 832px;
  width: 630px;
  background-position: 130px 160px;
}

#carousel-view .third-list-item {
  background: #0cb2e3;
  background: linear-gradient(146deg, #0cb2e3 0%, #00475c 100%);
}

#carousel-view .third-list-item h1 {
  color: #0782a7;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.94), 1px -1px 0 rgba(255, 255, 255, 0.94), -1px 1px 0 rgba(255, 255, 255, 0.94), 1px 1px 0 rgba(255, 255, 255, 0.94);
}

#carousel-view .third-list-item h2 {
  color: #DADADA;
}

#carousel-view .third-list-item p {
  color: #D3D3D3;
}

#carousel-view .third-list-item p span {
  font-weight: 700;
}

#carousel-view .third-list-item::before {
  background-image: url(../images/gasoline/gasoline-three.svg);
}

#carousel-view .four-list-item {
  background: #007469;
  background: linear-gradient(150deg, #007469 0%, #007469 35%, #002d29 100%);
}

#carousel-view .four-list-item h1 {
  color: #007469;
}

#carousel-view .four-list-item h2 {
  color: #fff;
}

#carousel-view .four-list-item p {
  color: #F0F0F0;
  margin-bottom: 30px;
}

#carousel-view .four-list-item p span {
  font-weight: 700;
}

#carousel-view .four-list-item::before {
  background-image: url(../images/gasoline/gasoline-four.png);
}

#carousel-view p {
  color: #ACACAC;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 60px;
  padding-right: 20px;
}

#carousel-view p span {
  font-weight: 700;
}

#carousel-view .available {
  position: absolute;
  bottom: 6px;
  right: 0;
}

#carousel-view .product-enquiry-btn {
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  font-family: "favelasemibold";
  padding: 14px 20px;
}

#carousel-view .right-btn {
  margin-bottom: 50px;
}

#carousel-view .right-btn .btn {
  font-family: "favelasemibold";
  margin: 8px 0;
  padding: 6px 6px;
  width: 144px;
}

#carousel-view .right-btn .btn-yellow {
  background-color: #D39B00;
  border-radius: 0;
  color: #000;
}

#carousel-view .right-btn .btn-gray {
  background-color: #000;
  border-radius: 0;
  color: #fff;
}

#carousel-view .carousel-control-next, #carousel-view .carousel-control-prev {
  position: absolute;
  z-index: 9999;
  background: red;
  top: 130px;
  width: auto;
  left: 5px;
}

#carousel-view .carousel-control-next {
  left: 60px;
  right: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #about-us.grease h2 {
    font-size: 40px;
  }
  #about-us.grease::before {
    height: 900px;
    width: 900px;
  }
  #banner {
    padding: 100px 0 0;
    height: 560px;
  }
  #banner .left h1 {
    font-size: 45px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  #banner .banner-img {
    bottom: -132px;
    right: 0;
  }
  #banner .banner-img img {
    height: 500px;
  }
  #what-makes h1 {
    padding: 40px 0;
  }
  #diesel-lubricants h1 {
    font-size: 146px;
  }
  #diesel-lubricants h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #diesel-lubricants.hydrolic::after {
    background-position: 218px 0px;
    width: 710px;
    height: 700px;
  }
  #carousel-view h2 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  #carousel-view p {
    font-size: 13px;
    margin-bottom: 40px;
  }
  #carousel-view .product-enquiry-btn {
    padding: 8px 12px;
    font-size: 14px;
  }
  #carousel-view .second-list-item::before {
    height: 772px;
    width: 550px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #about-us.grease h2 {
    font-size: 40px;
  }
  #about-us.grease::before {
    height: 700px;
    width: 700px;
  }
  header .navbar-nav li a {
    font-size: 15px;
  }
  footer {
    padding: 30px 0;
  }
  footer h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  footer ul li a {
    font-size: 14px;
  }
  footer p {
    font-size: 14px;
  }
  footer .social-media {
    margin-top: 15px;
  }
  footer .social-media li {
    padding: 0 5px;
  }
  #banner {
    padding: 80px 0 0;
    height: 460px;
  }
  #banner .left h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  #banner .banner-img {
    bottom: -132px;
    right: 0;
  }
  #what-makes {
    padding: 30px 0;
  }
  #what-makes h1 {
    font-size: 40px;
  }
  #metal-treatment {
    padding: 30px 0;
    height: 434px;
  }
  #metal-treatment::before {
    height: 494px;
    width: 532px;
    left: -150px;
    top: -60px;
  }
  #metal-treatment p {
    font-size: 14px;
    line-height: 22px;
  }
  #metal-treatment h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #passion {
    padding: 30px 0;
  }
  #passion h3 {
    font-size: 30px;
  }
  #contact-us {
    padding: 40px 0;
  }
  #contact-us h3 {
    font-size: 20px;
  }
  #contact-us p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #contact-us .form-group label {
    margin-bottom: 15px;
    font-size: 14px;
  }
  #contact-us .form-group textarea {
    height: 100px !important;
  }
  #contact-us .tin {
    bottom: -40px;
  }
  #products {
    padding: 10px 0;
  }
  #about-us {
    padding: 40px 0;
  }
  #about-us h2 {
    font-size: 52px;
    margin-bottom: 15px;
  }
  #about-us h5 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  #about-us p {
    font-size: 14px;
  }
  #diesel-lubricants {
    padding: 120px 0 20px;
  }
  #diesel-lubricants h1 {
    font-size: 80px;
  }
  #diesel-lubricants h2 {
    font-size: 26px;
    line-height: 27px;
  }
  #diesel-lubricants.hydrolic h1 {
    font-size: 100px;
  }
  #diesel-lubricants.hydrolic::after {
    background-position: 163px 0px;
    width: 550px;
    height: 560px;
  }
  #carousel-view h1 {
    font-size: 92px;
  }
  #carousel-view h2 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  #carousel-view p {
    font-size: 13px;
    margin-bottom: 40px;
  }
  #carousel-view .product-enquiry-btn {
    padding: 8px 12px;
    font-size: 14px;
  }
  #carousel-view .second-list-item::before {
    height: 702px;
    width: 470px;
  }
  #carousel-view .second-list-item h1 {
    font-size: 92px;
  }
}

@media (max-width: 767px) {
  #about-us.grease h2 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  #about-us.grease h6 {
    margin-bottom: 10px;
  }
  #about-us.grease::before {
    height: 400px;
    width: 300px;
  }
  body {
    font-size: 14px;
  }
  header img {
    width: 94px;
  }
  header .navbar {
    padding: 10px 0 0;
  }
  header .navbar-toggler {
    padding: .25rem .75rem 0;
  }
  header .navbar-collapse {
    position: relative;
    z-index: 11;
    margin: 0 -15px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bbbbbb));
    background: linear-gradient(180deg, white 0%, #bbbbbb 100%);
  }
  header .navbar-nav li {
    padding: 0 15px;
  }
  header .navbar-nav li a {
    color: #666666;
    font-size: 14px;
  }
  #yellow-bg {
    height: 80px;
  }
  #banner {
    padding: 68px 0 0;
    height: 500px;
  }
  #banner .left {
    margin-top: 10px;
  }
  #banner .left h1 {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #banner .left p {
    width: 100%;
    font-size: 14px;
  }
  #banner .banner-img {
    bottom: -60px;
    right: 0;
  }
  #banner .banner-img img {
    height: 310px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #what-makes {
    padding: 20px 0;
  }
  #what-makes h1 {
    font-size: 24px;
  }
  #metal-treatment {
    padding: 20px 0 0;
    height: auto;
  }
  #metal-treatment::before {
    display: none;
  }
  #metal-treatment p {
    font-size: 14px;
    line-height: 22px;
  }
  #metal-treatment h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #metal-treatment img {
    max-width: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 220px;
    margin-top: -80px;
    overflow: hidden;
  }
  #testimonial {
    padding: 20px 0 0;
  }
  #testimonial img {
    width: 80%;
    margin: 0 auto 24px;
  }
  #passion {
    padding: 18px 0;
  }
  #passion h3 {
    font-size: 20px;
  }
  #passion p {
    font-size: 14px;
  }
  #contact-us {
    padding: 20px 0;
  }
  #contact-us h3 {
    font-size: 20px;
  }
  #contact-us p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #contact-us .tin {
    display: none;
  }
  #contact-us svg {
    width: 18px;
    height: 20px;
  }
  #contact-us .form-group {
    margin-bottom: 20px;
  }
  #contact-us .form-group label {
    margin-bottom: 14px;
    font-size: 14px;
  }
  #contact-us .form-group .form-control {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #contact-us .btn {
    font-size: 15px;
  }
  footer {
    padding: 20px 0;
  }
  footer .logo-img img {
    width: 38%;
  }
  footer h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  footer ul li a {
    font-size: 14px;
  }
  footer p {
    font-size: 15px;
  }
  footer .social-media {
    margin-top: 10px;
    margin-bottom: 0;
  }
  footer .social-media li {
    padding: 0 5px;
  }
  #products {
    padding: 20px 0 0;
  }
  #products img {
    height: auto;
    margin-bottom: 20px;
  }
  #about-us {
    padding: 20px 0;
  }
  #about-us h2 {
    font-size: 30px;
    margin-bottom: 4px;
  }
  #about-us h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #about-us p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .product-enquiry-btn {
    margin-top: 5px;
    padding: 7px 12px;
    margin-left: 0px;
  }
  #diesel-lubricants {
    padding: 80px 0 20px;
  }
  #diesel-lubricants h1 {
    font-size: 40px;
    padding-left: 10px;
  }
  #diesel-lubricants h2 {
    font-size: 30px;
    line-height: 30px;
  }
  #diesel-lubricants .right .box {
    margin-bottom: 4px;
  }
  #diesel-lubricants .right .box span {
    margin-bottom: 10px;
  }
  #diesel-lubricants .right .box .btn {
    position: static !important;
  }
  #diesel-lubricants.treatment h1 {
    font-size: 100px;
    margin-top: 52px;
  }
  #diesel-lubricants.treatment h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px !important;
  }
  #diesel-lubricants.treatment h6 {
    margin-bottom: 10px !important;
  }
  #diesel-lubricants.treatment p {
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 14px;
  }
  #diesel-lubricants.treatment::after {
    width: 160px;
    height: 180px;
    bottom: 0;
  }
  #diesel-lubricants.treatment::before {
    display: none;
  }
  #diesel-lubricants.hydrolic {
    padding: 80px 0 140px;
  }
  #diesel-lubricants.hydrolic h1 {
    font-size: 30px;
  }
  #diesel-lubricants.hydrolic::after {
    background-position: 38px;
    width: 160px;
    height: 280px;
  }
  #diesel-lubricants.hydrolic h5 {
    bottom: -36px;
    left: 18px;
    right: auto;
  }
  #diesel-lubricants.atf-gear-oil {
    padding: 80px 0 30px;
  }
  #diesel-lubricants.atf-gear-oil::after {
    display: none;
    width: 870px;
    height: 800px;
  }
  #diesel-lubricants.atf-gear-oil h2 {
    font-size: 29px;
  }
  #diesel-lubricants.atf-gear-oil h6 {
    font-size: 13px;
  }
  #diesel-lubricants.atf-gear-oil::after {
    width: 280px;
    height: 380px;
  }
  #diesel-lubricants.motor-bike::after {
    display: none;
  }
  #diesel-lubricants.motor-bike .right-btn {
    position: static;
  }
  #diesel-lubricants .product-enquiry-btn {
    margin-top: 5px;
    padding: 7px 12px;
    margin-left: 0px;
  }
  #diesel-lubricants .giant-bx span {
    font-size: 12px;
    margin-bottom: 12px;
  }
  #diesel-lubricants.industrial-oil {
    padding: 80px 0 40px;
  }
  #diesel-lubricants.industrial-oil::after {
    display: none;
    width: 280px;
    height: 410px;
  }
  #carousel-view h1 {
    margin-top: 0px;
    font-family: "favelasemibold";
  }
  #carousel-view h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 26px;
    font-family: "favelasemibold";
  }
  #carousel-view h2 br {
    display: none;
  }
  #carousel-view h1 {
    margin-top: 0px;
    font-size: 30px !important;
  }
  #carousel-view p {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #carousel-view .item {
    padding-top: 100px;
  }
  #carousel-view .item::before {
    display: none !important;
    height: 200px;
    width: 350px;
    background-position: 0px 26px;
  }
  #carousel-view .product-enquiry-btn {
    padding: 4px 10px;
    font-size: 12px;
    position: relative;
    z-index: 1;
  }
  #carousel-view .available {
    font-size: 10px;
  }
  #carousel-view .carousel-control-next, #carousel-view .carousel-control-prev {
    top: 80px;
    left: 15px;
  }
  #carousel-view .carousel-control-next {
    left: 45px;
  }
  #carousel-view .carousel-control-next-icon, #carousel-view .carousel-control-prev-icon {
    width: 15px;
    height: 15px;
  }
}
/*# sourceMappingURL=style.css.map */