@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


body {
    font-family: "Darker Grotesque", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
    font-family: "Anton", sans-serif;
}


p {
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #051F2B;
}

img {
    max-width: 100%;
}

.bg_style {
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

button {
    border: none;
}

input {
    width: 100%;
    border: none;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
}

.job_descp_iner ul {
    padding-left: 20px;
}
.title_h2 {
    font-size: 100px;
    font-weight: 400;
    line-height: 110px;
    text-align: left;
    color: #051F2B;
}

.title_h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    text-align: left;
    color: #051F2B;
}



.theme_anchor {
    font-size: 17px;
    font-weight: 700;
    line-height: 23.05px;
    text-align: left;
    color: #051F2B;
    padding: 14px 30px;
    display: inline-block;
    border: 1px solid #051F2B;
    border-radius: 10px;
    transition: .3s linear all;
    position: relative;
}

.theme_anchor:hover {
    color: #fff !important;
    border-color: #7DC369;
    background: #7DC369;
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.theme_anchor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #7DC369;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.theme_anchor:hover::before {
    opacity: 1;
}

.container_fluid {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.container {
    max-width: 1272px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.d-flex {
    display: flex;
}

.v-center {
    align-items: center;
}



/* base css end */

/* header css */

.header_inner {
    padding: 18px 45px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #fff;
    border-radius: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1332px;
    width: 100%;
    margin: auto;
}

.nav_bar {
    display: flex;
    align-items: center;
    margin-right: -13px;
}

.nav_bar li a {
    font-size: 17px;
    font-weight: 700;
    line-height: 23.05px;
    text-align: left;
    color: #051F2B;
    display: inline-block;
    padding: 0 13.5px;
    position: relative;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}

.nav_items a:hover {
    color: #7DC369;
    transform: scale(1.1);
}

.nav_items a::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #7DC369;
    bottom: -5px;
    left: 50%;
    transition: 0.3s ease;
    transform: translateX(-50%);

}

.nav_items a:hover::after {
    width: calc(100% - 27px);
}

header.main_header {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 43px;

}

header.main_header.sticky_header {
    position: fixed;
    top: 0px;
    z-index: 99;
}

header.main_header,
header.main_header.sticky_header {
    transition: .2s linear;
}

li.nav_items a:hover {
    color: #7dc369;
}

/* header css end */

.home_banner {
    position: relative;
    background-color: #051F2B;
    padding: 168px 0 132px 0;
    z-index: 1;
}

.banner_cont h1 {
    font-size: 140px;
    font-weight: 400;
    line-height: 150px;
    text-align: left;
    color: #E9F4E4;
}

.banner_cont h1 span {
    color: #FFFFFF;
    display: inline-block;
    max-width: 936px;
    width: 100%;
    text-align: right;
}

.baner_img {
    position: absolute;
    right: 0px;
    bottom: -100px;
}

.baner_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 274px;
    top: -244px;
    background-color: #7DC369;
}

.home_banner .container {
    position: relative;
    z-index: 1;
}

.home_banner::before {
    content: "";
    background-image: url("../img/home_banr_shape.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}

.home_banner::before {
    content: "";
    background-image: url("../img/home_banr_shape.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    width: 587px;
    height: 680px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.baner_img {
    max-width: 705px;
    width: 100%;
    height: 742px;
}

.baner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.types {
    background-color: #E9F4E4;
    padding: 256px 0 150px 0;
    position: relative;
    overflow: hidden;
}

.types::before {
    content: "";
    background-image: url('../img/type_shape.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: -170px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 618px;
    width: 100%;
    height: 523px;
}

.type_cont {
    max-width: 795px;
    width: 100%;
    margin-left: auto;
    position: relative;
}

.type_cont p {
    font-size: 27px;
    font-weight: 600;
    line-height: 36.61px;
    text-align: left;
    margin-top: 23px;
    max-width: 632px;
}

.break {
    padding: 150px 0 117px 0;
}

.break_cont {
    border: 1px solid var(--Navy, #051F2B);
    padding: 40px;
    max-width: 713px;
    width: 100%;
    margin-left: auto;
}

.break_cont h5 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 36.61px;
    text-align: left;

}

.break_cont p {
    margin-top: 23px;
    margin-bottom: 40px;
}

.break .row {
    align-items: center;
}

.break_row li:first-child {
    flex: 0 0 auto;
    width: 33%;
}

.break_row li:last-child {
    flex: 0 0 auto;
    width: 67%;
}

.clients .title_h3 {
    margin-bottom: 50px;
}

.client_slider .swiper-wrapper {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 50px;
}

.client_anchor a {
    font-family: "Anton", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    display: flex;
    align-items: center;
    color: #7DC369;
    text-decoration: none;
    transition: all 0.3s ease;
}

.client_anchor a img {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.client_anchor a:hover {
    color: #5B9B50;
    transform: scale(1.05);
}

section.clients {
    padding: 33px 0 150px;
    overflow: hidden;
}

.talk {
    padding: 288px 0;
}

.talk .talk_cont h2 {
    color: #fff;
    margin-bottom: 50px;
}

.talk .talk_cont a {
    color: #fff;
    border-color: #fff;
}

.news {
    padding: 150px 0;
}

.news_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.news_box {
    border: 1px solid #051F2B;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news_descp {
    padding: 20px 28px;
}

.news_descp span {
    font-size: 17px;
    font-weight: 700;
    line-height: 23.05px;
    text-align: left;
    display: inline-block;
    color: #7DC369;
    margin-bottom: 10px;
}

.news_descp h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #051F2B;
}

.news_ul {
    display: flex;
    margin: 0 -15px;
}

.news_ul>li {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 0px 15px;
}


.news_ol {
    display: flex;
    border-top: 1px solid #051F2B;
    margin-top: auto;
}

.news_ol li {
    text-align: center;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.news_ol li h6 {
    font-family: ' Darker Grotesque', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 25.76px;
    text-align: left;
    color: #051F2B;

}

.news_ol li p {
    font-size: 19px;
    font-weight: 400;
    line-height: 25.76px;
    text-align: left;
    color: #051F2B;
}

.news_ol li:first-child {
    border-right: 1px solid #051F2B;
}

ol.news_ol li:first-child {
    align-items: center;
}


.eric_sec ul {
    display: flex;
}

.eric_sec ul li:first-child {
    flex: 0 0 auto;
    width: 73%;
}

.eric_sec ul li:last-child {
    flex: 0 0 auto;
    width: 27%;
    background-color: #7DC369;
}

.swiper_eric_one {
    background-color: #051F2B;
}

section.eric_sec {
    overflow: hidden;
}

.eric_cont {
    width: 100%;
    height: 100%;
    margin-left: auto;
    padding: 85px 135px 85px 99px;
    background-color: #051F2B;
}

.eric_cont h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 65px;
    text-align: left;
    color: #fff;
    margin-bottom: 50px;
}

.eric_cont h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #fff;
}

.eric_cont p {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #fff;
}

.eric_descp h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #051F2B;
}

.eric_descp p {
    font-family: Darker Grotesque;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #051F2B;
}

div#slider1 {
    height: 650px;
}

div#slider2 {
    height: 530px;
    padding: 40px;
    background: #7DC369;
    overflow: hidden;
}

div#slider1 .swiper-slide {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
}

div#slider2 .swiper-slide {
    height: unset !important;
    opacity: .5;
    cursor: pointer;
}

.eric_btn {
    display: block;
    position: relative;
    max-width: 90px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}

div#slider2 .swiper-slide.swiper-slide-active {
    opacity: 1;
}

div#slider2 .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.eric_btn {
    position: relative;
    top: 60px;
    left: 30px;
}

.swiper_eric_two .swiper-slide-active {
    transform: translate3d(0, 0, 0) !important;
}

.footer_social a:hover {
    color: #7DC369 !important;
}

.custom_submt button:hover {
    transition: .2s linear;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.talk_anchor a:hover {
    border: 1px solid #7DC369 !important;
}


/* footer css */
.main_footer {
    padding: 100px 0 20px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.footer_ul {
    border: 1px solid #fff;
    display: flex;
    max-width: 100%;
}

.footer_ul>li:first-child {
    padding: 50px;
    max-width: 706px;
    width: 100%;
    flex: 0 0 auto;
}

.footer_ul>li:last-child {
    max-width: 537px;
    width: 100%;
    height: auto;
    border-left: 1px solid #fff;
}

.footer_cont h3 {
    color: #ffff;
    margin-bottom: 37px;
}

.custom_input {
    position: relative;
}

.custom_input label {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 23.05px;
    text-align: left;
    color: #fff;
    position: absolute;
    left: 20px;
    top: -14px;
    display: inline-block;
    padding: 0 10px;
    background: #051f2b;
}

.custom_input input,
.custom_input textarea {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 13px 30px 11px;
    background-color: transparent;
    font-family: ' Darker Grotesque', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #fff;
    width: 100%;
}

.custom_input input::placeholder,
.custom_input textarea::placeholder {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    opacity: .5;
}

ol.footer_ol li {
    margin-bottom: 40px;
}

.custom_input textarea {
    height: 110px;
}

.custom_submt button {
    font-size: 17px;
    font-weight: 700;
    line-height: 23.05px;
    text-align: left;
    padding: 14px 30px;
    border-radius: 10px;
    background-color: #fff;
    transition: .2s linear;
    border: 1px solid transparent;
    cursor: pointer;
    color: #051F2B;
}

.footer_descp .footer_social {
    margin-bottom: 30px;
}

.footer_descp .footer_social h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #fff;
    margin-bottom: 13px;
}

.footer_descp .footer_social a {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #ffff;
    display: inline-block;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
    padding: 43px 50px;
}

.copyright p {
    font-size: 13px;
    font-weight: 400;
    line-height: 17.63px;
    text-align: left;
    color: #fff;
    max-width: 437px;
    width: 100%;
    margin: auto;
}

.footer_ul>li:last-child .footer_descp {
    padding: 50px;
    height: 73%;
}

.footer_descp .footer_social:last-child {
    margin-bottom: 0px;
}

ol.footer_ol li:last-child {
    margin-bottom: 0px;
}

ol.footer_ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

ol.footer_ol li {
    flex: 0 0 50%;
    padding: 0 15px;
}

ol.footer_ol li:nth-last-child(1),
ol.footer_ol li:nth-last-child(2) {
    flex: 0 0 auto;
    width: 100%;
}

ol.footer_ol li:nth-last-child(2) {
    margin-bottom: 30px;
}

.foot_soclbox {
    height: 100%;
}

ol.footer_ol li:nth-child(5) {
    flex: 0 0 100%;
}

/* footer end */



.banner {
    padding: 350px 0 80px;
}

.banner::before {
    content: none;
}

.banner .baner_img {
    max-width: 705px;
    width: 30%;
    height: 742px;
    bottom: 0px;
}

.banner .baner_img::before {
    height: 100%;
    top: 0px;
}

.filter {
    padding: 66px 0 150px;
}

.filter_inner h3 {
    margin-bottom: 55px;
}

.filter_label {
    border: 1px solid #051F2B;
    border-radius: 10px;
    padding: 10px;
    padding-left: 30px;
    position: relative;
}

.filter_btn {
    display: flex;
}

.filter_label label {
    color: #051F2B;
    font-size: 17px;
    font-weight: 700;
    line-height: 23.05px;
    text-align: left;
    padding: 2px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    top: -16px;
}

.filter_label input {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 36.61px;
    text-align: left;
    color: #051F2B;
}

.filter_label input::placeholder {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 36.61px;
    text-align: left;
    color: #051F2B;
    opacity: .5;
}

.filter_label button {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 23.05px;
    text-align: left;
    padding: 14px 30px;
    background-color: #051F2B;
    border-radius: 10px;
    color: #fff;
    flex: 0 0 auto;
    width: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter_label button:hover {
    color: #fff !important;
    border-color: #7DC369;
    background: #7DC369;
    transform: translateY(0px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.filter_label button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #7DC369;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.filter_label button:hover::before {
    opacity: 1;
}

.filter_compbox {
    border: 1px solid #051F2B;
    min-height: 433px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.filtr_logo {
    display: flex;
    border-bottom: 1px solid #051F2B;
}

.filter_search {
    margin-bottom: 70px;
    max-width: 818px;
    width: 100%;
}

.filtr_logo .logo_fil1 {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.filtr_logo .logo_fil1:last-child {
    border-left: 1px solid #051F2B;
}

.logo_fil1 h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #051F2B;
}

.filter_detail {
    padding: 20px 28px 28px;

}

.filter_detail2 {
    margin-top: auto;
}

.filter_descp span {
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    line-height: 23.05px;
    text-align: left;
    color: #051F2B;
    margin-bottom: 10px;
}

.filter_descp h4 {
    font-family: Anton;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #051F2B;
}


.filter_datalist {
    margin-bottom: 7px;
    display: flex;
}

.filter_datalist h6 {
    flex: 0 0 30%;
}

.filter_datalist h6 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 25.76px;
    text-align: left;
}

.filter_datalist p {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 25.76px;
    text-align: left;
}

.filter_comp {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.filter_comp li {
    padding: 0 15px;
    flex: 0 0 auto;
    width: 33.3%;
    margin-bottom: 30px;
}

.filter_btns {
    text-align: center;
    margin-top: 54px;
}

.filter_comp a {
    color: #051F2B;
}



.job_baner .baner_img::before {
    height: 140%;
    bottom: 0px;
}

.job_baner .baner_img {
    max-width: 705px;
    width: 30%;
    height: 742px;
    bottom: 0px;
}

.job_baner .banner_cont h4 {
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #fff;
    margin-bottom: 22px;
}

.job_baner .banner_cont .banner_logo {
    margin-bottom: 30px;
}

.job_baner .banner_cont h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    text-align: left;
    color: #E9F4E4;
}

.job_baner .baner_btns a {
    color: #fff;
    border-color: #fff;
}

.job_baner .baner_btns a:first-child {
    color: #051F2B;
    border-color: #051F2B;
    background-color: #fff;
    margin-right: 30px;
}

.job_baner .banner_cont {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.job_baner .baner_btns {
    margin-top: 150px;
}

.job_baner {
    padding: 177px 0 70px;
    overflow: hidden;
}

.contract {
    position: relative;
}

.contract li {
    margin-bottom: 20px;
}

.contract li h4 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 36.61px;
    text-align: left;
    margin-bottom: 5px;
    color: #051F2B;
}

.contract li p {
    font-size: 27px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.job_baner .baner_img {
    width: 34%;
    height: 742px;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 75px;
}

.job_descp {
    padding: 124px 0 150px;
}

.job_descp_iner {
    /* max-width: 834px; */
    max-width: 70%;
    width: 100%;
    /* margin-left: auto; */
}

.job_detail {
    margin-bottom: 48px;
}

.job_detail h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #051F2B;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.job_detail p,
.job_detail li {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 12px;
}

.job_detail ul {
    list-style-type: inherit;
}

.job_detail ol {
    list-style-type: disc;
    padding-left: 20px;
}

.job_decp_btns {
    margin-top: 12px;
}

.job_decp_btns a:first-child {
    background-color: #051F2B;
    color: #fff;
    margin-right: 30px;
}

.news_baner {
    padding: 220px 0 90px;
    position: relative;
}

.news_baner h1 {
    font-size: 140px;
    font-weight: 400;
    line-height: 140px;
    text-align: left;
    color: #051F2B;
    margin-bottom: 74px;
}

.news_baner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 900px;
    background-color: #E9F4E4;
    z-index: -1;
}

.news_baner .filter_label {
    background: #fff;
}

.filter_label label {
    background-color: #E9F4E4;
}

.news_flower {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.news_baner .filter_search {
    margin-bottom: 0px;
}

.role_iner {
    padding: 45px;
    position: relative;

}

.role_iner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(107.96deg, #051F2B 0%, rgba(0, 0, 0, 0) 62.24%),
        linear-gradient(105.29deg, rgba(0, 0, 0, 0) 81.43%, #000000 100%);

}

.role_cont {
    position: relative;
}

.posted h5 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 25.76px;
    text-align: left;
    margin-bottom: 1px;
    color: #fff;
}

.posted p {
    font-size: 19px;
    font-weight: 400;
    line-height: 25.76px;
    text-align: left;
    color: #fff;
}

.role_iner span {
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    line-height: 28.48px;
    text-align: left;
    margin-bottom: 15px;
    color: #7DC369;
}

.role_iner h3 {
    font-family: Anton;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    text-align: left;
    color: #E9F4E4;
}

.role_btn {
    margin-top: 74px;
    display: flex;
    justify-content: space-between;
}

.role_btn a {
    border-color: #fff;
    color: #fff;
}

.news2 {
    padding-top: 60px;
}

.news2 .news_anchor {
    text-align: center;
    margin-top: 70px;
}

.news_select {
    display: flex;
    border: 1px solid #051F2B;
    border-radius: 10px;
    padding: 0px 13px 3px;
}

.news_select p {
    font-size: 21px;
    font-weight: 400;
    line-height: 28.48px;
    text-align: left;
    color: #051F2B;
}

select.news_selectbox:focus-visible {
    outline: none;
}

select.news_selectbox {
    border: none;
    padding-left: 20px;
    width: 150px;
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 28.48px;
    text-align: left;
    color: #051F2B;
    appearance: none;
    background-image: url('../img/news_arow.png');
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: right 0px top 6px;
    cursor: pointer;
    background-color: transparent !important;
}

select.news_selectbox option {
    font-size: 21px;
    font-weight: 600;
    line-height: 28.48px;
    text-align: left;
    color: #051F2B;
}

.news2 .news_title {
    justify-content: flex-end;
    margin-bottom: 30px;
}

.news2 .news_ul {
    flex-wrap: wrap;
    row-gap: unset;
}

.news2 .news_ul>li {
    margin-bottom: 30px;
}

.about_inner {
    display: flex;
    justify-content: space-between;
    border: 1px solid #051F2B;
    max-width: 1332px;
    width: 100%;
    margin: auto;
}

.about_inner h1 {
    font-family: Anton;
    font-size: 140px;
    font-weight: 400;
    line-height: 150px;
    text-align: left;
    color: #051F2B;
    padding: 37px 0 0 45px
}

.about_img {
    width: 55%;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_baner {
    background-color: #E9F4E4;
    padding: 170px 0 54px;
}

.clients_abt {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.clien_flwr {
    position: absolute;
    right: 0px;
    top: -240px;
    z-index: -1;
}

.client_cont h2 span {
    color: #7DC369;
}

.client_descp {
    max-width: 712px;
    width: 100%;
    margin: 60px auto 0
}

.client_descp h5 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 36.61px;
    text-align: left;
    margin-bottom: 23px;
}


.vision h2 {
    color: #fff;
    position: relative;
}

.vision h5 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: #fff;
    max-width: 725px;
    margin-left: 80px;
}

.vision h5 span {
    color: #C0EFB1;
}

ul.vision_iner {
    display: flex;
    /* align-items: center; */
}

.vision_iner>li {
    padding: 95px 0;
}

.vision_iner li:first-child {
    background-color: #052733;
    width: 34%;
    flex: 0 0 auto;
}

.vision_iner li:last-child {
    background-color: #052733;
    width: 100%;
}

.values {
    padding: 150px 0 120px 0;
    background-color: #E9F4E4;
}

.values h2.title_h2 {
    margin-bottom: 70px;
}

.values_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.values_ul li {
    padding: 0 15px;
    flex: 0 0 auto;
    width: 33.3%;
    margin-bottom: 50px;
}

.value_box h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    color: #051F2B;
    margin: 15px 0;
}

.help {
    padding: 150px 0;
    overflow: hidden;
}

.help_btn,
.team_btn {
    display: flex;
    cursor: pointer;
}

.help_btn .help_next,
.team_btn .help_next {
    margin-left: 36px;
}

.help_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}


.help_box {
    border: 1px solid #051F2B;
    padding: 30px;
}

.help_box .help_img {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
}

.help_box .help_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.help_box h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    color: #051F2B;
    margin-bottom: 20px;
}

.swiper_help .swiper-wrapper {
    display: flex;
}

.swiper_help .swiper-wrapper .swiper-slide {
    min-height: auto;
    height: auto;
}

.swiper_help .swiper-wrapper .swiper-slide .help_box {
    height: 100%;
}


.team {
    background-color: #C0EFB1;
}

.team_img {
    position: relative;
    height: 368px;
    width: 100%;
}

.team_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_anchor {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

.team_anchor a {
    background-color: #fff;
    border-color: #fff;
    color: #051F2B;
}

.team_cont {
    margin-top: 36px;
}

.team_cont h4 {
    font-family: Anton;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #051F2B;
}

.team_cont p {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #051F2B;
    margin-bottom: 10px;
}

.team_cont a {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #051F2B;
    display: flex;
    align-items: center;
}

.team_cont a img {
    margin-right: 10px;
}

.vision {
    overflow: hidden;
    /* background-color: #051f2b; */
    background-color: #052733;
    position: relative;
}

.vision::before {
    content: "";
    position: absolute;
    width: 100%;
    right: 60%;
    top: 0px;
    height: 100%;
    background-color: #052733;
    opacity: 1;
    z-index: 0;
}

.work_baner {
    background-color: #7DC369;
}

.work_baner {
    background-color: #7DC369;
}

.work_baner .about_inner h1 {
    color: #fff;
}

.work_baner .about_inner {
    border-color: #fff;
}

.leader {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.leader_shape {
    position: absolute;
    top: -30%;
    right: 4%;
}

.leader_anchor a {
    font-family: "Anton", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    display: inline-flex;
    align-items: center;
    color: #7DC369;
    text-decoration: none;
    transition: all 0.3s ease;
}

.leader_anchor a img {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.leader_anchor a:hover {
    color: #5B9B50;
    transform: scale(1.05);
}

.leader_cont h5 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 36.61px;
    text-align: left;
    color: #051F2B;
    margin-bottom: 40px;
}

.leader_ul li p {
    margin-bottom: 10px;
}

.leader .leader_ul {
    display: flex;
    margin: 0 -15px;
    margin-top: 70px;
}

.leader_ul>li {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}

.leader_cont {
    padding-right: 45px;
}


.equity {
    padding: 150px 0;
    background-color: #E9F4E4;
}

.equity_ul {
    display: flex;
    margin: 0 -15px;
}

.equity_ul>li {
    padding: 0 15px;
    flex: 0 0 auto;
    width: 50%;
}

.equity_cont h5 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 36.61px;
    text-align: left;
    margin-bottom: 23px;
}

.equity_box h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #7DC369;
    padding: 20px 40px;

}

.equity_box {
    border: 1px solid #051F2B;
}

.equity_cont {
    padding: 40px;
    border-bottom: 1px solid #051F2B;
}

.empower {
    background-color: #C0EFB1;
    padding: 85px 0;
}

.empower .leader_ul {
    margin-top: 0px;
}

.empower .leader_cont {
    padding-right: 25px;
}

.impact {
    padding: 150px 0;
}

.impact_cont h4 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: #051F2B;
    margin: 36px 0 70px;
}

.impact_cont h4 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: #051F2B;
    margin: 36px 0 70px;
}

.impact_box h3 {
    font-size: 100px;
    font-weight: 400;
    line-height: 110px;
    text-align: left;
    color: #7DC369;
    margin-bottom: 16px;
}

.impact_box p {
    font-size: 27px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #051F2B;
}

.impact_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    justify-content: space-between;
}

.impact_ul li {
    flex: 0 0 auto;
    width: 19%;
    padding: 0px 12px;
}

/* ul.impact_ul li:first-child {
    padding-left: 0px;
}
ul.impact_ul li:last-child {
    padding-right: 0px;
} */
.placed {
    background-color: #051F2B;
    position: relative;
}

ul.placed_ul {
    display: flex;
}

ul.placed_ul li:first-child {
    flex: 0 0 auto;
    width: 70%;
}

ul.placed_ul li:last-child {
    flex: 0 0 auto;
    width: 30%;
    position: absolute;
    right: 0px;
    height: 100%;
}

.placed .placed_box p {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    padding: 85px 0;
    max-width: 830px;
    color: #fff;
    padding-right: 12px;
}

.placed_box2 {
    background-color: #7DC369;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.placed_box2 h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #051F2B;
    margin-top: auto;
    margin-bottom: 85px;
}

.learn_contact {
    padding: 85px 0;
    background-color: #E9F4E4;
    position: relative;
}

.learn_contact h4 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: #051F2B;
}

.learn_contact {
    background-size: contain;
    background-position: right 0;
    background-repeat: no-repeat;
}

.news_aritlce_baner {
    padding: 217px 0 49px;
    position: relative;
}

.news_aritlce_baner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(107.96deg, #051F2B 0%, rgba(0, 0, 0, 0) 62.24%);

}

.article_necont span {
    font-size: 21px;
    font-weight: 700;
    line-height: 28.48px;
    text-align: left;
    display: inline-block;
    color: #7DC369;
    margin-bottom: 15px;
}

.article_necont h1 {
    color: #E9F4E4;
    margin-bottom: 98px;
}

.articl_descp h5 {
    font-family: Anton;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin-bottom: 8px;
}

.articl_descp a {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.12px;
    text-align: left;
    color: #fff !important;
    display: flex;
    align-items: center;
}

.share_article a img {
    margin-right: 10px;
}

.articl_descp {
    margin-bottom: 48px;
}

.article_postd h6 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 25.76px;
    text-align: left;
    color: #fff;
}

.article_postd p {
    font-family: Darker Grotesque;
    font-size: 19px;
    font-weight: 400;
    line-height: 25.76px;
    text-align: left;
    color: #fff;
}

.article_necont {
    position: relative;
}

.news_iner {
    padding-top: 110px;
}

.news_article_inner {
    max-width: 1010px;
    width: 100%;
    margin: auto;
}

.article_decp {
    margin-bottom: 48px;
}

.article_decp h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #051F2B;
    margin-bottom: 30px;
}

.article_decp p {
    font-family: Darker Grotesque;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 12px;
}

.article_decp_img img {
    width: 100%;
    height: 100%;
}

.article_decp span {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.05px;
    text-align: left;
    color: #051F2B;
    margin-top: 10px;
    margin-bottom: 12px;
    display: block;
}

.articl_descp2 h5 {
    color: #000;
    margin-bottom: 8px;
}

.articl_descp2 a {
    color: #000 !important;
    display: inline-flex;
    font-weight: 600;
}

.articl_descp2 a img {
    margin-right: 10px;
}

.articl_descp2 {
    margin-bottom: 0px;
    margin-top: 12px !important;
}

.news_article_inner h2 {
    margin-bottom: 12px;
}


section.eric_sec.work_eric {
    background-color: #051F2B;
    position: relative;
    cursor: grab;
}

.work_eric ul li:first-child p {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #fff;
    max-width: 838px;
    width: 100%;
    padding-right: 20px;
    padding: 85px 0;
}

.work_eric ul li:last-child h5 {
    font-family: Anton;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #051F2B;
    margin-top: auto;
    margin-bottom: 85px;
    padding: 0 40px;
}

.work_eric ul li:first-child {
    flex: 0 0 auto;
    width: 70%;
}

.work_eric ul li:last-child {
    flex: 0 0 auto;
    width: 30%;
    position: absolute;
    right: 0px;
    height: 100%;
}

.work_eric2 {
    height: 100%;
}

.work_ericbox2 {
    height: 100%;
    display: flex;
    flex-direction: column !important;
}

.nav_items a:hover {
    text-decoration: unset !important;
}

/*09-10-2024*/
.client_slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

/*09-10-2024*/

/* 11-10-24 */
.search-text {
    display: flex;
}

.search-text .team_pop_up_detail {
    flex: 0 0 auto;
    width: 35%;
    padding-right: 30px;
}

.search-text .team_pop_up_detail .team_image {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.team_content {
    font-size: 20px;
}

div#popup-team .popup-inner {
    width: 95%;
    height: auto;
    max-width: 999px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    background-image: linear-gradient(150deg, #f0f4f7, #f0f4f7);
    padding: 0 40px 31px 0;
    font-size: 18px;
    max-height: 80vh;
    border-radius: 15px;
    padding-left: 40px;
    overflow: hidden;
}

div#popup-team button.close {
    font-size: 90px;
    line-height: 0px;
    padding: 10px 20px 40px 20px;
    z-index: 99999;
}

a.team_linkdin {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    font-weight: 700;
    line-height: 23.05px;
    text-align: left;
    color: #051F2B;
    padding: 6px 12px;
    border: 1px solid #051F2B;
    border-radius: 10px;
    transition: .3s linear all;
    position: relative;
    margin-top: 10px !important;
}

a.team_linkdin:hover {
    color: #051F2B !important;
    border-color: #fff;
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

a.team_linkdin img {
    width: 17px;
}


/* job popup*/
div#popup {
    transform: translate(0%, -50%);
    transition: all 300ms ease-out;
    right: -100%;
    top: 50%;
    position: fixed;
    max-width: 1200px;
    width: 100%;
    height: 80vh;
    box-shadow: 4px 4px 70px 1px #00000052;
    padding: 20px 70px 60px;
    z-index: 9999 !important;
    /* display: flex;
    align-items: center; */
    background-color: #fff;
    transition: all 300ms ease-out;
    overflow: hidden;
}

div#popup.active {
    /* position: fixed; */
    /* top: 50%; */
    right: 0 !important;
    /* max-width: 1200px;
    width: 100%;
    height: 80vh;
    background-color: #fff;
    box-shadow: 4px 4px 70px 1px #00000052;
    padding: 50px 70px; */
    transform: translate(0%, -50%);
    /* z-index: 999;
    display: flex;
    align-items: center;
    transition: all 300ms ease-out; */
}

div#popup-content {
    margin-top: 20px;
}

label.custom-file-upload>input {
    display: none;
}

/* label.pc-label.pc-cv-name.mb10 {
    display: block;
} */
.pc-cv-field {
    width: 100%;
}

label.checkBox.col-span-full {
    display: flex;
    align-items: flex-start;
}

label.checkBox.col-span-full input {
    flex: 0 0 auto;
    width: 24px;
    margin-top: 8px;
}

button#apply_form_submit {
    width: 50px;
    flex: 0 0 100%;
}

h3.popup__title {
    font-size: 42px;
}

button#apply_form_submit {
    width: 130px;
    flex: 0 0 100%;
    padding: 10px 20px;
    border: 1px solid #7dc269;
    background: #7dc269;
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    transition: .3s linear all !important;
    margin-bottom: 50px !important;
}

.pc-inner .pc-field {
    width: 48% !important;
    display: inline-block;
    margin-right: 10px;
}

.pc-inner>div {
    margin-bottom: 20px;
}

label.pc-label.pc-cv-name.mb10 {
    display: block;
}

form#apply_form .pc-field label,
label.pc-label.pc-cv-name.mb10 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 25.76px;
    text-align: left;
}

form#apply_form .pc-field input {
    width: 100%;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 25.76px;
    text-align: left;
}

form#apply_form .pc-field input::placeholder {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 25.76px;
    text-align: left;
}

span.check-title.pc-label {
    font-size: 18px;
    font-weight: 500;
}

label.custom-file-upload span.pc-label {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}


/* 11-10-24 */
span.check-title.pc-label a {
    color: #7dc269;
}

.active div#popup-close-bg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 50px;
    background-image: url("../img/close_pop.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

button#apply_form_submit:hover {
    border: 1px solid #051F2B;
    background: transparent;
    color: #051F2B;
    cursor: pointer;
    transition: .3s linear all !important;
    transform: translateY(-5px) !important;
}

.pc-cv-field {
    margin-top: 2px;
    cursor: pointer;
    margin-bottom: 10px !important;
}

form#blog_sorting label {
    margin-bottom: 0px;
}

section.filter .filter_inner .filter_label label {
    background-color: #fff;
}

.copyright p a {
    color: #fff;
}

.news_article_inner h4 {
    margin-bottom: 30px;
}

.news_article_inner .articl_descp2 {
    margin-bottom: 0px;
    margin-top: 40px !important;
}

div#slider1 .eric_cont {
    min-height: 580px;
    /* overflow: scroll; */
    overflow-x: auto;
}

/* width */
div#slider1 .eric_cont::-webkit-scrollbar {
    width: 6px;
}

/* Track */
div#slider1 .eric_cont::-webkit-scrollbar-track {
    background: #c8fbba;
    border: 2px solid #c8fbba;
}

/* Handle */
div#slider1 .eric_cont::-webkit-scrollbar-thumb {
    background: #7DC369;
}

section.home_banner.job_baner::before {
    content: none !important;
}

.work_btn_slidr .swiper-button-next.work_nexts {
    position: static;
}

.work_btn_slidr .swiper-button-prev.work_prevs {
    position: static;
}

.work_btn_slidr {
    display: flex;
    gap: 20px;
    margin-left: 40px;
    margin-top: -40px;
}


div#popup-team button.close:focus {
    outline: none !important;
    border: none !important;
}

.filtr_logo .logo_fil1 img {
    max-width: 130px;
    height: 76px;
    object-fit: contain;

}

.filtr_logo .logo_fil1 {
    justify-content: center;
}

.grecaptcha-badge {
    z-index: 9999999 !important;
}

body.body-fix-team {
    overflow: hidden;
}

span#keywordError {
    font-family: "Darker Grotesque", sans-serif;
    color: red;
    display: inline;
    font-size: 20px;
    opacity: 1;
    font-weight: 500;
}

label.checkBox.col-span-full.contact-us {
    padding-left: 15px;
    margin-bottom: 20px;
}

label.checkBox.col-span-full.contact-us span {
    color: #fff;
}

label.checkBox.col-span-full.contact-us span a {
    margin-left: 6px;
}

ol.footer_ol li:nth-child(5) {
    margin-bottom: 20px;
}

.col-auto.col-auto-submit.clear {
    padding-left: 0px;
    margin-top: 8px;
}

.col-auto.col-auto-submit.clear button {
    padding: 5px 20px;
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    line-height: 23.05px;
    text-align: left;
    color: #051F2B;
    margin-bottom: 10px;
    background-color: transparent;
    cursor: pointer;
}

/* 11-10-24 end*/





/**********date 23-10-2024 start*************/



.popup-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    width: 100vw;
    z-index: 9999999;
}

.popup-fon,
.popup-wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.apply-form-info__hidden-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    z-index: 999999;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
}

.popup-wrapper .popup {
    position: relative;
    right: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset !important;
    transform: unset !important;
}

.popup-fon {
    background: rgba(0, 0, 0, .65);
    z-index: 99999;
}

.popup-open .popup,
.popup-open .popup-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal__close:hover,
.progress-item .color-1 h4 {
    color: var(--color-yellow);
}

.modal__close {
    position: absolute;
    top: 14px;
    right: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color ease 250ms;
    transition: color ease 250ms;
    padding: 4px 14px;
    background: #7DC369;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 17px;
    transition: .3s linear all;
    cursor: pointer;
}

#site {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-loader__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease 250ms, visibility ease 250ms;
    transition: opacity ease 250ms, visibility ease 250ms;
}

.modal__content {
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    height: 65vh;
    max-height: calc(var(--vh, 1vh)*85);
    margin-top: 30px;
    overflow-x: hidden;
}

.popup-open #popup {
    right: 0;
}

/**********date 23-10-2024 end*************/
.modal__title {
    font-family: Anton;
    margin-bottom: 6px;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;

}

.apply-form__alert,
.apply-form-info__main-text {
    font-family: Darker Grotesque;
    color: #7abe67;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;

}
.apply-form-info__main-text{
    cursor: pointer;
}
.apply-form__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 33px;
    margin-top: 20px;
}

.buttons-upload-container {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 100%;
}

.cv-upload-additional-text {
    grid-column: 1/-1;
    font-size: 14px;
}

.modal .checkBox {
    grid-column-start: 1;
    grid-column-end: -1;
}

.btn.job-board__filter-cv-btn {
    margin-top: 29px;
    background: var(--color-yellow);
    padding: 10px;
    font-size: min(max(16px + 2*((100vw - 768px)/672), 16px), 18px);
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.apply-form__fields input {
    font-family: Darker Grotesque;
    font-size: 21px;
    font-weight: 600;
    line-height: 28.48px;
    text-align: left;
    border: 1px solid #000;
    padding: 7px 10px;
    border-radius: 10px;
}
section.news_iner p, section.news_iner h1, section.news_iner h2, section.news_iner h3, section.news_iner h4, section.news_iner h5, section.news_iner h6, section.news_iner li {
    margin-bottom: 20px;
   
}
.cv-upload-additional-text {
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;

}
.details p {
    font-size: 22px;
    font-weight: 500;
}


label.checkBox.cv-checkbox {
    display: flex;
    align-items: center;
}

label.checkBox.cv-checkbox input {
    /* width: 30px; */
    width: auto;
    margin-right: 8px;
    height: 18px;
    position: relative;
    top: 2px;
}

label.checkBox.cv-checkbox span.check-title.pc-label {
    font-family: Darker Grotesque;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.05px;
    text-align: left;
}


label.btn.yellow.job-board__filter-cv-btn input[type="file"] {
    display: none;
}

label.btn.yellow.job-board__filter-cv-btn {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7DC369;
    border-radius: 10px;
    line-height: normal;
    padding: 10px 14px;
    background-color: #7DC369;
    color: #fff;
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 700;
    line-height: 23.05px;
    text-align: left;
    transition: .3s linear all;
}
.js-ethnicity {
    margin-bottom: 20px;
}
.modal__slider-nav-wrap {
    text-align: center;
}

.modal__slider-nav.swiper-pagination-horizontal span {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.modal__slider-nav.swiper-pagination-horizontal span.swiper-pagination-current.font-bold,
span.swiper-pagination-total.font-bold {
    font-weight: 800;
}

div#modal-nav {
    background: #fff;
    padding: 20px;
    position: absolute;
    width: 90%;
    bottom: 0px;
    z-index: 999;
}

form#apply_form_1 p {
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;
}

form#apply_form_1 .modal-radio-button-list label,
label.modal-radio-button.with-ethnicity {
    font-family: Darker Grotesque;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    display: flex;
    align-items: center;
}

form#apply_form_1 .modal-radio-button-list label input,
label.modal-radio-button.with-ethnicity input {
    width: auto;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}
.other_value label.cv-upload-additional-text input {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
form#apply_form_1 .modal-radio-button-list label>div,
label.modal-radio-button.with-ethnicity>div {
    line-height: normal;
}

.modal-radio-button-list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.apply-form-info{
    margin-bottom: 20px;
}
.apply-form-info .cv-upload-additional-text{
    color: #5B9B50;
    font-size: 24px;
    font-weight: 800;
}
.apply-form-info__main-text {
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    /* border: 1px solid #000; */
    border: 1px solid var(--Navy, #051F2B);
    font-family: Darker Grotesque;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #051F2B;
    opacity: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered>span {
    font-family: Darker Grotesque;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #051F2B;
}







ul.select2-results__options li {
    font-size: 20px;
    font-weight: 600;
    color: #051F2B;
}

.modal__descr {
    font-size: 32px;
    color: #7DC369;
    font-weight: 700;
}
/* width */
.modal__content::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.modal__content::-webkit-scrollbar-track {
    background: #d9d9d9;
}
/* Handle */
.modal__content::-webkit-scrollbar-thumb {
    background: #7DC369;
}
div#result_container {
    overflow: hidden;
}

.apply_form_main {
    padding-right: 10px;
}

.select2-container--default .select2-selection--single {

    border: none !important;

}

form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Darker Grotesque;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #051F2B;
}

.modal__close:hover {
    background-color: transparent;
    background: transparent;
    border: 1px solid #051F2B;
    transition: .3s linear all;
    transform: translateY(-5px);
}

label.btn.yellow.job-board__filter-cv-btn:hover {
    border: 1px solid #051F2B;
    background-color: #051F2B;
    transition: .3s linear all;
}

.modal-dropdown-list span.select2.select2-container {
    /* max-width: 320px !important; */
    width: 100% !important;
}

.filter_compbox .filter_detail:last-child {
    margin-top: auto;
}

.modal-radio-button-list input {
    border-bottom: 1px solid #000;
    font-size: 22px;
    padding-bottom: 6px;
    padding-top: 6px;
    font-weight: 700;
    color: #000;
    opacity: 1;
    max-width: 100%;
    width: 100%;
}
input.apply-form__input::placeholder {
    color: #000;
    opacity: 1;
}


.modal-radio-button-list.gender-all-specify [data-prefer-input] {
    display: none; /* Hide the input field by default */
}

.modal-radio-button-list.gender-all-specify label.modal-radio-button:last-child input[type="radio"]:checked ~ [data-prefer-input] {
    display: block !important; /* Show the input field when the last radio is checked */
}


/* .modal-dropdown-list.ethnicity-list input.apply-form__input.etmictiy-check-list{
    background-color: red;
}

.modal-dropdown-list.ethnicity-list span.select2-results ul li:last-child.select2-results__option--highlighted ~ input.apply-form__input.etmictiy-check-list{
    background-color: blue;
} */





.modal-radio-button-list.gender-all-specify label.modal-radio-button:last-child {
    flex-wrap: wrap !important;
}
.modal-radio-button-list.gender-all-specify label.modal-radio-button:last-child input.apply-form__input.active {
    flex: 0 0 100%;
    margin-top: 10px;
    padding: 20px 0;
    width: 100% !important;
    max-width: 100%;
}

form#apply_form_1 .modal-radio-button-list label>div {
    width:auto;
}

.js-ethnicity .modal-dropdown-list {
    margin-bottom: 15px;
}
section.equity .equity_title h2 {
    line-height: 130px;
}



div#pagination_box a {
    font-size: 20px;
}

div#pagination_box .number-inner-block p {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    border: none;
}

div#pagination_box a {
    background: transparent;
}

.pagenation-holder.w-container .number-block {
    border-bottom: unset !important;
}

div#pagination_box .number-inner-block {
    padding: 5px 12px;
    cursor: pointer;
}

span.number-block.w-inline-block.myClass .number-inner-block p {
    color: #fff !important;
}

.pagenation-holder.w-container .w-layout-grid {
    display: flex;
    margin: auto;
    width: auto;
    justify-content: center;
}
a.previous.w-inline-block,a.next.w-inline-block.home {
    border: none;
}
.next-block p,.previous-block p {
    font-size: 22px;
    font-weight: 600;
}
.client_cont p strong {
    margin-top: 20px !important;
    display: block;
}
.client_cont ol {
    padding-left: 20px;
    margin: 10px 0;
}
.client_cont ol li {
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #051F2B;
    list-style: disc;
}
.client_cont a {
    color: #7DC369;
    font-weight: 700;
}
.buttons-upload-container label .apply-form__file-title {
    display: none;
}



.information-details-parent.show {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    z-index: 9999;
    margin-top: 0px;
}
.apply-form-info__details {
    display: block;
    background: #fff;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
}
.apply-form-info__details h4 {
    margin-bottom: 12px;
}
.apply-form-info__details p {
    margin-bottom: 6px;
    font-weight: 500;
}


/* width */
.information-details-parent.show  .apply-form-info__details::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.information-details-parent.show  .apply-form-info__details::-webkit-scrollbar-track {
    background: #d9d9d9;
}
/* Handle */
.information-details-parent.show  .apply-form-info__details::-webkit-scrollbar-thumb {
    background: #7DC369;
}
button.apply-form-info__hidden-close {
    border-radius: 10px;
    background: #7DC369;
    width: 40px;
    height: 40px;
    margin-left: auto !important;
    padding: 6px;
    display: block;
    cursor: pointer;
}
.apply-form-info__details p a {
    color: #7DC369;
    font-weight: 700;
}


.next-block ,.previous-block{
    padding: 5px 20px;
    display: inline-block;
    /* background: #7dc369; */
    border-radius: 10px;
    border: 1px solid #000;
    transition: .2s linear all;
}
.next-block:hover ,.previous-block:hover{
    background: #7dc369;
    border: 1px solid #7dc369;
    transition: .2s linear all;
}
.next-block:hover p,.previous-block:hover p{
    color: #fff;
    transition: .2s linear all;
}

div#pagination_box .number-inner-block:hover p {
    color: #7dc369;;
}
.apply-form-info__main-text img {
    width: 18px;
    margin-left: 8px;
}

input.apply-form__input.etmictiy-check-list {
    border-bottom: 1px solid #000;
    font-size: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
    font-weight: 700;
    color: #000;
    opacity: 1;
    max-width: 100%;
    width: 100%;
    display: none;
}
input.apply-form__input.etmictiy-check-list.active{
    display: block;
}


ol.footer_ol li label {
    background: transparent;
    z-index: 2;
}
ol.footer_ol li label::before {
    background: transparent;
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    height: 4px;
    width: calc(100% - 20px);
    background: #051f2b;
    transform: translateX(-50%);
    z-index: -1;
}


a.theme_anchor.apply_button.back_url {
    opacity: 1;
    visibility: visible;
    background-color: #7DC369;
    border-color: #5B9B50;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    width: 130px;
    text-align: center;
}
a.theme_anchor.apply_button.back_url:hover{
    background: #fff !important;
    color: #052733 !important;
    border-color: #5B9B50 !important;
}
a.theme_anchor.apply_button.back_url::before{
   content: none;
}

.job_baner .banner_cont .banner_logo {
    transition: .3s linear all !important;
}
.banner_cont.scrolled .banner_logo {
    position: fixed;
    top: 100px;
    z-index:1;
    transition: .3s linear all !important;
}
.banner_cont.scrolled{
    padding-top: 10% !important;
}

.modal-radio-button-list.questions-all {
    display: block;
}
label.cv-upload-additional-text input {
    margin-top: 10px;
}

section.job_descp .container {
    display: flex;
    gap: 50px;
}


section.news_iner .container {
    display: flex;
    gap: 30px;
}
section.news_iner .container .right_image_blog {
    flex: 0 0 30%;
}
.news_iner {
    padding-top: 110px;
    padding-bottom: 80px;
}
section.news.similar_blogs {
    padding: 50px 0 100px 0;
}
.client_img {
    text-align: center;
    padding:0 5%;
}

.client_img img {
    height:100px;
}

.credit-link {
    max-width: 1272px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    margin-top: 20px;
    text-align: center;
}
.credit-link a img {
    max-width: 200px !important;
    width: 100%;
}