.submenu {
  background: #f0ebeb;
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.65);
  border-radius: 0 0 10px 10px;
  padding: 1px 3px;
  text-align: center;
  width: 13rem;
  position: absolute;
  display: none;
/*	opacity: 0;*/
  transition: opacity .5s ease;
}

.submenu li {
  list-style: none;
  display: block;
  border-bottom: 1px solid gray;
}

.submenu li a {
  font-size: 0.85rem;
  text-decoration: none;
  color: #458C83;
/*  font-weight: bold;*/
  display: block;
  padding: 0.5rem 0.5rem;
}

.submenu li a:hover {
  color: #458C83;
  background-color: white;
}

.nav-item:hover .submenu {
  display: block; 
/*opacity: 1;*/
}
#owl-screenshots .item img {
    height: 200px; /* Set a fixed height for all images */
    width: auto; /* Maintain the aspect ratio */
    max-width: 100%; /* Ensure images don't exceed their original width */
    display: block; /* Remove any extra space below the image */
    margin: 0 auto; /* Center the image within its container */
}
.contactDetail{
  display: flex;
  justify-content: space-between;
}
