.main{
  margin-top: 160px;
}
.main h5 a{
  text-decoration: none;
  color: #545e67;
  font-size: 14px;
  font-weight: 600;
  font-family: Georgia, serif;
}
.path .path_page{
  margin-top: -270px;
}
.path .path_page h1{
  color: white;
  font-size: 50px;
  font-weight: bold;
  font-family: Georgia, serif;
}
.path .path_page h1:hover{
  color: white;
  font-size: 50px;
  font-weight: bold;
  font-family: Georgia, serif;
}
.path .path_page h6{
  color: white;
  font-family: Georgia, serif;
}
.headline{
  font-weight: bold;
  color: #5124ec;
  font-family: Georgia, serif;
}
.line{
  width: 100px;
  color: #ffca5e;
  font-family: Georgia, serif;
}
.subline{
  color: #545e67;
  font-family: Georgia, serif;
}
.paths a h6{
  font-family: Georgia, serif;
}
.row .machine_names li{
  font-family: Georgia, serif;
}
.container .trip_image .gallery_title{
  background: #545e67; padding: 10px; color: #ffca5e; border-radius: 10px; font-family: Georgia, serif;
}
.container .machine_details table thead tr th{
  font-family: Georgia, serif;
}
.container .machine_details table tbody tr td{
  font-family: Georgia, serif;
}
@media (max-width: 1062px) {
  .path .path_page h1{
    font-size: 18px;
  }
  .path .path_page h6{
    color: white;
    font-size: 11px;
  }
  .path .path_page{
    margin-top: -90px;
  }
  .main{
    margin-top: 20px !important;
  }
}
/* IMAGE ZOOMERS & SIZERS */

.image-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: zoom-in;
}
.zoom-image {
  transition: transform 0.3s ease;
}
.key_industries .images{
  padding-left: 10px;
}
.key_industries .images img{
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-height: 200px;
  box-shadow: 1px 1px 2px 1px #d4d6d5;
  border-radius: 5px;
}
.key_industries .paths a{
  text-decoration: none;
  color: white;
}
.key_industries .paths a h6{
  padding: 10px;
  color: black;
  border-radius: 10px;
  text-align: center;
  background: none;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  border-left: 6px solid black;
  border-top: 1px solid black;
}
.key_industries .paths a h6{
  position: relative;
  overflow: hidden;
  color: black;
  background-color: transparent;
  transition: color 0.5s ease;
  padding: 10px;
  color: black;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  text-align: center;
  border-left: 6px solid black;
  border-top: 1px solid black;
  cursor: pointer;
}
.key_industries .paths a h6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5124ec;
  z-index: -1;
  transition: transform 0.5s ease;
  transform: scaleY(0);
  transform-origin: left;
}
.key_industries .paths a h6:hover::before {
  transform: scaleY(1);
}

.key_industries .paths a h6:hover {
  color: white;
}
/* .key_industries .paths a h6:hover{
  padding: 10px;
  color: black;
  border-radius: 10px;
  text-align: center;
  background: #5124ec;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  border-left: 6px solid black;
  border-top: 1px solid black;
  transition: 0.6s;
} */
.key_industries .paths .current{
  background: #9d9e9d;
  color: white;
  padding: 10px;
  font-size: 20px;
  border-radius: 30px;
  text-align: center;
  border-left: 6px solid black;
  border-top: 1px solid black;
}
