.leadership-meet-content-item ul li {
    padding-left: 24px;
    display: inline-block;
    position: relative;
}
.leadership-meet-content-item ul li:after {
    content: "";
    position: absolute;
    left: 0;
    border: 1.5px solid #BE934D;
    width: 10px;
    height: 1.5px;
    top: 13px;
}
.inner-hero-section {
    padding-top: calc(var(--top-bar-height, 0) + var(--main-header-height, 0));
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.why-this-section {
    background-image: var(--bg-desktop);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.hw_work-main {
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-office>img {
    height: auto;
}
.vision-mission-section {
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.leadership-item {
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
._404-section {
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.powermail_fieldset_1 .nolabel { margin-top:0px !important; }

@media (max-width: 767px) {
    .inner-hero-section {
        background-image: var(--bg-mobile);
    }
    .why-this-section {
        background-image: var(--bg-mobile);
    }
    .hw_work-main {
        background-image: var(--bg-mobile);
    }
    .vision-mission-section {
        background-image: var(--bg-mobile);
    }
    .leadership-item {
        background-image: var(--bg-mobile);
    }
    ._404-section {
        background-image: var(--bg-mobile);
    }
}






.tx-indexedsearch-searchbox fieldset {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form {
    margin: 0;
    flex-grow: 1;
}
.tx-indexedsearch-search-submit .button {
    border: none;
    min-width: 200px;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form label {
    margin-bottom: 10px;
}
.tx-indexedsearch-info-sword {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tx-indexedsearch-info-sword .tx-indexedsearch-info-sword-word {
    font-weight: 700;
    font-style: italic;
}
ul.tx-indexedsearch-browsebox {
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
}
div.tx-indexedsearch-browsebox {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tx-indexedsearch-browsebox .tx-indexedsearch-page-selector {
    color: #000;
    text-decoration: none;
    transition: 0.3s all;
}
.tx-indexedsearch-browsebox .tx-indexedsearch-page-selector:hover {
    color: var(--accent-color-1);
}
.tx-indexedsearch-res {
    margin-top: 30px;
}
.tx-indexedsearch-res h3 {
    font-size: 23px;
    margin-bottom: 10px;
}
.tx-indexedsearch-res h3 a {
    color: #31685B;
    text-decoration: none;
    transition: 0.3s all;
}
.tx-indexedsearch-res h3 a:hover {
    color: var(--accent-color-1);
}
.tx-indexedsearch-res+.tx-indexedsearch-res {
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
}
div.tx-indexedsearch-browsebox:last-child ul.tx-indexedsearch-browsebox {
    margin: 20px 0 0;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    width: 100%;
}
.tx-indexedsearch-res p {
    line-height: 1.6;
}
.indexedsearch-searchbox-bg {
    background: rgb(8 66 60 / 20%);
    padding: 20px;
    border-radius: 10px;
}
.indexedsearch-searchbox-bg .tx-indexedsearch-browsebox {
    margin: 0;
}

.indexedsearch-searchbox-bg .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    border: none !important;
    width: auto !important;
}



@media only screen and (max-width: 767px) {
    .tx-indexedsearch-search-submit {
        width: 100%;
    }

    .tx-indexedsearch-search-submit .button {
        width: 100%;
    }

}


