.bannersocail_icons::after,
.corsica_banner:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    filter: blur(0.7px);
    top: 0;
}
.job_detail,
.shift_detail {
    gap: 20px;
    display: flex;
}
.effect {
    backdrop-filter: blur(15px) saturate(100%);
    -webkit-backdrop-filter: blur(15px) saturate(100%);
    background-color: rgb(39 39 39 / 46%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.corsica_banner:after {
    left: 146px;
    z-index: 1111111111;
    background: #f2efef;
    background: linear-gradient(
        182deg,
        rgb(242 239 239 / 6%) 7%,
        rgb(255 255 255 / 99%) 37%,
        #fff 53%,
        rgb(253 253 253 / 6%) 91%
    );
}
.corsica_banner {
    border-left: none;
}
.bannersocail_icons::after {
    left: 0;
    z-index: 9999999;
    background: #f2efef;
    background: linear-gradient(
        182deg,
        rgb(242 239 239 / 6%) 7%,
        rgb(255 255 255 / 99%) 37%,
        #fff 53%,
        rgb(253 253 253 / 6%) 91%
    );
}
.main_heading h3 {
    color: #000;
    font-family: Roboto-thin;
    font-size: 40px;
    margin-bottom: 20px;
}
.main_heading h5 {
    color: #fff;
}
.main_heading p {
    color: #8d8d8d;
    font-family: Roboto-Light;
    font-size: 18px !important;
}
.main_btn .btn {
    background-color: var(--btn-color);
    text-transform: uppercase;
    font-family: var(--font-Roboto-Bold);
    font-size: 13px;
    padding: 17px 10px;
    width: 140px;
    border-radius: 0;
    color: #fff;
    border: 0;
}
section.career-sec {
    padding: 50px 0;
}
.corsica_sec_career {
    /* background-image: url(../img/background.webp) !important; */
    /* background-repeat: no-repeat; */
    height: 558px !important;
    /* background-size: 40% 100%; */
    /* background-position: left; */
    background-color: #000;
    backdrop-filter: blur(53px);
}
.corsica_banner .side_img {
    right: 100px;
    width: 28%;
    height: 100%;
}
.side_img img {
    height: 100%;
    object-fit: fill !important;
    width: 100% !important;
    max-height: 100%;
    max-width: 100%;
}
.job_description {
    margin-bottom: 10px;
}
.job_detail,
.opportunies_wrapper {
    margin: 10px 0;
}
.job_detail {
    align-items: center;
    border-bottom: 1px solid var(--text-color-3);
    padding-bottom: 15px;
    justify-content: space-between;
}
.office_location,
.shift_timing {
    display: flex;
    gap: 7px;
    align-items: normal;
}
.oppurtunies p {
    font-family: var(--font-Roboto-Light);
    font-size: 19px;
    color: #8d8d8d;
    margin: 0;
}
.job_title h4 {
    font-family: var(--font-roboto-slab-extralight);
    color: #282828;
    font-size: 28px;
    margin-top: 15px;
    font-family: Roboto-thin;
}
.loc_icon img,
.shift_icon image,
.shift_icon img {
    width: 20px;
    height: 20px;
    object-fit: scale-down;
}
@media (max-width: 767px) {
    .office_location,
    .shift_timing {
        align-items: baseline;
    }
    .job_detail {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .oppurtunies p {
        font-size: 13px;
    }
}
.pagnation_wrappper,
a.page-link {
    align-items: center;
    display: flex;
}
.pagnation_wrappper {
    gap: 11px;
    width: 100%;
    justify-content: end;
}
.pagnation_wrappper select {
    width: 57px;
    border-radius: 0;
    padding: 0 12px;
    background-position: right 5px center;
    background-size: 15px 13px;
    height: 41px;
    background-color: #f8f8f8;
    border: 0;
    font-size: 16px;
    font-family: var(--font-Inter-Regular);
}
.page_num p {
    margin: 0;
    color: #4e4f54;
    font-family: var(--font-Inter-Regular);
}
.pagnation_wrappper nav ul {
    margin: 0;
}
li.page-item .fa {
    color: #4e4f54;
    font-size: 22px;
    font-weight: 500;
}
a.page-link {
    border-radius: 0 !important;
    border: 1px solid #e1e2e3;
    width: 39px;
    height: 40px;
    justify-content: center;
}
li.page-item {
    margin-right: 10px;
}
.page_pagnation {
    text-align: right;
    width: 100%;
    padding-top: 20px;
}
.main_heading {
    margin-top: 30px;
    margin-left: 0;
}
.corsica_sec_wrapper_career {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 160px;
}
@media (max-width: 1367px) {
    .corsica_sec_wrapper_career .container {
        padding: 0;
    }
    .philposophy_img img {
        height: 100% !important;
    }
    .option h4,
    select.form-select {
        font-size: 15px;
    }
    .main_heading h2 {
        font-size: 55px !important;
    }
    .corsica_banner .side_img {
        width: 24% !important;
    }
}
@media (max-width: 1281px) {
    .side_img img {
        height: 100% !important;
    }
}
@media (max-width: 1025px) {
    .side_img img {
        height: 547px !important;
    }
    .main_heading h2 {
        font-size: 40px !important;
    }
    .main_banner {
        padding-left: 97px !important;
        height: 100%;
    }
    header.web_nav .navbar ul li a {
        font-family: var(--font-Roboto-Light);
        color: #fff;
        text-transform: capitalize;
        text-decoration: none;
    }
    .corsica_banner:after {
        left: 123px !important;
    }
    header.web_nav div#navbarSupportedContent {
        margin-left: 23px !important;
    }
    header.web_nav div#navbarSupportedContent ul.navbar-nav li.nav-item {
        padding: 0 !important;
    }
    .main_heading p,
    header.web_nav .navbar ul li a {
        font-size: 12px !important;
    }
    .philposophy_img img {
        height: 370px !important;
    }
    .corsica_sec_wrapper_career {
        padding-left: 70px;
    }
}
@media (min-width: 900px) and (max-width: 913px) {
    .main_banner {
        padding-left: 7px !important;
        height: 100%;
    }
    .corsica_banner {
        padding-left: 0 !important;
    }
    .philposophy_img img {
        height: 370px;
        width: 100%;
        object-fit: scale-down;
    }
}
@media (max-width: 991px) {
    .main_heading h2 {
        font-size: 30px !important;
    }
    .main_banner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100% !important;
    }
    .globe_Wrapper .main_heading h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .corsica_banner:after {
        display: none;
    }
}
@media (min-width: 913px) and (max-width: 916px) {
    .corsica_sec_career {
        height: 100vh !important;
    }
    .slick-slide {
        height: 20% !important;
    }
}
@media (min-width: 821px) and (max-width: 896px) {
    .corsica_sec_career {
        height: 100vh !important;
    }
    .slick-slide {
        height: 20% !important;
    }
}
@media (max-width: 821px) {
    .main_banner {
        padding-left: 15px !important;
        height: 100%;
    }
    .corsica_banner,
    .corsica_sec_wrapper_career {
        padding-left: 0;
    }
    .philposophy_img img,
    .side_img img {
        height: 100% !important;
    }
    .corsica_banner .side_img {
        width: 26% !important;
    }
    .about_mission p {
        font-size: 12px !important;
    }
    .philposophy_img {
        position: unset;
    }
    .about_philposophy h3 {
        font-size: 25px;
    }
    .about_philposophy {
        padding: 35px 17px 35px 4px;
    }
    .main_heading h3 {
        font-size: 23px !important;
    }
    .globe_Wrapper .main_heading h3 {
        font-size: 25px !important;
    }
    .our_mission.our_value::after,
    .our_mission.our_value::before {
        display: none;
    }
}
@media (max-width: 769px) {
    .main_banner {
        padding-left: 15px !important;
        height: 100%;
    }
    .philposophy_img img,
    .side_img img {
        height: 100% !important;
    }
    .corsica_banner .side_img {
        width: 26% !important;
    }
    .about_mission p {
        font-size: 12px !important;
    }
    .philposophy_img {
        position: unset;
    }
    .about_philposophy h3 {
        font-size: 25px;
    }
    .about_philposophy {
        padding: 35px 17px 35px 4px;
    }
    .main_heading h3 {
        font-size: 23px !important;
    }
    .globe_Wrapper .main_heading h3 {
        font-size: 25px !important;
    }
}
@media (min-width: 700px) and (max-width: 735px) {
    .corsica_sec_career {
        height: 100vh !important;
    }
    .corsica_banner {
        padding-left: 0;
    }
    .main_banner {
        justify-content: start;
    }
    .story_heading {
        margin-bottom: 21px;
        margin-top: 20px;
    }
    section.vision-sec {
        padding: 20px 0 40px;
    }
    .our_mission.our_value::after,
    .our_mission.our_value::before {
        display: none;
    }
    .achiviement_wrapper {
        padding-top: 20px;
    }
    .email_Send {
        position: relative;
        margin-bottom: 20px;
    }
}
@media (min-width: 736px) and (max-width: 741px) {
    .corsica_sec_career {
        height: 100vh !important;
    }
    .main_heading h2 {
        font-size: 26px !important;
    }
    .achiviement_wrapper,
    .geo_info {
        padding-top: 20px;
    }
    .corsica_banner {
        padding-left: 0;
    }
    .main_banner {
        justify-content: start;
    }
    .story_heading {
        margin-bottom: 21px;
        margin-top: 20px;
    }
    section.vision-sec {
        padding: 20px 0 40px;
    }
    .our_mission.our_value::after,
    .our_mission.our_value::before {
        display: none;
    }
    .email_Send {
        position: relative;
        margin-bottom: 20px;
    }
}
@media (min-width: 600px) and (max-width: 685px) {
    .corsica_sec_career {
        height: 100vh !important;
    }
    .main_heading h2 {
        font-size: 23px !important;
    }
    .form_group {
        margin-bottom: 19px;
    }
    .geo_info {
        padding-top: 40px;
    }
    .corsica_banner {
        padding-left: 25px;
        padding-right: 100px;
    }
    section.vision-sec {
        padding: 0 0 50px;
    }
    .about_philposophy {
        padding: 35px 17px;
    }
    .main_heading h3 {
        margin-top: 20px;
    }
    header.web_nav .navbar ul li a {
        font-size: 9px !important;
    }
}
@media (max-width: 581px) {
    .corsica_sec_career {
        height: 300px !important;
    }
    .corsica_sec_wrapper_career {
        padding-top: 80px;
    }
    .achiviement_wrapper .main_heading,
    section.story-sec .main_heading {
        padding-left: 0;
        padding-bottom: 20px;
        padding-right: 0;
    }
    .corsica_banner {
        padding-left: 20px !important;
    }
    .corsica_sec_wrapper_career .main_heading p {
        font-size: 9px !important;
    }
    .main_heading p {
        font-size: 11px !important;
    }
    .about_philposophy h3 {
        font-size: 30px !important;
    }
    .geo_info .main_heading {
        padding-top: 20px;
        padding-left: 16px;
    }
    .main_banner {
        display: unset !important;
        height: unset;
    }
    section.vision-sec {
        padding: 0;
    }
    .main_heading h2 {
        font-size: 10px !important;
    }
    .corsica_sec_career .main_heading {
        padding-left: 0 !important;
        padding-bottom: 20px !important;
        padding-right: 100px !important;
    }
    .main_heading h5 {
        font-size: 14px !important;
    }
    .about_philposophy .main_heading {
        padding-left: 5px;
        padding-bottom: 20px;
        padding-right: 0;
    }
    section.story-sec .main_heading p {
        font-size: 13px !important;
        margin-bottom: 6px;
    }
    .philposophy_img {
        position: unset;
    }
    .geo_info {
        padding-top: 29px;
    }
    section.industry_sec .main_heading p {
        font-size: 14px !important;
        margin-bottom: 6px;
    }
    header.web_nav {
        padding-left: 0 !important;
    }
    .about_philposophy {
        padding: 34px 20px 34px 15px;
    }
    .email_Send input {
        width: 100% !important;
    }
    .achiviement_wrapper {
        padding-top: 31px;
    }
    .email_Send {
        position: relative;
        margin-bottom: 16px;
    }
    .corsica_banner:after {
        display: none;
    }
    .main_heading {
        padding-left: 18px;
        padding-bottom: 20px;
        padding-right: 43px;
    }
    section.career-sec {
        padding: 8px 0 40px;
    }
    section.career-sec .main_heading {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 43px;
    }
}
@media (min-width: 540px) and (max-width: 542px) {
    .corsica_sec_career .main_heading {
        padding-left: 0 !important;
        padding-bottom: 20px !important;
        padding-right: 100px !important;
    }
}
@media (max-width: 376px) {
    .main_heading h2 {
        font-size: 12px !important;
    }
    .corsica_sec_wrapper_career {
        padding-top: 60px;
    }
    .bannersocail_icons {
        width: 82px !important;
    }
    .corsica_sec_career .main_heading {
        padding-left: 0 !important;
        padding-bottom: 20px !important;
        padding-right: 90px !important;
    }
    .corsica_banner .side_img {
        right: 82px !important;
        width: 28% !important;
        height: 100% !important;
    }
    .corsica_banner {
        border-left: 1px solid #b3b3b3;
        padding-left: 14px !important;
        height: 100%;
    }
    .about_mission p {
        font-size: 11px !important;
    }
    .about_philposophy .main_heading p {
        font-size: 10px !important;
        margin-bottom: 6px;
    }
    .philosophy-sec {
        padding: 44px 0;
    }
    .main_heading p {
        font-size: 9px !important;
        margin-bottom: 6px;
    }
    section.industry_sec .main_heading p,
    section.process-sec .main_heading p,
    section.story-sec .main_heading p {
        font-size: 11px !important;
        margin-bottom: 6px;
    }
}
@media (max-width: 281px) {
    .corsica_sec_career .main_heading {
        padding-left: 0 !important;
        padding-bottom: 20px !important;
        padding-right: 90px !important;
    }
    .globe_Wrapper .main_heading h3,
    .main_heading h3 {
        font-size: 16px !important;
    }
    .bannersocail_icon .icon .fa,
    .bannersocail_icons .icon .fa {
        font-size: 15px;
        color: #fff;
    }
    .bannersocail_icons {
        width: 71px !important;
    }
    .main_heading h2 {
        font-size: 10px !important;
    }
    .achiviement_wrapper .main_heading {
        padding-left: 8px;
        padding-bottom: 20px;
        padding-right: 3px;
    }
    section.industry_sec .main_heading p {
        font-size: 11px !important;
        margin-bottom: 6px;
    }
    .main_heading p {
        font-size: 7px !important;
        margin-bottom: 6px;
    }
    .side_menu .hamburger-menu {
        right: 1rem !important;
    }
    .main_heading h5 {
        font-size: 13px !important;
    }
    .about_philposophy h3 {
        color: var(--text-color) !important;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .philposophy_img img {
        height: 310px;
        width: 100%;
        object-fit: scale-down;
    }
    .main_heading {
        padding-left: 18px;
        padding-bottom: 20px;
        padding-right: 43px;
    }
    .corsica_banner .side_img {
        right: 70px !important;
        width: 28% !important;
        height: 100% !important;
    }
}
