.text-color {
  color: #6c6c86;
}
a.navbar-brand img {
  width: 50% !important;
}
.marginstart150px {
  margin-left: 54px;
}
.footercontactdetails li {
  margin-bottom: 15px;
  line-height: 35px;
}
.footercontactdetails li a {
  color: #fecc00;
}
a {
  color: #a75f4a;
}
.navigation.nav-bg {
  contain-intrinsic-block-size: AUTO 100px;
  background-color: #ba6f59;
  padding: 0px 100px;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
  width: 54%;
}
.manufacturingf h2 {
  font-size: 32px !important;
}
.manufacturingf h3 {
  font-size: 25px !important;
  margin-top: 30px;
}
.manufacturingf ul li {
  padding: 5px 0 10px;
}
.contactus h4 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.contactus h3 {
  font-size: 25px;
}
.section-border {
  height: 9px;
  width: 220px;
  background: linear-gradient(37deg, rgb(167 95 74) 1%, rgb(254 204 0) 100%);
  border-radius: 5px;
  margin: 40px auto 90px;
}

.bg-gradient-primary {
  background: linear-gradient(
    37deg,
    rgb(167 95 74) 1%,
    rgb(254 204 0) 100%
  ) !important;
}
.dropdown-item:hover {
  color: #fecc00 !important;
}
.navbar .dropdown-item:active {
  background-color: transparent;
}
.section h4 {
  margin-top: 15px;
}
.animated-text {
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);

  /* Clip Background Image */

  background: url("../images/banner/animated-text-fill.jpg") repeat-y;
  -webkit-background-clip: text;
  background-clip: text;

  /* Animate Background Image */

  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;

  /* Activate hardware acceleration for smoother animations */

  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image */

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
