/* Management & Board Page CSS Start */
@media (max-width: 1600px) {
  .hero__banner br {
    display: none;
  }
}
@media (min-width: 1600px) {
  .tb__about--block .main__title h2, .tb__about--block .main__title .h2 {
    font-size: 54px;
    padding-bottom: 54px;
  }
  .team__bio h4 {
    font-size: 23px;
  }
}
@media (min-width: 1440px) {
  .hero__banner .tb__about--block .row {
    row-gap: 30px;
  }
}
.hero__banner {
  padding: 19% 0 13%;
}
.hero__banner .btn__wrapper {
  position: absolute;
  bottom: 0;
  right: 5%;
  left: 5%;
}
.hero__banner .btn__wrapper .btn {
  font-size: 18px;
  min-width: 50%;
  padding: 25px;
  line-height: 1;
}
.hero__banner .btn__wrapper .btn:not(:last-child) {
  margin-right: 10px;
}
.hero__banner .btn__wrapper .btn:hover, .hero__banner .btn__wrapper .btn.active {
  background: #00eef9;
  color: #000c48 !important;
}
.hero__banner .container {
  position: static;
}

h4 {
  line-height: 1.6;
  position: relative;
}
@media (min-width: 1600px) {
  h4 {
    font-size: 24px;
  }
}

/* Production Block CSS Start */
.tb__production--block {
  padding: 100px 0 22.23rem;
  background-color: #000c48;
}
.tb__production--block .container {
  z-index: 1;
}
.tb__production--block h2 {
  margin-bottom: 50px;
  font-weight: 500;
}

.tb__production__des {
  padding-right: 260px;
}
.tb__production__des h4 {
  font-size: 28px;
  color: #d7e1f8;
  margin-right: 10px;
}
.tb__production__des p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 22px;
  font-family: "Gotham";
  font-weight: 500;
}
.tb__production__des ul {
  margin-bottom: 40px;
}
.tb__production__des li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.tb__production__des li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #22eef9;
  position: absolute;
  left: 0;
  top: 12px;
}
.tb__production__des li li {
  margin-block: 10px 25px;
}

.tb__production__banner--col {
  scale: 1.5;
  transform-origin: top right;
  margin-top: -50px;
	/*width:400px;
	text-align:right;
	margin-left:125px;
	margin-top:40px;*/
	
}

/* About Block CSS End */
.tb__ridge_oil {
  margin-bottom: 120px;
}
@media (min-width: 1600px) {
  .tb__ridge_oil {
    margin-bottom: 250px;
  }
}
.tb__ridge_oil .row {
  gap: 0;
}
.tb__ridge_oil ul {
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .tb__ridge_oil ul {
    margin-left: 120px;
  }
}
.tb__ridge_oil ul li {
  position: relative;
  padding-left: 20px;
}
.tb__ridge_oil ul li:not(:last-child) {
  margin-bottom: 30px;
}
.tb__ridge_oil ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #22eef9;
  position: absolute;
  left: 0;
  top: 13px;
}
.tb__ridge_oil ul li h4 {
  font-size: 22px;
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .hero__banner .btn__wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero__banner .btn__wrapper .btn {
    min-width: 40%;
  }
}
@media (max-width: 1600px) {
  .tb__production--block {
    padding-bottom: 150px;
  }
  .tb__production--block h2 {
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .tb__production__des {
    padding-right: 85px;
  }
  .tb__production__des p {
    font-size: 16px;
  }
  .tb__production__des h4 {
    font-size: 20px;
  }
  .tb__production__banner--col {
    scale: 1.3;
  }
}
@media (max-width: 991px) {
  br {
    display: none;
  }
  .btn__wrapper .btn {
    padding: 10px 45px !important;
  }
}
@media (max-width: 767px) {
  .tb__production__banner--col {
    scale: 1;
    margin-top: 0;
  }
  .hero__banner {
    padding: 29% 0 0;
  }
  .hero__banner .btn__wrapper {
    position: static;
    margin-top: 40px;
  }
  .hero__banner .btn__wrapper .btn:not(:last-child) {
    margin-right: 0;
  }
  .tb__production--block {
    padding: 80px 0;
  }
  .tb__production--block h2 {
    font-size: 24px;
  }
  .tb__production__des {
    padding-right: 0;
  }
  .tb__ridge_oil ul {
    margin-top: 15px;
  }
  .tb__ridge_oil ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .tb__ridge_oil ul li h4 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .hero__banner .btn__wrapper {
    right: 0;
    left: 0;
  }
  .hero__banner .btn__wrapper .btn {
    min-width: 720px;
    line-height: 1;
    padding: 41px 25px;
    font-size: 24px;
  }
}
/* Management & Board Page CSS End *//*# sourceMappingURL=oil.css.map */