.hero_banner__goto_next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    height: 80px;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 40px;
    cursor: pointer;
}

.hero_banner__goto_next .goto_next_icon {
    position: absolute;
    top: 20px;
    left: 23px;
    width: 0;
    height: 30px;
    border: 1px solid #fff;
    animation: jumpInfinite 1.6s infinite;
}

.hero_banner__goto_next .goto_next_icon::after {
    content: " ";
    position: absolute;
    top: 12px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    transform: rotateZ(45deg);
}

.component_left_right_image_with_content .section_inner .content_section.content_section_background_color_Hoffer_Text .list_of_text_with_title .list_of_text_with_title_item {
    padding: 15px 0;
    margin: 0;
}

.component_left_right_image_with_content .section_inner .content_section.content_section_background_color_Hoffer_Text .list_of_text_with_title .list_of_text_with_title_item .list_of_text_with_title_item_title {
    margin: 0 0 12px;
}

.grid_cards_wrapper_list_item_inner_title {
    height: initial;
}

.splide__arrow:disabled {
    cursor: auto;
}

.service_list_slider__service_list .splide__arrow svg {
    height: auto;
    width: 1em;
}

.component_scroll_to_section_strip .section_inner .link_list .active .scrolltodiv {
    /* background-color: var(--Color_Hoffer_Text); */
}

.component_two_column_scroll_to_section_list_with_different_type_content .back_to_top_section {
    position: sticky;
    bottom: 10px;
    z-index: 10;
}

.inner_page_banner__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    width: 100%;
}

.casestudy_details .casestudy_details_wrapper .casestudy_details_wrapper_left .button_section {
    margin-top: 30px;
}

.post_list.post_list_full {
    width: 100%;
}

.blog_list .post_list .post_list__pagination a {
    color: #141414;
}

.blog_list .post_list .post_list__pagination a.disable {
    color: #767676;
    pointer-events: none;
}

.inner_page_banner .breadcrumbs .custom_links,
.inner_page_banner .breadcrumbs .custom_links a {
    color: #FFFFFF;
}

.inner_page_banner .breadcrumbs .custom_links a:hover {
    color: var(--Color_Hoffer_Orange);
}

.inner_page_banner__content .heading_image .heading {
    -webkit-line-clamp: none;
    line-clamp: none;
    overflow: visible;
    text-overflow: unset;
}

.inner_page_banner__content .heading_image {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.inner_page_banner__content .heading_image .image {
    width: 45%;
}

.inner_page_banner__content .heading_image .date_heading {
    width: 55%;
}

.inner_page_banner__content .heading_image .heading {
    font-size: 32px;
}

.inner_page_banner__content .heading_image .image img {
    object-fit: cover;
    object-position: center;
}

.component_left_right_image_with_content .section_inner .media_type_video .video_section .video_box {
    line-height: 0;
}

.component_left_right_image_with_content .section_inner .media_type_video .video_section .video_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}


/* section_contact_with_map */
.section_contact_with_map .contact__wrapper .contact__left__heading,
.section_contact_with_map .contact__wrapper .contact__left__email,
.section_contact_with_map .contact__wrapper .contact__left__phone,
.section_contact_with_map .contact__wrapper .contact__left__location {
    padding: 0 40px;
}

.section_contact_with_map .contact__wrapper .contact__left__text {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .ngg-galleryoverview .ngg-gallery-thumbnail-box.ngg-3-columns {
        width: 50%;
    }

    .inner_page_banner__content .heading_image .image {
        width: 100%;
    }

    .inner_page_banner__content .heading_image .date_heading {
        width: 100%;
        margin: 0 0 20px;
    }

}

@media (max-width: 767px) {
    .inner_page_banner__content .heading_image .heading {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .ngg-galleryoverview .ngg-gallery-thumbnail-box.ngg-3-columns {
        width: 100%;
    }
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}


@media (min-width: 1440px) {
    .service_list_slider__service_list .service_item .title_description .title {
        font-size: 32px;
        line-height: 1.2;
    }
}