:root {
    --accent-color: #c6a04f;
    --second-color: #6e45cf;
    --barlow: 'Barlow Condensed', sans-serif;
    --trans: 0.4s all ease;
}


.otgs-development-site-front-end, .grecaptcha-badge {
    display: none !important;
}

.custom-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.property-box .img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.modal .form-control {
    border-color: #000;
    color: #000;
}

.modal .form-control::placeholder {
    color: #000;
}

#multi-step-form {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
    padding: 55px 50px;
}

#multi-step-form .fw-plain-layout .fw-step-part-title {
    display: none !important;
}

.newinfo #multi-step-form .fw-wizard-step-header h2 {
    color: #c6a04f;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.5;
    font-weight: 700;
}

.newinfo #multi-step-form .fw-wizard-step-container h3 {
    color: #c6a04f;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}

.newinfo #multi-step-form .fw-choice.fw-input-container {
    width: 49%;
    display: inline-block;
}

.agents .flexbox .img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: top;
}

.agents .flexbox .inner {
    padding-left: 20px;
}

.agents .flexbox .inner .inner-info li {
    margin-bottom: 10px;
}

.agents .flexbox .inner .inner-info li a {
    color: #000;
    transition: var(--trans);
    text-transform: lowercase;
}

.agents .flexbox .inner .inner-info li a i {
    margin-right: 8px;
}

.agents .flexbox {
    align-items: center;
    margin-bottom: 20px;
}

.flexbox {
    display: flex;
    width: 100%;
}

.agents .flexbox .img {
    min-width: 200px;
    flex-basis: 200px;
}

.custom-container {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.sticky-top.agents {
    top: 170px;
    z-index: 9;
}

.resp-table {
    overflow-x: auto;
}

.eval {
    padding: 80px 0;
}

#advance-search {
    padding-top: 80px;
}

#advance-search input, #advance-search select {
    border: 1px solid #fff;
    background: none;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 15px;
    display: block;
    width: 100%;
    outline: none;
    box-shadow: none;
    color: #fff;
}

#advance-search select option {
    color: #000;
}

#advance-search input[name="q"] {
    margin-bottom: 40px;
}

#advance-search label {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

#advance-search ::placeholder {
    color: #fff;
}

#advance-search form {
    background: var(--accent-color);
    padding: 50px;
}

.btn-default.white {
    border-color: #fff;
    color: #fff;
}

.btn-default.white:hover {
    border-color: #000;
}

#advance-search .btn-wrapper {
    margin-top: 40px;
}

.about-inner h3 {
    text-transform: uppercase;
    font-size: 55px;
    font-weight: bold;
    color: var(--accent-color);
}

.team-member .section-title h2 {
    font-size: 70px;
}

.page-template-default a {
    text-decoration: underline;
}

.getintouch .wpcf7 .wpcf7-form a {
    text-decoration: underline;
    color: #fff;
}

.getintouch .wpcf7 .wpcf7-form a:hover {
    color: #24a9e2;
}

.getintouch .wpcf7 .wpcf7-form span {
    color: #fff;
}

.wpcf7 .wpcf7-form a {
    text-decoration: underline;
}

/* footer */
.footer-logo-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
