.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control {
    position: absolute;
    width: 100%;
    top: 100%;
}
.bravo_wrap .page-template-content .bravo-form-search-all {
    padding: 120px 0 0;
    height: 65vh;
    position: relative;
}
.bravo_wrap .page-template-content .bravo-form-search-slider .effect {
    height: 65vh;
}
.header-services-wrapper {
    background-color: #ffc107db;
    text-align: center;
    padding: 35px;
    border-radius: 15px;
    color: #fff;
    transition: 0.5s;
    font-weight: bold;
    transition: 0.5s;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.header-services-wrapper-a:hover {
    text-decoration: none;
}
.header-services-wrapper:hover {
    transform: scale(1.1);
    transition: 0.5s;
}