.career-header {
    background-position: center 10% !important;
}

.sec_padding {
    padding: 60px 15px;
}

.Why_join_us.sec_padding {
    padding-top: 25px !important;
}

.Why_join_us .textblock__content p,
.Why_join_us .textblock__content p span,
.equal_opportunity .textblock__content p,
.equal_opportunity .textblock__content p span {
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #415261;
}

/*.Why_join_us.sec_padding h3 {
    text-align: center;
}

.careers-page .text-center {
    text-align: center;
}*/

.careers-page .page__content__container {
    width: 100%;
    max-width: 85%;
}

.our_values .boxe_main {
    display: grid;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    background-color: #fff;
    margin: 60px auto 0;
    gap: 15px
}

.our_values .boxe_main:before,
.our_values .boxe_main:after {
    display: none;
}

.our_values .boxe_main .boxe_inner_list {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.our_values .boxe_main .boxe_inner_list::before,
.our_values .boxe_main .boxe_inner_list::after {
    display: none;
}

.our_values .boxe_main .boxe_inner_list:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border-radius: 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.our_values .boxe_main .boxe_inner_list .title {
    font-size: 18px;
    font-family: 'Effra', sans-serif;
    font-weight: 500;
}

.our_values .boxe_main .boxe_inner_list p {
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    color: #415261 !important;
    line-height: initial;
}

.our_values .boxe_main .boxe_inner_list .title,
.our_values .boxe_main .boxe_inner_list p {
    color: #254899;
}

.our_vacancies,
.working_with_us {
    background: #d7f4ea;
}

.working_with_us .list_main {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-top: 50px;
    padding: 0;
}

ul.list_main {
    list-style-type: none;
}

.working_with_us .list_main li::before {
    content: '';
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDMuMjVsLTEyLjMwNiAxMy0uMDAyLS4wMDJ2LjAwMkwwIDguMTI1bDMuMDc2LTMuMjVMNy42OTIgOS43NSAxNi45MjQgMHoiIGZpbGw9IiMwMDg5NjUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    position: absolute;
    inset: 0 0 0 0;
    z-index: 1;
    background-size: 24px;
    background-position: 10px 12px;
    background-repeat: no-repeat;
}

/*.page.careers-page .page__header[class*=bg_]:after {
	background: #254899 !important;
}*/
.working_with_us .list_main li.list_item {
    padding: 15px 15px 15px 45px;
    border: 3px solid #C1DED3;
    border-radius: 15px;
    position: relative;
    background-color: #C0E3D7;
    font-size: 18px;
    line-height: 18px;
    max-width: 95%;
    margin: 0 0 20px;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
}

.our_values .boxe_main .boxe_inner_list {
    display: inline-flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 20px;
    text-align: center;
}

.our_values .boxe_main .boxe_inner_list .box_image {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.our_vacancies .owl-carousel {
    margin-top: 60px;
}

.our_vacancies .owl-carousel .item {
    background: #4DC7A0;
    padding: 1rem;
    width: 200px;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.our_vacancies .owl-carousel .item a {
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 99;
}

.our_vacancies .owl-carousel .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    object-fit: cover;
}

.our_vacancies .owl-carousel .item::before {
    content: '' !important;
    display: block !important;
    background: #254899;
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

.our_vacancies .owl-carousel .item .title {
    font-size: 22px;
    font-weight: 500;
}

.our_vacancies .owl-carousel .item .location {
    font-family: 'Effra light', sans-serif;
    font-weight: 300;
}

.our_vacancies .owl-carousel .item .title {
    position: relative;
    text-align: center;
    color: #fff;
    font-family: 'Effra', sans-serif;
}

.our_vacancies .owl-carousel .item .location {
    z-index: 2;
    position: relative;
    text-align: center;
    color: #fff;
    font-family: 'Hind', sans-serif;
}

.our_vacancies .owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_vacancies .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.our_vacancies .owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.owl-nav button span {
    font-size: 30px;
    color: #fff;
}

.our_vacancies .owl-carousel .owl-nav button.owl-prev,
.our_vacancies .owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #254899;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.working_with_us .list_main li::before {
    content: '';
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDMuMjVsLTEyLjMwNiAxMy0uMDAyLS4wMDJ2LjAwMkwwIDguMTI1bDMuMDc2LTMuMjVMNy42OTIgOS43NSAxNi45MjQgMHoiIGZpbGw9IiMwMDg5NjUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    position: absolute;
    inset: 0 0 0 0;
    z-index: 1;
    background-size: 24px;
    background-position: 10px 17px;
    background-repeat: no-repeat;
    filter: invert(56%) sepia(91%) saturate(3347%) hue-rotate(352deg) brightness(95%) contrast(85%);
}

.modal-apply-form div:before,
.modal-apply-form div::after,
.modal-apply-form div:before,
.modal-apply-form div:after {
    display: none;
}

.Job-details {
    margin-bottom: 15px;
}

.Job-details .modalcallback__form__group input[type="file"] {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #415261;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #9caab5;
    padding: 7px 16px 5px;
    width: 100%;
}

.Job-details .modalcallback__form__group input[type="file"]::file-selector-button {
    margin: -.375rem -.95rem;
    margin-inline-end: .75rem;
    color: #415261;
    background-color: #efefef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 11px 10px;
}

.sectionbreak {
    display: none;
}

.Why_join_us.sec_padding .page__content__inner,
.equal_opportunity.sec_padding .page__content__inner {
    padding-top: 0;
    padding-bottom: 0;
}

.Why_join_us .textblock__content p span:empty,
.equal_opportunity .textblock__content p span:empty {
    display: none;
}

body.single-joblisting .main p strong,
.single-joblisting .main #apply_now_btn {
    font-family: 'Effra', sans-serif;
}

body.single-joblisting .main h3 {
    font-family: 'Effra light', sans-serif;
}

body.single-joblisting .main p,
body.single-joblisting .main ul li {
    font-family: 'Hind', sans-serif;
}

body.single-joblisting .main h5,
,
body.single-joblisting .main h5 strong,
body.single-joblisting .main h6,
body.single-joblisting .main h6 strong,
.single-joblisting .main .textblock__content h4 {
    font-family: 'Effra', sans-serif;
    font-weight: normal;
}
@media (max-width: 1280px) {
.working_with_us .list_main {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        margin-top: 50px;
    }
    .working_with_us .list_main li.list_item {
    max-width: 90%;
}

}

@media (min-width: 1200px) {
    .sectionbreak {
        display: block;
    }
}

@media (max-width: 1280px) {
    .our_values .boxe_main .boxe_inner_list {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .working_with_us .list_main li.list_item {
        max-width: 100%;
    }

    .our_values .boxe_main {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }
}

@media (max-width: 850px) {
    .careers-page .page__content__container {
        width: 100%;
        max-width: 95%;
    }

    .our_values .boxe_main {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }

    .working_with_us .list_main {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin-top: 50px;
    }

}

@media (max-width: 767px) {
    .sec_padding {
        padding: 30px 15px;
    }

    .our_vacancies .owl-carousel .owl-nav button.owl-prev {
        left: -45px;
    }

    .our_vacancies .owl-carousel .owl-nav button.owl-next {
        right: -45px;
    }
    #responseiq-app-container iframe.responseiq-app-frame {
    	bottom: 80px!important;
	}
}

@media (max-width: 575px) {
    .our_values .boxe_main {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }
}

.our_vacancies .our_vacancies_carousel .owl-nav,
.our_vacancies .our_vacancies_carousel .owl-nav.disabled {
    display: block !important;
}

.page-template-template-careers .bottomfixed,
.single-joblisting .bottomfixed {
    display: none;
}

@media (min-width: 1600px) {
    .header__content, .headerlp__content {
        padding-left: 140px !important;
    }
}

.custom_page_tpl .textblock__header__title2 {
    font-weight:600
}
.custom_page_tpl .textblock__content p{
    font-weight:500;
}

.custom_page_tpl .textblock__content .bullet_title{
    font-size:24px
}
.custom_page_tpl .textblock__content h3{
    font-weight:600;
    font-size:36px
}
.custom_page_tpl .breadcrumb{
    display:none;
}

.custom_page_tpl .textblock__content p {
    font-weight: 400;
    font-size: 18px;
}
.custom_page_tpl .textblock__content ul li{
    font-size:18px;
}

.custom_page_tpl .pagesection {
    margin-top:50px;
}

@media (max-width: 992px){
    .custom_page_tpl .pagesection__row.reversed .pagesection__row__colimage {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
.custom_page_tpl .pagesection__row.reversed .pagesection__row__colimage  .imageblock__pebble__img {
    height:100%;
    width:100%;
}

   .custom_page_tpl .pagesection__row.reversed .pagesection__row__colimage .imageblock__pebble {
     height:100%;
    width:100%;
}

   .custom_page_tpl .pagesection__row.reversed .pagesection__row__colimage {
    height: 100%;
    width: 100%;
    min-height: 120px;
}
    .custom_page_tpl .pagesection__row.reversed .pagesection__row__coltext {
    -ms-flex-preferred-size:100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
}
@media (min-width: 1600px) {
    .custom_page_tpl .page__content__container {
       max-width: 1440px;
    }
}

.landing-header .header__inner{
	display: flex; 
	justify-content: end;  
	align-items: center; 
	height: 120px;
}
.header.landing-header {
	display: block;
}
.page__header.landing-page-header[class*=bg_]:after {
    content: '';
    display: block;
    background: #18416F;
    opacity: .25;
    z-index: 1;
}

.page-template-template-customlanding-page .bottomfixed__quote {
	display: none;
}

.page__header__form {
    z-index: 5;
}