@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1800px) {
  .menu-scrolled .header-menu li.mega-menu-parent::before {
    height: 25px;
  }
}

@media screen and (max-width: 1700px) {
  :root {
    --gap-80: 6rem;
  }

  .secure_assessment_content {
    width: 45%;
  }

  .footer_main {
    gap: 4rem;
  }

  .footer_content_otr {
    padding-top: 4rem;
    gap: 4rem;
  }
}

@media screen and (max-width: 1600px) {
  .footer_main {
    gap: 3rem;
  }

  .footer_content_otr {
    padding-top: 3rem;
    gap: 3rem;
  }

  .footer_menu_main {
    gap: 5rem;
  }

  .contact_popup_main {
    max-width: 120rem;
  }

  .contact_popup_left {
    flex: 1;
  }
  /* Gallery Page */
  .blog_detail_banner {
    padding-bottom: 12rem;
  }
  /* Services Page Responsive */
  .cmn_bg_banner:before,
  .cmn_bg_banner:after {
    width: 700px;
    height: 400px;
  }
}

@media screen and (max-width: 1440px) {
  :root {
    --pad-120: 10rem;
    --pad-30: 2.4rem;
    --gap-120: 10rem;
  }

  .footer_menu_otr {
    gap: 5rem;
  }

  .testimonials_box {
    gap: 3rem;
  }

  .test_development_btm {
    gap: 2.4rem;
  }

  .human_capital_right,
  .our_approch_main {
    gap: var(--gap-30);
  }

  .menu-scrolled .header-menu li.mega-menu-parent::before {
    height: 27px;
    bottom: 0;
  }
  /* About Page */
  .carousel-viewport.exactly-three .carousel-track {
    gap: 4rem;
    grid-template-columns: 45% auto auto;
  }
  .about_our_approch_btm {
    top: -36rem;
  }
  .banner-section {
    padding: 10rem 0 36rem !important;
  }
  /* Career Page */
  .single_card p label,
  .popup_contact_link .footer_menu_content p a,.enquiry_left_content .footer_menu_content p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1300px) {
  :root {
    --pad-120: 8rem;
    --pad-100: 8rem;
    --gap-120: 8rem;
  }

  .footer {
    position: relative;
  }

  .body_content_start {
    margin: 0 !important;
  }

  .our_approch_img_title_op {
    max-height: 50rem;
  }

  .our_approch_btm .our_approch_img_box.active {
    flex: 6;
  }

  .our_approch_img_title_op {
    max-height: 50rem;
  }

  .our_approch_btm .our_approch_img_box.active {
    flex: 6;
  }

  .card_title .title_h4 {
    font-size: 2rem;
  }

  .card_img_text {
    min-height: 25rem;
  }

  .card_img {
    border-radius: var(--bor-24);
  }

  .card_icon {
    padding: 1rem;
    border-radius: 1rem;
  }

  .header_right,
  .header_main {
    gap: 3rem;
  }

  .header_logo a {
    width: 11rem;
  }

  .header_logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  a.btn {
    padding: 12px 24px;
  }

  .header-menu li.mega-menu-parent::before {
    height: 35px;
    bottom: 0;
  }
  .hero_banner::before {
    height: 500px;
  }
  .mega_menu_main {
    width: 95%;
  }

  .news_letter_otr {
    gap: var(--gap-24);
  }

  .newsletter_form {
    width: 45%;
  }

  /* Career Page */
  .enquiry_right {
    width: 54%;
  }

  /* About Page */
  .our_team_content {
    padding: 2rem;
  }
  .banner-section {
    padding: 8rem 0 32rem !important;
  }
  .about_our_approch_btm {
    top: -30rem;
  }
  .carousel-viewport {
    padding: 6rem 0;
  }
  .mission-vision-section {
    padding: 38rem 0 var(--pad-120);
  }
  /* Media Preference */
  .press_card_main {
    gap: var(--gap-30);
  }

  .press_card.cmn_bg_pad {
    border-radius: var(--bor-20);
  }

  .logo-grid-row {
    gap: var(--gap-30);
  }

  .logo-item {
    width: calc((100% - (4 * 3rem)) / 5);
  }
  /* Gallery Page */
  .blog_detail_banner {
    padding-bottom: 16rem;
  }
  /* Services Page Responsive */
  .cmn_bg_banner:before,
  .cmn_bg_banner:after {
    width: 580px;
    height: 330px;
  }

  /* Six Circle */

  .round_circle_btm.six_circle_otr {
    flex-wrap: wrap;
    gap: unset;
    max-width: 60%;
  }

  .six_circle_otr .round_circle_card:not(:first-child) {
    margin-left: unset;
  }

  .six_circle_otr .round_circle_card {
    flex: 1 1 calc(46% + 25px);
    margin: unset;
  }

  .six_circle_otr .round_circle_card:nth-child(2),
  .six_circle_otr .round_circle_card:nth-child(4),
  .six_circle_otr .round_circle_card:nth-child(6) {
    margin-left: -4.2rem;
  }

  .six_circle_otr .round_circle_card:nth-child(3),
  .six_circle_otr .round_circle_card:nth-child(4),
  .six_circle_otr .round_circle_card:nth-child(5),
  .six_circle_otr .round_circle_card:nth-child(6) {
    margin-top: -5rem;
  }

  .six_circle_otr .round_circle_card .title_h4 {
    max-width: 80%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --gap-50: 4rem;
  }
  .header_nav .header-menu {
    gap: 1.8rem;
  }

  .container {
    padding: 0 3rem;
  }

  .human_capital_main {
    gap: var(--gap-30);
  }

  .human_capital_right {
    gap: var(--gap-24);
  }

  .card_img_text {
    min-height: 22rem;
  }

  .secure_assessment_main {
    flex-direction: column;
    gap: var(--gap-50);
  }

  .secure_assessment_content {
    width: 100%;
  }

  .secure_assessment_video {
    position: relative;
    inset: unset !important;
    width: 100% !important;
    height: 100% !important;
    transform: unset;
  }

  .news_letter_otr {
    gap: var(--gap-24);
  }

  .newsletter_form {
    width: 48%;
  }

  .mega_menu_left {
    width: 65%;
  }

  .social_brand_swiper:before,
  .social_brand_swiper:after {
    width: 7%;
  }

  .card_img_text {
    padding: 1.6rem;
  }

  .secure_assessment_video video {
    border-radius: var(--bor-24);
  }

  .blog_box_main .swiper-wrapper,
  .test_development_btm {
    gap: var(--gap-30);
  }

  .secure_assessment_container {
    padding-right: 3rem;
  }

  .test_development_box {
    padding: 0;
  }

  .saq_tools_main {
    gap: var(--gap-50);
  }

  .saq_tools_title {
    width: 50%;
  }

  .blog_home_image,
  .blog_home_content,
  .blog_home_image img {
    border-radius: 0;
  }

  .blog_home_card a {
    border-radius: var(--bor-16);
    overflow: hidden;
  }

  .cmn_bg_pad {
    padding: var(--pad-24);
  }

  .footer_menu_otr {
    flex-direction: column;
  }

  .newsletter-form p .wpcf7-submit {
    padding: 1.2rem 2.4rem;
  }

  .contact_popup_right {
    width: 100%;
  }

  .contact_popup_content_ {
    flex-direction: column;
  }

  .contact_popup_image {
    display: none;
  }

  .contact_popup_main {
    max-width: 90rem;
    padding: 3rem;
  }

  /* About Page */
  .banner-section {
    padding: 8rem 0 28rem !important;
  }

  .mission-vision-section {
    padding: 32rem 0 8rem;
  }
  .carousel-viewport.exactly-three .carousel-track {
    gap: 3rem;
  }
  .about_our_approch_btm {
    top: -28rem;
    left: 3rem;
    right: 3rem;
  }
  .our_team_members_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .mission-card-box {
    padding: 3rem;
  }

  /* Gallery Page */
  .gallery-card-image {
    padding-top: 90%;
  }

  .gallery-main-wrapper {
    gap: 4rem;
  }

  .case_studies_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .case_studies_card_top .title_h5 {
    font-size: 1.8rem;
    font-weight: 600;
  }

  /* Client Info */
  .client_left_logo,
  .client_right_logo {
    width: 22%;
  }
  /* Services Page Responsive */
  .round_circle_card {
    padding: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --gap-80: 4.5rem;
  }

  /************** MOBILE MENU **************/

  /* Mobile icon */
  .mobileIcon {
    height: 48px;
    width: 48px;
    display: flex;
    cursor: pointer;
    z-index: 100000;
    position: relative;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 100px;
    border: 1px solid var(--black);
  }

  .mobileIcon span,
  .mobileIcon span::before,
  .mobileIcon span::after {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--black);
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 16px;
  }

  .mobileIcon span::before {
    transform: translateY(-6px);
  }

  .mobileIcon span::after {
    transform: translateY(6px);
  }

  /* Icon open */
  .menu-open .mobileIcon {
    background: transparent;
  }

  .menu-open .mobileIcon span {
    background: transparent;
    width: 24px;
    border-radius: 0;
  }

  .menu-open .mobileIcon span::before {
    transform: rotate(45deg);
    background: var(--black);
    width: 24px;
    border-radius: 0;
  }

  .menu-open .mobileIcon span::after {
    transform: rotate(-45deg);
    background: var(--black);
    width: 24px;
    border-radius: 0;
  }

  /* Fullscreen menu panel (RIGHT → LEFT) */
  .header_right {
    position: fixed;
    inset: 0;
    height: 100vh;
    z-index: 99999;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    padding: 70px 30px;
    background: var(--bg-color);
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: start;
    overflow-y: auto;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
    max-height:100dvh
  }
  .header-menu .submenu-relative {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .header-menu .submenu-relative > p {
    width: 20px !important;
    height: 54px !important;
  }

  .header-menu .submenu-relative .sub-menu li a {
    border: none;
    padding: 0;
    font-size: 1.8rem;
  }
  .header-menu .submenu-relative .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    width: 100%;
    max-width: unset;
    padding: 0;
    border-radius: 0;
    display: none;
    transition: none;
    background: transparent;
  }
  .header-menu li:hover .sub-menu {
    transform: unset;
  }
  .header-menu .submenu-relative.active .sub-menu {
    display: flex;
  }

  .header_menu .menu {
    align-items: flex-start;
  }

  .menu-open .header_right {
    transform: translateX(0);
  }

  /* Menu list */
  .header_menu ul.menu {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .header_menu {
    width: 100%;
    overflow:hidden;
  }

  .header_menu .header_nav {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 5px;
    }

  .header_nav .header-menu {
    width: 100%;
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }

  .header-menu .menu-item-has-children {
    width: 100%;
    justify-content: space-between;
  }

  .header-menu li.mega-menu-parent::before {
    content: none;
  }

  .header-menu .menu-item-has-children > p {
    background-position: right;
    height: 100%;
    background-size: contain;
    position: absolute;
    width: 100%;
    background-size: auto;
    z-index: 1;
    top: 0;
    right: 0;
  }

  .header_nav .header-menu li a {
    display: flex;
    width: 100%;
    position: relative;
    padding: 1rem 0;
    font-size: 2.2rem;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
  }

  .header_nav .header-menu li {
    position: relative;
  }

  .header_menu li > a:hover {
    -webkit-text-stroke: unset;
  }

  .mega_menu_main {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-color);
    z-index: 2;
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
  }

 .menu-item-has-children.active .mega_menu_main {
        transform: translateX(0);
        pointer-events: auto;
        border-radius: unset;
        flex-direction: column;
        gap: 4rem;
        align-items: flex-start;
        justify-content: center;
    }

  .mega_menu_back {
    /* position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 10; */
    border: 0;
    background: transparent;
    font-size: 2rem;
    cursor: pointer;
    color: var(--black);
  }

  .menu-open .header_mega_menu_top {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

  .mobile_close_icon {
    height: 48px;
    width: 48px;
    display: flex;
    cursor: pointer;
    z-index: 100000;
    position: relative;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 100px;
    border: 1px solid var(--black);
  }

  .mobile_close_icon span {
    background: transparent;
    width: 24px;
    border-radius: 0;
  }

  .mobile_close_icon span::after,
  .mobile_close_icon span::before,
  .mobile_close_icon span {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--black);
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 16px;
  }

  .mobile_close_icon span::before {
    transform: rotate(45deg);
    background: var(--black);
    width: 24px;
    border-radius: 0;
  }

  .mobile_close_icon span::after {
    transform: rotate(-45deg);
    background: var(--black);
    width: 24px;
    border-radius: 0;
  }

  .mobile_close_icon span {
    background: transparent;
    width: 24px;
    border-radius: 0;
  }

  .menu-open .header_logo,
  .menu-open .mobileIcon {
    z-index: -1 !important;
  }

  .menu-open .header_logo.heade_mobile_logo {
    display: flex;
  }

    .mega_menu_wrapper {
        align-items: stretch;
        margin: auto 0 auto;
        overflow: hidden;
    }
  .mega_menu_left {
      height: 100%;
      overflow-y: auto;
  }

  .mega_menu_right_image {
    position: relative;
  }

  /* Stop background scroll */
  .menu-open {
    overflow: hidden;
    height: 100vh;
  }

  .header_logo {
    z-index: 2;
  }

  /* Home Page */
  .hero_banner::before {
    height: 400px;
  }
  .human_capital_main,
  .press_release_main {
    flex-direction: column;
  }

  .cmn_content_top,
  .our_approch_title {
    text-align: center;
  }

  .secure_assessment_title,
  .saq_tools_title .cmn_content_top {
    text-align: unset;
  }

  .human_capital_left {
    width: 100%;
    gap: 2rem;
  }

  .press_release_slider_otr {
    width: 100%;
  }

  .press_release_btn,
  .press_logo_slider_wrap > .press_logo_nav {
    display: none;
  }

  .secure_assessment_box_otr {
    margin: 0;
  }

  .press_logo_swiper {
    max-width: unset;
  }

  .press_releases_btn_otr,
  .press_logo_nav_otr {
    display: flex !important;
  }

  .press_logo_nav_otr {
    margin-top: 1.4rem;
    width: max-content;
  }

  .card_img_text {
    min-height: 30rem;
  }

  .footer {
    padding: 6.5rem 0 1.6rem;
  }

  /* About Page */
  .mission-vision-section {
    padding: 36rem 0 8rem;
  }
  .banner-section .container {
    padding: 0;
  }
  .about_our_approch_btm {
    left: 0;
    right: 0;
  }
  .about_banner_content {
    padding: 0 3rem;
  }
  .carousel-slide img {
    max-height: 45rem;
  }
  .team-popup-inner {
    padding: 3rem 2rem 3rem 3rem;
  }

  .carousel-track {
    gap: 3rem;
  }

  /* Career Page */
  .enquiry_main {
    flex-direction: column;
  }

  .enquiry_right {
    width: 100%;
    padding: 2rem;
  }

  /* Gallery Page */
  .gallery-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-item {
    width: calc((100% - (3 * 3rem)) / 4);
  }

  /* Client Info */
  .client_banner .cmn_content_otr {
    gap: 2rem;
  }

  .client_left_logo,
  .client_right_logo {
    gap: 3rem;
  }
  /* Blog Page */
  .page-numbers-group .page-num,
  .page-numbers-group .dots {
    width: 5.4rem;
    height: 5.4rem;
  }
  .ajax-pagination-wrapper .pag-btn {
    padding: 1.2rem 2.6rem;
  }
  .ajax-pagination-wrapper .prev-btn {
    padding: 1.2rem 2.6rem 1.2rem 1.6rem;
  }
  /* Services Page Responsive */
  :root {
    --gap-50: 3rem;
  }

  .cmn_bg_banner:before,
  .cmn_bg_banner:after {
    width: 500px;
    height: 300px;
  }

  .cmn_image_only,
  .cmn_content_width,
  .assessment_accordion_otr .cmn_content_width {
    width: 100%;
  }

  .cmn_content_width_main,
  .cmn_image_description_main,
  .left_image_content .cmn_image_description_main,
  .cmn_repeater_otr
    .cmn_image_description_otr:nth-child(even)
    .cmn_image_description_main,
  .right_cmn_image_main .cmn_image_description_main {
    flex-direction: column;
  }

  .cmn_content_otr {
    align-items: center;
  }

  /* Accordion */

  .assessment_accordion_otr {
    display: flex;
  }

  .assessment_accordion_left {
    width: 100%;
  }

  .assessment_accordion_right {
    display: none;
  }

  .assessment_accordion_card {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .assessment_accordion_title {
    padding: unset;
  }

  .assessment_accordion_image {
    position: relative;
    inset: auto;
    margin-top: 2rem;
    height: auto;
  }

  .assessment_accordion_card svg {
    position: absolute;
    top: 3.2rem;
    right: 2rem;
  }

  .leadership_card_otr {
    gap: var(--gap-30);
  }

  .leadership_card_otr.stack_layout {
    gap: var(--gap-30);
  }

  /* Round Circle for 4 circle */

  .round_circle_btm {
    flex-wrap: wrap;
    gap: unset;
    max-width: 80%;
  }

  .round_circle_card:not(:first-child) {
    margin-left: unset;
  }

  .round_circle_card {
    flex: 1 1 calc(46% + 25px);
    margin: unset;
  }

  .round_circle_card:nth-child(2),
  .round_circle_card:nth-child(4),
  .round_circle_card:nth-child(6) {
    margin-left: -4.2rem;
  }

  .round_circle_card:nth-child(3),
  .round_circle_card:nth-child(4),
  .round_circle_card:nth-child(5),
  .round_circle_card:nth-child(6) {
    margin-top: -5rem;
  }

  .round_circle_card .title_h4 {
    max-width: 80%;
    margin: 0px auto;
  }

  /* Five Circle */

  .five_circle_otr .round_circle_card {
    margin: unset;
  }

  .five_circle_otr .round_circle_card {
    flex: 1 1 calc(31% + 15px);
  }

  .five_circle_otr .round_circle_card:nth-child(2),
  .five_circle_otr .round_circle_card:nth-child(3) {
    margin-left: -4rem;
  }

  .five_circle_otr .round_circle_card:nth-child(5),
  .five_circle_otr .round_circle_card:nth-child(4) {
    margin-top: -9rem;
    z-index: 7;
    width: 36.5%;
    flex: unset;
    margin-left: auto;
  }

  .five_circle_otr .round_circle_card:nth-child(5) {
    margin-right: auto;
    margin-left: -4rem;
    z-index: 6;
  }

  .voluntary_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


body.menu-scrolled.menu-open .header_right.right_menu {
        padding: 10px 20px 40px 20px;
    }

.back_menu_open .mobile_close_icon {
    display: none;
}

}

@media screen and (max-width: 900px) {
  :root {
    --gap-80: 3rem;
    --pad-50: 3rem;
  }

  /* Mega Menu */
  .mega_menu_right {
    display: none;
  }


  .mega_menu_left {
        width: 100%;
        padding-right: 5px;
    }

  .menu-item-has-children.active .mega_menu_main {
        overflow: hidden;

    }

  .mega_menu_wrapper {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
    }

  .mega_menu_wrapper {
    align-items: flex-start;
  }
  /* Home Page */
  .test_development_btm,
  .blog_box_main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .saq_tools_main.full_content_main {
    flex-direction: column;
  }

  .saq_tools_title,
  .press_release_slider_otr {
    width: 100%;
  }

  .saq_tools_image {
    padding-top: 85%;
    width: 100%;
  }

  .saq_tools_image:after {
    background: linear-gradient(
      0deg,
      rgba(24, 24, 24, 0) 0%,
      rgba(24, 24, 24, 0) 50%,
      #181818 100%
    );
  }

  .saq_tools_container {
    padding-left: 0 !important;
  }

  .saq_tools_title {
    padding: 5rem 3rem 2rem;
  }

  /* Footer */
  .newsletter-form {
    gap: 1.6rem;
    padding: 12px 12px 12px 18px;
  }

  .newsletter-form p label input {
    font-size: 1.4rem !important;
    width: 100%;
  }

  .newsletter_form {
    width: 51%;
  }

  .newsletter-form p .wpcf7-submit {
    font-size: 1.6rem !important;
  }

  .press_release_slider_otr {
    min-height: 450px;
  }

  /* Contact Popup */
  .contact_popup_main {
    max-width: 60rem;
    border-radius: var(--bor-16);
  }

  .social_link_icon a,
  .popup_contact_link .footer_menu_icon {
    width: 3.4rem;
    height: 3.4rem;
  }

  /* HOme blog slider */

  .blog_box_main.swiper {
    display: flex;
    width: 100%;
  }

  .blog_box_main .swiper-wrapper {
    display: flex !important;
    gap: unset !important;
  }

  .blog_slider_pag.testimonial_slider_pag {
    display: flex;
  }

  .press_release_slider_otr {
    min-height: 450px;
  }

  /* About Page */

  .mission-vision-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .carousel-slide img {
    border-radius: 1.6rem;
  }
  .carousel-viewport {
    padding: 6rem 0;
  }
  .our_team_members_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .mission-card-box {
    padding: 2rem;
  }

  .carousel-slide img {
    max-height: 400px;
  }

  .mission-vision-content {
    grid-template-columns: repeat(1, 1fr);
  }

  /* Gallery Page */
  .gallery-main-wrapper {
    gap: 3rem;
  }

  .gallery-card {
    padding: 2rem;
    gap: 1.6rem;
    border-radius: var(--bor-16);
  }

  .gallery-card-image img {
    border-radius: var(--bor-12);
  }

  .press_card_main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case_studies_card {
    border-radius: 1.6rem;
  }

  .case_studies_wrapper {
    gap: var(--gap-30);
  }

  /* Client Info */
  .client_banner .cmn_content_otr {
    flex-direction: column;
  }

  .client_left_logo,
  .client_right_logo {
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
  }

  .client_left_logo .client_banner_logo:first-child,
  .client_left_logo .client_banner_logo:last-child {
    margin: auto 0 0 0;
  }

  .client_left_logo .client_banner_logo:first-child,
  .client_right_logo .client_banner_logo:last-child {
    transform: rotate(-16deg);
  }

  .client_left_logo .client_banner_logo:last-child,
  .client_right_logo .client_banner_logo:first-child {
    transform: rotate(16deg);
  }

  .client_left_logo .client_banner_logo:not(:first-child):not(:last-child) {
    margin-bottom: 2rem;
  }

  .client_right_logo .client_banner_logo:not(:first-child):not(:last-child) {
    margin: 2rem 0 0 0;
  }
  /* Blog Page */
  .blog_page_main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  /* Services Page Responsive */
  .assessment_card_otr,
  .campus_hiking_section .assessment_card_otr,
  .three_image_integrity .nurturing_main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .leadership_card,
  .leadership_two_col .leadership_card,
  .flex_assessment_card .assessment_card {
    flex: 1 1 calc(50.333% - 44px);
  }

  .stack_layout .leadership_card:nth-child(2),
  .stack_layout .leadership_card:nth-child(3) {
    margin-top: 0;
  }

  .cmn_join_letter .join_news_letter_left {
    width: 100%;
    max-width: 100%;
  }

  .round_circle_btm.six_circle_otr {
    max-width: 80%;
  }
	.team_popup_content_right .title_h3 span {
    font-size: 20px;
}
	.our_team_content .title_h5 span {
	font-size: 14px;
}
}

@media screen and (max-width: 767px) {
  :root {
    --pad-100: 6.5rem;
    --pad-120: 6.5rem;
    --gap-40: 3rem;
    --bor-30: 2.4rem;
    --pad-50: 3rem;
    --pad-24: 1.6rem;
    --gap-120: 6.5rem;
    --gap-50: 3rem;
  }

  .container {
    padding: 0 2rem;
  }

  .header_notice_main p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
  }

  .hero_banner_top {
    gap: 1.6rem;
  }

  .hero_banner_otr {
    padding: 2.6rem 1.6rem 1.6rem 1.6rem;
  }

  .card_img_text {
    min-height: 24rem;
  }

  .card_icon {
    padding: 0.7rem;
    border-radius: 1rem;
  }

  .join_news_letter_main {
    gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  a.btn,
  .press_releases_btn_otr {
    width: 100%;
  }

  .join_news_letter_btn {
    width: 80%;
  }

  .our_approch_btm {
    flex-direction: column;
  }

  .news_letter_otr {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--bor-16);
  }

  .footer_menu_main {
    flex-direction: column;
    display: flex;
    gap: 0;
  }

  .footer_contact_menu {
    width: 100% !important;
  }

  .footer_privacy_otr,
  .footer_copyright_otr {
    flex-direction: column;
    gap: 1.6rem;
  }

  .footer {
    padding: 5rem 0 1.6rem;
  }

  .footer_menu_otr {
    gap: 2.4rem;
  }

  .newsletter_form {
    width: 100%;
  }

  .our_approch_img_title {
    visibility: visible;
    opacity: 1;
    transform: unset;
  }

  .our_approch_img_title_op {
    visibility: hidden !important;
  }

  .our_approch_img_title_op {
    height: unset;
    max-height: 80px;
  }

  .our_approch_btm .our_approch_img_box.active .our_approch_img_title_op {
    max-height: 380px;
    height: 100%;
  }

  .press_logo_slide {
    width: 65px !important;
    height: 65px !important;
  }

  .secure_assessment_video {
    padding-top: 70%;
  }

  .secure_assessment_video video {
    position: absolute;
    inset: 0;
  }

  .double_card {
    flex-direction: column;
  }

  .newsletter_form .wpcf7-form.invalid {
    border-radius: 1.6rem;
  }

  .newsletter-form p:first-child {
    width: 100%;
  }

  .newsletter-form p:last-child {
    width: 100%;
  }

  .newsletter-form p label {
    border-bottom: 1px solid var(--black);
  }

  .newsletter-form p label input {
    padding-bottom: 1rem;
  }

  .newsletter-form p span {
    width: 100%;
  }

  .footer_contact_menu .footer_menu_links {
    display: flex !important;
  }

  .footer_menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    gap: unset;
  }

  .footer_menu_links ul {
    padding-top: 8px;
  }

  .footer_menu.footer_contact_menu {
    gap: 1.6rem;
  }

  .footer_menu:first-child {
    padding-top: 0;
  }

  .footer_menu .title_h5 {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding-right: 3rem;
  }

  /* PLUS ICON */
  .footer_menu .title_h5::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    font-size: 2.5rem;
  }

  .footer_menu.active .title_h5::after {
    content: "-";
  }

  .footer_menu_links {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    overflow: hidden;
    align-items: stretch !important;
  }

  .footer_menu.active .footer_menu_links {
    grid-template-rows: 1fr;
  }

  .footer_menu_links > * {
    min-height: 0;
  }

  .footer_menu.footer_contact_menu .title_h5::after {
    display: none;
  }

  .footer_contact_menu {
    width: 100% !important;
    position: unset !important;
    padding: 0 !important;
    max-width: unset;
    border: none !important;
  }

  .footer_contact_menu .footer_menu_links {
    grid-template-rows: 1fr !important;
  }
  .our_approch_btm {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .our_approch_img_box {
    flex: none !important;
    height: 90px;
    min-height: 90px;
    overflow: hidden;
    transition:
      height 0.6s ease,
      min-height 0.6s ease;
  }

  .our_approch_img_box.active {
    height: 380px;
    min-height: 380px;
  }

  .our_approch_img_content,
  .our_approch_img,
  .our_approch_img img {
    height: 100%;
  }

  .our_approch_img_title_op {
    max-height: 90px;
  }

  .our_approch_img_box.active .our_approch_img_title_op {
    max-height: 0;
  }

  /* .about_banner_swiper .swiper-wrapper {
    align-items: center;
  }

  .about_slider_disabled .swiper-wrapper {
    justify-content: center;
    transform: none !important;
  }

  .about_slider_disabled .about_banner_slide {
    margin-right: 0 !important;
  } */
  /* About Page */

  .mission-card-content .title_h3 {
    font-size: 2.4rem;
  }

  .mission-card-description p {
    font-size: 1.6rem;
  }
  .banner-section {
    padding: 6.5rem 0 26rem !important;
  }
  .mission-vision-section {
    padding: 34rem 0 8rem;
  }
  .about_banner_content {
    padding: 0 2rem;
  }

  .team_popup_content {
    flex-direction: column;
    align-items: center;
  }

  .carousel-viewport.exactly-three .carousel-track,
  .carousel-track {
    gap: 1.8rem;
  }

  .carousel-slide.active-slide img {
    transform: translateY(39px);
  }

  /* Career Page */
  .popup_contact_link .footer_menu_links {
    display: flex;
    align-items: center !important;
  }

  .contact_popup_title_otr,
  .enquiry_title {
    gap: var(--gap-16);
  }

  /* Gallery Page */
  .gallery-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-popup-inner {
    padding: 2rem;
    height: 70%;
  }

  .logo-grid-row {
    gap: 2.4rem;
  }

  .logo-item {
    width: calc((100% - (2 * 2.4rem)) / 3);
  }

  /* Client Info */
  .client_banner_logo {
    width: 12rem;
    height: 8rem;
  }

  .client_banner_logo img {
    height: 100%;
  }

  .client_banner {
    padding: 5rem 0;
  }
  /* Blogs Details Page */
  .cmn_desc_formate h2,
  .cmn_desc_formate h3 {
    padding: 0.8rem 0 2rem;
  }
  .cmn_desc_formate h3 {
    font-size: 2.4rem;
  }
  .cmn_desc_formate th,
  .cmn_desc_formate td {
    padding: 1.4rem;
  }
  .cmn_desc_formate .blogs_tables {
    border-radius: 0.8rem;
  }
  .cmn_desc_formate li {
    padding-left: 1.6rem;
  }
  /* Services Page Responsive */
  :root {
    --bor-24: 1.6rem;
  }

  .cmn_bg_banner:before,
  .cmn_bg_banner:after {
    width: 400px;
    height: 220px;
  }

  .assessment_accordion_card {
    padding: 2rem;
  }

  .cmn_bg_banner:after {
    right: -70px;
  }

  .cmn_bg_banner:before {
    left: -24%;
    bottom: -4%;
  }

  .round_circle_btm {
    max-width: 100%;
  }
	.newsletter_form .wpcf7-form.sent {border-radius: 15px;}

  .trainning_round p.title_h3 br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  /* Mega Menu */
  .mega_menu_left {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--gap-16);
  }

  .cmn_content_top .title_h1 {
    font-size: 3.6rem;
  }
  .human_capital_right,
  .test_development_btm,
  .secure_assessment_box_otr {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .human_capital_right {
    gap: 1.6rem;
  }

  .card_img_text {
    min-height: 35.3rem;
  }

  .join_news_letter_btn {
    width: 100%;
  }

  .cmn_press_btn,
  .testimonial_slider_pag .cmn_nav_aero {
    width: 50px;
    height: 50px;
    padding: 1.3rem;
  }

  .single_card p label {
    font-size: 1.6rem;
  }

  .single_card p label iframe {
    width: 100%;
  }

  .contact_popup_main {
    padding: 2rem;
  }
  .hero_banner::before {
    height: 300px;
    top: calc(70% - 100px);
  }
/*   .press_release_slider_otr {
    min-height: unset;
  } */
	
	.press_release_slider_otr {
        min-height: 410px;
    }
	
  /* About Page */

  .carousel-track {
    gap: 2rem;
  }
  .about_our_approch_btm {
    top: -25rem;
  }
  .banner-section {
    padding: 5rem 0 24rem !important;
  }
  .about_banner_content {
    gap: 0.8rem;
  }

  .team-popup-image {
    width: 50%;
  }
  .mission-vision-section {
    padding: 26rem 0 6.5rem;
  }
  .team-popup-inner {
    padding: 2rem;
    height: 65%;
  }

  .carousel-slide img {
    max-height: 35rem;
  }

  .our_approch_img_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: unset;
  }

  .our_approch_img_box.active .our_approch_img_title {
    border-top: 1px solid rgb(255 255 255 / 10%);
    bottom: 0;
    transform: unset;
    top: unset;
  }

  .press_card_main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .press_card.cmn_bg_pad {
    border-radius: 1.6rem;
  }

  .case_studies_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .case_studies_card_top {
    padding: 1.6rem;
  }

  .our_team_members_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .case_study_detail_main .case_study_row h4,
  .case_study_detail_main p:not(:last-child) {
    padding-bottom: 1rem;
  }

  .case_study_detail_main {
    gap: 1.6rem;
  }

  .custom-table th,
  .custom-table td {
    padding: 1.4rem;
  }

  .case_study_detail_main img {
    margin: 0;
  }

  .logo-item {
    width: calc((100% - (1 * 2.4rem)) / 2);
  }

  .logo-inner {
    border-radius: 1.2rem;
    padding: 2rem;
  }

  /* Client Info */
  .client_left_logo,
  .client_right_logo {
    width: 100%;
  }
  .gallery-popup-inner {
    height: 60%;
  }
  .gallery-popup-inner {
    padding: 1.6rem;
    gap: 1.6rem;
    border-radius: 1.6rem;
  }

  /* Blog Page */
  .blog_page_main {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 2.4rem;
  }

  /* Blogs Details Page */
  .cmn_desc_formate p {
    padding-bottom: 1.2rem;
  }
  .cmn_desc_formate h2,
  .cmn_desc_formate h3 {
    padding: 0.8rem 0 1.2rem;
  }
  .page-numbers-group .page-num,
  .page-numbers-group .dots {
    width: 4.8rem;
    height: 4.8rem;
  }
  .pag-btn span {
    display: none;
  }

  .ajax-pagination-wrapper .prev-btn,
  .ajax-pagination-wrapper .pag-btn {
    width: 4.8rem;
    height: 4.8rem;
    padding: 1.2rem;
  }

  .blog_detail_content_main {
    gap: 2.2rem;
    margin-top: -130px;
  }
  /* Error Page  */
  .error_otr_div .error_img {
    max-width: 100%;
  }
  /* Services Page Responsive */
  :root {
    --bor-16: 1.2rem;
    --gap-24: 1.6rem;
  }

  .cmn_bg_banner:before {
    width: 540px;
    height: 284px;
    background: linear-gradient(90deg, #47aac5 0%, #f9a61a 100%);
    filter: blur(75px);
    transform: rotate(30deg);
    left: -70%;
    top: 110px;
  }

  .cmn_bg_banner:after {
    left: 40%;
    top: unset;
    background: linear-gradient(90deg, #47aac5 0%, #f9a61a 100%);
    opacity: 0.3;
    filter: blur(75px);
    transform: matrix(-0.87, 0.5, 0.5, 0.87, 0, 0);
    width: 468px;
    height: 247px;
    bottom: -150px;
    right: unset;
  }

  .assessment_card_otr,
  .campus_hiking_section .assessment_card_otr,
  .assessment_card_otr.two_col_assessment_card,
  .nurturing_section .nurturing_main,
  .three_image_integrity .nurturing_main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .leadership_card .leadership_card_counter {
    width: 40px;
    height: 40px;
  }

  .assessment_image {
    width: 50px;
    height: 50px;
    padding: 11px;
  }

  .leadership_two_col .leadership_card,
  .flex_assessment_card .assessment_card {
    flex: 1 1 calc(100% - 44px);
  }

  .round_circle_btm.six_circle_otr {
    max-width: 100%;
  }

  .round_circle_card,
  .five_circle_otr .round_circle_card,
  .five_circle_otr .round_circle_card:nth-child(5),
  .five_circle_otr .round_circle_card:nth-child(4) {
    flex: 1 1 calc(60% + 25px);
  }

  .five_circle_otr .round_circle_card:nth-child(4) {
    z-index: 2;
  }

  .five_circle_otr .round_circle_card:nth-child(5) {
    z-index: 1;
  }

  .round_circle_card:nth-child(2),
  .round_circle_card:nth-child(4),
  .five_circle_otr .round_circle_card:nth-child(2),
  .five_circle_otr .round_circle_card:nth-child(3),
  .five_circle_otr .round_circle_card:nth-child(5),
  .five_circle_otr .round_circle_card:nth-child(4) {
    margin: unset;
  }

  .round_circle_card:not(:first-child),
  .five_circle_otr .round_circle_card:not(:first-child) {
    margin-top: -5rem;
  }

  .round_circle_btm {
    max-width: 70%;
  }

  .round_circle_card .title_h4 {
    max-width: 90%;
  }

  .five_circle_otr .round_circle_card:nth-child(5),
  .five_circle_otr .round_circle_card:nth-child(4) {
    width: unset;
  }

  .cmn_repeater_otr {
    gap: 5rem;
  }

  .cognitive_ability_round .round_circle_card,
  .five_circle_otr .round_circle_card,
  .round_circle_card {
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .voluntary_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

.team_popup_content_right .title_h3 span {
    font-size: 16px;
}

}

@media screen and (max-width: 479px) {
  :root {
    /* Spacing */
    --pad-100: 5rem;
    --pad-120: 5rem;
    --gap-40: 3rem;
    --gap-120: 3rem;
    --bor-24: 1.6rem;
  }

  .newsletter_form {
    width: 100%;
  }

  /* About Page */
  .about_our_approch_btm {
    top: -20rem;
  }
  .carousel-viewport {
    padding: 5rem 0;
  }
  .banner-section {
    padding: 5rem 0 18rem !important;
  }
  .mission-vision-section {
    padding: 21rem 0 6.5rem;
  }
  .carousel-slide img {
    border-radius: 0.8rem;
  }

  .press_logo_slide {
    width: 52px !important;
    height: 52px !important;
  }

  .card_img_text {
    min-height: 28rem;
  }

  .testimonials_box {
    padding: 2rem;
  }

  .carousel-slide img {
    max-height: 26.3rem;
  }

  .our_approch_img_title {
    padding: 1.5rem 2.4rem;
    margin: 0;
  }

  .secure_assessment_video video {
    border-radius: 1.6rem;
  }

  .saq_tools_title {
    padding: 5rem 2rem 2rem;
  }

  .testimonial_slider_pag {
    gap: 0.8rem;
  }

  .secure_assessment_video {
    padding-top: 91.4%;
  }

  .saq_tools_image {
    padding-top: 89.1%;
  }

  .contact_popup_right form {
    padding: 2rem;
  }

  /* Career Page */
  .enquiry_title {
    gap: 0.8rem;
  }

  .enquiry_right {
    padding: 1.6rem;
    border-radius: var(--bor-16);
  }

  /* Gallery Page */
  .gallery-card {
    padding: 1.6rem;
  }

  .gallery-card-image {
    padding-top: 70.3%;
  }

  .gallery-card-image img {
    border-radius: 0.8rem;
  }

  .gallery-main-wrapper {
    gap: 2rem;
  }
  .gallery-thumb-next,
  .gallery-thumb-prev {
    width: 30px;
    height: 30px;
  }
  /* Client Info */
  .client_left_logo,
  .client_right_logo {
    width: 100%;
    gap: 1.2rem;
    justify-content: space-around;
    align-items: center;
  }
  .client_right_logo .client_banner_logo:not(:first-child):not(:last-child) {
    margin: 3rem 0 0 0;
  }
  .client_banner_logo {
    width: 10rem;
    height: 6rem;
    padding: 1rem;
  }

  .testimonial_container {
    padding: 3rem 2rem 0;
  }
  .blog_detail_image {
    padding-top: 55.224%;
  }
  .cmn_content_top .title_h1 {
    font-size: 2.8rem;
  }

  .header {
    padding: 1.5rem 0;
  }

  .mobileIcon,
  .mobile_close_icon {
    height: 40px;
    width: 40px;
  }

  .join_news_letter_left .title_h2 {
    font-size: 2.3rem;
  }

  .mac_otr span {
    width: 0.8em;
    height: 0.8em;
  }

  .hero_banner_otr {
    padding: 0.8rem 0 0;
    border-radius: 1.6rem;
    overflow: hidden;
    gap: 1.2rem;
  }

  .mac_otr {
    padding-left: 0.5rem;
    gap: 0.6rem;
  }

  .hero_banner_img img {
    border-radius: 0;
  }
  /* Services Page Responsive */
  .cmn_bg_banner:before {
    left: -100%;
  }

  .cmn_bg_banner:after {
    left: 20%;
    right: unset;
  }

  .leadership_card {
    flex: 1 1 calc(100% - 44px);
  }

  .leadership_card_otr {
    gap: var(--gap-24);
  }

  .round_circle_btm {
    max-width: 100%;
  }

  .customer_video_section .video_main {
    aspect-ratio: 16 / 11;
  }

  /* Blog Table */

  .cmn_desc_formate table {
    width: 100%;
    border-collapse: collapse;
  }

  .cmn_desc_formate tr {
    border-bottom: 1px solid rgb(24 24 24 / 6%);
  }

  .cmn_desc_formate th,
  .cmn_desc_formate td {
    padding: 1.6rem 2.4rem;
    text-align: left;
    width: max-content;
    white-space: nowrap;
    font-size: var(--fs-body-sm);
  }

  .cmn_desc_formate tr {
    border-bottom: 1px solid rgb(24 24 24 / 6%);
  }

  .cmn_desc_formate tbody tr:last-child {
    border: none;
  }

  .cmn_desc_formate th {
    background: var(--bg-color);
    font-weight: var(--fw-medium);
  }

  .cmn_desc_formate th:not(:last-child),
  .cmn_desc_formate td:not(:last-child) {
    border-right: 1px solid rgb(24 24 24 / 6%);
  }
  .cmn_desc_formate .blogs_tables {
    overflow-x: auto;
    border: 1px solid rgb(24 24 24 / 6%);
    border-radius: var(--bor-16);
  }

  /* Error Page */
  .error_otr_div {
    display: flex;
    flex-direction: column;
    gap: var(--gap-40);
    align-items: center;
    justify-content: center;
  }
  .error_otr_div .error_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .error_otr_div .error_img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50%;
  }
	
}

@media screen and (max-width: 374px) {
}
