.navbar-nav .nav-item a.nav-link {
  color: #000000;
}
.navbar-nav .nav-item a.nav-link:hover {
  color: #000000;
}
.service-page {
  min-height: 70vh;
  background-image: linear-gradient(180deg, #0000005d 0%, #00000063 100%),
    url("../image/pexels-julius-silver-753331.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  object-fit: fill;
}
.service-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #ffffff;
}
.card-title{
  font-size: 18px;
}
.link{
  color: #fc6418;
  
}
.link:hover{
  color: #fc6418;
  text-decoration: none;
}
h2 {
  font-size: 24px;
}
.fa-chevron-down{
  color: #fc6418;
}
.services {
  background-image: linear-gradient(80deg, #ffffffd0 0%, #ffffffc4 100%), url('../image/crane-708623_1920.jpg');
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image{
  width: 100%;
  height: 60vh;
}
.card-img-top{
  height: 40vh;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 604px) {
  h2 {
    font-size: 18px;
  }
}
