:root {
    --global-color-background: #33435b;
    --global-color-background-dark: #222d3f;
    --global-color-white: #f4f4f4;
    --global-color-secondary: #fd4b3d;
    --global-color-heading-text: #d3a27c;

    --box-shadow-style: 0 10px 40px 0 rgb(0 0 0 / 40%);

    --homepage-slider-animation-duration: 5s;
}

body {
    /* background-color: var(--global-color-background); */
}

img {
    max-width: 100%;
}

body.contact-us .contact_info a i,
body.contact-us .contact_info a {
    transition: all 0.3s ease;
}

body.contact-us .contact_info a:hover i,
body.contact-us .contact_info a:hover {
    color: var(--thm_color);
}

body.contact-us .contact_info a:hover i {
    border-color: var(--thm_color);
}

.Country_select select {
    width: 100%;
    padding: 0.75rem 1.5rem;
}

/* .insights-grid-section__item {
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
} */

.og-generic-posts-grid-block-wrapper--hidden,
.insights-grid-section__item--hidden {
    display: none !important;
}

/* .insights-grid-section__item:not(
        .insights-grid-section__item--hidden
    ).insights-grid-section__item--animated {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
} */

.insights-grid-section-load-more {
    flex: unset !important;
}

.insights-grid-section-load-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.dropdown-menu__mega-menu {
    display: flex;
    min-height: 270px;
}

.homepage-slider__slide {
    position: relative;
    overflow: hidden;
}

.homepage-slider__slide-background {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.owl-item:not(.active)
    + .owl-item:is(.active, .animated)
    .homepage-slider__slide-background {
    scale: 1.2;
    transition: all var(--homepage-slider-animation-duration) ease-out;
}

.hero_slider_btn ul li a.active::after {
    transition: all var(--homepage-slider-animation-duration) ease;
}

.homepage-slider__slide-content {
    position: relative;
}

/* .thm_btn {
    font-size: 22px;
    padding-left: 30px;
} */

/* .thm_btn::before {
    height: 44px;
    width: 44px;
} */

/* .thm_btn i {
    font-size: 2rem;
    line-height: 44px;
} */

.what-we-do__grid-item-button {
    margin-top: 1rem;
}

.wd_blk_text {
    padding: 40px;
    flex: 1;
}

.what-we-do__grid-item-button {
    color: transparent;
    transition: all 0.3s ease;
}

.what-we-do__grid-item-button i {
    color: var(--thm_color);
}

.what-we-do__grid-item:hover .what-we-do__grid-item-button i,
.what-we-do__grid-item:hover .what-we-do__grid-item-button {
    color: #fff;
}

.what-we-do__grid-item:hover .what-we-do__grid-item-button::before {
    width: 100%;
    border-radius: 30px;
    background: var(--thm_color);
    z-index: -2;
}

.wd_blk_text p {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.wd_blk:hover .wd_blk_text p {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.sec_title h2 {
    /* font-size: 55px; */
    margin-bottom: 1rem;
}

.wd_blk_text h3 {
    margin-bottom: 1rem;
    /* font-size: 35px; */
}

.quote-section {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.border_card::before {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    border: 6px solid var(--thm_color);
    right: -6px;
    top: -6px;
    width: 60px;
    height: 60px;
}

section.Consulting_blog .border_card:hover::before,
.cs_idv .border_card:hover::before,
.border_card:hover::before {
    height: calc(100% + 6px + 6px) !important;
    width: calc(100% + 6px + 6px) !important;
}

.mobile-menu-container {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.mobile-menu-container.mobile-menu-active {
    visibility: visible;
    opacity: 1;
}

.mobile-menu-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.mobile-menu {
    position: absolute;
    padding: 2rem;
    transition: all 0.3s ease;
    width: 350px;
    padding-top: 120px;
}

.mobile-menu__logo {
    position: absolute;
    top: 1rem;
    width: 160px;
}

.mobile-menu a.bars {
    font-size: 40px;
}

.mega_menu ul.dropdown_link li a::after,
.menu_cont {
    transition: all 0.3s ease;
}

.progress-bar {
    top: unset;
    bottom: 0;
}

.hero_cont h1 {
    margin-bottom: 35px;
    line-height: 55px;
    color: var(--global-color-white);
}

.ceo_cont p {
    font-size: 28px;
    font-weight: 500;
    max-width: unset;
    margin: 0;
}

.ceo_cont h2 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

.quote-section__quote-content-button {
    margin-top: 50px;
}

.ceo_cont {
    width: auto;
}

.case_studi {
    padding-top: 60px;
    /* min-height: 910px; */
}

.cs_btn_grp {
    margin-bottom: 0;
}

.swiper-slide img.case-study-slider__slide-image {
    height: 300px;
}

.case-study-category-pill {
    padding: 0.5rem 1.5rem;
}

.swiper {
    min-height: 580px;
}

a.swiper-slide .cs_cont {
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

a.swiper-slide.swiper-slide-visible.swiper-slide-active .cs_cont {
    display: block;
    height: 225px;
    visibility: visible;
    opacity: 1;
}

.cs_cont p {
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: none;
    width: clamp(100px, 95%, 550px);
}

.cs_cont h3 {
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.supporting .owl-nav .owl-prev,
.supporting .owl-nav .owl-next {
    position: absolute;
}

.supporting .owl-nav .owl-next {
    right: 0;
}

.spt_item {
    background-position: 50% 50%;
}

.spt_item a p {
    transition: none;
}

.spt_item a:hover p {
    transition: all 0.3s ease;
}

.think_slider .border_card .bc_info {
    color: var(--global-color-white);
}

.career_cont p {
    max-width: clamp(512px, 80%, 1620px);
}

.think_slider .border_card {
    padding: 0;
}

.think_slider .border_card > i {
    height: auto;
}

.think_slider .border_card img {
    position: unset;
}

.insights-post__content {
    padding: 25px 25px 40px;
}

div#mega_collaps button.side-menu__services-main {
    font-weight: 600;
}

.mobile-menu__socials ul.social_link {
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.mobile-menu__socials {
    margin: 1rem 0 0;
}

.mobile-menu__socials ul.social_link li a {
    margin-bottom: 0;
}

.mobile-menu__socials ul.social_link li {
    margin: 0;
    margin-right: 0.95rem;
    margin-bottom: 1rem;
}

.mobile-menu__socials ul.social_link li:first-child {
    margin-left: 0;
}

.mobile-menu__lang-switcher {
    text-align: right;
}

/* .mobile-menu__lang-switcher > li > a {
    display: none;
} */

.mobile-menu__lang-switcher .language-drop {
    display: flex;
    justify-content: flex-end;
}

.mobile-menu__lang-switcher .language-drop > li:not(:first-child) {
    margin-left: 0.75rem;
}

.footer_area {
    margin-top: 6rem;
}

.mobile-menu a,
.mobile-menu button {
    transition: all 0.3s ease;
}

.mobile-menu a:hover,
.mobile-menu button:hover {
    color: var(--thm_color) !important;
}

.crr_cont h2 {
    font-weight: bold;
    color: #d3a27c;
}

.crr_cont ul li,
.crr_cont ul,
.crr_cont p {
    font-size: 20px;
    font-weight: 500;
}

.crr_cont ul {
    margin-top: 0;
}

.social_area,
.makes_different,
.leadership {
    padding-top: 3rem;
}

.crr_cont h2,
.social_area .sec_title h2,
.makes_different .sec_title h2,
.leadership .sec_title h2 {
    font-size: 40px;
    font-weight: bold;
}

#cs_item {
    margin-bottom: 0;
}

.leadership-list-item {
    margin-bottom: 2rem;
    position: relative;
}

.leadership-list-item__linkedin-icon-container {
    position: absolute;
    right: 3rem;
    bottom: 1rem;
    z-index: 9999;
}

.leadership-list-item .cs_cont p {
    height: 50px;
}

.leadership-list-item__linkedin-icon-container a:hover #in_icon {
    color: var(--thm_color);
    border-color: var(--thm_color);
}

.makes_different .border_card :is(h2, h3) {
    font-size: 32px;
}

.social_blk {
    width: auto;
    max-width: none;
}

#cs_item {
    max-width: none;
}

.cover_cont h1 {
    margin-bottom: 1.5rem;
}

.cover_cont p {
    font-size: 20px;
}

body.case-studies .cs_cont > span {
    margin-top: 0;
}

body.case-studies .cs_cont p {
    height: 80px;
}

body.case-studies .case_studi_item:first-child {
    margin-top: 0;
}

.featured-case-studies,
.featured-case-study:not(:first-child) {
    margin-top: 3rem;
}

.featured-case-study__category-text {
    font-size: 17px;
    line-height: 33px;
    font-weight: 500;
    color: var(--global-color-secondary);
}

.featured-case-study__title {
    font-size: 50px;
    font-weight: 600;
    color: var(--global-color-heading-text);
}

.featured-case-study__excerpt {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    color: var(--global-color-white);
}

.mt-6 {
    margin-top: 4rem;
}

body.single-category .case_studi_item {
    margin-top: 100px;
}

.featured-case-study__image {
    width: 100%;
    max-height: 500px;
    height: clamp(300px, 50vh, 500px);
    object-fit: cover;
}

body.single-case-study .mh_left :is(p, ul),
body.single-case-study .cp_left :is(p, ul) {
    width: clamp(100px, 95%, 900px);
    max-width: none;
}

.mb-8 {
    margin-bottom: 6rem !important;
}

.single-case-study__second-section-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 700px;
}

.single-case-study__second-section-single-image {
    flex: 1;
}

.single-case-study__second-section-single-image img {
    max-width: none;
}

body.single-case-study .border_card:not(:hover) .thm_btn {
    color: transparent;
}

body.single-case-study .border_card :is(h2, h3) {
    margin-bottom: 0.75rem;
}

body.single-case-study .border_card p {
    margin-bottom: 2rem;
}

body.single-main-service #consulting {
    padding-bottom: 2rem;
}

.single-post-overview-section .aprc_left ul,
.single-post-overview-section .aprc_left p,
body.single-sub-service .aprc_left p,
body.single-other-service .aprc_left p,
body.single-main-service .aprc_left p {
    font-size: 18px;
    width: clamp(100px, 98%, 1200px);
    font-weight: 500;
    margin-bottom: 20px;
}

.single-post-overview-section .aprc_right,
body.single-sub-service .aprc_right,
body.single-other-service .aprc_right,
body.single-main-service .aprc_right {
    width: auto;
}

.single-post-overview-section .aprc_right #cs_item,
body.single-sub-service .aprc_right #cs_item,
body.single-other-service .aprc_right #cs_item,
body.single-main-service .aprc_right #cs_item {
    margin-left: auto;
}

.single-post-overview-section .aprc_right #cs_item .cs_cont,
body.single-sub-service .aprc_right #cs_item .cs_cont,
body.single-other-service .aprc_right #cs_item .cs_cont,
body.single-main-service .aprc_right #cs_item .cs_cont {
    padding-top: 20px;
}

.single-post-overview-section .cs_cont span,
.case-studies-carousel-section .cs_cont span,
body.single-sub-service .cs_cont > span,
body.single-other-service .cs_cont > span,
body.single-main-service .cs_cont > span {
    margin-top: 0;
}

.single-post-overview-section .cs_cont p,
.case-studies-carousel-section .cs_cont p,
body.single-sub-service .cs_cont p,
body.single-other-service .cs_cont p,
body.single-main-service .cs_cont p {
    height: auto;
    margin-bottom: 0;
}

body.single-sub-service section.Consulting_blog .row,
body.single-other-service section.Consulting_blog .row,
body.single-main-service section.Consulting_blog .row {
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-bottom: unset;
}

body.single-other-service .case_studi2,
body.single-other-service .what_do2,
body.single-sub-service .Consulting_blog,
body.single-other-service .Consulting_blog,
body.single-main-service .Consulting_blog {
    margin-top: 8rem;
}

body.single-other-service .what_do2 {
    margin-top: 4rem;
}

body.single-sub-service .Consulting_blog {
    margin-top: 6rem;
}

body.single-sub-service #clients,
body.single-sub-service #Insights,
body.single-other-service .what_think,
body.single-sub-service .case_studi2,
body.single-main-service .case_studi2,
body.single-other-service .case_studi2 {
    margin-top: 4rem;
}

body.single-sub-service .case_studi2 {
    margin-top: 3rem;
}

body.single-sub-service #clients {
    margin-top: 0;
}

.sector-grid-item:hover .thm_btn,
.sector-grid-item:hover .thm_btn i,
.case-studies-carousel-section #cs_item:hover .thm_btn,
.spt_item a:hover .thm_btn,
.leadership-list-item:hover .thm_btn,
.hover-border-card-container .border_card:hover .thm_btn,
.sub-service__related-services__service-sub-services
    .border_card:hover
    .thm_btn,
.other-service__related-services__service-sub-services
    .border_card:hover
    .thm_btn,
.main-service__related-services__service-sub-services
    .border_card:hover
    .thm_btn,
.border_card:hover .thm_btn,
.spt_item
    a:hover
    .thm_btn
    .case-studies-carousel-section
    #cs_item:hover
    .thm_btn,
body.case-studies #cs_item:hover .thm_btn,
.aprc_right #cs_item:hover .thm_btn {
    color: var(--global-color-white);
}

.sector-grid-item:hover .thm_btn::before,
.leadership-list-item:hover .thm_btn::before,
.spt_item a:hover .thm_btn::before,
.case-studies-carousel-section #cs_item:hover .thm_btn::before,
body.case-studies #cs_item:hover .thm_btn::before,
.aprc_right #cs_item:hover .thm_btn::before {
    width: 100%;
    border-radius: 30px;
    background: var(--thm_color);
    z-index: -2;
}

.single-insights-related-articles__article {
    transition: all 0.3s ease;
}

.single-insights-related-articles__article-wrapper {
    display: block;
}

.single-insights-related-articles__article-titles {
    padding: 1rem;
    padding-top: 0;
}

.case-studies-carousel-section #cs_item > :is(i, .cs_cont),
/* .leadership-list-item :is(i, .cs_cont), */
body.case-studies #cs_item > :is(i, .cs_cont),
.aprc_right #cs_item > :is(i, .cs_cont) {
    transition: all 0.3s ease;
}

.single-insights-related-articles__article:hover,
.mtv_blk:hover,
.insights-featured-insight:hover,
.insights-grid-item:hover,
/* .case-studies-carousel-section #cs_item:hover > :is(i, .cs_cont), */
.leadership-list-item:hover :is(i, .cs_cont),
body.case-studies #cs_item:hover > :is(i, .cs_cont),
.aprc_right #cs_item:hover > :is(i, .cs_cont) {
    box-shadow: var(--box-shadow-style);
}

.hover-border-card-container .border_card,
.sub-service__related-services__service-sub-services .border_card,
.other-service__related-services__service-sub-services .border_card,
.main-service__related-services__service-sub-services .border_card {
    position: relative;
    padding-bottom: 85px;
    width: 100%;
}

.hover-border-card-container .border_card .thm_btn,
.sub-service__related-services__service-sub-services .border_card .thm_btn,
.other-service__related-services__service-sub-services .border_card .thm_btn,
.main-service__related-services__service-sub-services .border_card .thm_btn {
    position: absolute;
    bottom: 30px;
    color: transparent;
}

.hover-border-card-container .border_card :is(h2, h3),
.sub-service__related-services__service-sub-services .border_card :is(h2, h3),
.other-service__related-services__service-sub-services .border_card :is(h2, h3),
.main-service__related-services__service-sub-services .border_card :is(h2, h3) {
    margin-bottom: 1rem;
}

.sub-service__related-services__service:not(:first-child),
.other-service__related-services__service:not(:first-child),
.main-service__related-services__service:not(:first-child) {
    margin-top: 2rem;
}

.addras i {
    font-size: 33px;
    transform: translateY(14px);
}

.addras p {
    margin-left: 26px;
}

.case-studies-carousel-section .cs_solid_slider .cs_cont > .thm_btn,
body.single-sub-service .cs_solid_slider .cs_cont > .thm_btn,
body.single-other-service .cs_solid_slider .cs_cont > .thm_btn,
body.single-main-service .cs_solid_slider .cs_cont > .thm_btn {
    margin-top: 20px;
}

.approach {
    padding-top: 20px;
}

.owl-carousel.owl-equal-height-columns .owl-stage {
    display: flex;
}

.owl-carousel.owl-equal-height-columns .owl-item {
    display: flex;
}

.owl-carousel.owl-equal-height-columns .owl-item > * {
    display: flex !important;
    flex-direction: column;
}

.owl-carousel.owl-equal-height-columns .owl-item > * .cs_cont {
    flex: 1;
}

.owl-equal-height-columns #cs_item .cs_cont {
    padding-bottom: 90px;
}

.owl-equal-height-columns #cs_item .cs_cont .thm_btn {
    position: absolute;
    bottom: 25px;
}

.services-landing__main-service {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.social_blk p {
    height: auto;
    font-size: 17px;
}

body.home .footer_area {
    margin-top: 0;
}

.owl-equal-height-columns #cs_item {
    flex: 1;
}

.owl-equal-height-columns #cs_item .cs_cont {
    margin-left: 17px;
}

.mega_menu ul.dropdown_link li:hover a.dropdown-menu__mega-menu-link::after {
    content: unset !important;
}

.mega_menu ul.dropdown_link li:hover a.dropdown-menu__mega-menu-link {
    color: inherit !important;
}

.mega_menu ul.dropdown_link li a.dropdown-menu__mega-menu-link {
    font-size: inherit !important;
    font-weight: inherit !important;
    padding-bottom: 0 !important;
}

.social_blk::before {
    right: -6px !important;
    bottom: -6px !important;
    width: calc(100% + 6px) !important;
    height: calc(100% + 6px) !important;
}

.services-landing__main-service:nth-child(2n) {
    /* background-color: var(--global-color-background-dark); */
    background-color: var(--global-color-background);
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.container-background-secondary {
    /* background-color: var(--global-color-background-dark); */
    background-color: var(--global-color-background);
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.container-background-secondary-dark {
    background-color: #18212e;
}

body.single-sub-service #clients {
    /* padding-top: 3rem; */
    padding-top: 0;
}

body.single-main-service .Consulting_blog {
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

body.single-main-service .Consulting_blog:nth-child(2n) {
    /* background-color: var(--global-color-background-dark); */
    background-color: var(--global-color-background);
}

body.about-us .makes_different .border_card {
    transition: all 0.3s ease;
}

body.about-us .makes_different .border_card:hover {
    /* background-color: var(--global-color-background-dark); */
    background-color: var(--global-color-background);
}

.services-breadcrumbs {
    margin-bottom: 1rem;
}

.services-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.services-breadcrumbs__list-item {
    position: relative;
}

.services-breadcrumbs__list-item:not(:last-child) {
    margin-right: 2rem;
}

.services-breadcrumbs__list-item:not(:last-child)::before {
    content: "\f054";
    color: var(--thm_color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-50%);
}

.services-breadcrumbs__list-item:last-child {
    color: var(--thm_color);
}

body.industries .industry_area .border_card {
    max-width: none;
}

body.industries #industry {
    padding: 2rem 0;
}

body.industries #studies {
    padding: 4rem 0;
}

body.industries .think_slider {
    margin-bottom: 0;
}

.case-studies-carousel-section__header {
    padding-bottom: 1rem;
}

.page-header-with-right-border {
    position: relative;
    border-left: 2px solid var(--thm_color);
    line-height: 50px;
    padding-left: 25px;
    margin-bottom: 25px;
}

main.Consulting_Service section.help_clients {
    padding-top: 4rem;
}

body.single-industry .Overview_cont p {
    max-width: 1600px;
}

body.single-sector #think,
body.single-sector #studies,
body.single-sector #clients,
body.single-sector .contact_area,
body.single-industry .contact_area,
body.single-industry #Case,
body.single-industry #What,
body.single-industry #clients,
body.single-industry #Sectors {
    padding-top: 3rem;
}

.sector-grid-item {
    min-height: 300px;
    display: flex;
    overflow: hidden;
}

.sector-grid-item__image {
    max-width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    position: absolute;
    inset: 0;
}

.sector-grid-item:hover .sector-grid-item__image {
    transform: scale(1.1);
}

.sector-grid-item__title {
    z-index: 1;
    padding: 1.5rem;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-width: none !important;
    position: relative !important;
    padding-bottom: 5rem;
}

.sector-grid-item__read-more {
    margin-top: 1rem;
    color: transparent;
    position: absolute;
    bottom: 1.25rem;
}

.sector-grid-item__read-more i {
    color: var(--thm_color);
}

.insights-metaverse-section__grid-item .insights-post__content {
    padding: 0.5rem;
}

body.insights .Metaverse-Article .mtv_img img {
    max-width: 750px;
}

body.insights .Metaverse-Article .mtv_left a.link-btns,
body.insights .Metaverse-Article .mtv_left p,
body.insights .Metaverse-Article .mtv_left h2,
body.insights .Metaverse-Article .mtv_left h6 {
    padding-left: 0 !important;
}

body.insights .Metaverse-Article .mtv_left {
    max-width: 750px;
}

.insights-grid-item__image {
    max-width: 100%;
    object-fit: cover;
}

/* body.insights .mtv_blk {
    margin-bottom: 60px;
} */

body.single-insight .artical_cont ul,
body.single-insight .artical_cont p {
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.artical_cont ul {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
}

body.single-insight .artical_cont h2 {
    line-height: 3rem;
    margin: 1rem 0;
}

body.single-insight .artical_area {
    padding-bottom: 2rem;
}

.cover_area {
    background-position: center center !important;
}

.stet {
    margin: auto;
}

body.careers .top-section-group {
    margin-top: 3rem;
}

body.careers section.career_area .row {
    margin-bottom: 8rem;
}

body.careers .quote-section + .section-group {
    margin-top: 8rem;
}

body.careers .crr_img img {
    object-fit: cover;
}

body.careers .crrrr_img img {
    margin-top: 0;
}

.cv_apply_wrp {
    align-items: stretch;
}

.cv_apply_wrp > div {
    display: flex;
}

.cv_apply_content {
    align-items: center;
}

.cv_apply_content-wrapper {
    padding: 2rem;
}

.cv_apply_content h2,
.cv_apply_content p {
    margin-bottom: 2rem;
}

body.careers .section-apply-now {
    margin-bottom: 40px;
}

body.contact-us .contact_info ul li a i {
    flex-shrink: 0;
}

.locations-map-container {
    position: relative;
}

.locations-map-container__map {
    display: block;
}

.locations-map-markers-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.locations-map-marker,
.locations-map-marker-wrapper {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.locations-map-marker {
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
}

.locations-map-marker__ring {
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-animation: pulse 2s ease-out infinite;
    animation: pulse 2s ease-out infinite;
}

.locations-map-marker__ring.ring-2 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.locations-map-marker__ring.ring-3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.locations-map-marker__ring.ring-4 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.locations-map-marker:hover span {
    opacity: 1;
}

.map_content a span {
    /* top: calc(50% + 8px); */
    left: calc(16px * 2);
}

.single-leader-title {
    margin-top: 1rem;
}

.single-leader-description {
    margin-top: 1.5rem;
}

.Leadership_about_cont_right ul {
    margin-top: 2rem;
}

.Leadership_about_cont {
    margin-bottom: 4rem;
}

.Leadership_about_cont ul,
.Leadership_about_cont p {
    line-height: 2.15rem;
}

.Leadership_about_cont ul {
    font-size: 18px;
    font-weight: 500;
}

.leadership-expertise,
.leadership-qualifications {
    margin-top: 1.25rem;
}

.leadership-published-insights-list {
    margin-top: 1rem;
}

.Leadership_about_cont:last-child {
    margin-bottom: 0;
}

body.our-locations .loc_contant p {
    font-size: 18px;
}

.Terms_area {
    padding-top: 4rem;
}

.Terms_list h1:not(:first-of-type) {
    margin-top: 3rem;
}

.owl-carousel {
    overflow: hidden;
}

body.search-results .src_list {
    min-height: 30vh;
}

body.search-results #search_key_page {
    width: 100%;
}

.topic_slt,
.topic_slt option,
.topic_slt optgroup,
.SelectContact {
    background: #141d2a !important;
    color: #fff !important;
    cursor: pointer;
}

.topic_slt {
    border: 2px solid #141d2a;
    border-color: var(--thm_color);
    color: var(--thm_color) !important;
    background-color: transparent !important;
    padding: 0.25rem 0.75rem;
    border-radius: 5px;
}

body.industries .contact_area {
    padding-top: 3rem;
    margin-bottom: 2rem;
}

.Country_select option,
.Country_select optgroup,
.contact_blk .SelectContact option,
.contact_blk .SelectContact optgroup {
    color: #fff;
    display: block;
    background: #283446;
}

.contact-us-topic-select-container {
    position: relative;
}

.contact-us-topic-select-container::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 40px;
    top: 40%;
    z-index: 99999999;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.contact-us-page-addresses :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.65rem;
}

.cover_area .container {
    position: relative;
}

.services-breadcrumbs {
    position: absolute;
    bottom: 0;
    /* left: 0; */
    /* align-self: flex-start; */
}

body.single-case-study .services-breadcrumbs,
body.case-studies .services-breadcrumbs,
body.insights .services-breadcrumbs {
    left: 0.75rem;
}

.spt_item a {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}

.supporting-industries-slider-item__inner {
    flex: 0 0 100%;
    max-width: 100%;
}

.row.crr_cont_list {
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.hero_slider_btn ul li:not(:last-child) {
    margin-right: 1rem;
}

.insights-grid-item,
.insights-featured-insight {
    transition: all 0.3s ease;
}

.insights-featured-insight {
    display: block;
    /* padding: 1rem; */
}

.insights-featured-insight .link-btns {
    padding-left: 0 !important;
}

ul.atc_btn_link li:not(:last-child) {
    margin-right: 0.5rem;
}

ul.atc_btn_link li a {
    margin: 0;
    padding: 6px 12px;
}

.single-insight__author-name {
    font-size: 20px;
    font-weight: 600;
}

.artical_cover {
    padding-bottom: 0;
}

.artical_cover .row > div {
    padding-bottom: 70px;
}

.wd_blk {
    background: none;
}

.wd_blk::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(3, 13, 29, 0.45) 0%,
        rgba(3, 13, 29, 0.85) 63.93%,
        rgba(3, 13, 29, 0.9) 100%
    );
}

.wd_blk i img {
    z-index: unset;
    object-fit: cover;
}

.wd_blk_text {
    z-index: 1;
}

body.single-insight .artical_cont :is(h2, h3, h4, h5, h6) {
    font-size: 28px;
    line-height: 2.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.mh_left a,
.cp_left a,
.artical_cont p a,
.artical_cont :is(h2, h3, h4, h5, h6) a {
    color: var(--thm_color);
}

.mh_left :is(ul, ol),
.cp_left :is(ul, ol),
.artical_cont :is(ul, ol) {
    margin-bottom: 1rem;
}

.mh_left :is(ul, ol) li,
.cp_left :is(ul, ol) li,
.artical_cont :is(ul, ol):not(.social_link) li {
    list-style: inherit;
    margin-left: 1.5rem;
    padding-left: 0.25rem;
}

body.single-case-study .cp_left.solid br {
    display: inherit;
}

body.single-case-study .cp_left p {
    margin-bottom: 1rem;
    font-size: 14px;
}

body.single-case-study .cp_left .og-case-study-content-text__description :is(h2, h3, h4, h5, h6) {
    font-size: 28px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

body.single-case-study .contact-form-section {
    padding-top: 4rem;
}

body.single-case-study .valuable-area {
    padding-top: 4rem;
}

/* .faqs-grid-section .help_blk {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

.faqs-grid-section .help_blk h4 {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.tab-content > .active {
    display: block;
    opacity: 1;
}

.supporting-industries-slider-container-overlay {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.81) 9.85%,
        rgba(0, 0, 0, 0.4) 39.63%,
        rgba(0, 0, 0, 0.18) 100%
    );
    position: absolute;
    inset: 0;
}

.spt_item a:hover {
    background: rgba(0, 0, 0, 0.6);
}

ul.social_link {
    display: flex;
    flex-wrap: wrap;
}

ul.social_link li svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: all 0.3s ease;
}

ul.social_link li a:hover svg {
    fill: var(--thm_color);
}

.single-industry-metaverse-empty-case-studies {
    padding-top: 3rem !important;
}

.single-sub-service-no-case-studies #Sectors,
.single-other-service-related-services-empty-case-studies {
    margin-top: 0 !important;
}

.single-sub-service-no-insights .contact_box,
.single-other-service-no-insights .contact_box {
    margin-top: 90px;
}

.overview-section__image-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sector-grid-item__description {
    font-size: 18px;
    color: #fff;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    max-height: 415px;
    overflow: hidden;
}

.sector-grid-item:hover .sector-grid-item__description {
    opacity: 1;
    visibility: visible;
}

.mtv_blk h2 {
    padding-right: 0 !important;
}

.think_slider .owl-item {
    padding: 10px;
}

.atc_author img {
    width: 160px;
}

.single-insight__author {
    display: block;
    border: none;
}

.single-insight__author-wrapper {
    display: inline-block;
    position: relative;
    border-top: 1px solid #fff;
    padding-top: 5px;
}

.single-insight__content-text {
    text-align: justify;
}

.mobile-menu-container .loc_collaps .accordion-body {
    padding: 10px;
}

ul.f_link li a {
    margin-right: 60px;
    margin-bottom: 20px;
}

.footer_nav ul.social_link {
    margin-left: auto;
}

.header-search-spinner {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.header-search-results-container {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #283446;
    z-index: 999999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.header-search-results-container--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-search-results-empty {
    padding: 1rem;
}

.header-search-results-list__item:not(:first-child) {
    border-top: 1px solid #fff;
}

.header-search-results-container a {
    position: unset !important;
}

.header-search-results-list__item-inner {
    padding: 1rem;
}

.header-search-results-list__item-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text_color);
}

.header-search-results-list__item-excerpt {
    font-size: 16px;
    margin-top: 0.25rem;
}

.header-search-results-list__item-footer {
    font-size: 14px;
    color: var(--thm_color);
    margin-top: 0.5rem;
}

.header-search-results-list {
    max-height: 50vh;
    overflow: auto;
}

.header-search-results-view-all {
    padding: 1rem;
    color: var(--thm_color);
    padding-left: 2rem;
}

.header-search-results-container a.thm_btn {
    position: relative !important;
    font-size: 15px;
    display: flex;
}

.header-search-results-container a.thm_btn i {
    margin-right: 10px;
    line-height: 35px;
    margin-left: -5px;
    font-size: 20px;
}

.header-search-results-container a.thm_btn::before {
    width: 35px;
}

.header-search-results-container a.thm_btn:hover::before {
    width: 100%;
}

:is(
        .career_cont,
        .single-post-overview-section .aprc_left,
        .crr_cont,
        .contact_form_title,
        .Leadership_about_cont,
        .Terms_list
    )
    ul {
    padding-left: 1rem;
}

:is(
        .career_cont,
        .single-post-overview-section .aprc_left,
        .crr_cont,
        .contact_form_title,
        .Leadership_about_cont,
        .Terms_list
    )
    :is(ol, ul)
    li {
    list-style: inherit;
}

.contact_form_title ul {
    font-size: 18px;
    font-weight: 500;
    max-width: 800px;
}

.Terms_list li {
    margin-bottom: 0;
}

.Terms_list ul {
    font-size: 18px;
    font-weight: 500;
}

.iti {
    display: block;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    padding-left: 60px;
}

.iti__selected-flag {
    padding: 0 10px 0 15px;
}

body.careers .modal-body .iti__selected-flag {
    padding-left: 0;
}

body.careers .modal-body .iti-validation-message {
    bottom: -2rem;
}

.iti__country-list {
    background-color: #283446;
    max-width: 400px;
}

.single-leader-send-email-modal {
    position: fixed;
    inset: 0;
    visibility: hidden;
}

.single-leader-send-email-modal-header {
    padding-right: 1.5rem;
}

.single-leader-send-email-modal__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s ease;
}

.single-leader-send-email-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);
    width: clamp(320px, 65%, 900px);
    padding: 2rem 2.5rem;
    background-color: #283446;
    opacity: 0;
    transition: all 0.5s ease;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-body {
    background-color: #283446;
}

.single-leader-send-email-modal--open {
    visibility: visible;
    z-index: 99999;
}

.single-leader-send-email-modal--open .single-leader-send-email-modal__overlay {
    opacity: 1;
}

.single-leader-send-email-modal--open .single-leader-send-email-modal__content {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.single-leader-send-email-modal-close-button {
    position: absolute;
    right: 2rem;
    font-size: 2rem;
    top: 1.5rem;
}

.single-leader-send-email-modal-body {
    margin-top: 2rem;
}

.iti-validation-message {
    position: absolute;
    bottom: -1.5rem;
    right: 0;
    font-size: .9rem;
}

.iti-mobile .iti--container {
    z-index: 999999;
}

.contact-page-form-mobile-number-container {
    z-index: 9999;
}

@media (max-width: 2000px) {
    body.case-studies .cs_cont p {
        height: 108px;
    }
}

@media (max-width: 1600px) {
    .single-leader-expertise-column {
        padding-left: 4rem;
    }

    body.careers section.career_area .row {
        margin-bottom: 6rem;
    }

    body.careers .quote-section + .section-group {
        margin-top: 6rem;
    }
}

@media (max-width: 1400px) {
    ul.f_link li a {
        margin-right: 40px;
    }

    body.single-category .case_studi_item {
        margin-top: 50px;
    }

    body.single-other-service .what_do2 {
        margin-top: 4rem;
    }

    body.single-other-service main.Consulting_Service section.help_clients {
        padding-top: 40px;
    }

    body.single-insight .related-article-container:last-child {
        display: none;
    }

    body.single-insight .artical_cont ul,
    body.single-insight .artical_cont p {
        font-size: 16px;
    }

    body.single-insight .artical_cont :is(h2, h3, h4, h5, h6) {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .Terms_list ul {
        font-size: 16px;
    }

    body.careers section.career_area .row {
        margin-bottom: 4rem;
    }

    body.careers .quote-section + .section-group {
        margin-top: 4rem;
    }

    body.single-sector .case_studi2 {
        margin-bottom: 0;
    }

    body.single-industry .case_studi2 {
        margin-bottom: 40px;
    }

    .email_box {
        width: auto;
    }

    body.single-other-service .what_think,
    body.single-other-service .case_studi2,
    body.single-other-service .what_do2,
    body.single-sub-service .Consulting_blog,
    body.single-other-service .Consulting_blog,
    body.single-main-service .Consulting_blog {
        margin-top: 4rem;
    }

    body.single-main-service .Consulting_blog {
        margin-top: 0;
        padding-top: 3rem;
    }

    body.single-sub-service .Consulting_blog {
        margin-top: 2rem;
    }

    body.single-sub-service .case_studi2 {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .Terms_list p,
    .Leadership_about_cont ul {
        font-size: 16px;
    }

    .insights-grid-section {
        margin-top: 2rem;
    }

    body.insights .Metaverse-Article .mtv_left,
    body.insights .Metaverse-Article .mtv_img img {
        max-width: none;
    }

    body.case-studies .cs_cont p {
        height: 72px;
    }

    .single-post-overview-section .cs_cont span:first-child {
        margin-bottom: 0 !important;
    }

    .overview-section__image-container {
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    body.single-case-study .contact-form-section {
        padding-top: 2rem;
    }

    body.single-case-study .valuable-area {
        padding-top: 0;
        padding-bottom: 1rem;
    }

    .hero_item {
        height: clamp(550px, 75vh, 750px) !important;
    }

    body.single-main-service .Consulting_blog {
        padding-top: 0;
    }

    body.single-main-service .case_studi2 {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    body.single-main-service .supporting {
        margin-bottom: 1rem;
    }

    body.single-main-service section.what_think {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    body.single-main-service .contact_area {
        margin-bottom: 1rem;
    }

    body.single-other-service #think h1 {
        margin-top: 30px;
    }

    body.single-other-service #studies h1 {
        margin-top: 20px;
    }

    section.approach .row {
        flex-direction: row;
        padding-bottom: 40px;
    }

    body.single-sub-service #clients {
        padding-top: 0;
    }

    body.single-sub-service .Consulting_blog {
        padding-top: 3rem;
    }

    body.single-sub-service .case_studi2 {
        padding-top: 2rem;
    }

    .contact-us-page-addresses :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.25rem;
    }

    body.home .what_do {
        padding-top: 20px;
    }

    body.home section.what_think {
        margin-top: 0;
    }

    body.home section.what_think .sec_title :is(h1, h2) {
        margin-top: 20px;
    }

    body.home #Industries {
        margin-bottom: 40px;
    }

    .mobile-menu__navigation-list a {
        display: block;
    }

    .Terms_area {
        padding-top: 2rem;
    }

    .Terms_list h1:not(:first-of-type) {
        margin-top: 2rem;
    }

    body.careers .crr_cont h2 {
        margin-top: 2rem;
    }

    body.careers .crr_img {
        margin-bottom: 0;
    }

    .cv_apply_content {
        max-width: none;
    }

    .topic {
        margin-bottom: 1rem;
    }

    body.insights .social_area {
        padding-top: 0;
    }

    body.single-sector #think,
    body.single-sector #studies,
    body.single-sector #clients,
    body.single-sector .contact_area,
    body.single-industry .contact_area,
    body.single-industry #Case,
    body.single-industry #What,
    body.single-industry #clients,
    body.single-industry #Sectors,
    body.single-industry #Overview {
        padding-top: 3rem;
    }

    body.single-sector #clients,
    body.single-industry #clients {
        padding-bottom: 2rem;
    }

    body.single-sector .sec_title :is(h1, h2),
    body.single-industry .sec_title :is(h1, h2) {
        margin-top: 0;
    }

    body.single-sector .case_studi2,
    body.single-industry .case_studi2 {
        margin-bottom: 0;
    }

    body.single-sector .sec_title,
    body.single-industry .sec_title {
        margin-top: 0;
    }

    body.single-sector .contact_area,
    body.single-industry .contact_area {
        margin-bottom: 1rem;
        padding-top: 0;
    }

    body.industries #industry {
        padding-top: 4rem;
    }

    body.industries #studies {
        padding: 0;
    }

    body.industries section.what_think {
        margin-top: 0;
        margin-bottom: 0;
    }

    body.industries .case_studi2 {
        margin-bottom: 0;
    }

    body.single-other-service .what_think {
        margin-top: 1rem;
    }

    .container-background-secondary,
    .services-landing__main-service:nth-child(2n) {
        padding-top: 0;
    }

    body.single-other-service main.Consulting_Service section.help_clients {
        padding-top: 0;
    }

    body.single-sub-service #Insights,
    body.single-sub-service .Consulting_blog .sec_title :is(h1, h2),
    body.single-sub-service .Consulting_blog .sec_title :is(h1, h2),
    body.single-sub-service .case_studi2 .sec_title :is(h1, h2),
    body.single-sub-service .case_studi2,
    body.single-sub-service #clients,
    body.single-other-service .Consulting_blog,
    body.single-other-service .case_studi2,
    body.single-other-service .what_do2 {
        margin-top: 0;
    }

    body.single-other-service .case_studi2 {
        margin-bottom: 0;
    }

    body.single-sub-service .contact_area,
    body.single-sub-service #Insights {
        margin-bottom: 2rem;
    }

    .aprc_left {
        margin-top: 1rem;
    }

    body.single-sub-service .cs_solid_slider,
    body.single-other-service .cs_solid_slider,
    body.single-main-service .cs_solid_slider {
        margin-top: 20px;
    }

    .exp_btn {
        transform: none;
    }

    .case_studi_item {
        margin: 20px 0;
    }

    .featured-case-study__content {
        flex-wrap: wrap-reverse;
    }

    .mega_menu {
        display: none;
    }

    .header-area .align-items-end {
        align-items: center !important;
    }

    .swiper-button-prev.owl-nav {
        left: 15%;
    }

    .swiper-button-next.owl-nav {
        right: 10%;
    }

    .what_do,
    .case_studi {
        padding-top: 60px;
    }

    .supporting {
        margin-bottom: 60px;
    }

    .think_slider {
        margin-bottom: 0;
    }

    .f_logo img {
        max-width: 250px;
        margin: auto;
    }

    .f_logo {
        text-align: center;
    }

    .loc_collaps .accordion-item {
        border: none;
    }

    .loc_collaps button {
        padding: 0.75rem 0;
    }

    .mobile-menu__navigation-list {
        margin-top: 1rem;
        border-top: 1px solid #ececec50;
        padding-top: 1rem;
    }

    div#mega_collaps {
        margin-top: 10px;
    }

    section.career_area .row {
        margin-top: 50px !important;
    }

    .row.crr_cont_list .crr_cont {
        margin-top: 2rem;
    }

    .email_box {
        margin-right: 1rem;
        margin-left: 0;
    }

    body.single-case-study .mh_right,
    body.single-case-study .mh_left,
    body.single-case-study .cp_left,
    body.single-case-study .cp_right {
        max-width: none;
    }

    body.our-locations .location_area .loc_collaps .accordion-item {
        border-bottom: 1px solid rgb(255 255 255 / 65%);
    }
}

@media (max-width: 767px) {
    .Terms_list ul,
    .Leadership_about_cont ul,
    .contact_form_title ul,
    .crr_cont ul li,
    body.single-insight .artical_cont ul,
    .single-post-overview-section .aprc_left ul {
        font-size: 15px;
    }

    .sector-grid-item__read-more {
        left: 50%;
        transform: translateX(-50%);
    }

    .overview-section__image-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .artical_cont ul.social_link {
        margin-top: 20px;
    }

    body.single-case-study .cover_cont p {
        max-height: 162px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.single-insight .artical_cont p {
        line-height: 1.25rem;
        margin-bottom: 1rem;
    }

    body.single-insight .artical_cont :is(h2, h3, h4, h5, h6) {
        line-height: 2rem;
    }

    body.single-case-study .cp_left :is(h2, h3, h4, h5, h6) {
        font-size: 22px;
        margin-top: 1rem;
    }

    .cs_cont h3 {
        max-height: 48px;
    }

    .cover_area {
        height: 370px;
    }

    .cover_area .flex {
        /* align-items: flex-start; */
        padding: 2rem 1.5rem 3rem;
    }

    /* body.single-case-study .cover_area .flex {
        padding-top: 2.5rem;
    } */

    body.services-landing .cover_area .flex,
    body.single-main-service .cover_area .flex,
    body.case-studies .cover_area .flex,
    body.insights .cover_area .flex {
        align-items: center;
    }

    body.single-case-study .services-breadcrumbs,
    body.case-studies .services-breadcrumbs,
    body.insights .services-breadcrumbs {
        left: 2rem;
        margin-bottom: 1.5rem;
    }

    body.about-us #connect {
        margin-top: 0;
    }

    body.about-us :is(.social_area, .makes_different, .leadership) {
        padding-top: 1rem;
    }

    body.about-us #Believe {
        margin-bottom: 1rem !important;
    }

    body.about-us #Mission {
        margin-top: 0 !important;
    }

    body.about-us section.career_area .row {
        margin-bottom: 20px;
    }

    body.about-us section.career_area .row {
        margin-top: 2rem !important;
    }

    .cv_apply_content {
        padding: 50px 0;
    }

    .crrr_img {
        margin-bottom: 0;
    }

    body.careers section.career_area .row {
        margin-top: 0 !important;
    }

    body.careers section.career_area .row {
        margin-bottom: 1rem;
    }

    .r_atc_vlk img {
        height: 400px;
        object-fit: cover;
    }

    .atc_link {
        max-width: none;
        padding-bottom: 0;
    }

    body.single-insight section.Related_Articles {
        padding-top: 1rem;
        margin-bottom: 2rem;
    }

    body.insights .mtv_blk {
        margin-bottom: 30px;
    }

    .mtv_img img {
        height: 300px;
        object-fit: cover;
    }

    .Metaverse-Article {
        margin-top: 3rem;
        margin-bottom: 0;
    }

    section.industry_mtv {
        padding-top: 3rem;
    }

    body.single-industry #clients,
    body.single-industry #Sectors {
        padding-top: 2rem;
    }

    body.industries section.what_think,
    body.industries #studies {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

    #connect {
        margin-top: 3rem;
    }

    body.insights #connect {
        margin-top: 0;
    }

    body.single-sub-service .contact_area,
    body.single-sub-service #Insights {
        margin-bottom: 0;
    }

    body.single-sub-service section.Consulting_blog .row,
    body.single-other-service section.Consulting_blog .row,
    body.single-main-service section.Consulting_blog .row {
        margin-top: calc(var(--bs-gutter-y) * -1) !important;
        margin-right: calc(var(--bs-gutter-x) / -2) !important;
        margin-left: calc(var(--bs-gutter-x) / -2) !important;
        margin-bottom: unset !important;
    }

    body.single-other-service .case-studies-carousel-section {
        padding-bottom: 3rem;
    }

    .social_area {
        padding-top: 1rem;
    }

    body.single-case-study .mt-6 .sec_title :is(h1, h2),
    body.single-case-study .mt-6 {
        margin-top: 0;
    }

    .valuable-area {
        padding: 2rem 0;
    }

    .Consulting_Projects .row,
    .Consulting_Projects {
        margin-bottom: 25px;
    }

    .footer_area {
        margin-top: 2rem;
    }

    body.single-other-service .case-studies-carousel-section {
        padding-top: 1rem;
    }

    body.industries .sec_title,
    .other-service__related-services .sec_title,
    .other-service__related-services__service .sec_title {
        margin-top: 1rem;
    }

    body.industries .sec_title :is(h1, h2),
    .other-service__related-services .sec_title :is(h1, h2),
    .other-service__related-services__service .sec_title :is(h1, h2) {
        margin-top: 0;
    }

    .case-studies-carousel-section .owl-nav.disabled {
        display: block;
    }

    body.single-sub-service .cs_solid_slider,
    body.single-other-service .cs_solid_slider,
    body.single-main-service .cs_solid_slider {
        margin-top: 0;
    }

    .cs_solid_slider,
    .contact_area {
        margin-bottom: 40px;
    }

    .container-background-secondary,
    .services-landing__main-service:nth-child(2n) {
        padding-top: 2rem;
    }

    .services-landing__main-service {
        margin-bottom: 1rem;
    }

    body.services-landing .footer_area,
    body.case-studies .footer_area {
        margin-top: 3rem;
    }

    body.services-landing .sec_title,
    body.case-studies .sec_title {
        margin-top: 1rem;
    }

    body.services-landing .sec_title :is(h1, h2),
    body.case-studies .sec_title :is(h1, h2) {
        margin-top: 0;
    }

    .swiper-button-next.owl-nav {
        right: 15%;
    }

    section.career {
        padding: 40px 0;
    }

    .think_slider .border_card img {
        height: 260px;
        object-fit: cover;
    }

    .spt_item a {
        height: 600px;
    }

    .supporting-industries-slider .owl-nav .owl-next,
    .supporting-industries-slider .owl-nav .owl-prev,
    body.home #Industries .owl-nav .owl-next,
    body.home #Industries .owl-nav .owl-prev {
        top: unset;
    }

    .cs_btn_grp {
        margin-top: 0;
    }

    .what_do,
    .case_studi,
    section.ceo_area {
        padding-top: 50px;
    }

    body.home .case_studi .sec_title {
        margin-bottom: 20px;
    }

    body.home #pills-tabContent {
        margin-top: -40px;
    }

    body.home .case_studi {
        padding-bottom: 0;
        min-height: 780px;
    }

    body.home .case_studi .row:last-child {
        margin-top: 0 !important;
        padding-bottom: 2rem;
    }

    body.single-main-service #consulting {
        padding-bottom: 0;
    }

    body.single-main-service section.Consulting_blog .row {
        margin-top: calc(var(--bs-gutter-y) * -1) !important;
        margin-right: calc(var(--bs-gutter-x) / -2) !important;
        margin-left: calc(var(--bs-gutter-x) / -2) !important;
        margin-bottom: unset !important;
    }

    body.single-other-service .what_think {
        margin-top: 0;
    }

    body.single-main-service #Insights h1,
    body.single-other-service #think h1,
    body.single-sub-service #Insights h1 {
        margin-top: 20px;
    }

    body.single-sub-service .Consulting_blog {
        padding-top: 0.15rem;
        margin-top: 0;
    }

    body.single-sub-service .case_studi2 {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .owl-nav {
        transform: none;
        width: 100%;
        left: 0;
        right: 0;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        top: -14rem;
        transform: none;
    }

    .owl-nav .owl-prev {
        left: 0;
    }

    .owl-nav .owl-next {
        right: 0;
    }

    .supporting-industries-slider .owl-nav .owl-prev,
    .supporting .owl-nav .owl-prev {
        left: 1rem;
    }

    .supporting-industries-slider .owl-nav .owl-next,
    .supporting .owl-nav .owl-next {
        right: 1rem;
    }

    .wd_blk {
        height: 350px;
    }

    body.home section.what_think .sec_title,
    body.home section.what_think .sec_title :is(h1, h2) {
        margin-top: 10px;
    }

    body.home .what_do .sec_title :is(h1, h2) {
        margin-top: 0;
    }

    body.search-results .search_box input {
        padding: 0 2rem;
        padding-right: 60px;
    }

    body.our-locations .loc_contant {
        padding: 1rem;
    }

    .single-leader-expertise-column {
        padding-top: 3rem;
        padding-left: 1rem;
    }

    .Leadership_about_cont_right {
        max-width: none;
        margin-left: 0;
    }

    .world_map {
        margin: 20px 0 !important;
    }

    body.contact-us #connect {
        margin-top: 3rem;
    }

    body.contact-us .contact_info li {
        margin-bottom: 1rem;
    }

    body.contact-us .contact_info .p_list {
        max-width: none;
    }

    /* body.contact-us .contact_form {
        padding-bottom: 0;
    } */

    body.contact-us section.social_area {
        padding-top: 0;
    }

    body.careers .social_area {
        padding-top: 0;
    }

    .crrrrr_img img {
        margin-top: 0;
    }

    .cv_apply_img {
        display: none !important;
    }

    body.industries .sec_title {
        margin-bottom: 40px;
        margin-top: 0;
    }

    body.industries #industry {
        padding-top: 3rem;
    }

    body.single-sector .approach,
    body.single-main-service .approach {
        margin-bottom: 20px;
    }

    .faqs-grid-section .sec_title,
    body.single-sub-service .help_clients .sec_title,
    body.single-other-service .help_clients .sec_title {
        text-align: left;
    }

    body.single-sub-service .social_area,
    body.single-other-service .social_area {
        padding-top: 0;
    }

    body.single-sub-service .cs_solid_slider,
    body.single-sub-service .approach,
    body.single-other-service .cs_solid_slider,
    body.single-other-service .approach {
        margin-bottom: 0;
    }

    #cs_item,
    .think_slider .border_card {
        max-width: 450px;
    }

    /* body:not(.single-industry) .single-post-overview-section .aprc_left,
    body.single-sub-service .aprc_left,
    body.single-main-service .aprc_left {
        padding: 0 10px;
    } */

    .f_logo img {
        max-width: 185px;
    }

    .social_blk {
        margin: 20px auto;
    }

    section.case_studi2 {
        margin-bottom: 0;
    }

    .container {
        width: 100%;
    }

    .hero_cont h1 {
        font-size: 30px !important;
    }

    .hero_slider_btn ul li {
        flex: unset;
    }

    .hero_slider_btn ul {
        justify-content: space-between;
        bottom: 0;
    }

    .ceo_cont p {
        font-size: 20px !important;
    }

    .mbu_cont {
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0;
        position: relative;
    }

    .mbu_cont img {
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
    }

    .mbu_cont a {
        margin-bottom: 0;
    }

    .mbu_cont h2 {
        margin: 0;
        padding: 2rem 0;
    }

    .spt_item a p {
        font-size: 18px !important;
    }

    section.what_think {
        margin-bottom: 0;
    }

    .thm_btn {
        height: 40px;
    }

    #pills-tabContent .owl-nav i {
        margin-bottom: 0;
        margin-top: 0;
    }

    ul.social_link li:last-child {
        margin: 3px 5px;
    }

    .mobile-menu__socials ul.social_link li:last-child {
        margin-left: 0;
    }

    ul.f_link li:last-child a {
        margin: 0 15px;
    }

    .social_area .sec_title h2,
    .makes_different .sec_title h2,
    .leadership .sec_title h2,
    .crr_cont h2 {
        font-size: 34px;
    }

    body.single-case-study .mh_left h1 {
        margin-top: 0;
    }

    .footer_bottom ul li {
        margin-right: 0;
    }
}

@media (max-width: 570px) {
    .footer_nav ul.social_link {
        margin-left: unset;
        margin-right: auto;
    }

    .footer_nav ul.social_link li {
        margin: 0;
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }

    .hero_slider_btn ul {
        justify-content: flex-start;
    }

    .supporting_top h2 {
        font-size: 28px;
    }

    .atc_author {
        align-items: flex-start;
    }

    body.careers #connect {
        margin-top: 0;
    }

    .mtv_blk {
        margin-bottom: 20px;
    }

    section.industry_mtv .mtv_blk img {
        height: 300px;
    }

    body.single-industry #think {
        padding-top: 2rem;
    }

    body.single-industry #Overview {
        padding-top: 2rem;
    }

    body.industries .contact_area {
        padding-top: 1rem;
    }

    section.industry_mtv {
        padding-top: 0;
    }

    body.single-main-service #connect {
        margin-top: 0;
    }

    body.single-main-service #Insights .sec_title {
        margin-top: 0;
    }

    body.home #Industries {
        margin-bottom: 1rem;
    }

    .footer_bottom ul li {
        display: block;
    }

    .hero_cont h1 {
        line-height: 40px;
    }

    .services-breadcrumbs a {
        font-size: 0.85rem;
    }

    /* .quote-section__quote-content {
        padding: 0 1rem;
    } */

    /* .swiper-button-next.owl-nav,
    .swiper-button-prev.owl-nav {
        top: 25px;
    } */

    .swiper-button-prev.owl-nav {
        left: 0;
    }

    .swiper-button-next.owl-nav {
        right: 0;
    }

    .what_do,
    .case_studi {
        padding-top: 40px;
    }

    .mbu_cont h2 {
        padding: 1rem 0;
    }

    ul.f_link {
        width: 100%;
        text-align: left;
    }

    ul.f_link li {
        display: block;
    }

    ul.f_link li a {
        display: inline;
        margin: 0;
    }

    ul.f_link li:last-child a {
        margin: 0;
    }

    .addras {
        justify-content: flex-start;
    }

    .f_logo img,
    ul.social_link {
        margin: unset;
        text-align: left;
    }

    .newsletter h3 {
        text-align: left;
    }

    .newsletter {
        justify-content: flex-start;
    }

    .email_box {
        margin-left: 0;
    }

    .container {
        padding: 0 1.5rem;
    }

    ul.single-leader-social-links {
        text-align: center;
    }
}

@media (min-width: 320px) {
    .swiper-button-prev.owl-nav,
    .swiper-button-next.owl-nav {
        height: 400px;
        width: 12%;
        transform: none;
        display: flex;
        align-items: flex-end;
    }

    .swiper-button-next.owl-nav {
        right: 0;
        justify-content: flex-start;
    }

    .swiper-button-prev.owl-nav {
        left: 0;
        justify-content: flex-end;
    }
}

@media (min-width: 420px) {
    .swiper-button-prev.owl-nav,
    .swiper-button-next.owl-nav {
        width: 15%;
    }
}

@media (min-width: 500px) {
    .swiper-button-prev.owl-nav,
    .swiper-button-next.owl-nav {
        width: 20%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: clamp(580px, 95%, 760px);
    }

    .swiper-button-prev.owl-nav,
    .swiper-button-next.owl-nav {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .atc_link,
    .atc_author {
        margin-top: 125px;
    }

    .insights-grid-item__description {
        height: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .insights-grid-item__title {
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* .help_blk {
        padding-right: 3rem;
    } */

    .sm-d-flex {
        display: flex !important;
    }

    .container {
        max-width: clamp(760px, 95%, 990px);
    }

    .cover_cont p {
        max-width: clamp(526px, 100%, 800px);
    }

    .swiper-button-prev.owl-nav,
    .swiper-button-next.owl-nav {
        width: 27%;
    }
}

@media (min-width: 992px) {
    .mobile-menu-container {
        display: none;
    }

    .atc_link {
        max-width: 350px;
    }

    .insights-featured-insight .mtv_blk {
        padding-left: 2rem;
    }

    .Metaverse.insights-grid-section .row > div {
        padding: 0 1rem;
        display: flex;
    }

    .Metaverse.insights-grid-section .row > div > a {
        flex: 1;
    }

    .Related_Articles {
        margin-bottom: 30px;
        padding-bottom: 40px;
    }

    .r_atc_vlk img {
        height: clamp(300px, 50vh, 450px);
        object-fit: cover;
    }

    .artical_cover {
        height: clamp(450px, 40vh, 650px);
    }

    body.insights .Metaverse-Article .mtv_img img {
        height: clamp(420px, 50vh, 500px);
        object-fit: cover;
        max-width: 100%;
    }

    .wd_blk {
        height: clamp(400px, 40vh, 600px);
    }

    .think_slider .border_card img {
        height: 260px;
        object-fit: cover;
    }

    body.industries .case_studi2 {
        margin-bottom: 70px;
    }

    body.industries #thinki {
        padding-bottom: 2rem;
    }

    body.insights .Metaverse-Article .mtv_left {
        max-width: 650px;
    }

    body.careers .cv_apply_content-wrapper {
        max-width: 600px;
    }

    body.careers section.career_area .row .crr_cont {
        padding-right: 4rem;
        padding-left: 0;
    }

    body.careers section.career_area .row:nth-child(2) .crr_cont {
        padding-left: 4rem;
        padding-right: 0;
    }

    .headquarters-address-container {
        display: flex;
        justify-content: flex-end;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mb-lg-8 {
        margin-bottom: 6rem !important;
    }

    .mt-lg-6 {
        margin-top: 4rem !important;
    }

    body.single-case-study .single-case-study-related-sectors {
        margin-top: 3rem !important;
    }

    .lg-mt-0 {
        margin-top: 0 !important;
    }

    .md-d-flex {
        display: flex !important;
    }

    .header-area,
    .dropdown-menu__list-item a {
        padding-bottom: 20px;
    }

    .menu_cont {
        top: calc(100px + 18px);
    }

    .mega_menu ul.dropdown_link li a::after {
        bottom: 0px;
        left: -5px;
    }

    .dropdown-menu__list-item a {
        /* font-size: 18px; */
        color: var(--global-color-white);
    }

    .mega_menu ul.dropdown_link li {
        margin-left: 35px;
    }

    .mega_menu {
        padding-left: 1rem;
    }

    .menu_cont {
        transform: translateY(20px);
    }

    ul.dropdown_link li:hover .menu_cont {
        transform: translateY(0);
    }

    .mega_menu ul.dropdown_link li:hover a {
        color: var(--global-color-secondary);
    }

    .mega_menu ul.dropdown_link li:hover a::after {
        opacity: 1;
    }

    .menu_cont div#v-pills-tab {
        height: auto;
    }

    #v-pills-tab.me-3 {
        margin-right: 0 !important;
    }

    #v-pills-tab {
        flex-basis: 17.5%;
        max-width: 17.5%;
    }

    #v-pills-tabContent {
        flex: 1;
    }

    .menu_cont button {
        height: 90px;
        width: auto;
        padding: 10px 10px 10px 25px;
        font-size: 18px;
        border-bottom: 3px solid #1b273b;
    }

    .menu_cont button:last-child {
        border-bottom-color: transparent;
    }

    .mega_menu_cont {
        padding-top: 0;
    }

    .mega_menu ul.dropdown_link .mega_menu_cont li {
        margin-left: 0;
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3);
        padding: 1rem 6rem 1rem 2rem;
    }

    .mega_menu_cont ul li a p {
        margin: 0;
        max-width: none;
        font-size: 14px;
    }

    .fixed-header,
    .fixed-header .dropdown-menu__list-item a {
        padding-bottom: 15px;
    }

    /* .hero_slider_btn ul,
    .hero_cont {
        max-width: 1700px;
    } */

    .hero_cont h1 {
        font-size: 34px;
        max-width: clamp(600px, 50%, 1000px);
    }

    .quote-section {
        min-height: 630px;
        padding-bottom: 80px;
    }

    .quote-section__quote-images {
        position: relative;
        text-align: center;
    }

    .quote-section__quote-images-foreground {
        height: 550px;
    }

    img#b-logo {
        bottom: unset;
        top: 10px;
        height: 500px;
        right: unset;
        left: 46%;
        transform: translateX(-50%);
    }

    .quote-section__quote-content-text {
        padding-right: 2rem;
    }

    .case_studi .sec_title {
        max-width: unset;
        margin: 0;
        text-align: center;
    }

    .sec_title :is(h1, h2) {
        margin-top: 0;
        /* font-size: 55px; */
        font-weight: bold;
    }

    /* .case_studi .row:not(:first-child) {
        margin-top: 2rem;
    } */

    /* .case-study-slider__slide {
        transition: all .3s ease !important;
    } */

    /* .sec_title p {
        font-size: 22px;
    } */

    .quote-section__quote-images {
        position: relative;
    }

    .quote-section__quote-images::after,
    .quote-section__quote-images::before {
        /* content: ''; */
        width: 1px;
        height: 1px;
        box-shadow: 0 0 200px 150px rgba(66, 139, 193, 0.15);
        display: block;
        position: absolute;
    }

    .quote-section__quote-images::before {
        bottom: 45%;
        left: 20%;
    }

    .quote-section__quote-images::after {
        top: 25%;
        right: 20%;
    }

    .quote-section {
        overflow: hidden;
    }

    .contact_box {
        max-width: 1300px;
    }

    .what_do {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .supporting {
        margin-bottom: 5rem;
    }

    .supporting_top h2 {
        max-width: 500px;
        line-height: 3.5rem;
    }

    .supporting_top h2,
    .supporting_top a {
        position: absolute;
    }

    .supporting_top a {
        right: 0;
    }

    .container {
        max-width: clamp(990px, 95%, 1050px);
    }

    .logo-area img {
        max-width: none;
    }

    .cs_btn_grp button,
    .mega_menu ul.dropdown_link li a,
    .mega_menu_cont ul li a span,
    .mega_menu ul.dropdown_link li a.dropdown-menu__mega-menu-link {
        font-size: 18px !important;
    }

    .cs_cont > span:not(.og-arrow-progress-ring) {
        font-size: 20px;
    }

    .cs_cont h3 {
        font-size: 28px;
        max-height: 68px;
    }

    .cs_cont p {
        font-size: 18px;
        height: 142px;
    }

    a.swiper-slide.swiper-slide-visible.swiper-slide-active .cs_cont {
        height: 243px;
    }

    .swiper-button-prev.owl-nav,
    .swiper-button-next.owl-nav {
        width: 34%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1330px) {
    .swiper-button-prev.owl-nav,
    .swiper-button-next.owl-nav {
        width: 35%;
    }
}

@media (min-width: 1400px) {
    body.single-case-study .cp_left p {
        font-size: 16px;
    }

    .container {
        max-width: 1370px;
    }

    body.careers .crr_cont ul,
    body.careers .crr_cont p {
        max-width: 750px;
    }

    .swiper-button-prev.owl-nav,
    .swiper-button-next.owl-nav {
        width: 38%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1550px;
    }

    .cover_area {
        height: 520px;
    }

    body.contact-us .contact_form_wrp {
        max-width: 1000px;
    }

    body.contact-us .contact_info .p_list {
        max-width: none;
    }

    .single-post-overview-section {
        padding-bottom: 3rem;
    }

    .single-insight__author-container {
        width: 12%;
    }

    .single-insight__content-container {
        width: 62.333%;
    }
}

@media (min-width: 2000px) {
    /* body.single-case-study .banking_img {
        margin-top: -5rem;
    } */

    body.single-case-study .valuable-area {
        margin-top: 6rem !important;
    }

    body.single-case-study .single-case-study-related-sectors {
        margin-top: 3rem !important;
    }

    body.single-case-study .cp_right img {
        height: clamp(400px, 100%, 500px) !important;
    }

    body.single-case-study .Consulting_Projects,
    body.single-case-study .Consulting_Projects .row {
        margin-bottom: 0;
    }

    .Metaverse.insights-grid-section .row > div {
        padding: 0 1.5rem;
    }

    .container {
        max-width: 1950px;
    }

    body.insights .Metaverse-Article .mtv_left h6 {
        font-size: 18px;
    }

    body.insights .Metaverse-Article .mtv_left h2 {
        font-size: 30px;
    }

    body.insights .Metaverse-Article .mtv_left p {
        font-size: 20px;
    }

    body.insights .Metaverse-Article .mtv_left .link-btns {
        font-size: 18px;
    }

    body.insights .Metaverse-Article .mtv_left {
        max-width: 750px;
    }

    /* body.insights .Metaverse-Article .mtv_img {
        text-align: center;
    } */

    body.insights .Metaverse-Article {
        margin-bottom: 100px;
    }

    .mtv_blk img.insights-grid-item__image {
        min-height: 300px;
        max-height: 300px;
    }

    .mtv_blk h6.insights-grid-item__category {
        font-size: 18px;
    }

    .mtv_blk h2.insights-grid-item__title {
        font-size: 24px;
        height: 60px;
    }

    .mtv_blk p.insights-grid-item__description {
        font-size: 18px;
        height: 81px;
    }

    .mega_menu_cont ul li a p {
        font-size: 16px;
    }

    .single-insight__author-container {
        width: 10.667%;
    }

    .single-insight__content-container {
        width: 69.333%;
    }

    .single-insight__metadata-container {
        width: 20%;
    }
}

@media (min-width: 3000px) {
    .container {
        max-width: 2550px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    section.what_think {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .hero_item {
        height: 510px;
    }

    .cover_area {
        height: 400px;
    }

    body.home .career {
        padding: 4rem 0;
    }

    .think_slider,
    .contact_area {
        margin-bottom: 30px;
    }

    .case_studi_item {
        margin: 20px 0;
    }

    .social_area {
        padding-top: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .aprc_left {
        max-width: none;
    }

    .atc_link {
        top: unset;
        bottom: 0;
        margin-top: 0;
        max-width: 33.3333333333%;
        padding-right: 1rem;
    }

    section.ceo_area {
        padding-top: 50px;
    }

    section.case_studi {
        min-height: 850px;
    }

    section.case_studi .sec_title {
        margin-bottom: 30px;
    }

    section.case_studi .cs_btn,
    section.case_studi #pills-tabContent {
        margin-top: -20px;
    }

    section.case_studi .cs_btn a {
        margin-top: 0;
    }

    body.home section.what_do .sec_title :is(h1, h2) {
        margin-top: 30px;
    }

    .think_slider .border_card img {
        height: 300px;
        object-fit: cover;
    }

    section.what_think {
        margin-bottom: 50px;
    }

    section.career {
        padding: 4rem 0;
    }

    .services-landing__main-service:first-child .sec_title :is(h1, h2) {
        margin-top: 30px;
    }

    .contact_area {
        margin-bottom: 40px;
    }

    section.approach .row {
        padding-bottom: 0;
    }

    section.approach .row > :first-child {
        margin-bottom: 1rem;
    }

    .cs_solid_slider {
        margin-bottom: 50px;
    }

    section.what_think {
        margin-bottom: 20px;
    }

    body.case-studies .sec_title :is(h1, h2) {
        margin-top: 30px;
    }

    .Consulting_Projects {
        margin: 60px 0 30px;
    }

    body.single-case-study .mt-6 {
        margin-top: 1rem !important;
    }

    body.industries #industry {
        padding-top: 0;
    }

    body.industries .what_do {
        padding-top: 0;
    }

    .help_blk {
        margin-bottom: 30px;
    }

    section.industry_mtv .mtv_blk img {
        max-height: 300px;
    }

    body.single-sector #studies {
        padding-top: 2rem;
    }

    body.insights .Metaverse-Article .mtv_img img {
        /* height: clamp(500px, 55vh, 700px); */
        object-fit: cover;
    }

    .insights-grid-section {
        margin-bottom: 50px;
    }

    body.insights .mtv_blk,
    .Metaverse-Article {
        margin-bottom: 25px;
    }

    .r_atc_vlk img {
        height: 300px;
        object-fit: cover;
    }

    .Related_Articles {
        padding-bottom: 50px;
        margin-bottom: 25px;
    }

    body.single-insight .contact_area {
        margin-bottom: 20px;
    }

    .cover_area {
        height: 400px;
    }

    body.about-us .social_area,
    body.careers .social_area {
        padding-top: 1rem;
    }

    body.about-us section.career_area .row,
    body.careers section.career_area .row {
        margin-top: 30px !important;
    }

    body.careers .section-apply-now,
    body.careers section.career_area .row,
    body.about-us section.career_area .row {
        margin-bottom: 2rem;
    }

    body.about-us #About {
        margin-top: 4rem !important;
    }

    body.single-industry #clients,
    body.single-industry #Sectors {
        padding-top: 2rem;
    }
}

/* Sonar ring animation */
@keyframes pulse {
    0% {
        /* box-shadow: 0 0 0 4px white; */
        /* opacity: 0; */
        transform: scale(1);
        opacity: 1;
    }
    50% {
        /* box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.66); */
        /* opacity: 1; */
    }
    85% {
        /* box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.33); */
    }
    100% {
        /* box-shadow: 0 0 0 1px rgba(255, 255, 255, 0); */
        transform: scale(4);
        opacity: 0;
    }
}

/* Contact form submit button styling */

#contactSubmitBtn {
    background-color: #FF2D01;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
}

#contactSubmitBtn:hover {
    background-color: #FF7F65;
    transform: translateY(-1px);
}

#contactSubmitBtn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}
