.top-margin {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.vision {
    width: 50%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('./../Images/vision.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mission {
    width: 50%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('./../Images/mission.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
.vision-mission{
    padding-left: 9px;
    padding-right: 9px;
}
}

.main-banner {
    background-size: cover;
    height: 450px;
    background-repeat: no-repeat;
    position: relative;
    background-image: linear-gradient(darkorange,orange,darkorange);

}

.main-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
    z-index: 99;
}

.shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.shadow-md {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.card-hover-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.map-height{
    height: 50vh;
}

.our-team-img{
    height: 280px;
}

.bg-team{
    background: cornsilk;
}

.client-satisfaction{
    background: peachpuff;
}