body {
	/*font-family: "Lato", sans-serif;*/
	font-size: 16px;
	line-height: 26px;
}
.m-h-255 {
	min-height: 255px;
}
.m-h-365 {
	min-height: 365px;
}
.m-h-495 {
	min-height: 495px;
}
.owl-carousel .owl-item .img-icon1 img {
  width: 90px !important;
}
.owl-carousel .owl-item .img-icon2 img {
  width: 70px !important;
}
.ul-list li {
	color: var(--dark);
}

.ul-list li:hover {
	color: var(--primary);
}

.ul-list li i {
	color: var(--primary);
}

.list.list-icons li:hover > [class*="fa-"]:first-child {
	color: var(--secondary);
}

.project-img .owl-carousel .owl-item {
  height: 100px; /* Set a fixed height */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.project-img .owl-carousel .owl-item img {
  height: 100px;
  width: 100%; /* Maintain aspect ratio */
  object-fit: cover; /* Optional: to crop image if needed */
}
