.page_sec_title .page_sec_left.wt_30 {
    width: 30%;
}

.smarter_path_sec {
    position: relative;
}

.smarter_path_sec:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 67%;
    background: #1b1b1b;
    top: 0;
    left: 0;
}

.smarter_path_sec .smarter_path_container {
    position: relative;
}

.smarter_path_sec .smarter_path_list {
    display: flex;
    position: relative;
}

.smarter_path_list .smarter_path_item {
    width: 33.333%;
    margin-right: 1%;
}

.smarter_path_list .smarter_path_item:last-child {
    margin-right: 0;
}

.smarter_path_list .smarter_path_item .pop_view {
    display: none;
}

.smarter_path_list .smarter_path_item .item_module {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px 0px;
    cursor: pointer;
    height: 100%;
}

.smarter_path_list .smarter_path_item .item_module .main_view h6 {
    font-weight: 400;
    padding: 0 0 2px;
}

.smarter_path_list .smarter_path_item .item_content {
    padding: 20px;
}

.smarter_path_list .smarter_path_item.active_col {
    z-index: 99;
}

.smarter_path_sec .smarter_path_list .item_module.active_item {
    position: absolute;
    width: 100%;
    animation: popupFrame 400ms ease 0s 1 normal both running;
    height: 100%;
    left: 0;
    cursor: inherit;
    top: 0;
    z-index: 9;
}

.smarter_path_sec .smarter_path_list .item_module.active_item .item_container {
    display: flex;
    height: 100%;
}

.smarter_path_sec .smarter_path_list .item_module.active_item .item_img {
    width: 32%;
}

.smarter_path_sec .smarter_path_list .item_module.active_item .item_img,
.smarter_path_sec .smarter_path_list .item_module.active_item .item_img img {
    height: 100%;
}

.smarter_path_sec .smarter_path_list .item_module.active_item .item_img img {
    object-fit: cover;
    display: block;
}

.smarter_path_sec .smarter_path_list .item_module.active_item .item_content {
    width: 68%;
    padding: 60px;
    position: relative;
    height: 100%;
}

.smarter_path_list .smarter_path_item .item_module.closed {
    animation: popupFrameClose 200ms ease 0s 1 normal both running;
}

.smarter_path_sec .smarter_path_list .item_module.active_item .item_content .main_view {
    display: none;
}

.smarter_path_sec .smarter_path_list .item_module.active_item .item_content .pop_view {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    animation: popupFrame2 800ms ease 0s 1 normal both running, popupFrame3 800ms ease 0s 1 normal both running;
    position: relative;
}

.smarter_path_sec .smarter_path_list .item_module.active_item .item_content .close {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

.smarter_path_sec .smarter_path_list .item_module.active_item .item_content .close svg {
    display: block;
}

.smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .title {
    padding: 0 0 20px;
}

.smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .title h5,
.smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .title h2 {
    color: #1b1b1b;
    padding: 0;
}

.smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .title h5 {
    font-weight: 400;
}

@keyframes popupFrame {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes popupFrame2 {
    0% {
        transform: translate(0px, 25px) rotate(0deg) scale(1, 1);
    }

    100% {
        transform: translate(0, 0) rotate(0deg) scale(1, 1);
    }
}

@keyframes popupFrame3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes popupFrameClose {
    0% {
        opacity: 1;
    }
}

.ai_action_sec .ai_action_wrapper {
    background-size: cover;
    background-position: center center;
}

.ai_action_sec .ai_action_list .ai_action_col {
    width: 33.333%;
    background: rgba(37, 63, 120, 0.4);
    padding: 40px;
}

.form_main h2 p {
    color: #1b1b1b;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
}

.blog_detail_section.single_blog_wrapper.blog_detail_bottom {
    padding: 50px 0;
}

.blog_detail_section.single_blog_wrapper .blog_detail_left .blog_detail_content_list {
    margin: 0 0 40px;
}

.blog_detail_section.single_blog_wrapper .blog_detail_left .blog_detail_content_list:last-child {
    margin-bottom: 0;
}

.blog_detail_section.single_blog_wrapper .blog_detail_left .blog_detail_content_list .single_post_img img {
    display: block;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .blog_detail_text p {
    color: #1b1b1b;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
    margin: 0;
    padding: 0 0 15px;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .blog_detail_text p:last-child,
.blog_detail_section.single_blog_wrapper .blog_detail_content_list .blog_detail_text ul li:last-child {
    padding-bottom: 0;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .blog_detail_heading {
    color: #1b1b1b;
    font-Size: 24px;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .blog_detail_text ul li {
    padding: 0 0 10px;
    margin-left: 16px;
    color: #1b1b1b;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
    font-size: 16px;
    line-height: 26px;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .blog_detail_text ul+p {
    padding-top: 15px;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .blog_detail_text table td,
.blog_detail_section.single_blog_wrapper .blog_detail_content_list .blog_detail_text table th {
    border-width: 1px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .blog_detail_text h6 {
    font-size: 18px;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .single_blog_blurb {
    display: flex;
    padding: 10px 0 20px;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .single_blog_blurb:last-child {
    padding-bottom: 0;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .single_blog_blurb .single_blog_blurb_img {
    width: 70px;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .single_blog_blurb .single_blog_blurb_img img {
    display: block;
    width: 100%;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .single_blog_blurb .single_blog_blurb_content {
    width: 91%;
    padding: 0 0 0 20px;
}

.blog_detail_section.single_blog_wrapper .blog_detail_content_list .single_blog_blurb .single_blog_blurb_content h6 {
    font-weight: 700;
}

.overview_section.single_industry_overview {
    padding: 50px 0;
}

.case_study_banner_sec .case_study_banner_wrapper {
    position: relative;
}

.case_study_banner_sec .case_study_img img {
    display: block;
    border-radius: 22px;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.case_study_banner_sec .case_study_banner_details {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(37, 63, 120, .6);
    left: 0;
    top: 0;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
}

.case_study_banner_sec .case_study_banner_details .case_study_banner_info {
    width: 49%;
}

.case_study_banner_sec .case_study_banner_details h1 {
    font-size: 30px;
    line-height: 48px;
    padding: 0;
}

.single_case_study_main.everything_section {
    padding: 60px 0;
    background: #f7f9fa;
}

.single_case_study_main .everything_content .everything_content_list .sec_heading {
    margin: 0;
    color: #1b1b1b;
}

.single_case_study_main .everything_content .everything_content_list h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #1b1b1b;
}

.single_case_study_main .everything_content .everything_content_list {
    padding: 25px 40px;
    background: #fff;
    margin: 0;
}

.single_case_study_main .everything_content .everything_content_list:last-child {
    padding-bottom: 50px;
}

.single_case_study_main .everything_content .everything_content_list ul {
    margin: 0;
}

.single_case_study_main .everything_content .everything_content_list ul+p {
    padding-top: 15px;
}

.single_case_study_main .everything_content .everything_content_list p,
.single_case_study_main .everything_content .everything_content_list ul li,
.single_case_study_main .everything_content .everything_content_list ol li {
    color: #1b1b1b;
}

.single_case_study_main .everything_row .everything_left {
    width: 24vw;
}

.single_case_study_main .everything_row .everything_right {
    width: 58vw;
}

.single_case_study_main .everything_row .everything_right .everything_content .list-box {
    padding: 0;
    margin: 0;
}

.single_case_study_main .everything_content .everything_content_list.impact_delivered {
    background: #faf8f2;
}

.case_study_products_list .case_study_product_details {
    display: flex;
    margin: 0 2% 12px 0;
    align-items: center;
    width: 32%;
    float: left;
}

.case_study_products_list .case_study_product_details:last-child,
.case_study_products_list .case_study_product_details:nth-child(3n) {
    margin-right: 0;
}

.case_study_products_list .case_study_product_details:nth-child(3n+1) {
    clear: left;
}

.case_study_products_list .case_study_product_details .case_study_product_img {
    width: 55px;
    margin: 0 12px 0 0;
}

.case_study_products_list .case_study_product_details .case_study_product_img img {
    display: block;
}

.case_study_products_list .case_study_product_details .case_study_product_info {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 28px;
    width: 70%;
}

.single_case_study_main .everything_row .everything_left .everything_content.impact_delivered {
    display: none;
}

.investigator_services_sec .investigator_services_list {
    border-bottom: 1px solid #fff;
    display: flex;
}

.investigator_services_sec .investigator_services_list:last-child {
    border: none;
}

.investigator_services_sec .investigator_services_list .investigator_service_item {
    width: 33.333%;
    border-right: 1px solid #fff;
}

.investigator_services_sec .investigator_services_list.two_item_row .investigator_service_item {
    width: 50%;
}

.investigator_services_sec .investigator_services_list .investigator_service_details {
    height: 100%;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a {
    padding: 30px;
    display: flex;
    height: 100%;
    max-width: 100%;
    flex-direction: column;
    position: relative;
    color: #fff;
    min-height: 190px;
}

.investigator_services_sec .investigator_services_list.two_item_row .investigator_service_details a {
    min-height: 285px;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    transition: all 0.5s;
    left: 0;
    bottom: 0;
    background: #e4e6e7;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a.black:before {
    background: #fff;
    border: 1px solid #efefef;
}

.investigator_services_sec .investigator_services_list .investigator_service_details.orange a {
    background: #ff6801;
}

.investigator_services_sec .investigator_services_list .investigator_service_details.black a {
    background: #1b1b1b;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a:hover::before {
    height: 100%;
    animation-duration: 800ms, 800ms;
    animation-timing-function: ease, ease;
    animation-fill-mode: both, both;
    animation-play-state: running, running;
    animation-iteration-count: 1, 1;
}

.investigator_services_sec .investigator_services_list .investigator_service_details.orange a:hover:before {
    background: #253f78;
}

.investigator_services_sec .investigator_services_list .investigator_service_details.black a:hover:before {
    background: #fff;
    border: 1px solid #efefef;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a h5 {
    margin-top: auto;
    position: relative;
    padding: 0;
    font-size: 24px;
    line-height: 34px;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a h5 span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a h5 span svg {
    fill: #fff;
    transform: rotate(-45deg);
    display: block;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a h5 span svg path {
    stroke: #fff;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a:hover h5 {
    animation-name: keyframe13, keyframe14;
    animation-duration: 1200ms, 1200ms;
    animation-timing-function: ease, ease;
    animation-fill-mode: both, both;
    animation-play-state: running, running;
    animation-iteration-count: 1, 1;
    margin-top: 0;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a .item_desc {
    display: none;
    padding-top: 8px;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a:hover .item_desc {
    animation-name: keyframe21, keyframe22;
    animation-duration: 1500ms, 1500ms;
    animation-timing-function: ease, ease;
    animation-fill-mode: both, both;
    animation-play-state: running, running;
    animation-iteration-count: 1, 1;
    display: block;
}

.investigator_services_sec .investigator_services_list .investigator_service_details a .item_desc p {
    opacity: 0.8;
}

.investigator_services_sec .investigator_services_list .investigator_service_details.black a:hover h5,
.investigator_services_sec .investigator_services_list .investigator_service_details.black a:hover .item_desc p {
    color: #1b1b1b;
}

.investigator_services_sec .investigator_services_list .investigator_service_details.black a:hover h5 svg {
    fill: #1b1b1b;
}

.investigator_services_sec .investigator_services_list .investigator_service_details.black a:hover h5 svg path {
    stroke: #1b1b1b;
}

@keyframes keyframe13 {
    0% {
        transform: translate(0px, 25px) rotate(0deg) scale(1, 1);
    }

    33.3333% {
        transform: translate(0px, 25px) rotate(0deg) scale(1, 1);
    }

    100% {
        transform: translate(0, 0) rotate(0deg) scale(1, 1);
    }
}

@keyframes keyframe14 {
    0% {
        opacity: 0;
    }

    33.3333% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes keyframe21 {
    0% {
        transform: translate(0px, 25px) rotate(0deg) scale(1, 1);
    }

    46.6667% {
        transform: translate(0px, 25px) rotate(0deg) scale(1, 1);
    }

    100% {
        transform: translate(0, 0) rotate(0deg) scale(1, 1);
    }
}

@keyframes keyframe22 {
    0% {
        opacity: 0;
    }

    46.6667% {
        opacity: 0;
    }

    100% {
        opacity: 0.8;
    }
}

.voices_section.thinking_section.investigator_insights_sec {
    padding-bottom: 0;
}

.investigator_services_sec .choose_row {
    margin-top: 0;
}

.career_we_building_sec .choose_row {
    gap: 6%;
}

.career_we_building_sec .choose_row .choose_left {
    width: 38%;
}

.career_we_building_sec .choose_row .choose_right {
    width: 56%;
}

.career_we_building_sec .choose_row .choose_right p {
    font-size: 18px;
    line-height: 30px;
    color: #1b1b1b;
}

.career_academy_sec .career_academy_row {
    padding: 30px;
    background-size: cover;
}

.career_academy_sec .career_academy_row .career_academy_details {
    width: 50%;
}

.career_inspiring_sec .voices_slider .slick-dots {
    bottom: 0;
    position: relative;
    margin-top: 10px;
}

.career_award_winning_sec .career_award_winning_content .iframe_code p {
    padding: 0;
}

.career_worldwide_sec .career_worldwide_left {
    float: left;
    width: 720px;
}

.career_worldwide_sec .career_worldwide_right {
    float: right;
    width: 380px;
}

.contact-image-mapping .contact-image-map img {
    display: block;
}

.et_pb_section.contact-new-map-section .et_pb_column.et_pb_column_3_5 {
    z-index: 9999;
}

.contact-image-mapping {
    position: relative;
}

.contact-image-mapping .contact-image-map img {
    display: block;
}

.contact-image-mapping .location-info {
    position: absolute;
    cursor: pointer;
}

.contact-image-mapping .location-info .location-title {
    background: url(../images/location-pin-orange.png) no-repeat center top;
    background-size: 18px;
    padding: 23px 0 0;
}

.contact-image-mapping .location-info:hover .location-title {
    background: url(../images/location-pin-blue.png) no-repeat center top;
    background-size: 18px;
}

.contact-image-mapping .location-info h5 {
    display: inline-block;
    color: #000;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 12px;
    font-weight: 700;
    background: #f6f6f6;
    line-height: 14px;
    padding: 0 3px;
    vertical-align: top;
    text-transform: uppercase;
}

.contact-image-mapping .location-info.usa-location {
    left: 70px;
    bottom: 220px;
}

.contact-image-mapping .location-info.qatar-location {
    right: 274px;
    top: 113px;
}

.contact-image-mapping .location-info.qatar-location .location-title {
    background-position: center bottom !important;
    padding: 0 0 14px;
}

.contact-image-mapping .location-info.dubai-location {
    right: 255px;
    top: 143px;
}

.contact-image-mapping .location-info.india-location {
    right: 214px;
    top: 126px;
}

.contact-image-mapping .location-info.philippines-location {
    right: 108px;
    top: 180px;
}

.contact-image-mapping .location-info.australia-location {
    right: 80px;
    bottom: 48px;
}

.contact-image-mapping .location-info.costa-rica-location {
    left: 106px;
    bottom: 146px;
}

.contact-image-mapping .location-info.brazil-location {
    left: 200px;
    bottom: 90px;
}

.contact-image-mapping .location-info.qatar-location .location-show {
    margin-top: 15px;
}

.contact-image-mapping .location-info.qatar-location .location-show,
.contact-image-mapping .location-info.usa-location .location-show,
.contact-image-mapping .location-info.india-location .location-show,
.contact-image-mapping .location-info.dubai-location .location-show {
    left: -40px;
}

.contact-image-mapping .location-show .location-active-arrow {
    margin-left: -12px;
    margin-top: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ececec !important;
    width: 0;
    height: 0;
    position: absolute;
    left: 60px;
    top: 0;
}

.contact-image-mapping .location-show .location-active-arrow:after {
    top: 2px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    left: -10px;
    right: 0;
    position: absolute;
    margin: auto;
    z-index: 0;
}

.contact-image-mapping .location-show {
    display: none;
    position: absolute;
    border: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
    padding: 13px 20px;
    width: 365px;
    left: -25px;
    z-index: 9999;
    transition-property: none;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-timing-function: cubic-bezier(.55, 0, .1, 1);
    -moz-transition-timing-function: cubic-bezier(.55, 0, .1, 1);
    -webkit-transition-timing-function: cubic-bezier(.55, 0, .1, 1);
}

.contact-image-mapping .location-info.india-location .location-show {
    width: 550px;
}

.contact-image-mapping .location-show ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-image-mapping .location-show .contact-multiple-locations ul {
    padding: 0 14px;
    float: left;
    width: 50%;
    border-right: 1px solid #cdcdcd;
}

.contact-image-mapping .location-show .contact-multiple-locations ul:first-child {
    padding-left: 0;
}

.contact-image-mapping .location-show .contact-multiple-locations ul:last-child {
    padding-right: 0;
    border: none;
}

.contact-image-mapping .location-show ul li {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    line-height: 22px;
    color: #333;
    margin: 6px 0;
    font-size: 14px;
}

.contact-image-mapping .location-show ul li b {
    color: #253f78;
    font-size: 18px;
}

.contact-image-mapping .location-show ul li a {
    color: inherit;
}

.contact-image-mapping .location-show ul li a span {
    background: url(../images/get-directions-icon.jpg) no-repeat;
    width: 18px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.contact-image-mapping .location-show ul li i {
    color: #ff6801;
    font-size: 23px;
    vertical-align: middle;
    margin: 0 0 0 3px;
}

.contact-image-mapping .location-info:hover .location-show,
.contact-image-mapping .location-info.active .location-show {
    display: block;
    transform: scale(1, 1) !important;
    -moz-transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
}

.career_vision_sec {
    position: relative;
    z-index: 99;
}

.contact_mobile_locations {
    display: none;
}

.testimonials_section.career_testimonials_sec {
    z-index: inherit;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .smarter_path_sec .smarter_path_list .item_module.active_item .item_content {
        padding: 15px;
    }

    .smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .title {
        padding: 0 0 10px;
    }

    .smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .title h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .desc p {
        font-size: 15px;
        line-height: 26px;
    }

    .smarter_path_sec .smarter_path_list .item_module.active_item .item_content .close {
        right: -10px;
        top: -10px;
    }

    .ai_action_sec .ai_action_list .ai_action_col {
        width: 50%;
        padding: 25px;
    }

    .single_case_study_main.everything_section {
        padding: 40px 0;
    }

    .case_study_banner_sec .case_study_banner_details .case_study_banner_info {
        width: 70%;
    }

    .case_study_banner_sec .case_study_banner_details h1 {
        font-size: 28px;
        line-height: 42px;
    }

    .case_study_products_list .case_study_product_details .case_study_product_info {
        font-size: 17px;
        line-height: 28px;
    }

    .career_we_building_sec .choose_row .choose_left {
        width: 100%;
    }

    .career_we_building_sec .choose_row {
        gap: 4%;
        flex-direction: inherit;
    }

    .career_we_building_sec .choose_row .choose_left {
        width: 53%;
    }

    .career_we_building_sec .choose_row .choose_right {
        width: 43%;
    }

    .career_we_building_sec .choose_row .choose_right p {
        font-size: 16px;
        line-height: 28px;
    }

    .career_academy_sec .career_academy_row .career_academy_details {
        width: 76%;
    }

    .career_academy_sec .career_academy_row {
        background-position: center;
    }

    .career_worldwide_sec .career_worldwide_left {
        width: 100%;
    }

    .career_worldwide_sec .career_worldwide_right {
        float: left;
        width: 100%;
        padding: 30px 0 0;
    }

    .featured_bg.getintouch_csr .getintouch_section {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1024px) {

    .single_case_study_main .everything_row .everything_left .everything_content.impact_delivered {
        display: block;
    }

    .single_case_study_main .everything_row .everything_left {
        width: 100%;
    }

    .single_case_study_main .everything_row .everything_left .everything_content.impact_delivered .list-box {
        margin: 0 0 10px;
    }

    .single_case_study_main .everything_content .everything_content_list {
        padding: 15px 20px;
    }

    .single_case_study_main .everything_content .everything_content_list:last-child {
        padding-bottom: 15px;
    }

    .single_case_study_main .everything_row .everything_left .list-box {
        margin-top: 20px;
    }

    .single_case_study_main .everything_row .everything_left .list-box .everything_content_list {
        background: #fff;
        padding: 15px;
        margin-bottom: 0;
    }

    .single_case_study_main .everything_row .everything_left .list-box .everything_content_list h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        color: #1b1b1b;
        margin-bottom: 0;
    }

    .single_case_study_main .everything_row .everything_left .list-box .everything_content_list h4 {
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        color: #1b1b1b;
    }

    .single_case_study_main .everything_row .everything_left ul li>a {
        padding: 12px 20px 12px 0;
    }

    .blog_detail_section.single_blog_wrapper.blog_detail_bottom {
        padding: 40px 0;
    }

    .blog_detail_section.single_blog_wrapper .blog_detail_left .blog_detail_content_list {
        margin: 0 0 30px;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_details a {
        padding: 15px;
        min-height: inherit;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_details a h5 {
        margin-top: 0;
        font-size: 20px;
        line-height: 32px;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_details a .item_desc {
        display: block;
        padding-top: 4px;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_details a .item_desc p {
        opacity: 1;
        font-size: 15px;
        line-height: 26px;
    }

    .investigator_services_sec .investigator_services_list.two_item_row .investigator_service_details a {
        min-height: inherit;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_details.orange a .bg_button,
    .investigator_services_sec .investigator_services_list .investigator_service_details.orange a .bg_button .button_icon {
        background: #fff;
        color: #ff6801;
    }

}

@media all and (max-width: 1024px) {
    .contact-image-mapping {
        display: none;
    }

    .contact_mobile_locations {
        display: block;
    }

    .contact_mobile_locations .tab-scalable {
        display: block;
    }

    .contact_mobile_locations .contact_location_desc {
        display: none;
        padding: 0 0 12px;
    }

    .contact_mobile_locations .tab-scalable ul li .vertical.active+.contact_location_desc {
        display: block;
    }

    .contact_mobile_locations .tab-scalable>ul>li {
        border-bottom: 1px solid #BEBEBE;
    }

    .contact_mobile_locations .tab-scalable>ul>li:last-child {
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

    .contact_mobile_locations .tab-scalable ul li a.vertical {
        display: block;
        position: relative;
        padding: 12px 0;
    }

    .contact_mobile_locations .tab-scalable ul li a h3 {
        color: #1b1b1b;
        padding: 0;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        opacity: 0.6;
    }

    .contact_mobile_locations .tab-scalable ul li a.active h3 {
        color: #ff6801;
        opacity: 1;
    }

    .contact_mobile_locations .tab-scalable ul li a.active .vertical_icon svg {
        fill: #ff6801;
    }

    .contact_mobile_locations .tab-scalable ul li a.active .vertical_icon svg path {
        stroke: #ff6801;
    }

    .contact_mobile_locations .tab-scalable ul li a .vertical_icon {
        display: block;
        width: 15px;
        position: absolute;
        right: 0;
        top: 12px;
        height: 30px;
    }

    .contact_mobile_locations .tab-scalable ul li a .vertical_icon svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .contact_mobile_locations .contact_location_desc ul {
        list-style: disc;
        margin: 0 0 15px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 15px;
    }

    .contact_mobile_locations .contact_location_desc ul:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

    .contact_mobile_locations .contact_location_desc ul li {
        margin: 0 0 10px 16px;
        line-height: 26px;
    }

    .contact_mobile_locations .contact_location_desc ul li:last-child {
        margin-bottom: 0;
    }

    .contact_mobile_locations .contact_location_desc ul li a {
        color: #ff6801;
    }

    .contact_mobile_locations .contact_location_desc ul li a span {
        width: 14px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 3px;
        background: url(../images/get-directions-icon.jpg) no-repeat;
        background-size: 14px;
    }
}

@media all and (max-width: 767px) {
    .smarter_path_sec .smarter_path_list {
        display: block;
    }

    .smarter_path_list .smarter_path_item {
        width: 100%;
        margin: 0 0 20px;
    }

    .smarter_path_list .smarter_path_item:last-child {
        margin-bottom: 0;
    }

    .smarter_path_list .smarter_path_item .item_content {
        padding: 15px;
    }

    .smarter_path_list .smarter_path_item.active_col {
        margin-bottom: 0;
    }

    .smarter_path_sec .smarter_path_list .item_module.active_item .item_container {
        display: block;
    }

    .smarter_path_sec .smarter_path_list .item_module.active_item .item_img {
        width: 100%;
    }

    .smarter_path_sec .smarter_path_list .item_module.active_item .item_img,
    .smarter_path_sec .smarter_path_list .item_module.active_item .item_img img {
        height: auto;
    }

    .smarter_path_sec .smarter_path_list .item_module.active_item .item_content {
        width: 100%;
        padding: 15px;
    }

    .smarter_path_sec .smarter_path_list .item_module.active_item .item_content .close {
        right: -10px;
        top: -10px;
        width: 25px;
    }

    .smarter_path_sec .smarter_path_list .item_module.active_item .item_content .close svg {
        width: 25px !important;
        height: 25px !important;
    }

    .smarter_path_sec .smarter_path_list .item_module.active_item .item_content .pop_view {
        display: block;
    }

    .page_sec_title .page_sec_left.wt_30 {
        width: 100%;
    }

    .smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .title h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .title h5 {
        font-size: 18px;
    }

    .smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .title {
        padding: 0 0 10px;
    }

    .smarter_path_sec .smarter_path_list .item_module .item_content .pop_view .desc p {
        font-size: 15px;
    }

    .smarter_path_sec:before {
        height: 83%;
    }

    .ai_action_sec .ai_action_list .ai_action_col {
        width: 100%;
        padding: 15px;
    }

    .ai_action_sec .ai_action_list .ai_action_details h3 {
        padding-bottom: 0;
    }

    .case_study_banner_sec .case_study_banner_details {
        padding: 20px;
    }

    .case_study_banner_sec .case_study_banner_details .case_study_banner_info {
        width: 100%;
    }

    .case_study_banner_sec .case_study_banner_details h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .case_study_banner_sec .case_study_img img {
        height: 245px;
    }

    .single_case_study_main.everything_section {
        padding: 30px 0;
    }

    .case_study_products_list .case_study_product_details {
        display: block;
        margin: 0 0 12px;
        width: 100%;
        float: left;
    }

    .case_study_products_list .case_study_product_details:last-child {
        margin-bottom: 0;
    }

    .case_study_products_list .case_study_product_details .case_study_product_info {
        width: 100%;
    }

    .case_study_products_list .case_study_product_details .case_study_product_img {
        margin: 0 0 3px;
    }

    .blog_detail_section.single_blog_wrapper.blog_detail_bottom {
        padding: 30px 0;
    }

    .blog_detail_section.single_blog_wrapper .blog_detail_content_list .blog_detail_heading {
        font-Size: 20px;
        line-height: 32px;
    }

    .blog_detail_section.single_blog_wrapper .blog_detail_left .blog_detail_content_list {
        margin: 0 0 30px;
    }

    .investigator_services_sec .investigator_services_list {
        display: block;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_item:last-child {
        border: none;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_details a h5 {
        margin-top: 0;
        font-size: 22px;
        line-height: 32px;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_details a .item_desc {
        display: block;
        padding-top: 6px;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_details a {
        padding: 18px;
        min-height: inherit;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_details a .item_desc p {
        opacity: 1;
    }

    .investigator_services_sec .investigator_services_list.two_item_row .investigator_service_item {
        width: 100%;
    }

    .investigator_services_sec .investigator_services_list.two_item_row .investigator_service_details a {
        min-height: inherit;
    }

    .investigator_services_sec .investigator_services_list .investigator_service_details.orange a .bg_button,
    .investigator_services_sec .investigator_services_list .investigator_service_details.orange a .bg_button .button_icon {
        background: #fff;
        color: #ff6801;
    }

    .banner_btn_group.mobile_inline_btns {
        flex-direction: row;
    }

    .career_we_building_sec .choose_row {
        display: block;
    }

    .career_we_building_sec .choose_row .choose_left {
        width: 100%;
        margin: 0 0 15px;
    }

    .career_we_building_sec .choose_row .choose_right {
        width: 100%;
    }

    .career_we_building_sec .choose_row .choose_right p {
        font-size: 16px;
        line-height: 28px;
    }

    .career_academy_sec .career_academy_row .career_academy_details {
        width: 100%;
    }

    .career_academy_sec .career_academy_row {
        padding: 15px;
    }

    .career_worldwide_sec .career_worldwide_left,
    .career_worldwide_sec .career_worldwide_right {
        width: 100%;
        float: left;
    }

    .career_worldwide_sec .career_worldwide_right {
        padding: 20px 0 0;
    }

    .ceo_vision_section.career_vision_sec .ceo_vision_name {
        margin-top: 0;
    }

    .featured_bg.getintouch_csr .getintouch_section {
        padding-top: 30px;
    }

}