/* 
Theme Name: GI Group
Theme URI: https://github.com/elementor/hello-theme/
Description: GI Group is a child theme of Hello Elementor, created by GI Group
Author: GI Group
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: gi-group
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Lato' !important;
}

.sticky_btn {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.header_menu li.menu-item {
    font-family: 'Lato' !important;
}

.header_menu .elementor-nav-menu > .menu-item > a {
    padding: 5px !important;
    border-radius: 4px;
    line-height: 23px;
}

.header_menu .current-menu-parent > a, .header_menu .current-menu-ancestor > a, .header_menu .current-menu-item > a, .header_menu .elementor-nav-menu--dropdown li:hover a {
    background-color: #1D57FB !important;
    color: #fff !important;
}

.header_menu .elementor-nav-menu--dropdown {
    min-width: 200px !important;
}

.double_column_list li.elementor-icon-list-item {
    width: 49%;
    display: inline-block;
}

.min-width-570 {
    min-width: 570px;
}

.max-width-280 {
    max-width: 280px !important;
}

.btn-max-width-280 .elementor-widget-container {
    max-width: 280px !important;
    margin: auto;
}

.max-width-345 {
    max-width: 345px;
}

.max-width-355 {
    max-width: 355px;
}

.max-width-425 {
    max-width: 425px;
}

.max-width-580 {
    max-width: 580px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-700 {
    max-width: 700px;
}

.max-width-940 {
    max-width: 940px;
}

.max-width-1065 {
    max-width: 1065px;
}

.max-width-1200 {
    max-width: 1200px;
}

.white_shadow {
    box-shadow: 0 2px 45px rgb(169 169 169 / 50%);
}

.rounded-8px {
    border-radius: 8px !important;
}

.mr-8px {
    margin-right: 8px;
}

.ml-8px {
    margin-left: 8px;
}

.z-index-2 {
    z-index: 2;
}

.z-index-20000 {
    z-index: 20000;
}

.mt-negative-75 {
    margin-top: -75px;
}

.mt-negative-100 {
    margin-top: -100px !important;
}

.mt-negative-120 {
    margin-top: -120px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.owl-carousel {
    touch-action: none;
}

label[for="form-field-contact_us_acceptance"] {
    font-size: 14px !important;
}

.overflow_visible {
    overflow: visible !important;
}

.color_blue {
    color: #1D57FB !important;
}

.dark_color {
    color: #00145A;
}

.hover_cards .elementor-button {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.hover_cards:hover .elementor-button {
    opacity: 1;
}

.strong {
    font-weight: 700;
}

.offset_tabs_full_width {
    margin-left: calc((100% - 1420px) / 2);
}

.elements_max_width_700 .elementor-container {
    max-width: 700px !important;
}

.mr_auto, .el_mr_auto .elementor-container {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.ml_auto, .el_ml_auto .elementor-container {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.owl-dots .owl-dot {
    border-radius: 50vw !important;
}

.elements-max-width-500 .elementor-element {
    max-width: 500px;
    margin: auto;
}

.elements_max_width_1065 > .elementor-container > .elementor-column {
    max-width: 1065px !important;
}

.one_group_socials .elementor-icon-list-icon {
    display: flex;
    width: 42px;
    height: 42px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.one_group_container > .elementor-container {
    margin-left: 12%;
    margin-right: 8%;
}

.change_lives_container > .elementor-container {
    margin-left: 8%;
    margin-right: 8%;
}

.single_one_group_image img {
    height: 570px;
    width: auto;
    object-fit: cover;
}

.one_group_select_holder .select2.select2-container {
    max-width: 320px;
}

.one_group_select_holder .select2-selection.select2-selection--single {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00145A;
}

.one_group_select_holder .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Lato';
    font-weight: 700;
}

.one_group_select_holder .select2-dropdown {
    margin-top: 12px;
    background-color: #00145A;
    color: #fff;
    border-radius: 4px !important;
}

.one_group_select_holder ul#select2-country_select-results {
    margin: 0 15px;
}

.one_group_select_holder ul#select2-country_select-results li {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding-bottom: 10px;
    transition: all .2s ease;
}

.one_group_select_holder ul#select2-country_select-results li:hover, ul#select2-country_select-results li:focus, ul#select2-country_select-results li.select2-results__option--highlighted {
    background-color: #C7DADB;
    color: #00145A;
}

.one_group_select_holder ul#select2-country_select-results::-webkit-scrollbar {
    width: 5px;
}

.one_group_select_holder ul#select2-country_select-results::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 50vw;
}

.one_group_select_holder .select2-container--bootstrap-5 .select2-selection--single {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-size: 5%;
}

.country_discover_btn {
    padding: 22px 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    font-family: 'Lato';
    border-radius: 4px;
    margin: 0 20px;
}

.country_discover_btn.btn_disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border: 1px solid #00145A;
    color: #00145A;
}

.country_discover_btn.btn_enabled {
    background-color: #1D57FB;
    color: #fff;
}

.our_presence_countries .elementor-container .elementor-column {
    width: auto !important;
}

.our_presence_countries .elementor-container .elementor-column:not(:last-child) {
    margin-right: 15px;
}

.our_presence_countries .elementor-container .elementor-column:not(:first-child) {
    margin-left: 15px;
}

.divided_list ul.elementor-icon-list-items {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    margin: 0;
}

.divided_list ul.elementor-icon-list-items li {
    max-width: 150px;
}

.brands_cards_holder {
    padding-bottom: 160px;
}

.brand_card_inner {
    background-color: #fff;
}

.brand_card_holder {
    padding: 40px !important;
    box-shadow: 0 2px 88px rgb(145 145 145 / 50%);
    height: 100%;
}

.brand_card_thumb img {
    margin-bottom: 40px;
    height: 100px;
    width: auto !important;
}

.brand_card_content {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Lato';
    padding-bottom: 42px;
    margin-bottom: auto;
}

.brand_card_infos {
    margin-bottom: 40px;
    margin-top: auto;
}

.brand_card_infos p {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 16px;
    line-height: 28px;
}

.country_content_title {
    margin-bottom: 40px;
}

.contry_content_text {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Lato';
}

.country_content_tab {
    margin-bottom: 120px;
    margin-top: 130px;
}

.country_lang_button.active {
    background-color: #fff;
}

.country_lang_button {
    border: none;
    border-radius: 5px;
    margin: 0 15px;
}

.country_lang_button:hover {
    background-color: #fff;
}

.country_read_text {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}

#country_leadership .single_leadership_carousel_title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #00145A;
    font-family: 'Lato';
    margin-top: 30px;
    margin-bottom: 10px;
}

#country_leadership .single_leadership_carousel_position {
    font-size: 20px;
    line-height: 32px;
    color: #00145A;
    font-family: 'Lato';
}

#country_leadership .owl-dot {
    width: 13px;
    height: 13px;
    background-color: #ECE9F1;
    margin: 0 7px;
    cursor: pointer;
}

#country_leadership .owl-dot.active {
    background-color: #005AFF;
}

#country_leadership #leadership_custom_dots {
    margin-top: 80px;
}

#country_leadership .single_leadership_carousel_thumbnail img {
    width: 240px;
    height: 240px;
    max-width: 240px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 7px 30px #00000010;
}

#country_leadership .single_leadership_carousel_thumbnail {
    padding-top: 10px;
}

#country_leadership button.leadership_btn:hover {
    color: #1D57FB;
    background-color: #fff;
}

#country_leadership button.leadership_btn {
    color: #1D57FB;
    background-color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    box-shadow: 0 1px 22px rgb(156 156 156 / 50%);
    margin: 10px;
}

#country_leadership .single_leadership_carousel_holder {
    position: relative;
}

#country_leadership .single_leadership_carousel_button {
    position: absolute;
    top: 5px;
    right: 20px;
}

#country_leadership .single_leadership_carousel_content {
    text-align: center;
}

#country_leadership button.leadership_next_prev {
    width: 58px;
    height: 58px;
    background-color: #1D57FB;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 77px rgb(0 0 0 / 7%);
}

#country_leadership button.leadership_next_prev:hover, #country_leadership button.leadership_next_prev:focus {
    background-color: #1D57FB;
    color: #fff;
}

#country_leadership .modal_prev button {
    margin-left: 30px;
}

#country_leadership .modal_next button {
    margin-right: 30px;
}

#country_leadership .modal_next_prev_btn_text {
    font-size: 20px;
    line-height: 32px;
    color: #292929;
    font-weight: 700;
    font-family: 'Lato';
}

#country_leadership button.btn-close.lidership_close {
    float: right;
    font-size: 32px;
    position: absolute;
    top: 20px;
    right: 40px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#country_leadership .leadership_modal_top {
    background-color: #00145A;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 40px;
}

#country_leadership .leadership_modal_bottom .row:not(.modal_prev_next) {
    padding: 40px 45px 40px 60px;
}

#country_leadership .modal_prev_next {
    padding: 0 45px 40px 60px;
}

#country_leadership .leadership_modal_thumbnail img {
    margin-bottom: 30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

#country_leadership ul.modal_socials {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#country_leadership ul.modal_socials li a {
    width: 36px !important;
    height: 36px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#country_leadership .leadership_modal_title span {
    font-weight: 300;
}

#country_leadership .leadership_modal_title {
    margin-bottom: 25px;
    max-width: 550px;
}

#country_leadership .leadership_column_title {
    font-family: "Lato", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #00145A;
}

#country_leadership .leadership_modal_content {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

#country_leadership .leadership_column_content {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #292929;
}

#country_leadership .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gi_group_share_buttons_holder {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}

.gi_group_share_text.col-auto {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Lato';
    color: #00145A;
}

ul.share_buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.share_buttons li {
    padding: 15px 12px;
}

.share_button img {
    width: 48px;
    height: 48px;
}

.post_loop_cat_date {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Lato';
    text-transform: uppercase;
    color: #8B8B8B;
    padding-bottom: 24px;
}

.post_loop_title h5 {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Lato';
    font-weight: 700;
    color: #292929;
}

.post_loop_post_button a {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Lato';
    font-weight: 700;
    color: #1D57FB;
}

.single-post .top_bar_news a, .category .top_bar_news a {
    background-color: #1D57FB !important;
}

.select_categories_title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Lato';
    color: #1D57FB;
}

ul.select_categories_list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #EDEDED;
}

.archive_category_links {
    padding: 16px 10px;
    margin: 0 30px -2px;
}

.archive_category_links.active {
    border-bottom: 2px solid #1D57FB;
}

.select_categories_list li.archive_category_links:first-child {
    margin-left: 0;
}

.archive_category_links a {
    font-size: 28px;
    line-height: 36px;
    color: #292929;
    font-weight: 300;
    font-family: 'Lato';
}

.archive_category_links.active a {
    font-weight: 700;
}

.archive_latest_posts {
    border-bottom: 1px solid rgb(0 20 90 / 16%);
}

.archive_latest_grid {
    grid-template-columns: 40% auto;
    grid-template-rows: auto;
    grid-template-areas:
        "first second"
        "first third"
        "first fourth";
    grid-column-gap: 120px;
}

.grid_area_1 {
    grid-area: first;
}

.grid_area_2 {
    grid-area: second;
}

.grid_area_3 {
    grid-area: third;
}

.grid_area_4 {
    grid-area: fourth;
}

.archive_latest_grid .post_loop_single_post {
    margin-bottom: 40px;
}

.grid_area_1 .post_loop_title h5 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}

.archive_latest_grid .post_loop_description {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Lato';
    font-weight: 300;
    margin-bottom: 15px;
}

.archive_past_posts .post_loop_single_post {
    margin-bottom: 100px;
}

.ajax_loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 70%);
    z-index: 99999;
}

.ajax_loader.showing {
    display: flex;
}

.ajax_loader.z-index-99 {
    z-index: 99;
}

.loading-wrap {
    width: 5em;
    height: 5em;
    padding: 8px;
    border-radius: 50%;
    background: linear-gradient(to right, #C7DADB, #1D57FB);
    animation: spin 1s linear infinite;
}

.loading-hole {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
}

.load_more_btn {
    text-align: center;
}

.gi_primary_btn {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Lato';
    color: #fff !important;
    background-color: #1D57FB !important;
    border: none;
    border-radius: 4px;
    padding: 15px 80px;
}

.gi_primary_btn:hover, .gi_primary_btn:focus {
    background-color: #1D57FB !important;
}

.btn_dark, .btn_dark:hover, .btn_dark:focus {
    background-color: #00145A !important;
    color: #fff !important;
}

.tax-country .modal {
    z-index: 110000;
}

.tax-country .modal-backdrop {
    z-index: 100000;
}

.latest_sustainable_single_post .post_loop_title h5 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    text-transform: initial;
}

.latest_sustainable_single_post .post_loop_description {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 400;
}

.latest_sustainable_single_post .post_loop_post_link {
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
}

.post_loop_thumbnail img {
    border-radius: 8px !important;
    margin-bottom: 25px;
}

.archive_past_posts .post_loop_thumbnail img, .discover_more_posts .post_loop_thumbnail img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.post_link_with_icon {
    display: flex;
    align-items: center;
}

span.link_icon {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    border: 1px solid #1D57FB;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.tax-sustainable-category .sustainable_works_parent > a, .single-sustainable-works .sustainable_works_parent > a {
    background-color: #1D57FB;
    color: #fff !important;
}

.select2-container--bootstrap-5 .select2--search {
    height: auto !important;
    padding: 16px 0 !important;
    font-size: 20px !important;
    line-height: 20px !important;
    font-family: 'Lato' !important;
}

.select2-container--bootstrap-5 .select2--search .select2-selection__rendered {
    font-weight: 700 !important;
    color: #00145A !important;
    text-align: center !important;
}

.jobs_archive_filters .col-md-6:first-child {
    padding-left: 0;
}

.jobs_archive_filters .select2-container--bootstrap-5 .select2-selection--single {
    background-color: #00145A;
}

.jobs_archive_filters .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.jobs_archive_filters .select2-container--bootstrap-5 .select2-selection--single {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.page-jobs .select2-container--bootstrap-5 .select2-dropdown {
    background-color: #00145A;
}

.page-jobs .select2-results__options li {
    color: #fff !important;
}

.external_job_modal .modal-dialog {
    margin-top: 150px;
}

.open_positions {
    font-family: 'Lato';
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.open_positions strong {
    color: #1D57FB;
}

.filter_text p {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Lato';
}

.jobs_holder {
    margin-top: 65px !important;
    margin-bottom: 80px !important;
}

.archive_single_job {
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 45px rgb(169 169 169 / 50%);
    width: 100%;
}

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

.archive_single_job_holder:nth-child(even) {
    padding-left: 0;
}

.archive_single_job_holder:nth-child(odd) {
    padding-right: 0;
}

.archive_single_job_title h5 {
    font-family: 'Lato';
    font-size: 28px;
    line-height: 36px;
    color: #1D57FB;
    font-weight: 700;
    margin-bottom: 20px;
}

.archive_single_job p {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Lato';
    color: #292929;
    display: inline-block;
}

.archive_single_jobs_button .btn, .single_job_apply_now_button .btn {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    min-width: 280px;
    padding: 15px;
}

.archive_single_jobs_excerpt p {
    margin-bottom: 40px;
}

.archive_jobs_posts_btn {
    min-width: 344px;
    padding: 15px !important;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    font-family: 'Lato';
}

.jobs_load_more_btn {
    margin-top: 60px !important;
    text-align: center;
}

.archive_single_job_brand_logo img {
    margin-bottom: 30px;
}

.single_job_terms_holder p {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0;
    font-family: 'Lato';
    color: #1a1a1a;
}

.single_job_content h5 {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 25px;
}

.single_job_content p {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Lato';
    margin-bottom: 40px;
}

.job_search_button_holder button.btn {
    width: 100%;
}

.manage_published_padding_left .elementor-widget-container {
    margin-left: calc(8% + 30px) !important;
    padding-left: 0 !important;
}

.gi_outline_btn {
    color: #007BFF;
    border: 2px solid #007BFF;
    border-radius: 4px;
    padding: 15px 50px;
    line-height: 32px;
}

.gi_outline_btn:hover {
    color: #007BFF;
}

a.job_modal_btn {
    min-width: 100%;
    text-align: center;
    width: 100%;
    margin: 5px;
}

button.job_clear_input:focus {
    box-shadow: none;
}

.external_job_modal .form-floating label {
    z-index: 3;
    font-size: 16px;
    line-height: 17px;
    color: #00145A;
    font-weight: 700;
}

input#job_email {
    border: none;
    border-bottom: 2px solid #1D57FB;
    border-radius: 0;
    color: #1D57FB;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

input#job_email:focus {
    box-shadow: none;
}

a.disabled {
    opacity: 0.7 !important;
    cursor: no-drop !important;
}

.external_job_modal .modal-body, .internal_job_modal .modal-body {
    padding: 120px 8% 40px 40px;
    z-index: 2;
}

.external_job_modal_title, .internal_job_modal_title {
    font-size: 64px;
    font-weight: 300;
    line-height: 82px;
    color: #00145A;
}

.external_job_header, .internal_job_header {
    margin-bottom: 40px;
}

body .external_job_header button.btn-close, body .internal_job_header button.btn-close {
    color: #00145A;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300145A'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/auto auto no-repeat;
    opacity: .7;
    padding: 0;
    width: 32px;
    height: 32px;
}

.external_job_modal p, .internal_job_modal p {
    font-size: 20px;
    line-height: 32px;
    color: #292929;
    font-family: 'Lato';
}

h4.modal_content_title {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Lato';
    font-weight: 700;
    color: #00145A;
    margin: 25px 0;
}

.external_job_modal .modal_buttons, .internal_job_modal .modal_buttons {
    margin: 40px 0 180px;
}

.external_modal_line {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    grid-template-columns: 6% 30% 60% 4%;
    grid-template-rows: [row1-start] auto [row1-end row2-start] 60px [row2-end];
}

.external_modal_grid_block.grid_block_3 {
    border-right: 25px solid #00145A;
    border-bottom: 25px solid #00145A;
    border-bottom-right-radius: 4vw;
}

.external_modal_grid_block.grid_block_6 {
    border-top: 25px solid #C7DADB;
    border-left: 25px solid #C7DADB;
    border-top-left-radius: 4vw;
    margin-top: -25px;
}

.hidden {
    display: none !important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-family: "Lato", Sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 38px;
    color: #00145A;
    border-color: #00145A;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: #FFFFFF00;
    opacity: 1;
}

.gravity_form_white .gform_wrapper.gravity-theme input[type=color], .gravity_form_white .gform_wrapper.gravity-theme input[type=date], .gravity_form_white .gform_wrapper.gravity-theme input[type=datetime-local], .gravity_form_white .gform_wrapper.gravity-theme input[type=datetime], .gravity_form_white .gform_wrapper.gravity-theme input[type=email], .gravity_form_white .gform_wrapper.gravity-theme input[type=month], .gravity_form_white .gform_wrapper.gravity-theme input[type=number], .gravity_form_white .gform_wrapper.gravity-theme input[type=password], .gravity_form_white .gform_wrapper.gravity-theme input[type=search], .gravity_form_white .gform_wrapper.gravity-theme input[type=tel], .gravity_form_white .gform_wrapper.gravity-theme input[type=text], .gravity_form_white .gform_wrapper.gravity-theme input[type=time], .gravity_form_white .gform_wrapper.gravity-theme input[type=url], .gravity_form_white .gform_wrapper.gravity-theme input[type=week], .gravity_form_white .gform_wrapper.gravity-theme select, .gravity_form_white .gform_wrapper.gravity-theme textarea {
    color: #fff;
    border-color: #fff;
    background-color: #FFFFFF00;
    opacity: 1;
}

.gform_wrapper.gravity-theme input::placeholder, .gform_wrapper.gravity-theme textarea::placeholder {
    color: #00145A;
    opacity: 1;
}

.gravity_form_white .gform_wrapper.gravity-theme input::placeholder, .gravity_form_white .gform_wrapper.gravity-theme textarea::placeholder, .gravity_form_white label, .gravity_form_white {
    color: #fff;
    opacity: 1;
}

.gravity_form_white .gfield_required_text, .gravity_form_white .gform_fileupload_rules {
    display: none !important;
}

.gform_wrapper.gravity-theme .gform_footer input:focus {
    outline: none;
}

.gform_wrapper.gravity-theme .gform_footer input {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    padding: 18px 60px 14px 70px;
    background-color: #00145A;
    color: #fff;
    border-color: #00145A;
}

.gravity_form_white .gform_wrapper.gravity-theme .gform_footer input {
    background-color: #fff;
    color: #1D57FB;
    border-color: #fff;
}

.gfield_consent_label a {
    color: #212529;
    text-decoration: underline;
}

.gravity_form_white .gfield_consent_label a {
    color: #fff;
    text-decoration: underline;
}

.gravity_form_white .gfield_consent_label {
    color: #fff;
}

.without_top_border .gi_group_share_buttons_holder {
    border-top: 0;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .page-our-company .our_history_item_content p {
        text-align: center;
        font-size: 16px;
    }

    .presence_states_holder .elementor-heading-title {
        font-size: 24px !important;
    }

    .presence_states_holder .elementor-icon-list-items {
        padding-bottom: 30px !important;
    }

    .our_values_content_slider {
        background-color: #c6d9da;
    }

    .our_values_content_slider .owl_controls_holder {
        background-color: #c6d9da;
    }

    .uc_leadership_carousel .owl-controls {
        position: absolute;
        top: 25% !important;
        transform: translateY(-50%);
        width: 100%;
    }

    #country_leadership .owl-controls {
        position: absolute;
        top: 25% !important;
        transform: translateY(-50%);
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #elementor-popup-modal-8303 {
        position: absolute;
    }

    .backtotop {
        position: fixed;
    }

    .page-home .swiper-slide figure {
        padding: 0px 22px 2px 22px !important;
    }

    .page-home .swiper-pagination-bullets {
        color: #fff;
        cursor: default;
        margin-top: 62px !important;
    }

    .mobile_img_max_height_50 img {
        max-height: 50px;
        width: auto;
    }

    .mobile_image_line img {
        border-width: 0px 16px 16px 0px !important;
        border-radius: 0% 0% 25% 0% !important;
    }

    .double_column_list li.elementor-icon-list-item {
        width: 100%;
    }

    .offset_tabs_full_width {
        margin-left: 0;
    }

    .one_group_container:not(.mobile_no_side_margin) > .elementor-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mobile_no_side_margin > .elementor-container {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile_accordion .elementor-widget-spacer {
        display: none;
    }

    .mobile_accordion .elementor-widget-text-editor {
        display: none;
    }

    .main_header_accordion h4 {
        margin-bottom: 40px;
    }

    .mobile_accordion .elementor-widget-heading:not(.main_header_accordion) {
        border-bottom: 1px solid #00145A;
    }

    .mobile_accordion .elementor-widget-heading:not(.main_header_accordion):after {
        content: "+";
        position: absolute;
        top: 10px;
        right: 5px;
        font-weight: 700;
        font-size: 26px;
        color: #00145A;
    }

    .mobile_accordion .elementor-widget-heading:not(.main_header_accordion) .elementor-heading-title {
        max-width: calc(100% - 30px);
        padding-top: 15px;
    }

    .one_group_select_holder {
        flex-direction: column;
    }

    .one_group_select_holder .select2.select2-container {
        width: 100% !important;
        margin: 10px auto;
    }

    .country_discover_btn {
        max-width: 320px;
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }

    .mobile_flex_column .elementor-inline-items {
        flex-direction: column;
    }

    .gi_leadership_holder .single_leadership_carousel_holder {
        max-width: 280px;
        margin: auto;
    }

    .gi_leadership_holder .owl-dots {
        display: flex;
        justify-content: center;
    }

    .discover_more_posts .row {
        --bs-gutter-x: 0;
    }

    .mobile_column_carousel .elementor-column, .discover_more_posts .post_loop_single_post {
        overflow-y: auto;
    }

    .mobile_column_carousel .owl-dots, .discover_more_posts .owl-dots {
        display: flex;
        justify-content: center;
        margin: 40px 0;
    }

    .gi_leadership_holder .owl-dots .owl-dot {
        margin: 0 4px !important;
        width: 12px !important;
        height: 10px !important;
    }

    .mobile_column_carousel .owl-dots .owl-dot, .discover_more_posts .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        background-color: #ECE9F1;
        margin: 0 4px !important;
    }

    .mobile_column_carousel .owl-dots .owl-dot.active, .discover_more_posts .owl-dots .owl-dot.active {
        background-color: #005AFF;
    }

    .gi_leadership_holder .leadership_modal_bottom .row {
        padding: 40px 0px 40px 0px !important;
    }

    .gi_leadership_holder .modal {
        margin-top: 0;
    }

    .tax_header .unlimited-elements-background-overlay .d-grid {
        grid-template-rows: [row1-start] 15% [row1-end row2-start] auto [row2-end row3-start] 160px [row3-end] !important;
    }

    .country_language_flag {
        max-height: 31px;
        object-fit: contain;
    }

    .country_lang_nav_holder.justify-content-end {
        justify-content: start !important;
        margin-left: 80px;
    }

    .country_content_tab {
        margin-bottom: 0px;
        margin-top: 80px;
    }

    #country_leadership button.btn-close.lidership_close {
        right: 20px;
    }

    #country_leadership ul.modal_socials {
        margin-bottom: 20px;
    }

    .mobile_bg_last_row_140 .header_bg {
        grid-template-rows: [row1-start] 15% [row1-end row2-start] auto [row2-end row3-start] 140px [row3-end] !important;
    }

    .modal_next button {
        margin-right: 15px;
    }

    .modal_prev button {
        margin-left: 15px;
    }

    .leadership_column_title {
        margin-top: 40px;
    }

    .mobile_image_line .elementor-widget-container:before {
        content: "";
        width: 32px;
        height: 90px;
        position: absolute;
        top: 30px;
        right: 0;
        border-left: 16px solid;
        z-index: 24;
        display: block;
        border-top: 16px solid;
        border-top-left-radius: 25vw;
        margin-right: -16px;
        border-color: #00145A;
    }

    .mobile_image_line .elementor-widget-container:after {
        content: "";
        display: block;
        width: 40px;
        position: absolute;
        bottom: 0;
        height: 32px;
        border-bottom: 16px solid;
        left: -16px;
        border-color: #1D57FB;
    }

    .latest_sustainable_single_post .post_loop_title h5, .post_loop_title h5 {
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 32px;
    }

    .archive_past_posts .post_loop_single_post {
        margin-bottom: 40px;
    }

    .post_loop_cat_date {
        padding-bottom: 12px;
    }

    .gi_group_share_buttons_holder .row {
        padding: 20px 0 10px;
    }

    .archive_latest_grid {
        grid-template-columns: auto;
        grid-template-areas:
            'first'
            'second'
            'third'
            'fourth';
    }

    .grid_area_1 .post_loop_title h5 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .select_categories_title {
        margin-bottom: 25px;
    }

    .approfondimenti .elementor-widget-image:not(.img_link) img {
        max-height: 60px;
        object-fit: contain;
        width: auto;
    }

    .approfondimenti .elementor-widget-image.img_link img {
        max-height: 32px;
        width: auto;
        object-fit: contain;
    }

    .job_search .select2.select2-container {
        padding: 10px 0;
        margin: auto;
    }

    .job_search_button_holder {
        justify-content: center;
        min-height: 64px;
    }

    .job_search .col-lg-3, .jobs_archive_filters .col-md-6 {
        margin: 10px 0;
    }

    .mobile_image_line.mobile_line_cyan .elementor-widget-container:before {
        border-color: #C7DADB;
    }

    .jobs_archive_filters .col-md-6:first-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .archive_single_job_holder:nth-child(even) {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .archive_single_job_holder:nth-child(odd) {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .archive_single_job_title_holder {
        flex-direction: column;
    }

    .archive_single_jobs_excerpt {
        display: none;
    }

    .archive_single_jobs_button {
        margin-top: 40px;
    }

    .archive_single_jobs_terms p {
        display: block;
        margin-bottom: 5px;
    }

    .archive_single_job {
        padding: 40px 25px;
        width: 100%;
    }

    .single_job_content_holder .single_job_content:not(:first-child) .single_job_content_description {
        display: none;
    }

    .single_job_content_holder .single_job_content:not(:first-child) h5 {
        border-bottom: 1px solid #00145A;
        position: relative;
        padding-bottom: 10px;
    }

    .single_job_content_holder .single_job_content:not(:first-child) .single_job_content_section_title:after {
        content: "+";
        position: absolute;
        top: 0px;
        right: 5px;
        font-weight: 700;
        font-size: 26px;
        color: #00145A;
        display: block !important;
    }

    #perks-image .elementor-widget-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0;
    }

    #perks-image img {
        border-width: 0px 16px 16px 0px;
    }

    .widget_container_overflow_visible .elementor-widget-container {
        overflow: visible;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .uc_leadership_carousel .owl-prev {
        left: 25px !important;
        position: absolute;
        bottom: 0 !important;
    }

    .uc_leadership_carousel .owl-next {
        position: absolute;
        right: 0px !important;
        bottom: 0 !important;
    }

    .offset_tabs_full_width {
        margin-left: 0px;
    }

    .jobs_archive_filters .col-md-6:first-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .jobs_archive_filters .col-md-6 {
        margin: 10px 0;
    }

    .job_search_button_holder {
        min-height: 64px;
    }
}

@media (max-width: 360px) {
    .archive_single_jobs_button .btn, .single_job_apply_now_button .btn {
        min-width: 100%;
    }

    .single-jobs .single_job_apply_now_button .btn {
        min-width: 280px !important;
    }
}

@media (max-width: 425px) {
    .modal_prev_next .col-12 {
        flex-direction: column;
        align-items: center;
    }

    .modal_prev_next .col-12 .modal_next, .modal_prev_next .col-12 .modal_prev {
        margin: 15px auto;
    }
}

@media (max-width: 1024px) {
    body .hide_on_mobile {
        display: none !important;
    }

    .owl-item.active {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .our_presence_countries .elementor-container .elementor-column {
        width: 100% !important;
    }

    .our_presence_countries .elementor-container {
        flex-direction: column;
    }

    .our_presence_countries .elementor-container .elementor-column {
        margin: 0 15px;
    }

    .our_presence_countries .elementor-widget-icon-list {
        display: none;
    }

    .our_presence_countries .elementor-container .elementor-widget-heading:after {
        content: "+";
        position: absolute;
        top: 0px;
        right: 5px;
        font-weight: 700;
        font-size: 26px;
        color: #00145A;
    }

    .minus_after:after {
        content: "-" !important;
    }

    .our_presence_countries .elementor-container .elementor-widget-heading {
        border-bottom: 1px solid #00145A;
        padding-bottom: 10px;
    }

    .single-one-group .mobile_image_line .elementor-widget-container:after {
        border-color: #c7dadb;
    }

    .gi_vertical_tabs_content_wrapper .owl-dots {
        position: relative !important;
        bottom: 0 !important;
        padding: 50px 0px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

    body .hide_on_tablet {
        display: none !important;
    }

    body .show_on_tablet {
        display: flex !important;
    }

    .one_group_container > .elementor-container {
        padding-right: 30px;
    }

    .archive_past_posts .post_loop_thumbnail img, .discover_more_posts .post_loop_thumbnail img {
        height: 300px;
    }

    .post_loop_title h5 {
        font-size: 24px;
        line-height: 32px;
    }

    .archive_past_posts .post_loop_single_post {
        margin-bottom: 40px;
    }

    .archive_latest_grid {
        grid-template-columns: 45% auto;
        grid-column-gap: 40px;
    }

    /* .mobile_column_carousel .owl-stage-outer {
        overflow: visible;
    } */
    .mobile_column_carousel .owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        margin: 40px 0;
    }

    .mobile_column_carousel .owl-carousel .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        background-color: #ECE9F1;
        margin: 0 4px !important;
    }

    .mobile_column_carousel .owl-carousel .owl-dots .owl-dot.active {
        background-color: #005AFF;
    }

    .mobile_column_carousel .owl-item {
        visibility: hidden;
    }

    .mobile_column_carousel .owl-item.active {
        visibility: visible;
    }

    .archive_single_jobs_terms p {
        display: block;
        margin-bottom: 5px;
    }

    .gi_group_share_buttons_holder .row {
        padding: 10px 0 10px;
    }

    .single_job_terms_holder p {
        font-size: 20px;
        line-height: 28px;
    }

    .single_job_terms_holder {
        margin-bottom: 40px;
    }

    .single_job_content h5 {
        font-size: 24px;
        line-height: 32px;
    }

    .tablet_margin_right_n30 img {
        margin-right: -30px;
    }

    #job_search .row .col-lg-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    #job_search .row .col-lg-4 {
        padding: 10px 0px;
    }

    #job_search .select2-selection__rendered, .job_search_button_holder .btn {
        font-size: 18px;
    }
}

@media (min-width: 1025px) {
    .pl-0 {
        padding-left: 0 !important;
    }

    .pr-0 {
        padding-right: 0 !important;
    }

    body .hide_on_desktop {
        display: none !important;
    }

    .jobs_archive_filters .col-xl-auto {
        flex-grow: 1;
    }

    .archive_single_jobs_terms p:not(:last-child):after {
        content: "|";
        display: inline-block;
        position: relative;
        padding: 0 7px;
    }

}

@media (min-width: 1025px) and (max-width: 1200px) {
    .socialcompany .elementor-widget-container {
        width: 100% !important;
        margin: auto;
    }

    #socialcompany .elementor-widget-container {
        width: 100% !important;
        margin: auto;
    }

    .header_menu .elementor-nav-menu > li:not(:last-child) {
        margin-right: 15px !important;
    }

    .owl-item.active {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .brand_card_holder {
        padding: 40px 20px !important;
    }

    .brand_card_content {
        padding-bottom: 40px;
    }

    .presence_states_holder h2.elementor-heading-title {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .presence_states_holder .elementor-icon-list-items li a {
        font-size: 18px !important;
    }

    .our_presence_countries .elementor-container .elementor-column:not(:first-child) {
        margin-left: 7px;
    }

    .our_presence_countries .elementor-container .elementor-column:not(:last-child) {
        margin-right: 7px;
    }

    .archive_single_jobs_terms p {
        display: block;
        margin-bottom: 5px;
    }

    .archive_single_jobs_terms p:not(:last-child):after {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1680px) {
    #socialcompany h3 {
        font-size: 50px;
    }

    .socialcompany h3 {
        font-size: 50px !important;
    }

    .single-sustainable-works .sustainable-works-head .elementor-widget-wrap {
        margin-left: 0% !important;
        margin-right: 15px;
    }
}

@media (min-width: 1025px) and (max-width: 1439px) {
    .uc_leadership_carousel .owl-prev {
        left: 25px !important;
        position: absolute;
        bottom: 0 !important;
    }

    .uc_leadership_carousel .owl-next {
        position: absolute;
        right: 0px !important;
        bottom: 0 !important;
    }

    .single-post .header_line_left .elementor-widget-wrap.elementor-element-populated {
        margin-left: 0% !important;
        margin-right: 15px;
    }

    .header_line_left .elementor-widget-wrap.elementor-element-populated {
        margin-left: 0%;
        margin-right: 15px;
    }

    .single-sustainable-works .sustainable-works-head .elementor-widget-wrap {
        margin-left: 10%;
        margin-right: 15px;
    }

    .header_line_right .elementor-widget-wrap.elementor-element-populated {
        margin-right: 10%;
        margin-left: 15px;
    }

    .presence_states_holder .elementor-icon-list-items li a {
        font-size: 18px !important;
    }

    .manage_elements_padding_right .elementor-widget-container {
        margin-right: 50px !important;
        padding-right: 0 !important;
    }

    .mobile_image_line .elementor-widget-container {
        margin-right: 0 !important;
    }

    .archive_past_posts .post_loop_thumbnail img, .discover_more_posts .post_loop_thumbnail img {
        height: 300px;
    }

    .post_loop_title h5 {
        font-size: 24px;
        line-height: 32px;
    }

    .archive_past_posts .post_loop_single_post {
        margin-bottom: 40px;
    }

    .single_job_terms_holder p {
        font-size: 24px;
        line-height: 32px;
    }

    .single_job_terms_holder {
        margin-bottom: 20px;
    }
}

@media (min-width: 1440px) {

    .modal-xl {
        max-width: 1400px !important;
    }

    .uc_global_impact_cards .modal-xl {
        max-width: 1180px !important;
    }

    .header_line_right > .elementor-container {
        margin-right: calc(8% + 30px);
        padding-left: 10px;
    }

    .header_line_left > .elementor-container {
        margin-left: calc(11% + 30px);
        /*  margin-left: calc(7% + 30px); */
        padding-right: 10px;
    }
}

.header_line_left > .elementor-container {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
}

.page-home .swiper-pagination-bullets {
    color: #fff;
    cursor: default;
    margin-top: 104px;
}

.elementor-5103 .elementor-element.elementor-element-8dac821 .elementor-custom-embed-play i {
    color: #ffffff !important;
    background-color: #4e87d500 !important;
    font-size: 0px !important;
    border-radius: 50% !important;
    border: 0px solid #ffff !important;
}

.single-sustainable-works .eicon-play:before {
    /* content: "\e89d"; */
    color: white;
    content: url(../png/imgingest-4590267031290274753.png) !important;
}

.elementor-element-788b1b2 .elementor-widget-container h1 {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 100px !important;
    font-weight: 300;
    line-height: 118px;
}

.latest_sustainable_single_post .post_loop_title p {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Lato';
    font-weight: 700;
    color: #292929;
    margin-bottom: 25px;
}

.post_loop_title p {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Lato';
    font-weight: 700;
    color: #292929;
}

.elementor-2571 .elementor-element.elementor-element-b28736c .global_impact_title span {
    font-family: "Lato", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #ffffff;
}

.elementor-2571 .elementor-element.elementor-element-b28736c .global_impact_testimonial_title_modal span {
    font-family: "Lato", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #1D57FB;
}

label.error {
    display: block;
    position: absolute;
    background-color: #c11526;
    color: #fff !important;
    padding: 3px !important;
}

#headpostt .elementor-element-6567124 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 120px 20px 0px 20px;
}

@media (max-width: 768px) {
    .our_history_content_slider_holder .owl-controls {
        position: absolute;
        top: 30% !important;
        width: 100%;
    }

    #headpostt .elementor-element-6567124 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 120px 20px 0px 20px;
    }

    .single-sustainable-works .eicon-play:before {
        zoom: 34%;
    }

    #country_leadership .owl-prev {
        background-size: 15px !important;
    }

    #country_leadership .owl-next {
        background-size: 15px !important;
    }

    .uc_leadership_carousel .owl-nav > div {
        width: 40px !important;
        height: 40px !important;
        font-size: 15px !important;
    }

    .uc_global_impact_single_card_modal {
        padding: 34px !important;
    }

    .scrollbar-external-our-values {
        width: 100% !important;
        margin: auto;
        display: block;
        position: relative;
    }

    /* one group images */
    .one-goup-img img {
        max-width: 150px !important;
        margin-top: 40px;
    }

    .elementor-element-16476f10 img {
        max-width: 100px !important;
        margin-top: 40px;
    }

    #brand_cards .owl-nav {
        display: none;
    }

    /* single job button */
    .external_job_modal .modal-body, .internal_job_modal .modal-body {
        padding: 113px 8% 40px 40px;
        z-index: 2;
    }

    #external_link_modal .modal_buttons .input-group {
        margin-left: -18px !important;
    }

    .single-jobs .modal_buttons {
        width: 100%;
        margin: auto;
        position: relative;
        display: block;
        margin-bottom: 14%;
        margin-right: auto;
        margin-left: auto;
    }

    /* number one-group */
    .post-type-archive-one-group .gi_counter_holder {
        margin-bottom: 0px !important;
        line-height: 26px !important;
        font-size: 25px !important;
    }

    .post-type-archive-one-group .gi_counter_title {
        font-family: "Lato", Sans-serif;
        font-size: 20px !important;
    }

    /* leadership navigation */
    #leadership_custom_dots {
        display: none !important;
    }

    .uc_leadership_carousel .owl-prev {
        left: 0 !important;
    }

    .uc_leadership_carousel .owl-next {
        position: absolute;
        right: 0px !important;
    }

    .owl-nav .owl-prev {
        display: flex !important;
    }

    .owl-nav .owl-next {
        display: flex !important;
    }

    .tax-country .owl-nav {
        display: none;
    }

    /* mobile menu logo */
    .elementor-2885 .elementor-element.elementor-element-37cd74e {
        text-align: left;
        max-width: 120px;
        margin-bottom: 0px;
        margin-left: 7px;
    }

    /* pagination bullet */
    .page-home .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background: #005AFF;
    }

    .internal_job_modal {
        z-index: 999999999999999;
    }

    .external_job_modal h4.modal_content_title {
        font-size: 20px;
        line-height: 34px;
        font-family: 'Lato';
        font-weight: 700;
        color: #00145A;
        margin: 25px 0;
    }

    .external_job_modal a.job_modal_btn {
        min-width: 100%;
        text-align: center;
        margin: 25px 18px 20px 0px;
    }

    .external_job_modal_title, .internal_job_modal_title {
        font-size: 20px;
        font-weight: 300;
        line-height: 82px;
        color: #00145A;
    }

    .external_job_modal p, .internal_job_modal p {
        font-size: 14px;
        line-height: 32px;
        width: 200px;
        color: #292929;
        font-family: 'Lato';
    }

    .page-contact-us .header_line_right > .elementor-container {
        padding: 0px 50px 0px 15px !important;
    }

    .changee .elementor-element-2f62b16 .elementor-widget-container {
        margin: 119px -25px 0px 0px !important;
        padding: 0px 20px 0px 20px;
    }

    .single-one-group .onegroup-h2 h2 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .elementor-2885 .elementor-element.elementor-element-2bd64bf > .elementor-element-populated {
        padding: 28px 0px 40px 0px;
    }

    .logo-mobile {
        text-align: left;
        top: 20px;
        max-width: 108px;
    }

    .elementor-2527 .elementor-element.elementor-element-7a95871 > .elementor-element-populated {
        padding: 0px 0px 0px 20px;
    }

    #headpostt .elementor-element-b8405bd {
        margin-left: 12% !important;
    }

    #map-country .elementor-column {
        background-color: white;
    }

    .page-about-gigroup .scrolll .scrollbar-internal {
        display: block;
        white-space: nowrap;
        padding: 0px;
        margin-bottom: 5%;
        width: 100%;
        height: 530px;
        /* width: 704px; */
    }

    .tax-country .e-form__buttons button {
        padding: 16px 87px 16px 87px !important;
    }

    .hover_cards {
        height: 100% !important;
        width: 100% !important;
    }

    .elementor-widget-ucaddon_button_socials .one_group_button {
        padding: 20px 70px 20px 70px;
        width: 343px;
        text-align: center;
        margin-bottom: 31px;
    }

    .elementor-widget-ucaddon_button_socials .col-auto {
        margin: auto;
    }

    #wyseerr img {
        width: 118px !important;
        height: 32px !important;
    }

    #logo-social-link .elementor-element-populated {
        margin: auto !important;
    }

    #logo-social-link .one_group_socials {
        left: 15% !important;
    }

    .single-one-group .header_line_left .elementor-element-populated {
        margin: 0% 0% 0% 0% !important;
    }

    .header_line_left > .elementor-container {
        width: 80%;
        margin-left: auto !important;
        margin-right: auto;
        display: block;
        position: relative;
    }

    .header_line_right > .elementor-container {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        position: relative;
    }

    /* about */
    .page-about-gigroup .uc_global_impact_single_card_modal {
        padding: 74px 29px 29px 29px !important;
    }

    /* mobile menu */
    .elementor-element-e9973ad .unlimited-elements-background-overlay {
        position: absolute;
        top: -87px !important;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    /* change-lives */
    .parent-pageid-2527 .global_impact_btn_close {
        position: absolute;
        top: 32px;
        color: #0f2c7e;
        right: 32px;
        font-size: 32px;
        opacity: 1.5;
    }

    .mobile_accordion .elementor-widget-heading:not(.main_header_accordion) {
        line-height: 51px;
        border-bottom: 1px solid #00145A;
    }

    .sharedd1 {
        height: 689px;
        width: 100% !important;
    }

    .sharedd p {
        width: 100% !important;
        margin: auto;
        font-size: 23px !important;
    }

    .caree .uc_our_values_cards_item {
        height: 72em !important;
        border-radius: 8px;
        box-shadow: 0 2px 45px rgb(169 169 169 / 50%);
        width: 100% !important;
        display: inline-block;
        white-space: initial;
        height: 100%;
    }

    #socialcompany .elementor-widget-container {
        width: 100% !important;
        margin: auto;
    }

    .socialcompany .elementor-widget-container {
        width: 100% !important;
        margin: auto;
    }

    /* onegroup */
    .single-one-group .brand_card_inner {
        width: 476px;
        height: 100% !important;
    }

    .single-one-group .brand_card_holder {
        padding: 20px !important;
        box-shadow: unset !important;
        height: 100%;
    }

    .single-one-group #brand_cards .brand_card_content {
        height: 260px !important;
        overflow: unset !important;
        margin-bottom: auto !important;
    }

    /* single post */
    #headpostt h1 {
        font-size: 40px !important;
        line-height: 48px !important;

    }


    /* job  */
    .archive_jobs_posts_btn {
        min-width: 100% !important;
        padding: 15px !important;
        font-size: 20px !important;
        line-height: 32px !important;
        font-weight: 700 !important;
        font-family: 'Lato';
    }

    .archive_single_jobs_button .btn, .single_job_apply_now_button .btn {
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;
        padding: 15px;
    }

    .post-jobtome-joins-the-gi-group-family .elementor-element-b8405bd .elementor-element-populated {
        margin: 0% 0% 0% 10%;
    }

    .elementor-element-b8405bd .elementor-widget-wrap {
        padding-left: 5% !important;
    }

    .elementor-2122 .elementor-element.elementor-element-b8adb87 .elementor-heading-title {
        color: #FFFFFF;
        font-family: "Lato", Sans-serif;
        font-weight: 300;
        font-size: 40px !important;
        line-height: 48px !important;
    }

    /* leadership_carousel  */
    .single_leadership_carousel_position {
        font-family: "Lato", Sans-serif;
        font-size: 20px;
        font-weight: 400;
        width: 100%;
        margin: auto;
        line-height: 32px;
    }

    .page-our-company .leadership_modal_bottom .modal_prev_next div {
        width: 100%;
        display: flex;
        margin: auto;
        position: relative;
        flex-direction: unset;
    }

    /* country brand  */
    #brand_cards {
        padding-bottom: 140px !important;
    }

    /* home  */
    .home .tab_content_logo img {
        max-width: 131px !important;
        object-fit: contain;
    }

    .socialcompany .elementor-widget-wrap {
        height: 100% !important;
    }

    #socialcompany .elementor-widget-wrap {
        height: 100% !important;
    }

    .home #uc_uc_card_post_carousel_elementor43249 .uc_image_carousel_content {
        width: 343px !important;
    }

    .elementor-419 .elementor-element.elementor-element-2df5d6a .elementor-button {
        font-family: "Lato", Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        fill: #FFFFFF;
        color: #FFFFFF;
        background-color: #1D57FB;
        border-radius: 4px 4px 4px 4px;
        padding: 16px 51px 16px 51px;
    }

    .elementor-419 .elementor-element.elementor-element-a04c40f .elementor-button {
        font-family: "Lato", Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        fill: #292929;
        color: #ffffff;
        background-color: #00145a;
    }

    .home .gi_vertical_tabs_content_wrapper {
        padding: 30px 25px 25px;
        overflow: visible;
        /*     height: 820px; */
    }

    .home #gi_vertical_tabs_content .tab_content_button a {
        padding: 16px 37px !important;
        color: #fff;
        background-color: #1D57FB;
        border-radius: 3px;
        display: inline-block;
        font-size: 20px !important;
        margin-top: 40px;
    }

    .home .tab-pane .tab_content_text p {
        font-size: 16px !important;
        font-family: 'Lato';
        line-height: 19px !important;
    }

    .elementor-element-0d96b82 img {
        width: 92px;
    }

    .elementor-element-788b1b2 .elementor-widget-container h1 {
        color: #FFFFFF;
        font-family: "Lato", Sans-serif;
        font-size: 40px !important;
        font-weight: 300;
        line-height: 48px !important;
    }

    #social-comm img {
        max-width: 105px !important;
        height: 109px !important;
        width: 105px;
    }

    #our-com img {
        max-width: 109px !important;
        height: 109px !important;
    }

    .home .tab_content_text h3 {
        font-size: 21px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    /*our company */
    .our_values_content_slider .owl-dots {
        overflow: hidden;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 17% !important;
        position: relative;
    }

    .page-our-company .header_line_right > .elementor-container {
        margin-right: calc(11% + 30px);
        padding-left: 0px;
        /*  margin-left: 0%!important; */
    }

    .page-our-company .our_values_content_slider_holder {
        margin: 0 auto;
        background-color: #c6d9da !important;
    }

    /*home*/
    #uc_gi_card_carousel_elementor20604 .uc_card_carousel_container_holder {
        box-shadow: 0 2px 45px rgb(169 169 169 / 50%);
        border-radius: 8px !important;
        background-color: #fff;
        width: 343px !important;
        height: 472px !important;
    }

    /* contact us */
    .blog .category_select2 .select2-selection {
        display: block;
        width: 100% !important;
    }

    .elementor-element-a4b7151 img {
        width: 92px;
    }

    .getintouchh .gfield_consent_label a {
        font-size: 14px;
        color: #212529;
        text-decoration: underline;
    }

    .gform_wrapper.gravity-theme .gform_footer input {
        font-family: "Lato", Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        padding: 18px 86px 14px 86px;
        background-color: #00145A;
        color: #fff;
        border-color: #00145A;
    }

    /* blog */
    .single-sustainable-works .elementor-element-99f6417 img {
        height: 250px;
        object-fit: cover;
        width: 344px;
    }

    .post-type-archive-sustainable-works .post_loop_thumbnail img {
        height: 343px;
        max-width: 343px;
        width: 100%;
    }

    .archive_past_posts .post_loop_thumbnail img, .discover_more_posts .post_loop_thumbnail img {
        height: 343px;
        max-width: 343px;
        width: 343px;
        width: 100%;
        object-fit: cover;
    }

    .elementor-widget-heading h1 {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    /* social commitment h2 */
    .social-h2 .elementor-heading-title {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .elementor-widget-heading h2 {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    .page-social-commitment .header_line_left > .elementor-container {
        /*  margin-left: calc(0% + 0px)!important;
           margin-left: calc(7% + 30px);
          padding-right: 10px; */
        width: 100%;
        margin-left: auto !important;
        margin-right: auto;
        display: block;
        position: relative;
    }
}

@media (min-width: 1440px) {

    .postid-3699 .header_line_left > .elementor-container {
        margin-left: auto !important;
        padding-right: 0 !important;
    }

    .elementor-1409 .elementor-element.elementor-element-5b1b95f > .elementor-element-populated {
        padding: 0px 30px 0px 0px;
    }

    .change_lives_header_bg {
        grid-template-columns: 30% 5% 38% 25% 7% !important;

    }
}

@media (max-width: 1440px) {
    .header_line_left > .elementor-container {
        margin-left: calc(11% + 30px);
        /*  margin-left: calc(7% + 30px); */
        padding-right: 10px;
    }

    .job_search form {
        width: 90%;
    }

    .single-one-group .one_group_socials {
        --e-icon-list-icon-size: 20px;
        --e-icon-list-icon-align: center;
        --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
        width: auto;
        margin: auto !important;
        left: 24% !important;
    }

}

@media (max-width: 1024px) {
    .external_job_modal .modal-body, .internal_job_modal .modal-body {
        padding: 120px 8% 40px 40px;
        z-index: 2;
    }

    .single-jobs .modal-dialog {
        max-width: 100% !important;
        margin: 1.75rem auto;
    }

    #headpostt .elementor-element-b8405bd {
        margin-left: 12% !important;
    }

    .sustainable-works-head .elementor-widget-container h1 {
        font-size: clamp(4.5rem, 2.5vw, 4rem) !important;
    }

    /*our company */
    .page-our-company .our_values_content_slider_holder .owl-stage-outer {
        background-color: #c6d9da !important;

    }

    /* one-group */
    .single-one-group #brand_cards .owl-stage-outer {
        overflow: hidden !important;
    }

    /* job header */
    .post-jobtome-joins-the-gi-group-family .elementor-element-b8405bd .elementor-element-populated {
        margin: 0% 0% 0% 10%;
    }

    .page-social-commitment .hover_cards img {
        max-width: 100px !important;
        height: 100px !important;
    }

    /* leadership_carousel  */
    .single_leadership_carousel_position {
        font-family: "Lato", Sans-serif;
        font-size: 20px;
        font-weight: 400;
        width: 100% !important;
        margin: auto;
        line-height: 32px;
        padding: 5px;
    }

    /* home tab */
    .home .gi_vertical_tabs_content_wrapper {
        padding: 30px 25px 25px;
        overflow: visible;
        /*     height: 840px!important; */
    }

    .elementor-1501 .elementor-element.elementor-element-455e0a5 > .elementor-element-populated {
        margin: 0% 0% 0% 13%;
    }

    .elementor-1820 .elementor-element.elementor-element-4574ccf > .elementor-element-populated {
        margin: 0% 7% 0% 0%;
        padding: 0px 0px 0px 15px;
    }
}

.home .header_line_right > .elementor-container {
    margin-right: calc(0% + 30px);
    padding-left: 10px;
}

.header_line_right > .elementor-container {
    /*   margin-right: calc(11% + 30px);
       padding-left: 10px; */
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
}

#changeliv img {
    height: 106px;
    max-width: 140px !important;
}

#changelivv img {
    height: 106px;
    max-width: 140px !important;
}

.elementor-2527 .elementor-element.elementor-element-6339cd8 > .elementor-container {
    margin: auto;
}

.post-type-archive-one-group .elements_max_width_700 .elementor-container {
    max-width: 800px !important;
}

#social-comm img {
    max-width: 131px;
    height: 131px;
}

#our-com img {
    max-width: 136px;
}

.postid-3699 .header_line_left > .elementor-container {
    margin-left: auto !important;
    padding-right: 0 !important;
}

#uc_gi_vertical_tabs_elementor39600 .gi_nav_link:hover, .gi_nav_link.active, .gi_nav_link:focus {
    color: #1D57FB;
    background-color: transparent;
    border-color: #1D57FB;

    height: 90px !important;
    font-family: 'Lato';
}

.home #gi_vertical_tabs_content .tab_content_text h3 {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Lato';
    margin-bottom: 25px;
}

.home #gi_vertical_tabs_content .tab_content_button a {
    padding: 20px 65px;
    color: #fff;
    background-color: #1D57FB;
    border-radius: 3px;
    display: inline-block;
    margin-top: 40px;
}

.home .tab-pane .tab_content_text p {
    font-size: 20px;
    font-family: 'Lato';
    line-height: 32px;
}

.elementor-80 .elementor-element.elementor-element-b54a50e .elementor-repeater-item-3489722.elementor-social-icon {
    background-color: #FFFFFF;
    max-width: 48px;
    width: 48px;
    height: 48px;
}

.page-id-2388 .elementor-2388 .elementor-element.elementor-element-8bcf302 > .elementor-container {
    max-width: 1420px;
    margin-right: calc(0% + 30px);
    padding-left: 10px;
}

.elementor-419 .elementor-element.elementor-element-18b0a49 .uc_more_btn {
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    background-color: #00000000;
    color: #1D57FB;
    margin-top: 15px;
    font-family: "Lato", Sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    width: 79px;
    line-height: 28px;
    height: 16px;
}

.elementor-80 .elementor-element.elementor-element-b54a50e .elementor-repeater-item-3489722.elementor-social-icon {
    background-color: #FFFFFF;
    max-width: 48px;
    width: 48px;
    margin-top: 38px !important;
    height: 48px;
}

.single-one-group .one_group_socials {
    --e-icon-list-icon-size: 20px;
    --e-icon-list-icon-align: center;
    --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
    width: auto;
    margin: unset;
    left: unset;
}

.elementor-2312 .elementor-element.elementor-element-fe53756 .elementor-spacer-inner {
    height: 100px;
}

#uc_header_background_bg_addon13067 {
    grid-template-columns: 3.7% 40% 45% 8% !important;
}

#wyseerr img {
    width: 185px;
    height: 50px;
}

.country_discover_btn.btn_disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border: 1px solid #00145A;
    color: #00145A;
    width: 192px;
    height: 64px;
}

.single-one-group .brand_card_inner {
    width: 476px;
    height: 492px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: 19rem !important;
    overflow-y: auto;
    height: 380px;
}

.one_group_select_holder .select2-results {
    display: block;
    height: 330px;
}

.page-our-presence .elementor-list-item-link-full_width a {
    color: #171717 !important;
}

.tax-country .country_language_content_holder {
    margin-top: -1%;
}

.tax-country #form-field-message {
    color: #00145A !important;
    font-family: Lato;
    font-size: 24px;
}

/* map icon */

.gm-bundled-control {
    margin: 10px;
    user-select: none;
    position: absolute;
    bottom: 95px;
    right: 90vw !important;
}

/* social committed box   */

.hover_cards {
    height: 800px;
    width: 644px;
}

/* sustainable work button   */

.sustainable_load_more_ajax {
    padding: 16px 94px !important;
}

/* our_history year dot_title    */

.our_history_dot_title {
    text-align: center;
}

/* news  */

.blog .gi_primary_btn {
    padding: 16px 101px !important;
}

.single-post .header_line_left > .elementor-container {
    margin-left: calc(0% + 0px);
    /* margin-left: calc(7% + 30px); */
    padding-right: 0px;
}

/* Investor Relations  */

.relationss {
    width: 640px !important;
    height: 800px !important;
}

/*Code of Ethics header  */

.page-code-of-ethics #uc_header_background_bg_addon18101 {
    grid-template-columns: 7.7% 40% 45% 8% !important;
}

/* single_job   */

.single_job_content_description a {
    color: #1d57fb;
    font-size: 20PX;
    text-decoration: underline;
}

.single-jobs .single_job_apply_now_button .btn {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    min-width: 344px !important;
    padding: 15px;
}

.single-jobs .single_job_content {
    margin-top: 40px;
}

.page-id-2751 .archive_single_jobs_excerpt {
    width: 100%;
}

/* Your perks of being one of us    */


.sharedd p {
    width: 100%;
    margin: auto;
}

.sharedd1 {
    width: 100%;
}

/* Our impact on changing lives   */

.page-about-gigroup .external-scroll_x-vertical-tabs .scroll-bar {
    width: 300px;
    background: #00145a;
    border-radius: 50vw;
}

.page-about-gigroup .external-scroll_x .scroll-bar {
    width: 300px;
    border-radius: 50vw;
}

.scrolll .scrollbar-internal {
    display: block;
    white-space: nowrap;
    padding: 0px;
    margin-bottom: 5%;
    height: 530px;
    width: 704px;
}

.caree .external-scroll_x-our-values.scroll-scrollx_visible {
    display: block;
    height: 10px;
    left: 24%;
    bottom: 0;
    width: 60%;
}

.caree .uc_our_values_cards_item {
    height: 30em;
    padding: 37px 32px;
    margin: 0 15px;
    border-radius: 8px;
    box-shadow: 0 2px 45px rgb(169 169 169 / 50%);
    display: inline-block;
    white-space: initial;
}

/* contact us  */

.getintouchh .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 70px;
    margin-top: 5%;
    opacity: 1;
}

/* footer  */

#footerr .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 12px;
}

.post-jobtome-joins-the-gi-group-family .elementor-element-b8405bd .elementor-element-populated {
    margin: 0% 0% 0% 2%;
}

.post-jobtome-joins-the-gi-group-family .header_line_left .elementor-widget-wrap.elementor-element-populated {
    margin-left: 0% !important;
    margin-right: 15px;
}

/*our company */

@media (max-width: 1320px) {

    .our_history_dot {
        padding: 60px 26px !important;
        text-align: center;
    }
}

/* change-lives */

#job_search .select2 {
    width: 100% !important;
}

.job_search_button_holder button.btn {
    width: 100%;
    max-width: 100% !important;
}

#socialcompany .elementor-widget-container {
    width: 50%;
    margin: auto;
}

.socialcompany .elementor-widget-container {
    width: 50%;
    margin: auto;
}

@media screen and (min-width: 2130px) and (max-width: 2350px) {
    #change_lives {
        margin: 0% 0% 0% -3%;
    }
}

@media screen and (min-width: 2351px) and (max-width: 2550px) {
    #change_lives {
        margin: 0% 0% 0% -6%;
    }
}

@media screen and (min-width: 2551px) and (max-width: 2825px) {
    #change_lives {
        margin: 0% 0% 0% -10%;
    }
}

@media screen and (min-width: 2826px) {
    #change_lives {
        margin: 0% 0% 0% -13%;
    }
}


/* jobs */

.jobs_archive_filters .select2 {
    width: 100% !important;
}

/* our company 

.page-our-company .header_line_right > .elementor-container {
    margin-right: calc(11% + 30px);
    padding-left: 10px;
    margin-left: 12%;
} */
.elementor-nav-menu__align-right {
    margin-bottom: 0px !important;
}

#temporarystaff .gi_nav_item {
    width: 100%;
}

.home .elementor-element-0890aea .grid_n6 {
    border-left: 25px solid;
    border-bottom: 25px solid;
    width: 48vw !important;
    z-index: 9;
    border-bottom-left-radius: 3vw;
}

.page-social-commitment .elementor-1170 .elementor-element.elementor-element-846c736 .grid_n2 {
    border-color: #1d57fb !important;
}

.page-social-commitment .elementor-1170 .elementor-element.elementor-element-846c736 .grid_n5 {
    border-color: #1d57fb !important;
}

.page-social-commitment .elementor-1170 .elementor-element.elementor-element-846c736 .grid_n8 {
    border-color: #1d57fb !important;
}

#uc_our_company_vertical_bg_addon36340 .grid_block.grid_n8 {

    border-color: #1d57fb !important;
}

.page-social-commitment .elementor-element-846c736 .d-grid {

    grid-template-rows: [row1-start] 0% [row1-end row2-start] auto [row2-end row3-start] 180px [row3-end] !important;
}

/* Country Get in touch with us  */
.getintouchcountry .elementor-field-group-name input::placeholder {
    color: #00145A;
    opacity: 1;
    font-weight: 400;
}

.getintouchcountry .elementor-field-type-textarea textarea::placeholder {
    color: #00145A;
    opacity: 1;
    font-weight: 400;
}

.getintouchcountry .elementor-field-group-email input::placeholder {
    color: #00145A;
    opacity: 1;
    font-weight: 400;
}

/* header */

@media (min-width: 1024px) and (max-width: 1680px) {
    .header_line_left > .elementor-container {
        margin-left: calc(11% + 30px);
        /*  margin-left: calc(7% + 30px); */
        padding-right: 10px;
    }

    .revolutionchange {
        margin-left: calc(6% + 30px) !important;
        width: 82% !important;
    }

    .elementor-2527 .elementor-element.elementor-element-7a95871 > .elementor-element-populated {
        padding: 0px 0px 0px 20px !important;
    }

    .single-sustainable-works .sustainable-works-head .elementor-widget-container h1 {
        margin-left: 0% !important;
        margin-right: 15px;
    }

    #headpostt .elementor-element-2195f37 .elementor-container {
        margin-left: calc(11% + 30px) !important;
    }

    #headpostt .elementor-element-2195f37 .elementor-widget-heading h1 {

        font-size: clamp(4.5rem, 2.5vw, 4rem) !important;
    }

    .header_line_right > .elementor-container {
        margin-right: calc(11% + 30px);
        padding-left: 10px;
        margin-left: calc(6% + 30px) !important;
        width: 85%;

    }

    .header_line_right .elementor-widget-heading h1 {

        font-size: clamp(4.5rem, 2.5vw, 4rem) !important;
    }

    .header_line_right .elementor-widget-heading h2 {

        font-size: clamp(4.5rem, 2.5vw, 4rem) !important;
    }

    .header_line_left .elementor-widget-heading h1 {

        font-size: clamp(4.5rem, 2.5vw, 4rem) !important;
    }

    .change_lives_container .elementor-widget-container h1 {

        font-size: clamp(4.2rem, 2.5vw, 4rem) !important;
    }

}

/* onegroup  header */
.post-type-archive-one-group .header_line_right > .elementor-container {

    margin-right: calc(0% + 30px);
    padding-left: 10px;

}

.one_group_select_holder .select2-container--open .select2-selection--single {
    background-image: url(../png/up-arrow.png) !important;
    background-size: 8%;
}

/* blog */
#gobackbutton {
    position: absolute;
    top: 1%;
    z-index: 9;
    left: 14%;
}

#gobackbutton .elementor-post-navigation {
    width: 1440px;
    margin: auto;
}

#headposttt {
    padding: 120px 30px 0px 30px;
}

.job_search_button_holder button.btn {
    font-family: 'Lato' !important;
    width: 100%;
    margin: auto;
    padding: 16px;
    max-width: 100% !important;
}

/* change-lives */
@media (min-width: 992px) {

    .page-change-lives #job_search .col-lg-3 {
        flex: 0 0 auto;
        width: 24%;
    }
}

@media (max-width: 992px) {
    .single-jobs .modal-dialog {
        max-width: 100% !important;

    }
}

.elementor-element-3f8284c li {
    list-style-type: disc;
}

@media (max-width: 767px) {
    /* breadcrumbs */
    #breadcrumbs span {
        color: #FFFFFF;
        font-family: "Lato", Sans-serif;
        font-size: 16px !important;
        font-weight: 300;
        line-height: 36px;
    }

    #breadcrumbs span a {
        color: #FFFFFF;
        font-family: "Lato", Sans-serif;
        font-size: 16px !important;
        font-weight: 300;
        line-height: 36px;
    }

    #breadcrumbs .breadcrumb_last {
        font-weight: 500;
    }

    .error404 .elementor-button-wrapper a {
        padding: 16px 48px 16px 48px !important;
    }

    .home #gi_vertical_tabs_content .tab_content_text h3 {
        font-size: 21px !important;
        line-height: 19px !important;
        font-family: 'Lato';
        width: auto !important;
        margin-bottom: 25px;
    }

    .elementor-1820 .elementor-element.elementor-element-7bcda20 .our_history_item_content {
        font-family: "Lato", Sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 39px;
        color: #16214E;
        PADDING: 0PX 0PX !important;
    }

    .elementor-2527 .elementor-element.elementor-element-bb8dcf4 > .elementor-widget-container {
        padding: 0px 0px 0px 5px !important;
    }

    .sticky_btn {
        position: fixed;
        top: auto;
        height: auto;
        bottom: 0;
    }

    .sticky_btn .single_job_apply_now_button a {
        width: 100%;
        border-radius: 0;
        margin: 0;
        box-shadow: 1px 1px 15px #ffffff73;
    }
}

/* menu */
@media (min-width: 1025px) and (max-width: 1280px) {
    .home #gi_vertical_tabs button.gi_nav_link {
        font-size: 23px !important;
    }

    .header_menu {
        --e-nav-menu-horizontal-menu-item-margin: calc(20px / 2) !important;
    }

    .elementor-53 .elementor-element.elementor-element-242f57bb .elementor-nav-menu .elementor-item {
        font-family: "Lato", Sans-serif;
        font-size: 15px;
        font-weight: 400;
    }
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
    font-size: 1.2em;
    text-transform: capitalize;
}

.gi_leadership_holder .modal {
    z-index: 99999;
}

/* modal Leadership */
.tax-country .modal-backdrop {
    z-index: 999 !important;
}

/* our_history_content_slider */
@media (min-width: 1025px) and (max-width: 1200px) {
    ul#our_history_custom_dots .owl-dot {
        padding: 60px 18px !important;
        cursor: pointer;
        position: relative;
    }
}

@media (min-width: 1201px) and (max-width: 1680px) {
    .home #gi_vertical_tabs button.gi_nav_link {
        font-size: 26px !important;
    }

    ul#our_history_custom_dots .owl-dot {
        padding: 20px 22px !important;
        cursor: pointer;
        position: relative;
    }
}

/* contact header */
@media (min-width: 769px) and (max-width: 1680px) {
    .page-contact-us .header_line_right > .elementor-container {
        margin-right: calc(11% + 30px);
        padding-left: 10px;
        margin-left: calc(6% + 30px) !important;
    }

}

/* single_leadership_carousel */
.single_leadership_carousel_content .single_leadership_carousel_position {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    text-align: center !important;
    margin: auto !important;
    font-weight: 400;
    line-height: 32px;
}

#country_leadership .single_leadership_carousel_position {
    font-size: 20px;
    line-height: 32px;
    color: #00145A;
    margin: auto;
    font-family: 'Lato';
}

/* sustainable disable */
.sustainable-display a {
    pointer-events: none;
}

.mobile_menu_bg img {
    margin-left: 12px;
}

.single-jobs .alert-primary {
    color: #00145a;
    background-color: #ffffff;
    font-size: 20px;
    border-color: #00145a;
    border: 1.26px solid #00145a;
}

.single-jobs .alert-primary:before {
    content: "";
    display: block;
    background: url('../png/group-8%402x.png') no-repeat;
    float: left;
    width: 30px;
    background-size: contain;
    height: 30px;
    margin-right: 15px;
}

.single-jobs .modal_buttons {
    width: 100%;

}

.single-jobs .alert-success {
    font-family: 'Lato' !important;
    color: #00145a;
    background-color: #ffffff;
    font-size: 20px;
    border-color: #00145a;
    border: 1.26px solid #00145a;
    width: fit-content;
}

.single-jobs .alert-success:before {
    content: "";
    display: block;
    background: url('../png/group-8%402x.png') no-repeat;
    float: left;
    width: 30px;
    background-size: contain;
    height: 30px;
    margin-right: 15px;
}

.single-jobs .alert-info {
    color: #00145a;
    background-color: #ffffff;
    font-size: 20px;
    border-color: #00145a;
    border: 1.26px solid #00145a;
    width: fit-content;
}

.single-jobs .alert-info:before {
    content: "";
    display: block;
    background: url('../png/group-8%402x.png') no-repeat;
    float: left;
    width: 30px;
    background-size: contain;
    height: 30px;
    margin-right: 15px;
}

/* card_carousel home  */
.page-home .uc_card_carousel_description {
    margin-bottom: 80px;
    height: 290px;
}

.gi_nav_link {
    font-family: 'Lato' !important;
}

.gi_nav_item button {
    font-family: 'Lato' !important;
}

.gi_nav_item {
    font-family: 'Lato' !important;
}

.tab_content_text {
    font-family: 'Lato' !important;
}

.icon-singlecountry img {
    max-width: 132px;
}

/* our_history_item */
.page-our-company .our_history_item_content p {
    text-align: center;
}

/* news hover */
.post_loop_title h5:hover {
    color: #1D57FB;
}

.single-jobs .single_job_apply_now_button .btn {
    font-size: 20px;
    /*  position: absolute;  */
    font-weight: 700;
    top: 100%;
    min-width: 500px !important;
    padding: 15px;
}

a.job_modal_btn {
    font-family: "Lato", Sans-serif !important;
}

.modal-title {
    font-family: "Lato", Sans-serif !important;
}

input#job_email {
    font-family: "Lato", Sans-serif !important;
}

/* submenu arrow up */
.elementor-nav-menu .has-submenu:hover .sub-arrow i {
    pointer-events: none;
    transform: rotate(180deg);
    transition: transform .25s;
}

/* number one group */
.num-onegroup {
    font-size: 30px;
    text-align: left;
    margin-top: 24px;
}

.name-onegroup {
    font-size: 14px;
    display: block;
}

/* leadership navigation */

.uc_leadership_carousel .owl-nav .owl-prev {
    display: flex !important;
}

.uc_leadership_carousel .owl-nav .owl-next {
    display: flex !important;
}

#leadership_custom_dots {
    display: none !important;
}

#country_leadership .owl-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: center;
    align-items: center;
}

#country_leadership .owl-nav {
    display: flex;
}

#country_leadership .owl-prev {
    color: rgb(255 255 255 / 0%);
    background-color: rgb(255 255 255);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 28px;
    box-shadow: rgb(156 156 156 / 50%) 0px 1px 22px;
    margin: 10px;
    justify-content: center;
    align-items: center;
    background-position: center;
    left: -60px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 28px;
    background-image: url(../png/left-arrow.png);
}

#country_leadership .owl-next {
    color: rgb(29 87 251 / 0%);
    background-image: url(../png/next-2-1.png);
    background-size: 28px;
    background-color: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: flex;
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    right: -60px;
    box-shadow: rgb(156 156 156 / 50%) 0px 1px 22px;
    margin: 10px;
    display: none;
    justify-content: center;
    align-items: center;
}

#country_leadership .owl-dots {
    display: none !important;
}

.your-choicess img {
    max-width: 110px;
}

/* breadcrumbs */
#breadcrumbs span {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
}

#breadcrumbs span a {
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
}

#breadcrumbs .breadcrumb_last {
    font-weight: 500;
}

@media (min-width: 769px) {
    .your-choicess .tab_2_title {
        width: 80% !important;
    }

    .your-choicess .tab_2_logo {
        width: 20% !important;
    }
}

@media (max-width: 320px) {
    .single_leadership_carousel_title {
        font-size: 24px !important;
    }

    .gi_leadership_holder .owl-controls .owl-nav {
        margin-bottom: 41px !important;
    }

    .our_presence_countries .elementor-heading-title {
        font-size: 24px !important;
    }

    .our_presence_countries .elementor-icon-list-items {
        padding-bottom: 30px !important;
    }

    .presence_states_holder .elementor-heading-title {
        font-size: 24px !important;
    }

    .presence_states_holder .elementor-icon-list-items {
        padding-bottom: 30px !important;
    }

    .uc_image_carousel_content {
        min-height: 465px !important;
    }

    .elementor-widget-heading h1 {
        font-size: 30px !important;
        line-height: 48px !important;
    }

    .gform_wrapper.gravity-theme .gform_footer input {
        padding: 18px 64px 14px 64px !important;
        width: 100%;
    }

    .blog .gi_primary_btn {
        width: 100% !important;
        text-align: center;
        margin: auto;
        position: relative;
        display: block;
        padding: 16px 50px !important;
    }

    .uc_our_values_cards_item_title {
        font-family: "Lato", Sans-serif;
        font-size: 30px !important;
        font-weight: 700;
        line-height: 48px !important;
        color: #0054FF;
    }
}

.single-jobs {
    font-family: 'Lato' !important;
}

.single_job_content_description li {
    font-family: 'Lato' !important;
}

.page-change-your-life {
    font-family: 'Lato' !important;
}

#mobile_menu_bg .elementor-shape-circle {
    bottom: 50px !important;
}

.global_impact_title h3 {
    color: white !important;
}

.gi_tab_2 h3 {
    font-family: "Lato", Sans-serif;
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 48px !important;
    color: #00145A !important;
}

.archive_single_job_title h3 {
    font-family: 'Lato';
    font-size: 28px;
    line-height: 36px;
    color: #1D57FB;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-one-group .fa-plus:before {
    font-size: 16px !important;
}

.single-one-group .fa-times:before {
    font-size: 16px !important;
}

.grid_area_1 .post_loop_title h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    color: #292929;
}

.grid_area_1 .post_loop_title h2:hover {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    color: #0a58ca;
}

.post_loop_title h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    color: #292929;
}

.post_loop_title h2:hover {
    color: #0a58ca;
}

.post_loop_title h3 {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Lato';
    font-weight: 700;
    color: #292929;
}

.post_loop_title h3:hover {
    color: #0a58ca;
}

.single_job_content_description li {
    font-family: 'Lato' !important;
    font-size: 20px !important;
}

/**
 * Spotlight styles
 */
h2.nx-archive-title {
    margin-bottom: 25px;
}

h2.nx-archive-title,
h2.nx-archive-title > a {
    font-size: 40px;
    line-height: 48px;
    color: #292929;
}

h2.nx-archive-title > a {
    text-decoration: none !important;
}

div.nx-archive-img-wrap {
    width: 100%;
    aspect-ratio: 2 / 1;
}

div.nx-archive-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}