.d-flex {
  display: flex !important;
}
.align-items-lg-center {
    align-items: center !important;
}
.projects-grid-view .grid,
.services-grid-view .grid {
    width: calc(100% - 15%);
	height: 100%; 
    margin: 0 15px 30px;
    float: left;
}
.service-s2-box-grids .inner h3 span:before {
    background-color: transparent;
}
.our-team-bg {
    background-color: #f6f6f6;
    padding-bottom: 100px;
    margin-bottom: 45px;
}
/* .page-title {
  background: url("/public_html/osmansare/upload/cropped-shot-of-multiethnic-group-of-businessmen-h-2026-03-12-23-55-10-utc.jpg") center center/cover no-repeat local;
  height: 260px;
  position: relative;
  width: 100%;
} */

.page-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#loader, #success, #error {
    display: none;
    margin-top: 15px;
}
#success { color: green; }
#error { color: red; }