.navbar_hover a.nav-link:hover {
  background-color: black;
}
.bg-color {
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(68, 69, 70);
  opacity: 0.7;
}
.section:after {
  background-color: blue;
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
}
.btn_hover:hover {
  background-color: black;
  color: white;
}

#service_bd_color {
  background-color: black;
}
.card_bg_clr {
  background-color: black;
  color: white;
}

/*responsive image*/
.banner {
  height: 250px;
  width: 100%;
  background-image: url("images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.portfolio_bg_clr {
  background-color: #f6f6f6;
}

#footer_bg_color {
  background: black;
  color: white;
}
.footer_section:before {
  background-color: blue;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: auto;
  margin-right: auto;
}
.footer {
  list-style-type: none;
  padding: 0;
}

.footer a {
  text-decoration: none;
  color: inherit;
  display: block; /* Add this if you want the links to stack vertically */
  margin-bottom: 5px; /* Add margin between links if needed */
}
.footer a:hover {
  color: blue;
}
