.architector {
color:#fff;
}
.architector img {
width: 30px;
    border-radius: 100%;
}
.copyright-bar {
    background-color: #3D3D3D;
    color: #fff;
	position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
}
.copyright-bar  a {
    color: #ffffff;
}
.modal.fade {
    display: none;
}
.menu-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.navbar-nav {
    margin: 7.5px 25px;
}
.header-top span {
    display: block;
}
.gallery {
        padding: 70px 0 65px;
}
.gallery .gallery-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}