i {
    line-height: inherit !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #BBA757 !important;
}

.hero-2 .hero-content {
    padding: 0 10%;
}

.feature-icon img {
    margin-top: 15px;
}

.swiper-pagination {
    bottom: 15px !important;
}
.page-pagination span.page-numbers.current {

    background: #BBA757;
    color: #fff !important;

    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}
.color_white{
    color: #fff !important;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-top: 6px;
}
.custom_select_career .nice-select .current {
    margin-right: 12px;
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
.common_page_template p {
    color: #000;
}

.common_page_template ul li {
    position: relative;
    font-weight: 500;
    color: var(--text-color);
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 15px;
}
.common_page_template ul li::before {
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--theme);
    display: inline-block;
    top: 2px;
    left: 0;
}
.common_page_template ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}
.border_bottom_section{
    border-bottom: 1px solid rgb(117 106 106 / 48%);
}
.feature_item_content{
    flex: 1;
}
/* .about-content li,.icon_li_style li{
    position: relative;
    font-weight: 500;
    color: var(--text-color);
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 15px;
}
.about-content li::before,.icon_li_style li::before{
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--theme);
    display: inline-block;
    top: 2px;
    left: 0;
} */
p.expiry_date {
    color: #222;
    margin-bottom: 0;
}
.modal-content textarea.form-control{
    min-height:100px ;
}
.form-control[type=file] {
    height: 28px !important;
    padding: 6px;
}
.nice-select ul.list li:hover {
    background-color: #ccc !important;
}
.custom_select_career .nice-select .current {
    line-height: 0 !important;
}
p:empty {
    display: none;
}
.li_with_tick_icon li{
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    color: #fff !important;
}
.li_with_tick_icon li::before {
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 17px;
    font-weight: 900;
    line-height: normal;
    color: var(--theme);
    display: inline-block;
    top: 2px;
    left: 0;
}
.services_slider_wrap_item{
    margin: 0 25px;
}
.mb-5rem{
    margin-bottom: 3rem !important;
}
.form_wrapper_footer .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.form_wrapper_footer .wpcf7-response-output{
    display: none;
}
.card.job_listing_card {
    box-shadow: none;
    margin-bottom: 25px;
    border: 1px solid #ccc !important;
}
.card.job_listing_card .card-header {
    padding: 20px;
    background: #fff;
}
.card.job_listing_card .card-header button:focus,.card.job_listing_card .card-header button:hover,.card.job_listing_card .card-header button:active,.card.job_listing_card .card-header button:visited{
    box-shadow: none !important;
    border: none !important;
    text-decoration: none;
    transition: none !important;
}
.card.job_listing_card .card-header button{
    cursor: pointer;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
    transition: none !important;
	border: none !important;
}
.card.job_listing_card .card-header button::after{
    position:absolute;
    right: 0;
    content: '';
    content: "\f101";
    font-family: 'Font Awesome 6 Free';
    transform: rotate(-90deg);
}
.card.job_listing_card .card-header button[aria-expanded="false"]::after{
    transform: rotate(90deg) !important;
}
.card.job_listing_card .card-header button.collapsed::after{
    transform: rotate(90deg);
}
.card.job_listing_card .card-header button small{
    margin-left: 10px;
    color: #2a328d;
}
.card.job_listing_card .slider-btns a {
    padding: 7px 20px;
    font-size: 12px;
}