#about {
  background: #ea2534 url("../img/about.jpg") no-repeat fixed center/cover;
  height: 300px;
  color: #fff;
  /* position: relative; */
}

#clientele {
  background: #ea2534 url("../img/cleintele.jpg") no-repeat fixed center/cover;
  height: 300px;
  color: #fff;
  /* position: relative; */
}

#reach {
  background: #333 url("../img/reach-us2.jpg") no-repeat fixed center/cover;
  height: 300px;
  color: #fff;
}

#awards {
  background: #ea2534 url("../img/awards3.jpg") no-repeat fixed center/cover;
  height: 300px;
  color: #fff;
  /* position: relative; */
}

#dealer {
  background: #ea2534 url("../img/dealer.jpg") no-repeat fixed center/cover;
  height: 300px;
  color: #fff;
  /* position: relative; */
}

#about .dark-overlay {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

#history .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.about-nav {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 0.5rem 0;
  background: #fafafa;
}

.about-nav .container {
  display: flex;
  justify-content: space-between;
}

.about-nav .container h3 {
  margin-top: 0.5rem;
  color: #666;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.about-nav .container ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.about-nav .container ul li {
  margin: 0.7rem 1rem 0 1rem;
}

.about-nav .container ul li:last-child {
  margin: 0.7rem 0rem 0 1rem;
}

.about-nav .container ul li a {
  text-decoration: none;
  color: #666;
}

.about-nav .container ul li a:hover {
  color: #ea2534;
}

.about-nav .active {
  color: #ea2534 !important;
}

.about-nav-sm {
  display: none;
}

@media (max-width: 768px) {
  .about-nav-sm {
    display: none;
  }
  .about-nav .container {
    display: flex;
    justify-content: space-between;
  }

  .about-nav .container h3 {
    margin-top: 0.5rem;
    color: #666;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .l-heading-h {
    color: #ea2534 !important;
  }

  .about-nav .container ul {
    list-style: none;
    display: flex;
    align-items: center;
  }

  .about-nav .container ul li {
    margin: 0.7rem 0.4rem 0 0.4rem;
  }

  .about-nav .container ul li:last-child {
    margin: 0.7rem 0rem 0 0.4rem;
  }

  .about-nav .container ul li a {
    text-decoration: none;
    color: #666;
    font-size: 0.7rem;
  }

  .about-nav .container ul li a:hover {
    color: #ea2534;
  }
}



.main-image {
  width: 500px;
  height: 500px;
}

.main-image img {
  width: 500px;
  height: 500px;
}
.border-image {
  border: 6px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
}

/* #vm {
  background: #fafafa;
} */

#vm .vms img {
  width: 100%;
  margin-bottom: 1rem;
}

#infrastructure {
  background: #ea2534 url("../img/infrastructures.jpg") no-repeat fixed
    center/cover;
  height: 300px;
  color: #fff;
  /* position: relative; */
}

#infrastructure .red-overlay {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  /* position: absolute; */
  top: 0;
  bottom: 0;
  background-color: rgba(234, 37, 52, 0.92);
}

#culture {
  background: #ea2534 url("../img/infrastructure.jpg") no-repeat center
    center/cover;
  height: 80vh;
  color: #fff;
}

#culture .red-overlay {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  /* position: absolute; */
  top: 0;
  bottom: 0;
  /* left: 0; */
  /* right: 0; */
  background-color: rgba(234, 37, 52, 0.92);
}

.border-large {
  border: 12px solid rgba(255, 255, 255, 0.33);
}


/* History */

#history {
  background: #333 url("../img/History2.jpg") no-repeat fixed center/cover;
  height: 300px;
  color: #ea2534;
}

#quality {
  background: #333 url("../img/quality1.jpg") no-repeat fixed center/cover;
  height: 300px;
  color: #fff;
}

#assurance {
  background: #333 url("../img/Assurance-Shield.png");
  height: 300px;
  color: #fff;
}

#history .dark-overlay {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  /* position: absolute; */
  top: 0;
  bottom: 0;
  /* left: 0; */
  /* right: 0; */
  /* background-color: rgba(0, 0, 0, 0.7); */
}

.coming-soon {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coming-soon-title {
  color: #ea2534;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: normal;
}

#timeline ul {
  background: #fff;
  /* padding-bottom: 50px; */
}

/* Line */
#timeline ul li {
  list-style: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #ccc;
}

/* Boxes */
#timeline ul li div {
  position: relative;
  bottom: 0;
  width: 480px;
  padding: 1rem;
  background: #fff;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ea2534;
  visibility: hidden;
  opacity: 0;
}

#timeline ul li div img {
  width: 100%;
  height: 200px;
}

#timeline ul li:nth-child(odd) div {
  left: 40px;
  transform: translate(200px, 0);
}

#timeline ul li:nth-child(even) div {
  left: -520px;
  transform: translate(-200px, 0);
}

/* DOTS */
#timeline ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 20px;
  border: #ccc 2.5px solid;
  padding: 5px;
  line-height: 20px;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}

/* Arrows Base*/
#timeline ul div::before {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
}

/* Right Arrows */
#timeline ul li:nth-child(odd) div::before {
  left: -16px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #ea2534 transparent transparent;
}

#timeline ul li:nth-child(even) div::before {
  right: -16px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ea2534;
}

/* Show Boxes */
#timeline ul li.show div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

#timeline ul li.show:after {
  background: #ea2534;
}

@media (max-width: 900px) {
  #timeline ul li div {
    width: 300px;
  }

  #timeline ul li:nth-child(even) div {
    left: -330px;
  }
}

@media (max-width: 600px) {
  #timeline ul li {
    margin-left: 20px;
  }

  #timeline ul li div {
    width: calc(100vw - 150px);
  }

  #timeline ul li:nth-child(even) div {
    left: 40px;
  }

  #timeline ul li:nth-child(even) div::before {
    left: -16px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #ea2534 transparent transparent;
  }
}

.prod {
  transition: all 0.3s;
}

.prod:hover {
  transform: scale(1.05);
  background: #fff;
}

#product2 .prod:hover {
  transform: scale(1.05);
  background: #fff;
}

#product .prod-img {
  width: 100%;
  margin-bottom: 0;
  /* border-radius: 15px; */
}

#product .prod-img img {
  display: block;
  width: 100%;
  /* border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; */
}

#product2 .prod-img {
  width: 100%;
  margin-bottom: 0;
  /* border-radius: 15px; */
}

#product2 .prod-img img {
  display: block;
  width: 100%;
  /* border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; */
}

/* {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
} */

/* .prod-img img:hover .img-desc, {
  background: #f5f5f5;
} */

.img-desc {
  padding: 1.5rem 0;
  /* max-width: 231px; */
}

.prod:hover .img-desc {
  /* background: #f5f5f5; */
}

.prod:hover .prod-img img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.prod-heading {
  font-size: 1rem;
  color: #666;
}

#product a {
  text-decoration: none;
}

#product_desc a {
  text-decoration: none;
}

.prod-link {
  color: #444;
  font-size: 0.9rem;
  text-align: center;
}

#product_desc {
  background: #f9f9f9;
}

#product_desc .prod-link {
  color: #444;
  font-size: 0.9rem;
  text-align: center !important;
}

.prod-link:hover {
  color: #ea2534;
}

.prod-item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}

.partition {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.prod-grid {
  transition: all 0.3s;
}

.prod-grid:hover {
  transform: scale(1.05);
}

.img-desc {
  transition: all 0.3s;
}

.prod-grid:hover .img-desc {
  background: #f5f5f5;
}

#product2 .container {
  display: grid;
  grid-template-columns: 6fr 2fr;
}

.prod2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6rem;
}

.sidebar {
  background: rgba(0, 0, 0, 0.02);
  border-left: 1px solid rgba(0, 0, 0, 0.04);
}

.sidebar .category-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: start;
  color: #666;
  text-transform: uppercase;
}

ul.category-list {
  list-style: square;
  text-align: start;
  background: #ea2534;
  color: #fff;
}

ul.category-list li {
  padding: 0.5rem 0;
  border-bottom: 1px dotted #fff;
}

ul.category-list li:last-child {
  border-bottom: none;
}

ul.category-list li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

ul.category-list li a:hover {
  text-decoration: underline;
}


@media (max-width: 500px) {
 .about-nav-sm {
    display: block;
  }

  .about-nav {
    display: none;
  }

  .main-image {
    width: 300px;
    height: 300px;
    margin: 0 auto 1rem auto;
  }

  .main-image img {
    width: 300px;
    height: 300px;
  }

  #infrastructure .p-5 {
    padding: 1rem !important;
  }

  #infrastructure .red-overlay {
    display: flex;
    /* text-align: center; */
    background-color: rgba(234, 37, 52, 0.92);
  }

  .border-large {
    border: none;
  }
}