/* custom-fonts */
@font-face {
    font-family: 'DMSans-SemiBold';
    src: url('../Fonts/dm-sans/DMSans-SemiBold.woff2') format('woff2'),
        url('../Fonts/dm-sans/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'DMSans-Bold';
    src: url('../Fonts/dm-sans/DMSans-Bold.woff2') format('woff2'),
        url('../Fonts/dm-sans/DMSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans-BoldItalic';
    src: url('../Fonts/dm-sans/DMSans-BoldItalic.woff2') format('woff2'),
        url('../Fonts/dm-sans/DMSans-Italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'DMSans-Medium';
    src: url('../assets/Fonts/dm-sans/DMSans-Medium.woff2') format('woff2'),
        url('../Fonts/dm-sans/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans-MediumItalic';
    src: url('../Fonts/dm-sans/DMSans-MediumItalic.woff2') format('woff2'),
        url('../Fonts/dm-sans/DMSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'DMSans-Regular';
    src: url('../Fonts/dm-sans/DMSans-Regular.woff2') format('woff2'),
        url('../Fonts/dm-sans/DMSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'manrope-bold';
    src: url('../Fonts/manrope/manrope-bold.woff2') format('woff2'),
        url('../Fonts/manrope/manrope-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'manrope-extrabold';
    src: url('../Fonts/manrope/manrope-extrabold.woff2') format('woff2'),
        url('../Fonts/manrope/manrope-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'manrope-light';
    src: url('../Fonts/manrope/manrope-light.woff2') format('woff2'),
        url('../Fonts/manrope/manrope-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'manrope-medium';
    src: url('../Fonts/manrope/manrope-medium.woff2') format('woff2'),
        url('../Fonts/manrope/manrope-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'manrope-regular';
    src: url('../Fonts/manrope/manrope-regular.woff2') format('woff2'),
        url('../Fonts/manrope/manrope-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'manrope-semibold';
    src: url('../Fonts/manrope/manrope-semibold.woff2') format('woff2'),
        url('../Fonts/manrope/manrope-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
/* custom-fonts-end */

/* Comman-css */
body{
    font-family: 'manrope-semibold', sans-serif;
}

:root{
    --white-color--: #fff;
    --black-color--: #000;
    --yellow-color--: #EBAD04;
    --grey-color--: #4B4B4B;
    --Midnight-Blue: #003366;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration-line: none;
    padding: 0px;
    margin: 0px;
    transition: 0.3s ease-in-out;
}


ul{
    margin: 0px;
    padding: 0px;
}
li{
    list-style: none;
}
body .container {
    max-width: 1424px;
    margin: auto;
}
section{
    padding: 96px 0px;
}
.heading h2 {
    font-size: 64px;
    /* */

    color: var(--black-color--);
    
    padding-bottom: 16px;
}
.heading h3{
    font-size: 24px;
    padding: 0px 0px 16px;
   

    text-align: center;
    color: #3E3E3E;
    
    font-family: 'DMSans-Regular', sans-serif;
}
.heading p{
    font-size: 20px;

    line-height: initial;
    font-family: 'DMSans-Regular', sans-serif;
    text-align: center;
    color: #535353;
}
.heading span {
    font-size: 48px;
}
.top-shape-img {
    width: 100%;
    height: 20px;
    transform: translateY(0px);
    max-width: 164px;
    margin-bottom: 16px;
}
/* Comman-css-end */

/* header */

header {
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
}

/* Sticky header after scroll */
header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transform: translateY(-100%);
    animation: slideDown 0.8s forwards;
    z-index: 999;
}
.mobile-custom-toggle.navy-blue-toggle,
.sticky-header .white-toggle {
    display: none;
}
.sticky-header  .search-icon .white-navlogo {
    width: 17px !important;
    height: 17px !important;
}
.sticky-header .mobile-custom-toggle.navy-blue-toggle {
    display: block;
}
.sticky-header .bottam_nav_menu li:before {
    border: 1px solid #003366;
}
.sticky-header .navbar,
.sticky-header .bottam-navvar {
    border-bottom: 1px solid #B0C0D0;
}


@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}
.navbar-nav .nav-link {
    transition: 0.5s ease-in-out
}
.navbar-nav .nav-link:hover {
    color: var(--yellow-color--) !important;
}
.navbar-nav .nav-link.active {
    color: var(--yellow-color--) !important;
    font-weight: 600;
}
.sticky-header .navbar.navbar-expand-custom {
    background: #fff;
    transition: 0.5s ease-in-out
}
.sticky-header .navbar .nav-item a.nav-link,
.sticky-header .navbar .custom-dropdown .lang-text {
    color: #003366;
    transition: 0.5s ease-in-out
}
.sticky-header .search-left-border:before {
    background: #003366;
}

.sticky-header .bottam-navvar {
    background: #fff;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 8px 24px 0px #0000000A;
}
.sticky-header .bottam_nav_menu li a {
    color: #003366;
}
.sticky-header .default-navlogo {
    display: none;
}
.sticky-header .white-navlogo{
    display: block;
}

.navbar {
    /* border-bottom: 1px solid var(--color-primary-light-active, #B0C0D0); */
    background-color: var(--white-color--);
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 68px;
    max-height: 68px;
    padding: 0px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
}
.white-navlogo {
    display: none;
}
.main-white-navbar .navbar{
    background: #fff;
}
.main-white-navbar .navbar .nav-item a.nav-link {
    color: #1D1D1D;
}
.main-white-navbar .bottam-navvar {
    background: #fff;
    border: 1px solid #00000010;
    top: 68px;
}
.navbar .nav-item{
    transition: 0.3s ease-in-out;
    position: relative;
    margin-inline: 16px;
}
.navbar .nav-item:before{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--yellow-color--);
    transition: 0.3s ease-in-out;
}
.navbar .nav-item:hover::before{
    width: 100%;
    transition: 0.3s ease-in-out;
}


.main-white-navbar .bottam_nav_menu li a {
    color: #535353;
    font-family: 'DMSans-Medium', sans-serif;
}
.main-white-navbar .bottam_nav_menu li:before {
    border: 1px solid #00000010;
}
.main-white-navbar .navbar .selected-lang  .lang-icon {
    filter: invert(1);
}
.main-white-navbar .navbar .custom-dropdown .lang-text {
    color: #1D1D1D;
}

.main-white-navbar .white-navlogo {
    display: block;
}
.main-white-navbar .default-navlogo {
    display: none;
}
.search-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.navbar-toggler-icon {
    background-image: none !important;
}

.navbar .nav-item a.nav-link {
    font-size: 20px;
    color: var(--white-color--);
   
    transition: 0.5s ease-in-out;
    text-align: center;
    padding-inline: 0px;
    
    font-family: 'DMSans-Regular', sans-serif;
}

.navbar .header-btn .Secondary {
    font-size: 14px;
    line-height: 16px;

    text-align: center;
    
    color: var(--yellow-color--);
    background-color: transparent;
    padding: 12px 24px;
    text-transform: uppercase;
    border: 1.5px solid var(--yellow-color--);
    border-radius: 0px;
    letter-spacing: 0.4px;
    transition: 0.3s ease-in-out;
}
.navbar .header-btn .Secondary:hover{
    background-color: var(--yellow-color--);
    transition: 0.3s ease-in-out;
    color: var(--white-color--);
}

.navbar .navbar-brand img {
    width: 100%;
    height: 68px;
    max-width: 159px;
    object-fit: cover;
    max-height: 68px;
    padding-bottom: 4px;
}

.bottam-navvar {
    background: transparent;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    border: 1px solid #FFFFFF33;
    border-left: none;
    border-right: none;
    height: 62px;
    z-index: 9;
    display: flex;
    padding-top: 6px;
    align-items: center;
}
.bottam_nav_menu li {
    display: inline-block;
    padding-inline: 28px;
    text-align: center;
    position: relative;
}
.bottam_nav_menu li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 26px;
    border: 1px solid #FFFFFF33;
    top: 0;
    left: -25%;
    right: 0;
    transform: translate(0, 50%);
}
.bottam_nav_menu li:first-child::before {
    display: none;
}

.bottam_nav_menu li a{
    font-size: 16px;
   

    text-align: center;
    color: var(--white-color--);
    font-family: 'DMSans-Bold', sans-serif;
}
.bottam_nav_menu li:before {
    right: 0;
    /* left: 0; */
    transform: translate(0%, 50%);
}
.navbar .custom-dropdown {
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.navbar .selected-lang {
  color: white;
  display: flex;
  align-items: center;
  gap: 4px;
}

.navbar .custom-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0c1a2b;
    border: 1px solid #333;
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
    width: 0px;
    display: none;
    z-index: 999;
}

.navbar .custom-dropdown .dropdown-menu li {
  padding: 6px 10px;
  color: var(--white-color--);
  transition: background 0.2s;
  cursor: pointer;
}
.navbar .search-icon  .lang-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.navbar .selected-lang  .lang-icon {
    width: 12px;
    height: 8px;
    object-fit: cover;
}
.navbar .custom-dropdown .dropdown-menu li:hover {
  background-color: #1a2b3c;
}

.navbar .custom-dropdown .dropdown-menu li.active {
  background-color: #f2b100;
  color: #000;
}
.navbar .custom-dropdown .lang-text {
    font-size: 20px;
    font-family: 'DMSans-SemiBold', sans-serif;
}
/* header-end */

/*(1):HOME_PAGE */
.home-page-banner{
    width: 100%;
    background-image: url('/assets/img/home/home-page-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 900px;
    display: flex;
    align-items: center;
}
.home-page-banner .banner-content h1 {
    font-size: 72px;
    line-height: 100px;

    color: var(--white-color--);
    
}

.home-page-banner .banner-content p{
    font-size: 24px;
    padding-top: 16px;
    color: var(--white-color--);
    line-height: 30px;
    font-family: 'DMSans-Regular';
}

.home-page-banner .banner-content h2 {
    width: 182;
    height: 37;
    opacity: 1;
    gap: 10px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    color: var(--white-color--);
    padding-left: 24px;
    margin-bottom: 16px;
    display: inline;
    border-radius: 38px;
    background: var(--color-white-white-20, #FFFFFF33);
}
.home-page-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 31, 61, 0) 0%, #001224 100%);
    left: 0;
    top: 0;
    z-index: 0;
}
.home-page-banner button {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    line-height: 24px;
    justify-content: center;
    color: var(--white-color--);
    background-color: var(--yellow-color--);
    padding: 16px 24px 16px 24px;
    transition: 0.3s ease-in-out;
    gap: 12px;
    max-width: max-content;
    min-height: 56px;
}
.our-commitment .heading h2 {
    padding-bottom: 16px;
}

.home-page-banner button:hover {
    background: #ebad04d6;
    transition: 0.3s ease-in-out;
}

.home-page-banner button img {
    width: 12px;
    height: 12px;
    object-fit: cover;
}
.banner-btn:before {
    position: absolute;
    content: '';
    width: 460px;
    height: 1px;
    top: 16px;
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(90deg, #D2D5DB 0%, rgba(255, 255, 255, 0.1) 100%);
    border-image-slice: 1;
}

.banner-btn {
    padding-top: 32px;
}

.cust-row {
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 604px;
}
.our-commitment .our-commitment-card-inner-card {
    width: 100%;
    height: 100%;
    padding: 16px;
    box-shadow: 0px 8px 24px 0px #0000000A;
    max-height: 231px;
    min-height: fit-content;
    max-width: max-content;
    min-width: fit-content;
}

.our-commitment .our-commitment-card-inner-card h2 {
    font-size: 28px;
   
    padding: 8px 0px;

    text-align: center;
    color: var(--black-color--);

}
.our-commitment .our-commitment-card-inner-card p{
    font-size: 16px;
   

    line-height: 24px;
    text-align: justify;
    color: #323232;
    font-family: 'DMSans-Regular', sans-serif;
}
.our-commitment-card-inner-card img {
    width: 33px;
    height: 33px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-commitment-card {
    padding-top: 48px;
}
.consulting-experience .home-page-counter {
    padding: 40px 0px 0px;
    height: auto;
}
.counter-box {
  position: relative;
  height: 152px;
/*  perspective: 1000px;*/
  overflow: hidden;
}

.counter-box-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.counter-box:hover .counter-box-inner {
  transform: rotateY(180deg);
}

.counter-box-front,
.counter-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  flex-direction: column;
  max-width: 200px;
}

.counter-box-front {
  background: transparent;
  color: white;
  border: 2px solid var(--white-color--);
}

.counter-box-back {
  transform: rotateY(180deg);
  background: rgb(0 0 0 / 15%);
  border: 2px solid var(--white-color--);
  flex-direction: column;
  align-items: flex-start; 
  padding: 20px; 
}
.Let_s_help {
    background-image: url(/assets/img/map-yellow.png);
    padding: 0px;
    height: 496px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.Let_s_help_bg {
    background: var(--yellow-color--);
    padding: 0px 0px;
}
.our_Insights.consulting-experience.position-relative .insights-slider.row.gy-4 {
    row-gap: 32px;
}
.counteries-content h2 {
  font-size: 48px;
 
  color: var(--black-color--);
  line-height: 70px;
  
  font-family: 'manrope-bold', sans-serif;
}
.counteries-content button {
    width: 180px;
    height: 48px;
    padding: 14px 20px;
    color: var(--white-color--);
    border: none;
    font-size: 16px;
    background-color: var(--black-color--);
    line-height: 20px;
    letter-spacing: 0.4px; 
    text-align: center;
    font-family: 'manrope-medium', sans-serif;
    text-transform: uppercase;
    margin-top: 32px;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.Let_s_help .counter-box h3,
.Let_s_help .counter-box h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white-color--);
  text-transform: uppercase;
}
.Let_s_help .counter-box p {
    font-size: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--white-color--);
    font-family: 'DMSans-Regular', sans-serif;
    line-height: normal;
}

.Let_s_help .counteries {
  padding-right: 64px;
}
.Let_s_help .counteries-content {
  padding-left: 64px;
}
.Let_s_help .counter-box-back h4,
.Let_s_help .counter-box-back p {
  text-align: left;
  width: 100%;
}
.Let_s_help .counter-box-back h4{
    margin-bottom: 6px;
}
/* .Let_s_help-end */

/* Footer */
.site_footer {
    background-color: var(--black-color--);
    padding: 54px 0px 32px;
}
.footer_logo_section p {
    font-size: 16px;
    font-family: 'DMSans-Regular', sans-serif;
    line-height: 24px;

    
    color: var(--white-color--);
}
.social_media ul {
    display: flex;
    gap: 18px;
    margin-top: 16px;
}
.footer_logo_section .footer-logo {
    width: 144px;
    height: 74px;
    object-fit: contain;
    margin-bottom: 16px;
}
.footer_menu ul{
    margin-top: 32px;
}
.footer_menu li {
    display: inline-block;
    padding-inline: 8px;
}
.footer_menu li:first-child {
    display: inline-block;
    padding-inline: 8px;
    padding-left: 0px;
}
.footer_menu li a{
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'DMSans-Regular', sans-serif;
    color: var(--white-color--);
}
.site_footer .copyright_content p{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
.site_footer .copy_right {
    margin-top: 65px;
}
.site_footer .footer_input p {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;

    
    color: var(--white-color--);
}
.site_footer .footer_input input {
    width: 350px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 12px;
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;

    color: var(--white-color--);
    
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.site_footer .footer_input input:hover,
.site_footer .footer_input input:focus{
    outline-color: var(--yellow-color--);
    transition: 0.3s ease-in-out;
    border: 1px solid var(--yellow-color--);
}

.site_footer  .footer_input button {
    width: 168px;
    height: 48px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border: none;
    font-size: 18px;

    text-align: center;
    
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 12px;
    transition: 0.3s ease-in-out;
    color: var(--white-color--);
    background-color: var(--yellow-color--);
}
.site_footer  .footer_input button:hover {
    background: rgb(235 173 4 / 80%);
    transition: 0.3s ease-in-out;
}
.counteries-content button:hover{
    background: rgb(122 105 59 / 80%);
    transition: 0.3s ease-in-out;
}

.site_footer  .footer_input .btn_input {
    display: flex;
    align-items: center;
    gap: 10px;
}  
.site_footer  .btn_input{
    margin-top: 16px;
}   
.site_footer  .footer_input input:focus-visible {
    border: none;
    outline: none;
}
.site_footer  .footer_input .btn_input input::placeholder {
    color: var(--white-color--);
} 
/* Footer-end */

/* industries-we_serve */
.industries-we_serve .image_card {
    width: 100%;
    height: 64px;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    border-bottom-width: 1px;
    border-bottom: 1px solid var(--Color-Grey-Grey-200, #E5E7EA);
    display: flex;
    align-items: center;
    margin-top: 24px;
    transition: 0.3s ease-in-out;
    max-width: 337.6666564941406px;
}
.industries-we_serve .image_card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background-color: var(--yellow-color--);
    transition: width 0.4s ease-in-out;
    z-index: 3;
    transition: 0.3s ease-in-out;
}
/*.industries-we_serve .image_card:hover .icon_Image img{
    visibility: hidden;
    transition: 0.3s ease-in-out;
}*/
/*.industries-we_serve .image_card .image_shape_box {
    width: 32px;
    height: 32px;
    background: #E5E7EA;
    display: inline-block;
    position: absolute;
    opacity: 0;
    transition: 0.3s ease-in-out;
}*/

/*.industries-we_serve .image_card:hover .image_shape_box{
    opacity: 1;
    transition: 0.3s ease-in-out;
}
*/
/*.industries-we_serve .image_card:hover::before {
    width: 100%;
    transition: 1.5s ease-in-out;
}*/
.industries-we_serve_cards {
/*    margin-top: 24px;*/
    transition: 1.5s ease-in-out;
}

.industries-we_serve .image_card h2{
    font-family: 'DMSans-Medium', 'DMSans-Regular';
    font-size: 24px;
    color: #3E3E3E;
}
.industries-we_serve .image_card .icon_Image img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}
/* industries-we_serve */

/* our-insights */
.our-insights-cards {
  margin-top: 64px;
}

.our-insights-card {
    width: 100%;
    height: 100%;
    padding: 24px;
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: -7.84px 7.84px 11.76px 0px #00000024;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
    max-width: 332px;
    min-height: 487px;
}
.our_insights_cards {
    display: flex;
    gap: 32px;
}

.our_insights .insights-card span {
    width: auto;
    height: 29px;
    padding: 4px 8px;
    border-radius: 30px;
    background: var(--white-color--);
    font-size: 16px;
   

    
    color: var(--yellow-color--);
    font-family: 'DMSans-Medium', sans-serif;
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
}
.our_insights .insights-card:hover span {
    position: initial;
    transition: 0.5s ease-in-out;
    padding: 20px 8px;
    height: auto;
}

.our-insights-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(160.01deg, #000000 -8.4%, rgba(0, 0, 0, 0) 73.76%);
  transition: 0.5s ease-in-out;
  z-index: 1;
}

.our-insights-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0px);
  transition: 0.5s ease-in-out;
  z-index: 1;
}

.our-insights-card:hover::after {
  backdrop-filter: blur(7px);
}

.our-insights-card:hover {
  background-size: 250%;
  background-position: 0% 0%;
}

.our-insights-card h4,
.our-insights-card h2,
.our-insights-card p,
.our-insights-card a {
  position: relative;
  z-index: 2;
  color: var(--white-color--, white);
  transition: 0.5s ease-in-out;
}

.our-insights-card h4 {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 11px;
  letter-spacing: 0.6px;
  font-family: 'manrope-regular', sans-serif;
}

.our-insights-card h2 {
    font-size: 28px;
    line-height: 34px;

}
.insights-slider .col-12.col-md-3.col-xxl-3.col-lg-3.col-sm-4.mt-4.mt-lg-0 {
    padding-inline: 16px;
}


.our-insights-card p {
  font-family: 'DMSans-Regular', sans-serif;
  padding-top: 30px;
  font-size: 15.68px;
  transform: translateX(100%);
  opacity: 0;
}

.our-insights-card a {
    font-size: 20px;
    text-transform: capitalize;
    align-self: flex-end;
    transform: translateY(100%);
    opacity: 0;
    bottom: 0;
    right: 30px;
}

.our-insights-card:hover p {
  transform: translate(0%, -30%);
  opacity: 1;
}

.our-insights-card:hover a {
  transform: translateY(-20px);
  opacity: 1;
}
.our-insights-cards .card-one svg {
    transform: translate(-1px, -1px);
}

.our-insights-cards .card-one {
    /* background-image: url('/assets/img/home/Corporate_Tax.png'); */
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.our-insights-cards .card-two {
    /* background-image: url('/assets/img/home/Strategic.png'); */
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.our-insights-cards .card-three {
    /* background-image: url('/assets/img/home/Future-Proofing.png'); */
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.our-insights-cards .card-four {
    /* background-image: url('/assets/img/home/Optimizing Business-Setup in the UAE.png'); */
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.our-insights-cards .card-five {
    /* background-image: url('/assets/img/home/Cybersecurity.png'); */
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.our-insights-cards .card-six {
    /* background-image: url('/assets/img/home/Enhancing-Operational.png'); */
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.our-insights-cards .card-seven {
    /* background-image: url('/assets/img/home/Risk-Management.jpg'); */
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.our-insights-cards .card-eight {
    /* background-image: url('/assets/img/home/Health-Check.png'); */
    transition: 0.5s ease-in-out;
    background-size: cover;
}


.insights-page .our-insights-cards .card-one {
    /* background-image: url('/assets/img/insights/Research-repor.jpeg'); */
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.insights-page .our-insights-cards .card-two {
    background-image: url('/assets/img/insights/case-stud.jpeg');
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.insights-page .our-insights-cards .card-three {
  
     background-image: url('/assets/img/insights/research-report-3.jpg');
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.insights-page .our-insights-cards .card-four {
    background-image: url('/assets/img/insights/Research-report-4.jpeg');
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.insights-page .our-insights-cards .card-five {
      background-image: url('/assets/img/insights/research-report-7.jpeg');
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.insights-page .our-insights-cards .card-six {
    background-image: url('/assets/img/insights/Research-report-.jpeg');
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.insights-page .our-insights-cards .card-seven {
    background-image: url('/assets/img/insights/research-report-secondlast.jpeg');
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.insights-page .our-insights-cards .card-eight {
    background-image: url('/assets/img/insights/research-report-last.jpeg');
    transition: 0.5s ease-in-out;
    background-size: cover;
}

.insights-page .our-insights-card:hover p {
    transform: translate(0%, -10%);
    opacity: 1;
}
.contact-us-banner .services-banner-content {
    width: 100%;
    max-width: 907px;
    margin: auto;
}

/*(1):HOME_PAGE_END */

/*(2):SERVICES-PAGE */
.services-banner {
    width: 100%;
    background-image: url(/assets/img/our_services/ourservies-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 466px;
    display: flex;
    align-items: center;
    background-position: 0% top;
    background-position: center 36%;
}

.services-banner .services-banner-content h1 {
    font-size: 72px;
   

    text-align: center;
    padding-top: 112px;
    
    color: var(--white-color--);
    padding-bottom: 16px;
}
.services-banner .services-banner-content p {
    font-size: 24px;
   
    font-family: 'DMSans-Regular', sans-serif;

    text-align: center;
    color: var(--white-color--);
    
    line-height: 32px;
}

.services-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00122480;
    left: 0;
    top: 0;
}
/* hero-banner-end */

/* Tabs-section */
.tabs-section .tab-pane img {
    width: 100%;
    padding-top: 16px;
    height: auto;
}
.tabs-section .nav-tabs .nav-link {
    white-space: nowrap;
    width: 83px;
    height: 68px;
    gap: 4;
    opacity: 1;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 20px;
    color: var(--grey-color--);
   

    text-align: center;
    
}
.tabs-section .nav-tabs  .active {
    background: linear-gradient(180deg, rgba(235, 173, 4, 0) 0%, rgba(235, 173, 4, 0.05) 100%);
    color: var(--yellow-color--);
    border-bottom: 3px solid var(--color-secondary-light-active, #EBAD04)
}
.tabs-section .nav-tabs {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #153bd3;
    border-bottom: 1px solid #D2D3D7;
}
.tabs-section .tab-content{
    width: 100%;
    max-width: 1424px;
    margin: auto;
    padding: 96px 0px 0px 0px;
}
.tabs-section .inner-tabs-btn {
    display: flex;
    width: 100%;
    max-width: 1424px;
    margin: auto;
}
.tabs-section .tab-content .tab-pane h2 {
    font-size: 32px;
   

    padding-bottom: 16px;
}
.tabs-section .tab-content .tab-pane p {
    font-size: 20px;
    line-height: 28px;
   
    color: var(--grey-color--);

    padding-bottom: 20px;
}
.tabs-section .tab-content .tab-pane p:last-child{
    padding-bottom: 0px;
}
.tabs-section .tab-content .tab-pane a {
    font-size: 20px;
   

    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: var(--grey-color--);
    text-decoration-skip-ink: auto;
}
/* Tabs-section-end */

/* FAQ Section Styling */
.faq-section {
    position: relative;
    padding: 64px 0px;
}

.top-heading h2 {
    font-size: 64px;
   

    text-align: center;
    padding-bottom: 4px;
}

.top-heading p {
    font-size: 20px;
   

    text-align: center;
    color: var(--grey-color--);
}

/* Background shape image */

/* faq shape image */
.faq-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url('/assets/img/faq-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 395px;
    z-index: -1;
}

/* Accordion Styles */
.comprehensive-aml-faq .accordion-button {
    font-size: 24px;
   
    padding: 0;
    color: var(--black-color--);
    background: transparent;
    flex-direction: row-reverse;
    box-shadow: none;
    font-family: 'DMSans-SemiBold', sans-serif;
    justify-content: space-between;
}
.comprehensive-aml-faq .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.comprehensive-aml-faq .inner-tab-accorion {
    padding-top: 32px;
}

.comprehensive-aml-faq .accordion-item {
    max-width: 696px;
    width: 100%;
    height: 100%;
    gap: 24px;
    padding: 30px;
    border-width: 1px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 181px;
    max-height: -webkit-fill-available;
}

.comprehensive-aml-faq .accordion-body {
    font-size: 18px;
    font-family: 'DMSans-Regular', sans-serif;
   

    color: #535353;
    padding-top: 0px;
    padding: 0;
    padding-top: 0px;
}
.inner-tab-accorion-row {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 32px;
}
/* Hide default accordion icon */
.comprehensive-aml-faq .accordion-button::after {
    display: none !important;
}

/* Custom Plus/Minus Icons */
.comprehensive-aml-faq .icon-plus, .comprehensive-aml-faq .icon-minus {
    width: 32px;
    height: 32px;
    padding: 5px;
    background-color: var(--Midnight-Blue);
    border-radius: 16px;
    color: var(--white-color--);
    border-width: 2px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comprehensive-aml-faq .accordion-header {
    margin-bottom: 0;
    width: 100%;
}

.comprehensive-aml-faq .accordion-button.collapsed .icon-minus {
    display: none;
}

.comprehensive-aml-faq .accordion-button:not(.collapsed) .icon-plus {
    display: none;
}
.comprehensive-aml-faq .accordion-item:hover {
    background-color: #00336660;
    background-image: url('/assets/img/carrers/carrer-page-banner.jpg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.5s ease-in-out;
    cursor: pointer;
    gap: 4px;
}

.comprehensive-aml-faq .accordion-item:hover button.accordion-button.collapsed {
    color: #fff;
}

.comprehensive-aml-faq .accordion-item:hover .icon-plus, .comprehensive-aml-faq .accordion-item:hover .icon-minus {
    background-color: #ffffff;
    color: var(--Midnight-Blue);
    box-shadow: 0 0px 0px 3px #aab9f3;
    transition: all 0.3s ease-in-out;
}

/* Faq-section-end*/

/*consulting-services*/
.consulting-services:before {
    width: 100%;
    background-image: url('/assets/img/faq-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 395px;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
}
.consulting-services .service-card h2 {
    font-size: 32px;
    line-height: normal;
    padding-bottom: 16px;
    line-height: 34px;
    transition: 0.3s ease-in-out;
}


.consulting-services .service-card a {
    font-size: 18px;
    line-height: 24px;

    text-align: center;
    
    text-transform: uppercase;
    color: var(--Midnight-Blue);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    transition: 0.3s ease-in-out;
}
.consulting-services .service-card img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.consulting-services .service-card .pdf-hover-img {
    width: 16px;
    height: 16px;
    transform: translate(3px, 5px);
}

.consulting-services .service-card a:hover img {
    transform: translateX(10px);
}
.consulting-services .service-card {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
    transition: 0.3s ease-in-out;
    border-radius: 0px;
    border: 1px solid var(--Color-Grey-Grey-300, #D2D5DB);
    border-top: 6px solid var(--Color-Grey-Grey-300, #D2D5DB);
    max-width: 458.67px;
    background: #ffff;
    min-height: 320px;
    max-height: fit-content;
}
/* On hover, change all text inside .accordion-item to white */
.faq-section .accordion-item:hover,
.faq-section .accordion-item:hover .accordion-button,
.faq-section .accordion-item:hover .accordion-body {
    color: #ffffff;
    transition: 0.5s ease-in-out;
}
.iti-mobile .iti__country-list {
    max-height: -webkit-fill-available;
    width: auto;
}

.consulting-services .service-card::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  height: 6px;
  width: 0%;
  background-color: var(--yellow-color--);
  transition: width 0.4s ease-in-out;
  z-index: 3;
  transition: 0.7s ease-in-out;
}

.consulting-services .service-card p {
  font-family: 'DMSans-Regular', sans-serif;
  line-height: 26px;
  font-size: 20px;
  color: var(--grey-color--);
  opacity: 0;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 4;
}

.consulting-services .service-card:hover::before {
  width: 100%;
  transition: 0.5s ease-in-out;
}

.consulting-services .service-card:hover h2 {
  font-size: 20px;
  transition: 0.5s ease-in-out;
}

.consulting-services .service-card:hover p {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.consulting-services .service-cards {
    padding-top: 32px;
}
.consulting-services .service-cards .row {
    row-gap: 32px;
}
.consulting-services .accordion-button::after {
    background-image: none !important;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: auto;
    font-size: 24px;
    color: var(--Midnight-Blue);
    transition: transform 0.3s ease;
}

.consulting-services .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.consulting-services-according {
    padding-top: 48px;
}
.consulting-services .consulting-services-according .accordion-button {
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 24px;
   

    /* border-bottom: 1px solid #D2D5DB; */
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-025) var(--sds-size-depth-100) var(--sds-size-depth-0) var(--sds-color-black-100);
    border-radius: 0px !important;
}
.case-study-listing.about-banner.position-relative {
    min-height: 435px;
    background-position: center 35%;
}
.consulting-services .consulting-services-according .accordion-button:not(.collapsed) {
    color: var(--white-color--);
    background-color: var(--Midnight-Blue);
}
.consulting-services .consulting-services-according .accordion-button:not(.collapsed)::after{
   color: var(--white-color--);
}


.consulting-services .consulting-services-according .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0px 0px 0px 0px;
}
.consulting-services .consulting-services-according .accordion-item {
    width: 458.6666564941406px;
    /* height: 64px;
     */
    opacity: 1;
    gap: 8;
    border-radius: 0px;
    padding: 0px;
    border: none;
    border-bottom: 1px solid var(--Color-Grey-Grey-300, #D2D5DB)
}
.counter-box .counter-card h2{
    font-size: 48px;
   

    
    padding-bottom: 8px;
    color: var(--Midnight-Blue);
}
.counter-card {
  position: relative;
}

.consulting-experience .counter-card::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-image: url('/assets/img/home/counter-line.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.counter-box .row > div:last-child .counter-card::after {
  display: none;
}
.consulting-experience .counter-box .counter-card p{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
   

    text-align: center;
    text-transform: uppercase;
    color: #3E3E3E;
}
/*consulting-services-end*/

/*Raedy_to_Talk */
.ready_to_talk .custom-dropdown {
  position: relative;
  user-select: none;
  margin: 12px;
  border-bottom: 1.5px solid var(--color-secondary-light-active, #EBAD04)
}

.ready_to_talk .selected-option {
    font-size: 16px;
    line-height: 24px;

    
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'DMSans-Regular', sans-serif;
    justify-content: space-between;

}
.ready_to_talk .dropdown-arrow svg {
  transition: transform 0.3s ease;
}

.ready_to_talk .custom-dropdown.active .dropdown-arrow svg {
  transform: rotate(180deg);
}

.ready_to_talk .dropdown-options {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  width: 100%;
  background-color: white;
  display: none;
  z-index: 1000;
}

.ready_to_talk .dropdown-options li {
  padding: 10px 16px;
  cursor: pointer;
}

.ready_to_talk .dropdown-options li:hover {
  background-color: #eaeaea;
}

.ready_to_talk .custom-dropdown.active .dropdown-options {
  display: block;
}


.ready_to_talk .ready_to_talk .dropdown-options li:hover {
  background-color: #eaeaea;
}

.ready_to_talk .ready_to_talk .custom-dropdown.active .dropdown-options {
  display: block;
}
.ready_to_talk .economy-content h2 {
    font-size: 64px;
   

    
}
.ready_to_talk .economy-content p {
    font-size: 24px;
   

    color: var(--grey-color--);
}
.ready_to_talk .inner-green-economy .input_content p{
    font-size: 16px; 
    line-height: inherit;

    color: var(--grey-color--);
    padding-bottom: 20px;
    font-family: 'DMSans-Regular', sans-serif;
}
.ready_to_talk .input_content input {
    width: 100%;
    height: 48px;
    /* max-width: 487px; */
    gap: 12px;
    border-width: 1.5px;
    padding: 12px;
    border: 1.5px solid #9EA2AE;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    font-family: 'DMSans-Regular';

    
}
.ready_to_talk .input_content input:hover,
.ready_to_talk .input_content input:focus{
    border-color: var(--yellow-color--);
    outline-color: var(--yellow-color--);
}

.ready_to_talk .input_content input::placeholder{
    color: #9EA2AE;
}
.ready_to_talk .inner-green-economy  button {
    width: 168px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 28px;
}
/*Raedy_to_Talk-end */

/* asc-group */
.asc-group .asc-group_card {
    width: 100%;
    height: 100%;
    padding: 24px;
    border: 1px solid var(--Color-Grey-Grey-300, #D2D5DB);
    display: flex;
    gap: 8px;
    margin-right: 0px;
    max-width: 453.3333435058594px;
    min-height: -webkit-fill-available;
    min-width: -webkit-fill-available;
}
.asc-group .asc-group_card h2 {
    font-size: 24px;
   

    font-family: 'DMSans-SemiBold';
    color: var(--black-color--);
    padding-bottom: 16px;
}

.asc-group .asc-group_card p{
    font-size: 20px;
    line-height: initial;

    font-family: 'DMSans-Regular', sans-serif;
    color: #4B4B4B;
}
.asc-group-cards {
    margin-top: 32px;
}
.asc-group  .asc-group-cards .row {
    row-gap: 32px;
}
.asc-group  .asc-group-cards .card_icon {
    width: 52px;
    height: 32px;
    border-radius: 50px;
    padding: 4px;
    background: #FCF3D9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.asc-group .asc-group-cards .card_icon img {
    width: 14px;
    object-fit: cover;
}
.asc-group .description p {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;
    line-height: 26px;

    text-align: center;
    color: #3E3E3E;
    
}
.asc-group-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.description {
    max-width: 1012px;
    margin: auto;
    margin-top: 32px;
}
.full-width-col {
    display: flex;
    gap: 32px;
    margin-top: 32px;
}

.full-width-col .asc-group-cards-col {
    width: 50%;
}



/* asc-group */

/* (2):SERVICES-PAGE-END */


/* (3):CONTACT-US */
.contact_us_map .map-image {
    width: 100%;
    max-width: 1424px;
    max-height: 678px;
    margin-top: 16px;
}

.contact_form .heading h2{
    font-size: 48px;
   

    
    padding-bottom: 8px;
}
.contact_form .heading p{
    font-size: 20px;
    padding-bottom: 32px;
}
.contact_form .row {
    border: 1px solid #F3F4F6;
    padding: 32px;
}

/*.contact_form form {
    width: 100%;
    padding: 32px;
    margin-top: 32px;
    border: 1px solid #F3F4F6;
    max-width: 1424px;
}*/

.contact_form .form-addrees {
    width: 100%;
    border-top: 1px solid  #F3F4F6;
    padding: 30px 0px;
    max-width: 632px;
}
.contact_form  .iti.iti--allow-dropdown.iti--separate-dial-code {
    display: block;
    margin-bottom: 0px;
}
.contact_form  .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    position: relative;
}
.contact_form .iti--separate-dial-code .iti__selected-flag:before {
    position: absolute;
    content: '';
    background: #D2D5DB;
    width: 1px;
    height: 16px;
    right: 0;
    top: 16px;
}
.case-study-details-page-service:before{
    display: none;
}
.insight-detail-page .heading h2::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    max-width: 460px;
    background: linear-gradient(90deg, #D8D8D8 0%, rgba(216, 216, 216, 0) 100%);
    bottom: -14px;
    left: 0;
}
.insight-detail-page .heading h2 {
    position: relative;
}




.contact_form  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.contact_form  .iti__country-list {
    position: absolute;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: normal;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 632px;
    min-width: max-content;
    z-index: 4;
}
.contact_form .iti__flag-box, .iti__country-name {
     font-family: 'DMSans-Regular', sans-serif;
    font-size: 14px;
}

.contact_form .address_form-main h2{
    font-size: 32px;
   
    padding-bottom: 8px;

}
.contact_form .address_form-main p{
    font-size: 20px;
   
    font-family: 'DMSans-Regular', sans-serif;

    color: var(--grey-color--);
}

.contact_form .address_form-main a{
    font-size: 20px;
   
    font-family: 'DMSans-Regular', sans-serif;

    color: var(--grey-color--);
    text-decoration-line: underline;

}
.contact_form  .global-carrers {
    padding: 22px 0px;
}
.contact_form  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 0px;
}
.contact_form  .address_form-main .global-carrers a {
    font-size: 18px;
    line-height: 24px;

    color: var(--Midnight-Blue);
    text-decoration-line: none;
    display: flex;
    align-items: center;
    bottom: 30px;
    text-transform: uppercase;
    gap: 2px;
    transition: 0.3s ease-in-out;
    margin-top: 24px;
}
.contact_form  .global-carrers img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.contact_form  .social_media ul {
    gap: 16px;
    margin-top: 24px;
}
.contact_form .social_media img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.contact_form  .global-carrers a:hover img {
    transform: translateX(10px);
}
.contact_form  .form-wrapper label {
    font-size: 16px;
    line-height: 24px;

    font-family: 'DMSans-Medium', sans-serif;
    color: #131927;
    
    position: absolute;
    top: -16px;
    left: 14px;
    background: #fff;
    width: 100%;
    min-width: 59px;
    max-width: max-content;
    padding: 4px;
    z-index: 2;
}

.contact_form  select.no-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right;
  font-size: 14px;
}

.contact_form select.no-arrow {
  width: 80px;
}
.contact_form  .error-message.text-danger {
    font-size: 14px;
    font-family: 'DMSans-Regular', sans-serif;
    text-transform: capitalize;
}

.contact_form  .form-wrapper input {
    width: 100%;
    height: 48px;
    border-width: 1.5px;
    padding: 12px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'DMSans-Regular', sans-serif;
    line-height: 24px;
    cursor: pointer;
    border: 1.5px solid #E5E7EA;
    max-width: 632px;
}

.contact_form  .form-wrapper  select {
    word-wrap: normal;
    border-width: 1.5px;
    padding: 10px;
    font-size: 16px;
    font-family: 'DMSans-Regular', sans-serif;
    line-height: 24px;
    height: 100%;
    min-height: 48px;

    color: #9EA2AE;
    cursor: pointer;
    border-right: none;
    border: 1.5px solid #E5E7EA;
    
    border-right: 0px;
    position: relative;
    z-index: -1;
}


.contact_form  .form-wrapper .phone-group input {
    border-left: none;
}


.contact_form  .address_form-main {
    margin-right: 36px;
}
.contact_form  .form-wrapper {
    border-left: 1px solid #F3F4F6;
    padding-left: 48px;
}

.contact_form  .form-wrapper input:hover,
.contact_form  .form-wrapper input:focus,
.contact_form  .form-wrapper input:focus-visible,
.contact_form  .form-wrapper textarea,
.contact_form  .form-wrapper  select:hover,
.contact_form  .form-wrapper  select:focus,
.contact_form  .form-wrapper  select:focus-visible{
    outline: none;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 0px 0px;
}

.contact_form  .form-wrapper textarea {
    width: 100%;
    height: 96px;
    border-width: 1.5px;
    padding: 12px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'DMSans-Regular', sans-serif;
    line-height: 24px;
    cursor: pointer;
    border: 1.5px solid #E5E7EA;
    resize: none;
    max-width: 632px;
}
.contact_form  .form-wrapper textarea::placeholder{
    color: #9EA2AE;
}

.contact_form  .form-wrapper .field {
    position: relative;
    margin-bottom: 32px;
}
.contact_form  .form-wrapper button {
    width: 100%;
    max-width: 131px;
    height: 56px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    background-color: #EBAD04;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    color: var(--white-color--);
}

.contact_form  .form-wrapper button:hover{
    background: rgba(235, 173, 4, 0.84);
    transition: 0.3s ease-in-out;
}
.contact_form  .form-wrapper .submit-wrap {
    margin-top: 16px;
}
.contact_form  .form-wrapper input::placeholder{
    color: #9EA2AE;
    position: relative;
    z-index: 1;
}
.contact_form  .form-wrapper  .req {
    color: #EE443F;
}
.contact_form .form-wrapper .field .phone-group {
    display: flex;
    display: flex;
    position: relative;
    z-index: 1;
}
.contact_form .form-wrapper .field .phone-group:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    background: #D2D5DB;
    top: 0px;
    left: 0px;
    transform: translate(65px, 17px);
}


/* Contact-us-end */

/*(3): ABOUT-US-PAGE */
.about-banner h3{
    font-size: 24px;
    font-family: 'DMSans-Regular', sans-serif;
    text-align: center;
    color: var(--white-color--);
    padding-top: 112px;
}
.about-banner {
    width: 100%;
    background-image: url('/assets/img/our_services/ourservies-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 536px;
    display: flex;
    align-items: center;
    background-position: 0% top;
    background-position: center 36%;
}
.flexible-card-row {
    width: 100%;
    max-width: 1228px;
    margin: auto;
}


.carrer_description button {
    width: 100%;
    max-width: 309px;
    height: 56px;
    opacity: 1;
    padding: 16px 24px;
    border: none;
    background-color: var(--yellow-color--);
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color--);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: auto;
    margin-top: 24px;
}


.about-banner .services-banner-content h1 {
    font-size: 72px;
   

    text-align: center;
    padding-top: 8px;
    
    color: var(--white-color--);
    padding-bottom: 16px;
}
.about-counter .heading p {
    font-size: 24px;
    color: #3E3E3E;
    padding-bottom: 16px;
}


.about-banner .services-banner-content p {
    font-size: 24px;
   
    font-family: 'DMSans-Regular', sans-serif;

    text-align: center;
    color: var(--white-color--);
    
    line-height: 32px;
}

.about-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00122480;
    left: 0;
    top: 0;
}
.about-banner .services-banner-content {
    max-width: 966px;
    margin: auto;
}
.case-study-listing .services-banner-content {
    max-width: none;
}
.case-study-listing .services-banner-content h1 {
    padding-top: 16px;
}


.about-description p {
    font-size: 16px;

    line-height: inherit;
    font-family: 'DMSans-Regular', sans-serif;
    text-align: center;
    color: #4B4B4B;
}
.our-guiding:before {
    width: 100%;
    background-image: url('/assets/img/faq-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 395px;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
}
.our-guiding.our-commitment.consulting-experience .heading p {
    font-size: 24px;
    color: #3E3E3E;
}

/*Green-Economy*/
.green-economy .inner-green-economy {
    box-shadow: 0px 4px 4px -2px #13192714;
    box-shadow: 0px 2px 4px -2px #1319271F;
    border: 1px solid var(--Color-Grey-Grey-200, #E5E7EA);
    width: 1424;
    height: 408;
    overflow: hidden;
    opacity: 1;
    gap: 54;
    padding: 24px;
}

.green-economy .inner-green-economy h2 {
    font-size: 30px;
   
    padding-bottom: 16px;

    line-height: 36px;
    transition: 0.5s ease-in-out;
    color: #000;
}

.green-economy .inner-green-economy p{
    font-size: 20px;
    font-family: 'DMSans-Regular', sans-serif;
   

    padding-bottom: 16px;
    line-height: 26px;
}

.green-economy .inner-green-economy  button {
    width: 246px;
    height: 56px;
    opacity: 1;
    padding: 16px 24px;
    border: none;
    background-color: var(--yellow-color--);    
    font-size: 18px;
    line-height: 24px;

    text-align: center;
    
    text-transform: uppercase;
    color: var(--white-color--);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.green-economy .economy-image img {
    width: 100%;
    height: 100%;
    max-width: 661px;
    max-height: 360px;
    transition: 0.5s ease-in-out;
    object-fit: cover;
}
.green-economy .economy-content {
    padding-right: 15px;
}
.green-economy .green-economy .economy-image{
   padding-left: 15px;
}
/*Green-Economy-end*/
.what-makes-us-unique{
    background-color: #003366;
}
.what-makes-us-unique .heading h2 {
   color: var(--white-color--);
}
.what-makes-us-unique .heading p {
   color: var(--white-color--);
   font-size: 24px;
   padding-bottom: 60px;
   line-height: inherit;
}
.what-makes-us-unique .heading {
    max-width: 1090px;
    margin: auto;
}

.what-makes-us-unique .what-makes-us-unique_card {
    width: 100%;
    /* height: 226px; */
    border-width: 1px;
    position: relative;
    height: 100%;
    padding: 34px 30px 56px 30px;
    border: 1px solid var(--white-color--);
    max-width: 453.3333435058594px;
}
.what-makes-us-unique .what-makes-us-unique_card h2{
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 28px;
    line-height: initial;

    padding-bottom: 8px;
    color: var(--yellow-color--)
}
.what-makes-us-unique .what-makes-us-unique_card p{
    font-family: 'DMSans-Regular';
    font-size: 20px;
    line-height: initial;

    color: var(--white-color--);

}
.ready_to_talk .dropdown-options li {
    font-family: 'DMSans-Regular';
}

.what-makes-us-unique .what-makes-us-unique_card .card_icon img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    border: none;
    transform: translateY(-50%);
    background: #fff;
}
.casestudy-insight:before {
    width: 100%;
    background-image: url('/assets/img/faq-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 395px;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
}
.what-makes-us-unique .row {
    row-gap: 32px;
}
.Life-at-asc-group:before,
.careers::before{
    width: 100%;
    background-image: url('/assets/img/faq-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 395px;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
}
.Life-at-asc-group .Life-at-asc-group-card {
    box-shadow: 0px 8px 8px -4px #13192714;
    box-shadow: 0px 0px 16px -4px #1319271F;
    width: 100%;
    border-radius: 12px;
    padding: 0px;
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 20px;
    min-height: -webkit-fill-available;
    max-height: 178px;
    max-width: 598px;
}
.Life-at-asc-group .Life-at-asc-group-card h2{
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 24px;
    padding-bottom: 4px;
    color: var(--black-color--);

}
.Life-at-asc-group .Life-at-asc-group-card p{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}
.Life-at-asc-group .Life-at-asc-group-card img{
    width: 154px;
    height: 180px;
}
.Life-at-asc-group .heading p {
    padding-bottom: 24px;
}

.our_insights .heading p {
    padding-bottom: 48px;
}

.our_insights .insights-card .card_image {
    width: 459px;
    height: 258.1875px;
    object-fit: cover;
    box-shadow: 0px 5.16px 18.06px 0px #0000000A;
    background-size: 250%;
    background-position: 0% 0%;
    transition: 0.5s ease-in-out;
}
.our_insights .insights-card:hover .card_image {
    transform: scale(1.2) translateY(-20px);
}

.our_insights .insights-card h3 {
    font-size: 22px;
    line-height: initial;
    font-family: 'DMSans-SemiBold', sans-serif;

    color: var(--black-color--);
    padding: 24px 0px 12px 0px;
    transition: 0.5s ease-in-out;
}

.our_insights .insights-card:hover h3{
    color: var(--Midnight-Blue);
    padding-top: 0px;
    transition: 0.5s ease-in-out;
}

.our_insights .insights-card p{
    font-size: 24px;
   
    font-family: 'DMSans-SemiBold', sans-serif;

    color: var(--black-color--);
    padding: 24px 0px 12px 0px;
    transition: 0.5s ease-in-out;
}
.our_insights .insights-card .hover-line{
    transition: 0.5s ease-in-out;
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;
   
    padding-bottom: 24px;
    transform: translateY(-70px);
    padding-top: 12px;
    color: var(--grey-color--);
    transition: 0.5s ease-in-out;

    display: none;
}
.our_insights .insights-card:hover .hover-line{
    display: block;
    transform: translateY(0px);
        padding-bottom: 16px;
    transition: 0.5s ease-in-out;
}

.green-economy .inner-green-economy:hover {
    box-shadow: 0px 6px 8px 3px #1319271F;
    transition: 0.3s ease-in-out;
}

.our_insights .insights-card a {
    font-size: 18px;
    line-height: initial;

    text-align: center;
    
    text-transform: uppercase;
    color: var(--Midnight-Blue);
    display: flex;
    align-items: center;
    bottom: 30px;
    transition: 0.3s ease-in-out;
}
.our_insights .insights-card a img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.our_insights .insights-card .card_image {
    background-size: 100%;
    transition: 0.5s ease-in-out;
}

.our_insights .insights-card:hover .card_image {
    background-size: 200%;
}

.our_insights .insights-card {
    width: 459px;
    position: relative;
    overflow: hidden;
}

.our_insights .insights-card a:hover img {
    transform: translateX(10px);
}


.ready_to_talk {
    padding: 96px 0px;
}

.ready_to_talk :before {
    width: 100%;
    background-image: url('/assets/img/faq-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
}


.ready_to_talk .inner-green-economy{
    box-shadow: 0px 4px 4px -2px #13192714;
    box-shadow: 0px 2px 4px -2px #1319271F;
    border: 1px solid var(--Color-Grey-Grey-200, #E5E7EA);
    width: 1424px;
    height: 408;
    margin: auto;
    padding: 64px;
    background-color: var(--white-color--);
}


.ready_to_talk .inner-green-economy h2 {
    font-size: 64px;
   

    color: var(--black-color--);
    padding-bottom: 16px;
    
}
.ready_to_talk .inner-green-economy .economy-content p {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 18px;
    line-height: 24px;

    color: var(--grey-color--);

}
.ready_to_talk .inner-green-economy .custom-select-dropdown {
    border-bottom: 1.5px solid var(--color-secondary-light-active, #EBAD04);
    padding: 12px 12px 12px 12px;
}
.ready_to_talk .economy-content {
    padding-right: 75px;
}
.ready_to_talk .input_content {
    padding-left: 63px;
}
.ready_to_talk .inner-green-economy  button {
    width: 246px;
    height: 56px;
    opacity: 1;
    padding: 16px 24px;
    border: none;
    background-color: var(--yellow-color--);
    font-size: 18px;
    line-height: 24px;

    text-align: center;
    
    text-transform: uppercase;
    color: var(--white-color--);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.our_insights .read-more-btn button {
    width: 100%;
    height: 56px;
    border: none;
    font-size: 16px;
    padding: 16px 24px;
    line-height: 24px;

    gap: 12px;
    text-align: center;
    color: var(--white-color--);
    
    background-color: var(--Midnight-Blue);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 175px;
}

.our_insights .read-more-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 48px;
}
.careers  .carrer_image img {
    max-width: 1025px;
    height: 470px;
    object-fit: cover;
    margin: auto;
}

.careers  .carrer_image {
    text-align: center;
    margin-top: 24px;
}
.careers .carrer_image .testimonial-slider img{
    width: 81px;
    height: 81px;
    border-radius: 50%;
}
.careers .testimonial-slider h3{
    font-family: 'DMSans-Bold', sans-serif;
    font-size: 20px;
   

    text-transform: uppercase;
}
.careers .testimonial-slider p{
    font-family: 'DMSans-Regular';
    font-size: 14px;

    padding: 8px 0px;
    color: #535353;
    
}
.careers .testimonial-slider  .slider-main {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 12px;
}
.careers .testimonial-slider {
    width: 100%;
    height: 100%;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 14px 0px #00000014;
    position: absolute;
    right: 251px;
    bottom: -116px;
    z-index: 1;
    background: #fff;
    max-width: 401px;
    min-height: 162px;
    max-height: 162px;
}
.careers .testimonial-slider .slick-dots {
    bottom: 10px;
}
.careers .testimonial-slider  .slick-dots li.slick-active button:before {
    color: var(--Midnight-Blue);
}
.careers .testimonial-slider .slick-dots li button:before {
    font-size: 10px;
}

.careers .testimonial-slider span{
    font-size: 14px;
    line-height: 19.6px;
    font-family: 'DMSans-MediumItalic';
    color: var(--black-color--);
}
.careers .testimonial-slider .slick-dots li button:hover:before, .careers .testimonial-slider .slick-dots li button:focus:before {
    color: var(--Midnight-Blue);
}

.careers .carrer_description p{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 32px;
    line-height: 40px;
    
    color:  #535353;
    padding-top: 110px;
}

.pdf-img {
    margin-bottom: 4px;
}
.pdf-img img {
    width: 38px;
    height: 38px;
}

.custom-select-dropdown {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.custom-select-dropdown .dropdown-options {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0; top: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 999;
}
.custom-select-dropdown .dropdown-options li:hover {
  background: rgba(235, 173, 4, 0.84);
  color: var(--white-color--);
}
.custom-select-dropdown.active .dropdown-options {
  display: block;
}
/* Default state */
.green-economy .inner-green-economy .default-heading,
.green-economy .inner-green-economy .default-image {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}
.insights-page .insight-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}


.insights-page .insight-tabs .tab-btn {
    border-radius: 20px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #003366;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1.5px solid #E6EBF0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: -webkit-fill-available;
    background: #fff;
    min-width: 64px;
}

.insights-page .insight-tabs .tab-btn.active {
  background-color: #003366;
  color: #fff;
}

.green-economy .inner-green-economy .hover-heading
{
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  position: absolute;
  top: 61px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.carrer-page-econamy .inner-green-economy .hover-heading {
    top: 50px;
}


.green-economy .inner-green-economy .hover-image {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    transition: opacity 0.6s ease-in-out;
}
/* On hover: fade in hover elements, fade out default ones */
.green-economy .inner-green-economy .hover-card .hover-heading,
.green-economy .inner-green-economy .hover-card .hover-image {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.green-economy .inner-green-economy .hover-card:hover .default-heading,
.green-economy .inner-green-economy .hover-card:hover .default-image {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.green-economy .inner-green-economy .hover-card:hover .hover-heading,
.green-economy .inner-green-economy .hover-card:hover .hover-image {
  opacity: 1;
  color: var(--Midnight-Blue);
  pointer-events: auto;
}

/* Ensure container can hold absolutely positioned elements */
.hover-card {
  position: relative;
}

.green-economy .inner-green-economy .hover-card:hover .hover-image {
    top: 0;
    right: 0;
    position: absolute;
}
/*.green-economy .inner-green-economy .hover-heading {
    position: initial;
    display: none;
}*/


/* (3):ABOUT-US-PAGE-END */


/* (4):CAREERS*/

.carrers h3{
    font-size: 24px;
   

    font-family: 'DMSans-Regular', sans-serif;
    text-align: center;
    
    color: var(--white-color--);
    padding-top: 112px;
}
.carrers {
    width: 100%;
    background-image: url('/assets/img/carrers/carrer-page-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 581px;
    display: flex;
    align-items: center;
    background-position: 0% top;
    background-position: center 20%;
}

.carrers .services-banner-content h1 {
    font-size: 72px;
   

    padding-top: 112px;
    
    color: var(--white-color--);
    padding-bottom: 16px;
}
.carrers .services-banner-content p {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;
    line-height: inherit;

    color: var(--white-color--);
    

}
.carrers .services-banner-content .top-one {
    font-size: 24px;
}


.carrers .services-banner-content {
    width: 966px;
}
.carrers:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #001224 0%, rgba(0, 18, 36, 0) 78.18%);
    left: 0;
    top: 0;
}
.carrer-about .carrer_about_inner p{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 24px;
    line-height: 30px;

    text-align: center;
    
    color: #3E3E3E;
}
/* .carrer-about {
    padding: 64px 0px 32px;
} */
.key-benefits .heading h2 {
    font-size: 48px;
}
.career-thrives:before{
    width: 100%;
    background-image: url(/assets/img/faq-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 395px;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
}
.career-thrives .career-thrives-card {
    width: 100%;
    opacity: 1;
    border: 1px solid var(--Color-Grey-Grey-300, #D2D5DB);
    padding: 21px 30px;
    max-width: 696px;
    background-color: var(--white-color--);
}
.career-thrives .career-thrives-card h3{
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 24px;
   
    padding-bottom: 8px;

    color: var(--black-color--);
}
.career-thrives .career-thrives-card p{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;
    line-height: 26px;

    color: var(--grey-color--);

}
.career-thrives-cards {
    display: grid;
    margin-top: 16px;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
}

.career-Life-at-asc-group .career-Life-at-asc-group-card img{
    width: 100%;
    max-width: 332px;
    height: 224px; 
    object-fit: cover;
}
.career-Life-at-asc-group .career-Life-at-asc-group-card h3{
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 8px;

    color: var(--black-color--); 
}
.career-Life-at-asc-group .career-Life-at-asc-group-card p{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 26px;

    color: var(--grey-color--);
}
.career-Life-at-asc-group .career-Life-at-asc-group-card {
    width: 100%;
    max-width: 332px;
    box-shadow: 0px 8px 24px 0px #0000000A;
}
.career-Life-at-asc-group-main {
    display: flex;
    gap: 32px;
    margin-top: 48px;
}

.career-Life-at-asc-group .career-Life-at-asc-group-card .card_Content {
    padding: 20px 16px 24px 16px;
}
.careers-ready-talk .inner-green-economy h2 {
    font-size: 38px;
}
.careers-ready-talk .inner-green-economy h3{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 24px;
   

    padding-bottom: 16px;
    color: #4B4B4B;
}
.careers-ready-talk .inner-green-economy .custom-select-dropdown {
    margin-top: 16px;
}
/*(4): CAREERS-PAGE-END */

/*(5): SERVICE-LISTING */
.service-listing {
    width: 100%;
    background-image: url(/assets/img/our_services/ourservies-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 466px;
    display: flex;
    align-items: center;
    background-position: 0% top;
    background-position: center 20%;
}

.service-listing .services-banner-content h1 {
    font-size: 72px;
   

    text-align: center;
    padding-top: 112px;
    
    color: var(--white-color--);
    padding-bottom: 16px;
}
.service-listing .services-banner-content p {
    font-size: 24px;
   
    font-family: 'DMSans-Regular', sans-serif;

    text-align: center;
    color: var(--white-color--);
    
    line-height: 32px;
}

.service-listing:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00122480;
    left: 0;
    top: 0;
}
.service-listing-consulting-services .accordion-button::after {
    background-image: none !important;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: auto;
    font-size: 24px;
    color: var(--Midnight-Blue);
    transition: transform 0.3s ease;
}

.service-listing-consulting-services .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.anti-money-laundering-service .consulting-services-according {
    padding-top: 32px;
}
.service-listing-consulting-services .consulting-services-according .accordion-button {
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 24px;
   

    /* border-bottom: 1px solid #D2D5DB; */
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-025) var(--sds-size-depth-100) var(--sds-size-depth-0) var(--sds-color-black-100);
    border-radius: 0px !important;
}

.service-listing-consulting-services .consulting-services-according .accordion-button:not(.collapsed) {
    color: var(--white-color--);
    background-color: var(--Midnight-Blue);
}
.service-listing-consulting-services .consulting-services-according .accordion-button:not(.collapsed)::after{
   color: var(--white-color--);
}


.service-listing-consulting-services .consulting-services-according .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0px 0px 0px 0px;
}
.service-listing-consulting-services .consulting-services-according .accordion-item {
    width: 458.6666564941406px;
    /* height: 64px;
     */
    opacity: 1;
    gap: 8;
    border-radius: 0px;
    padding: 0px;
    border: none;
    border-bottom: 1px solid var(--Color-Grey-Grey-300, #D2D5DB)
}

.career-how-we-help .career-Life-at-asc-group-card .card_Content {
    padding: 20px 16px 24px 16px;
}

.career-how-we-help .career-Life-at-asc-group-card h3 {
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 8px;

    color: var(--black-color--);
}
.career-how-we-help .career-Life-at-asc-group-card p {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 26px;

    color: var(--grey-color--);
}
.career-how-we-help .career-Life-at-asc-group-card img {
    width: 100%;
    max-width: 453px;
    height: 224px;
    object-fit: cover;
}
.career-how-we-help .career-Life-at-asc-group-main {
    display: grid;
    gap: 32px;
    margin-top: 16px;
    grid-template-columns: repeat(3, 1fr);
}
.career-how-we-help .career-Life-at-asc-group-card {
    width: 100%;
    max-width: 453px;
    box-shadow: 0px 8px 24px 0px #0000000A;
}

.ready_to_talk:before {
    width: 100%;
    background-image: url('/assets/img/faq-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 395px;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
}

/*(5): SERVICE-LISTING-END */


/*(6) ANTI-MONEY-LAUNDRING*/
.anti-money-laundering h3{
    font-size: 24px;
   

    font-family: 'DMSans-Regular', sans-serif;
    text-align: center;
    
    color: var(--white-color--);
    padding-top: 112px;
}
.anti-money-laundering {
    width: 100%;
    background-image: url('/assets/img/our_services/ourservies-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 466px;
    display: flex;
    align-items: center;
    background-position: 0% top;
    background-position: center 20%;
}
.anti-money-laundering .services-banner-content h1 {
    font-size: 72px;
   

    text-align: center;
    padding-top: 8px;
    
    color: var(--white-color--);
    padding-bottom: 16px;
}
.anti-money-laundering .services-banner-content p {
    font-size: 24px;
   
    font-family: 'DMSans-Regular', sans-serif;

    text-align: center;
    color: var(--white-color--);
    
    line-height: inherit;
}

.anti-money-laundering:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00122480;
    left: 0;
    top: 0;
}
.anti-money-laundering .services-banner-content {
    max-width: 966px;
    margin: auto;
}
.stay_connected{
    margin-top: 64px;
}

.key-benefits .image_card {
    width: 100%;
    height: 100%;
    gap: 12px;
    padding: 16px;
    box-shadow: 0px 8px 24px 0px #0000000A;
    max-width: 338px;
    max-height: 160px;
    min-height: fit-content;
}
.key-benefits .image_card h2{
    font-size: 24px;
   
    font-family: 'DMSans-SemiBold', sans-serif;

    padding-bottom: 8px;
    color: #000;

}
.key-benefits .image_card p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'DMSans-Regular', sans-serif;


}

.key-benefits .image_shape_box {
    width: 33px;
    height: 33px;
    background: #E5E7EA;
    display: inline-block;
    transition: 0.3s ease-in-out;
    margin-bottom: 12px;
}
.key-benefits .heading h2 {
    padding-bottom: 32px;
}
.key-benefits .benefits_img img {
    width: 100%;
    max-width: 1424px;
    height: 100%;
    max-height: 563px;
    object-fit: cover;
    background-position: center 21%;
    object-position: center 35%;
    margin-top: 32px;
}
.-key-benefits-row {
    display: flex;
    gap: 24px;
}
.legal-and-regulatory-landscape .asc-group_card p {
    font-size: 20px;
   

    font-family: 'DMSans-Regular', sans-serif;
    line-height: 24px;
}
.legal-and-regulatory-landscape   .asc-group-cards .card_icon {
    width: 32px;
    height: 32px;
    border-radius: 40px;
    padding: 10px;
}
.compliance-requirements .heading h2 {
    font-size: 40px;
   

    text-align: center;
    
    color: #3E3E3E;
    padding-bottom: 32px;
}
.compliance-requirements-card >div {
    width: 100%;
    height: 100%;
    gap: 10px;
    align-items: center;
    margin: 4px 0px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    background: var(--Color-Grey-Grey-50, #F9FAFB);
    max-width: 710px;
    min-height: 84px;
}
.compliance-requirements-card {
    width: 100%;
    max-width: 710px;
    margin: auto;
}

.compliance-requirements-cards {
    display: flex;
    align-items: center;
    gap: 4px;
}

.compliance-requirements-card h2 {
    width: 100%;
    height: 100%;
    padding: 16px 24px;
    background: #E5E7EA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
   

    text-align: center;
    font-family: 'DMSans-Bold', sans-serif;
    max-width: 710px;
    min-height: 63px;
}

.compliance-requirements-card p {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;
   
    line-height: 26px;

    color: #4D4D4D;

}
.compliance-requirements-card strong{
    font-family: 'DMSans-SemiBold', sans-serif;
}
.compliance-requirements {
    padding: 48px 0px 0px;
}
.legal-and-regulatory-landscape {
    padding: 64px 0px 0px;
}

.compliance-table th {
    width: auto;
    height: 84px;
    gap: 10px;
    align-items: center;
    margin: 4px 0px;
    padding: 16px 24px;
    background: var(--Color-Grey-Grey-200, #E5E7EA);
    max-width: 312px;
    min-width: 312px;
}
.comprehensive-aml-faq:before{
    width: 100%;
    background-image: url('./assets/img/faq-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 395px;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
}
.comprehensive-aml-faq {
    margin-top: 64px;
}
.faq-section.comprehensive-aml-faq .heading p {
    font-size: 20px;
}

.comprehensive-aml-faq .heading p {
    text-align: left;
}
.comprehensive-aml-faq .heading h4 {
    font-size: 48px;
    color: #000000;
    padding: 64px 0px 0px 0px;
}
.compliance-table td {
    width: 100%;
    max-width: 1108px;
    height: 63;
    padding: 16px 24px;
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;

    color: #4D4D4D;
    border: 2px solid var(--Color-Grey-Grey-100, #F3F4F6);
    background: var(--Color-Grey-Grey-50, #F9FAFB);
}
.compliance-table .left-heading {
    font-size: 20px;
   

    line-height: 26px;
    font-family: 'DMSans-Regular', sans-serif;
    color: #4D4D4D;

}
.compliance-table .subtitle {
    font-size: 20px;
   

    font-weight: 300;
    line-height: 26px;
    font-family: 'DMSans-Regular', sans-serif;
    color: #4D4D4D;
}

.compliance-table .bold-heading{
    font-size: 24px;
   
    font-family: 'DMSans-Bold', sans-serif;

    color: #000;

}
.compliance-table .Penalties {
    background: var(--Color-Grey-Grey-50, #F9FAFB);
}
.compliance-table td {
    border: none;
}
.compliance-table table {
    border-collapse: separate;
    border-spacing: 4px;
}
.penalties-for-non-compliance .heading h2 {
    font-size: 40px;
   

    text-align: center;
    
    color: #3E3E3E;
    padding-bottom: 32px;
    padding-top: 48px;
}
.faq-last-des p {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 24px;
   

    text-align: center;
    padding-top: 32px;
    line-height: 30px;
    color: #4B4B4B;
}
.faq-last-des strong{
    font-family: 'DMSans-Bold', sans-serif;
}
.our-streamlined-aml-process-card {
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: Spacing System/radius-xxs;
    border-width: 1px;
    border: 1px solid var(--Color-Grey-Grey-300, #D2D5DB);
    background: var(--color-white-white-100, #FFFFFF);
    max-width: 356.75px;
    min-height: 290px;
}

.our-streamlined-aml-process-cards h4{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 12px;
    font-family: 'DMSans-Regular', sans-serif;
    color:  #4B4B4B;
}


.our-streamlined-aml-process-cards h2{
    font-size: 24px;
   

    color: #000;
    padding-bottom: 12px;
    line-height: 30px;

}

.our-streamlined-aml-process-cards p{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #4B4B4B;

}
.our-streamlined-aml-process-cards .arrow-img img {
    width: 9px;
    height: 25px;
    object-fit: contain;
}
.our-streamlined-aml-process-cards {
    display: flex;
}
.our-streamlined-aml-process .heading h2 {
    padding-bottom: 64px;
}

.our-streamlined-aml-process:before {
    width: 100%;
    background-image: url('/assets/img/faq-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: max-content;
    min-height: 395px;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
}



.our-streamlined-aml-process{
    padding: 64px 0px;
}


.our-streamlined-aml-process .arrow-img {
    display: flex;
    gap: 8px;
}
.compliance-partner{
    background: #fff;
}
.compliance-partner .what-makes-us-unique_card{
    border: 1px solid var(--Color-Grey-Grey-300, #D2D5DB);
}
.compliance-partner .what-makes-us-unique_card h2{ 
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 24px;
   

    color: #000;
    line-height: 30px;
}
.compliance-partner-row {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 32px;
    row-gap: 48px;
}
.compliance-partner .heading h2 {
    color: #000;
    padding-bottom: 32px;
}
.compliance-partner {
    background: #fff;
    padding: 64px 0px;
}
.compliance-partner .faq-last-des p {
    text-align: left;
}
.stay_connected .inner-connected {
    height: 136px;
    gap: 16px;
    background: var(--Color-Secondary-Light, #FDF7E6);
    display: flex;
    align-items: center;
    padding: 24px;
}
.stay_connected .inner-connected p {
    font-size: 32px;
   
    padding-inline: 150px;

    color: #4B4B4B;
    text-align: center;
    line-height: inherit;
}
.stay_connected img {
    width: 38px;
    height: 28px;
    object-fit: contain;
}
.stay_connected .top-imge {
    left: 375px;
    position: absolute;
    top: -18px;
}

.stay_connected .bottam-img {
    right: 375px;
    position: absolute;
    bottom: -18px;
}
.anti-money-laundering-service .accordion-button::after {
    font-size: 14px;
}
.insights-on-anti-money-laundering .heading h2 {
    padding-bottom: 48px;
}
.insights-on-anti-money-laundering {
    padding: 64px 0px;
}

.frequently-asked-questions .accordion-button .icon-minus {
  display: none;
}
.frequently-asked-questions {
    padding: 64px 0px;
}

/* When open (not collapsed), show minus and hide plus */
.frequently-asked-questions .accordion-button:not(.collapsed) .icon-plus {
  display: none;
}
.frequently-asked-questions .accordion-button:not(.collapsed) .icon-minus {
  display: flex; /* ✅ Show minus icon */
}

.frequently-asked-questions .accordion-button::after {
    display: none;
}

.frequently-asked-questions .accordion-button{
    font-size: 24px;
   
    font-family: 'DMSans-Regular', sans-serif;
    color: #000;
    padding: 16px 0px;
    border: none;
     display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.frequently-asked-questions .accordion-item {
    border: none;
    border-bottom: 1px solid var(--Color-Grey-Grey-200, #E5E7EA)
}

.frequently-asked-questions .accordion-item:first-of-type>.accordion-header .accordion-button {
    background: transparent;
    border: none;
    box-shadow: 0px 0px 0px 0px;
}
.frequently-asked-questions .accordion-body{
    font-size: 20px;
   
    font-family: 'DMSans-Regular', sans-serif;

    color: #4B4B4B;
    padding: 0px 0px 16px;
    line-height: 26px;
}

.frequently-asked-questions .icon-plus, .frequently-asked-questions .icon-minus {
    width: 32px;
    height: 32px;
    padding: 5px;
    background-color: var(--Midnight-Blue);
    border-radius: 16px;
    color: var(--white-color--);
    border-width: 2px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button:not(.collapsed){
    background: transparent;
    box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
}
.accordion-button:focus{
    background: transparent;
    box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
}
.frequently-asked-questions .heading h2 {
    padding-bottom: 32px;
}
.frequently-asked-questions .icon-minus {
    background: transparent !important;
    border: 2px solid #003366;
    color: #003366;
}

.anti-money-laundering-service .service-box h5 {
    font-size: 24px;
   

    font-family: 'DMSans-SemiBold', sans-serif;
    color: var(--black-color--);
    transition: 0.5s ease-in-out;
}
.anti-money-laundering-service .service-box{
    padding: 16px;
    width: 100%;
    max-width: 458.6666564941406px;
    height: 100%;
    min-height: 64px;
    border-bottom-width: 1px;
    padding: 16px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #D2D5DB;
    display: flex;
    align-items: center;
    background: #fff;
    transition: 0.5s ease-in-out;
}
.anti-money-laundering-service .service-box:hover {
    border-color: var(--yellow-color--);
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 0px 0px;
}
.anti-money-laundering-service .service-box i {
    position: absolute;
    right: 16px;
    top: 20px;
    color: #003366;
    transition: 0.5s ease-in-out;
}
.anti-money-laundering-service .service-box:hover h5,
.anti-money-laundering-service .service-box:hover i{
    color: var(--yellow-color--);
    transition: 0.5s ease-in-out;
}
.key-benefits {
    padding: 0px 0px 64px 0px;
}
.visionary-ceo-guide .inner-green-economy .hover-heading {
    top: 47px;
}
.economy-image .for-mobile {
    display: none;
}
.green-economy .inner-green-economy .hover-card .hover-button {
    opacity: 0;
}
.green-economy .inner-green-economy .hover-card:hover .hover-button {
    opacity: 1;
    position: absolute;
    bottom: 40px;
}
.green-economy .inner-green-economy .hover-card:hover .default-button {
    opacity: 0;
}

.visionary-ceo .inner-green-economy .hover-heading {
    top: 39px;
}
.Who-we-hire .p_tag p {
    font-size: 20px;
    line-height: inherit;
    font-family: 'DMSans-Regular', sans-serif;
    text-align: center;
    
    padding-top: 32px;
    color: #3E3E3E;
}
.green-economy.visionary-ceo.mobile-show {
    display: none;
}
.insight-blog-page .insight-blogs h4 {
    font-family: 'DMSans-SemiBold', sans-serif;
    padding-top: 10px;
    font-size: 16px;
    color: #EBAD04;
}
.insight-blog-page .insight-blogs h2 {
    font-size: 28px;
    color: #000000;
    padding: 8px 0px;
    font-family: 'manrope-bold', sans-serif;

}
.insight-blog-page .insight-blogs h6 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'DMSans-Regular', sans-serif;
    color: #4B4B4B;
}
.insight-blog-page .full-blog {
    width: 100%;
    max-width: 803px;
}
.insight-blog-page .insight-blogs {
    display: flex;
    gap: 35px;
    padding-top: 40px;
}
.insight-blog-page .insight-blogs .blog-features {
    display: grid;
    gap: 0px;
    width: 100%;
    max-width: 586px;
}
.insight-blog-page .insight-blogs .inner-blog {
    display: flex;
    gap: 24px;
    height: auto;
    max-height: 129px;
    min-height: max-content;
    padding: 12px 12px 15px 12px;
}

.insight-blog-page .insight-blogs .features-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 172px;
    min-height: 102px;
    max-height: min-content;
}
.insight-blog-page .insight-blogs .blog-features h2 {
    font-size: 20px;
    color: #000000;
    padding: 8px 0px;
    font-family: 'DMSans-SemiBold', sans-serif;
}
.insight-blog-page .full-blog img {
    width: 100%;
    max-width: 803px;
}
.insight-blog-page {
    padding-top: 200px;
}
.insight-blog-page .insight-blogs .inner-blog:nth-child(3) {
    background: #F9FAFB;
    box-shadow: 0px 8px 8px -4px #13192714, 0px 4px 6px -4px #1319271F;
}

.insight-blog-page .insight-blogs .featrues-heaidng h2,
.at-a-glance .featrues-heaidng h2 {
    font-size: 32px;
    color: #000;
    padding: 0px 0px 0px 32px;
    position: relative;
    line-height: inherit;
}
.featrues-heaidng {
    margin-bottom: 12px;
}
.at-a-glance  .featrues-heaidng {
    margin-bottom: 32px;
}

.insight-blog-page .insight-blogs .featrues-heaidng h2:after,
.at-a-glance .featrues-heaidng h2:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 44px;
    background: #003366;
    left: 0;
}
.insight-blog-page .insight-blogs .featrues-heaidng h2:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background: #D9D9D980;
    width: 393px;
    height: 4px;
    right: 0;
}
.at-a-glance .featrues-heaidng h2:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background: #D9D9D980;
    width: calc(100% - 350px);
    height: 4px;
    right: 0;
}


.blog-main-list .features-list li {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 22px;
    list-style: disc;
    color: #626262;
}
.blog-main-list .features-list ul {
    padding: 0px 0px 0px 40px;
}
.blog-series .left-main-blog li {
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 20px;
    padding-bottom: 8px;
    color: #4B4B4B;
    display: flex;
    align-items: center;
    gap: 7px;
}
.blog-series .left-main-blog li:last-child {
    padding-bottom: 24px;
}


.blog-series .left-main-blog h2 {
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 24px;
    color: #000;
    padding-bottom: 12px;
}
.blog-series .left-main-blog p {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;
    color: #4B4B4B;
}
.blog-series .left-main-blog img {
    width: 100%;
    max-width: 917px;
    height: 100%;
    margin: 12px 0px 32px 0px;
    max-height: 563px;
}
.at-a-glance {
    padding: 54px 0px 84px;
}
.insight-detail-page {
    padding-bottom: 0px;
}
.blog-series .left-main-blog .featrues-heaidng h2 {
    font-size: 32px;
    color: #000;
    padding: 0px 0px 0px 32px;
    position: relative;
    line-height: inherit;
    overflow: hidden;
}
.blog-series .left-main-blog .featrues-heaidng h2:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 44px;
    background: #003366;
    left: 0;
}
.blog-series .left-main-blog .featrues-heaidng h2:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background: #D9D9D980;
    width: 610px;
    height: 4px;
    right: 0;
}
.at-a-glance .blog-series {
    display: flex;
    gap: 48px;
}
.at-a-glance .our_insights_cards {
    display: grid;
}
.insight-detail-service{
    padding: 64px 0px;
}
.insight-detail-page .heading h2 {
    padding-bottom: 0px;
}
.insight-detail-page .insight-blogs {
    padding-top: 38px;
}
.blog-main-list {
    max-width: 727px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.blog-series .left-main-blog li img {
    width: 13px;
    height: 12px;
    object-fit: contain;
    margin: 0px;
}
.insight-detail-page .breadcrumb {
  gap: 8px;
}

.insight-detail-page .breadcrumb a {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;
    color: #4B4B4B;
}

.insight-detail-page .breadcrumb a:hover {
  text-decoration: underline;
}

.insight-detail-page .separator {
  color: #000;
  font-size: 14px;
}
.insight-detail-page .heading .breadcrumb span{
    font-size: 20px;
}
.insight-detail-page .top-shape-img {
    margin-bottom: 8px;
}
.top-breadcrumb {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}
.top-breadcrumb p{
    font-size: 20px;
    font-family: 'DMSans-SemiBold', sans-serif;
    color: #003366;
    line-height: normal;
}

.top-breadcrumb p span{
    font-size: 20px;
    font-family: 'DMSans-SemiBold', sans-serif;
    color: #003366;
    line-height: inherit;
}
.top-breadcrumb p a{
    font-size: 20px;
    font-family: 'DMSans-Regular', sans-serif;
    color: #4B4B4B;
    line-height: inherit;
}
.insight-detail-page  .featrues-heaidng {
    margin-bottom: 16px;
}
.at-a-glance .left-main-blog {
    width: 100%;
    max-width: 917px;
}
.blog-series-right.our_insights {
    width: 100%;
    max-width: 459px;
}
.case-study-main {
    min-height: 396px;
    background-position: center 37%;
}
.case-study-main .services-banner-content h1 {
    padding-top: 96px;
    padding-bottom: 0px;
}
.case-study-services .consulting-services-according {
    padding-top: 0px;
}
.case-study-services{
    padding: 124px 0px;
}
.case-study-business .business-date {
    width: 100%;
    height: 100%;
    border-right-width: 1px;
    padding: 16px;
    max-width: 170px;
    min-height: 85px;
    background: #F9FAFB;
    border-right: 1px solid #CACACA;
    transition: 0.3s ease-in-out;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.case-study-business .business-date h3{
    font-family: 'DMSans-SemiBold', sans-serif;
    color: #090909;
    font-size: 16px;
}

.case-study-business .business-date h4{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #535353;
}

.case-study-business .business-content h2{
    font-size: 28px;
    color: #000;
    padding-bottom: 16px;
}

.case-study-business .business-content a {
    font-size: 18px;
    color: #003366;
    line-height: 24px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 2px;
}
.case-study-business .business-content a img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.case-study-business .business-content a:hover img {
    transform: translateX(10px);
}
.insights-page .case-study-business {
    display: flex;
    transition: 0.3s ease-in-out;
    justify-content: normal;
    margin-bottom: 24px;
    gap: 24px;
}
.insights-page .case-study-business:last-child{
    margin-bottom: 0px;
}
.insights-page .case-study-business .business-content {
    text-align: left;
}
.insights-page .case-study-business:hover .business-date {
    background: #003366;
    transition: 0.3s ease-in-out;
}
.insights-page .case-study-business:hover .business-date h3,
.insights-page .case-study-business:hover .business-date h4{
    color: #fff;
    transition: 0.3s ease-in-out;
}
@keyframes bounce-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(0);
    }
}

.insights-page .case-study-business .business-content h2 {
    transition: color 0.5s ease;
}

.insights-page .case-study-business:hover .business-content h2 {
    color: #003366;
    animation: bounce-down 0.5s ease;
}

.case-studt-business-plan .left-main-blog {
    width: 100%;
    max-width: 1424px;
    margin: auto;
}
.blog-series .left-main-blog img {
    max-width: 1424px;
    object-fit: cover;
}
.case-study-details-page-service {
    padding: 48px 0px 84px 0px;
}
.case-studt-business-plan{
    padding: 54px 0px 0px;
}
.pdf-hover-img {
    position: absolute;
    left: 30px;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}
.consulting-services .service-card:hover .pdf-img {
    visibility: hidden;
    transition: 0.5s ease-in-out;
}
.consulting-services .service-card:hover .pdf-hover-img {
    visibility: initial;
    transition: 0.5s ease-in-out;
}
.reports-banner{
    background-image: url('/assets/img/insights/reports-banner.jpg');
    min-height: 338px;
    padding-bottom: 0px;
}
.case-study-report .service-cards .row {
    row-gap: 0px;
}
.reports-banner .services-banner-content h1 {
    text-align: left;
    padding: 120px 0px 100px;
}
body .reports-banner:before{
   background: linear-gradient(270deg, rgba(0, 31, 61, 0) 0%, #001224 100%); 
}
.case-study-report .consulting-services .service-cards {
    padding-top: 0px;
}
.case-study-report{
    padding-bottom: 72px;
}

.contact_us_map .map-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.contact_us_map .map-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background: #FFA500;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    transform: translate(-50%, -50%);
    box-shadow: 
        0 0 0 4px rgba(255, 165, 0, 0.3),
        0 0 0 8px rgba(255, 165, 0, 0.2),
        0 0 0 12px rgba(255, 165, 0, 0.1);
}

.contact_us_map .map-dot .pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  background-color: rgba(255, 165, 0, 0.5);
  top: 0;
  left: 0;
  z-index: -1;
}

.contact_us_map .map-popup::after {
  content: '';
  position: absolute;
  top: 100%; /* place at bottom of popup */
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.contact_us_map .map-dot .pulse::after {
  width: 40px;
  height: 40px;
  background: rgba(247, 167, 0, 0.15);
}
.contact_us_map  .map-dot .pulse::before {
  width: 20px;
  height: 20px;
  background: rgba(247, 167, 0, 0.3);
}

.map-dot .pulse::before,
.map-dot .pulse::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(247, 167, 0, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.contact_us_map .map-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 16px 22px;
    border-radius: 8px;
    z-index: 999;
    display: none;
    width: 100vw;
    max-width: 344px;
    box-shadow: 0px 16.69px 22.25px -5.56px rgba(16, 24, 40, 0.08);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Show popup on hover */
.contact_us_map .map-dot:hover .map-popup {
    display: flex;
}



.contact_us_map .map-popup::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.contact_us_map .map-popup .flag img {
    width: 44px;
    height: 44px;
    object-fit: cover; 
    border-radius: 50%; 
}
.contact_us_map .map-popup h4 {
    font-size: 28px;
    text-align: center;
    padding: 11px 0px 5px 0px;
    color: #344054;
}
.contact_us_map .map-popup p {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #667085;
    padding: 0px;
}
.copyright_content ul li a {
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.copyright_content li {
    display: inline-block;
    padding-right: 16px;
}
.copyright_content li:last-child {
    padding: 0px;
}
.site_footer .copyright_content p span {
    color: #fff;
    font-family: 'DMSans-SemiBold', sans-serif;
}
.privacy_policy_content .inner-policy-content {
  display: flex;
  gap: 32px;
}

.privacy_policy_content .policy-tabs {
  width: 100%;
  max-width: 294px;
  height: 100%;
  min-height: 95px;
  background: #FDFDFD;
}

.privacy_policy_content .policy-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.privacy_policy_content .policy-tabs li{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #4B4B4B;
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #EFEFEF66
}

.privacy_policy_content .policy-tabs li.tab.active {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #FFAA00;
   border-left: 4px solid #FFAA00;
  background: #fffef6;

}
.policy_main_content .tab-content {
  display: none;
}

.policy_main_content .tab-content.active {
  display: block;
}
.policy_main_content .tab-content h2{
    font-size: 64px;
    color: #000;
    padding-bottom: 8px;
}
.policy_main_content .tab-content h3{
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 24px;
    color: #000;
    position: relative;
}
.policy_main_content .tab-content h3:before {
    position: absolute;
    content: '';
    width: 460px;
    height: 1px;
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(90deg, #D2D5DB 0%, rgba(255, 255, 255, 0.1) 100%);
    border-image-slice: 1;
    bottom: -14px;
}
.policy_main_content .tab-content p{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;
    color: #4B4B4B;
    padding-bottom: 32px;
}
.policy_main_content .tab-content li{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 20px;
    color: #4B4B4B;
    list-style: disc;
}
.policy_main_content .tab-content ul {
    padding-left: 36px;
}

.policy_main_content .tab-content h4{
    font-family: 'DMSans-SemiBold', sans-serif;
    font-size: 24px;
    color: #000;
    padding-bottom: 12px;
}
.policy_main_content .tab-content  .inner-list {
    padding-left: 68px;
}
.policy_main_content .tab-content .inner-list li:last-child {
    padding-bottom: 32px;
}
.policy_main_content .tab-content a{
    font-size: 24px;
    text-decoration: underline;
    font-family: 'DMSans-Regular', sans-serif;
    color: #000;
}
.policy_main_content .tab-content h5,
.policy_main_content .tab-content b{
    font-size: 24px;
    font-family: 'DMSans-Regular', sans-serif;
    font-weight: 400;
    color: #000;
}
.privacy_policy_content .policy_main_content {
    width: 100%;
    max-width: 1098px;
}

.policy_main_content .tab-content span {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: inherit;
}
.navbar-nav .mobile-toggle-consult,
.navbar-nav .social-icons-mobile-toggle,
.social-icons-mobile-toggle-logo,
.social-icons-mobile-close{
    display: none;
}
.mobile-toggle-consult button {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    color: var(--white-color--);
    background-color: var(--yellow-color--);
    padding: 16px 24px 16px 24px;
    transition: 0.3s ease-in-out;
    gap: 12px;
    max-width: max-content;
    min-height: 40px;
    max-width: 136px;
    max-height: 40px;
}
.navbar-nav  .nav-item.social-icons-mobile-toggle img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.social-icons-mobile-toggle a {
    display: inline-block;
    margin: 0 5px;
}
.mobile-toggle-consult button {
    background-color: #ffc107;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
}
.navbar-nav  .nav-item.social-icons-mobile-toggle {
    text-align: left;
    margin-top: 32px;
}
.navbar-nav  .social-icons-mobile-toggle-logo img {
    width: 74px;
    height: 32px;
    object-fit: cover;
}
.navbar-nav .social-icons-mobile-toggle-logo {
    text-align: left;
    margin-bottom: 32px;
}
.navbar-nav .social-icons-mobile-close {
    right: 0;
}
.navbar .mobile-custom-toggle {
    width: 24px;
    height: 16px;
    object-fit: contain;
    margin-right: 4px;
}
.footer-popup .thanks-check {
    background: #43B75D;
    width: 100%;
    height: 100%;
    max-width: 48px;
    max-height: 48px;
    border-radius: 40px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}
.footer-popup .thanks-check img {
    width: 100%;
    height: 100%;
    max-width: 28px;
}
.footer-popup .modal-content .btn-close {
    position: absolute;
    top: -25px;
    padding: 0px;
    right: -15px;
}
.footer-popup .modal-content {
    text-align: center;
    padding: 54px;
    background: #fff;
    display: block;
}
.footer-popup .modal-content h5{
    font-size: 40px;
    color: #000;
}
.footer-popup .modal-content h3{
    font-size: 20px;
    font-family: 'DMSans-SemiBold', sans-serif;
    color: #3E3E3E;
    padding: 10px 0px 16px 0px;
}
.footer-popup .modal-content p{
    font-family: 'DMSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #3E3E3E;
}
/* Remove Bootstrap's default vertical offset */
.footer-popup .fade .modal-dialog {
    transform: none !important;
}

/* Force modal center position */
.footer-popup .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 343px;
}
.ts-control, .ts-wrapper.single.input-active .ts-control:focus-visible {
    outline-color: var(--yellow-color--);
}
.footer-popup .modal-content .btn-close:focus {
    border: none;
    outline: none;
    box-shadow: 0px 0px 0px 0px !important;
}
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
    cursor: pointer;
    margin-bottom: 32px;
    z-index: 1;
    width: 100%;
    height: 48px;
    border-width: 1.5px;
    padding: 12px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'DMSans-Regular', sans-serif;
    line-height: 24px;
    cursor: pointer;
    border: 1.5px solid #E5E7EA;
    max-width: 632px;
}

.search-left-border:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    background: #E5E7EA;
    top: 7px;
    left: 0px;
}

.careers .slick-dots li {
    width: 0px !important;
    margin: 0px 7px !important;
    
}
.careers .slick-dots li:first-child {
    margin-left: 0px !important;
}
.ts-dropdown .ts-dropdown-content {
    font-family: 'DMSans-Regular', sans-serif;
}
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
    font-size: 14px;
    color: #9EA2AE;
}
.card_icon {
    margin-bottom: 20px;
}
.our_insights .insights-card .insight-card-span-mob {
    display: none;
}

/* MEDIA-QUERIES-RESPONCIVE */
@media only screen and (max-width: 768px) {
body .home-page-banner .banner-content h1 {
    font-size: 32px;
    line-height: inherit;
    padding-top: inherit;
    padding-top: 15px;
}
.our_insights .insights-card .insight-card-span-desktop {
    display: none;
}
.our_insights .insights-card .insight-card-span-mob {
    display: block;
}
.cust-row {
    max-width: 100%;
}
.contact_form .contact-us-about-section {
    text-align: center;
}

.career-Life-at-asc-group.our-commitment.consulting-experience:before{
    width: 100%;
    background-image: url(/assets/img/faq-shape.png);
    height: 100%;
    min-height: 395px;
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: max-content;
}

.privacy_policy_content .policy-tabs li {
    font-size: 14px;
}

.contact_form  .error-message.text-danger {
    font-size: 12px;
}

.contact_form  .form-wrapper textarea {
    font-size: 14px;
}

.counteries-content button {
    width: 100%;
    height: 48px;
    max-width: 180px;
}
.counter-box-back {
    align-items: flex-start;
    padding: 14px;
}

.contact_us_map .map-dot {
    width: 12px;
    height: 12px;
}
.careers .heading p {
    font-size: 16px;
}
.contact_form  .form-wrapper label {
    font-size: 14px;
}
.contact_form  .form-wrapper input {
    font-size: 14px;
}

.footer-popup .modal-dialog {
    max-height: max-content;
    max-width: 280px;
}

.footer-popup .modal-content {
    padding: 34px;
    max-height: -webkit-fill-available;
}
.footer-popup .modal-content .btn-close {
    top: 0px;
    right: 10px;
}
.footer-popup .thanks-check {
    max-width: 38px;
    max-height: 38px;
    min-height: 38px;
}
.footer-popup .thanks-check img {
    max-width: 18px;
}

.footer-popup .modal-content h5 {
    font-size: 24px;
}
.footer-popup .modal-content h3 {
    font-size: 16px;
    padding: 6px 0px 8px 0px;
}
.footer-popup .modal-content p {
    font-size: 14px;
    line-height: inherit;
}
.footer-popup .modal-content {
    padding: 20px 16px;
}
.carrer_description button {
    width: auto;
    height: 32px;
    margin-top: 12px;
    padding: 8px 12px;
    font-size: 12px;
}
.main-white-navbar .navbar .mobile-custom-toggle {
    filter: invert(1) brightness(1000);
}
.consulting-services .service-card {
    min-height: 230px;
}
.consulting-services .service-card h2{
        line-height: normal;
}
.service-slider .slick-slide {
    margin-right: 10px !important;
}
.consulting-services .service-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.contact_us_map .map-popup {
    padding: 12px 12px;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 0px 0px;
    top: -30px;
}

.mobile-toggle-consult {
    margin-top: 32px;
}
.navbar .contact-us-link.nav-item a.nav-link {
    padding-bottom: 0px;
}
.our_Insights.consulting-experience .insights-slider .slick-slide {
    margin-right: 10px !important; 
    padding-inline: 0 !important;
}
.navbar-nav .mobile-toggle-consult,
.navbar-nav .social-icons-mobile-toggle,
.social-icons-mobile-toggle-logo,
.social-icons-mobile-close {
    display: block;
}

.navbar .navbar-collapse {
    background: #fff;
    width: 100%;
    padding: 16px;
}
.navbar  .bottam_nav_menu li a {
    display: none;
}
.navbar .nav-item a.nav-link {
    font-size: 16px;
    color: #000;
    text-align: left;
    padding-inline: 0px;
    font-family: 'manrope-semibold', sans-serif;
    padding-bottom: 16px;
    padding-top: 0px;
}
.navbar  .navbar-brand.d-flex.align-items-center {
    padding: 0px !important;
    position: absolute;
    left: 38px;
}
.navbar .translate-middle-x {
    top: -13px;
    z-index: 9;
}
.navbar .bottam_nav_menu.d-block.d-lg-none.mt-3 {
    display: none !important;
}
.navbar-toggler img:focus, .navbar-toggler img:focus-visible {
    border: none;
    outline: none;
}
.navbar .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0px 0px 0px 0px;
}

.privacy_policy_content .policy_main_content {
    max-width: -webkit-fill-available;
}
.privacy_policy_content .policy-tabs {
    max-width: -webkit-fill-available;
}
.policy_main_content .tab-content h2 {
    font-size: 24px;
}
.policy_main_content .tab-content h3:before {
    width: calc(100% - 50px);
}
.policy_main_content .tab-content h3 {
    font-size: 16px;
}
.copyright_content ul li a {
    font-size: 14px;
}
.counter-box-front, .counter-box-back {
    max-width: -webkit-fill-available;
}
.site_footer .copy_right .row {
    display: grid;
    gap: 10px;
}
.policy_main_content .tab-content p {
    font-size: 14px;
    padding-bottom: 16px;
}
.policy_main_content .tab-content h4 {
    font-size: 16px;
    padding-bottom: 6px;
}
.policy_main_content .tab-content li {
    font-size: 14px;
}
.policy_main_content .tab-content li:last-child {
    padding-bottom: 0px;
}
.policy_main_content .tab-content .inner-list li:last-child {
    padding-bottom: 16px;
}
.policy_main_content .tab-content h5, .policy_main_content .tab-content b {
    font-size: 14px;
}
.policy_main_content .tab-content a {
    font-size: 14px;
}
.policy_main_content .tab-content span {
    font-size: 14px;
}

.contact_us_map .map-popup h4 {
    font-size: 16px;
    padding: 6px 0px 3px 0px;
}
.contact_us_map .map-popup p {
    font-size: 12px;
    line-height: initial;
}
.contact_us_map .map-popup .flag img {
    width: 34px;
    height: 34px;
}
.Life-at-asc-group .Life-at-asc-group-card img {
    height: calc(320px - 108px);
}

.about-counter .heading p {
    font-size: 16px;
    padding-bottom: 0px;
}
.Life-at-asc-group .Life-at-asc-group-card {
    max-height: -webkit-fill-available;
    max-width: 100%;
}
.contact_form  .iti__country-list {
    min-width: fit-content;
}
.reports-banner .services-banner-content h1 {
    padding: 120px 0px 0px;
}

.case-study-business .business-content a {
    font-size: 14px;
    line-height: inherit;

}
.contact_form  .form-wrapper {
    border: none;
}

.contact_form .row {
    padding: 0px;
    margin-inline: 0px;
}
.contact_form .address_form-main {
    margin-right: 0px;
}
.contact_form .row {
    border: none;
}
.form-addrees .form-addrees-mobile-none {
    display: none;
}

.case-study-business .business-date {
    min-height: max-content;
}
.insights-page .case-study-business {
    gap: 18px;
}
.insights-page .insight-tabs {
    margin-top: 24px;
}
.case-study-business .business-content h2 {
    font-size: 14px;
    padding-bottom: 8px;
    line-height: inherit;
}

.blog-series-right.our_insights {
    max-width: -webkit-fill-available;
}
.case-study-services {
    padding: 64px 12px !important;
}

.insight-blog-page .insight-blogs {
    display: grid;
    gap: 24px;
}
.insight-blog-page .insight-blogs h2 {
    font-size: 20px;
    line-height: inherit;
}
.insight-blog-page .insight-blogs .featrues-heaidng h2,
.at-a-glance .featrues-heaidng h2 {
    font-size: 18px;
    padding: 0px 0px 0px 24px;
    position: relative;
}

.insight-blog-page .insight-blogs .inner-blog {
    max-height: -webkit-fill-available;
}

.anti-money-laundering .services-banner-content p {
    font-size: 16px;
    line-height: inherit;
}
.legal-and-regulatory-landscape {
    padding: 0px 4px 0px 4px;
}
.legal-and-regulatory-landscape .heading h2 {
    padding-bottom: 0px;
}
.compliance-requirements .heading h2 {
    font-size: 24px;
}
.compliance-requirements-card h2 {
    font-size: 20px;
}
.compliance-requirements-card p {
    font-size: 16px;
    line-height: inherit;
}
.penalties-for-non-compliance .heading h2 {
    font-size: 24px;
}
.compliance-table .bold-heading {
    font-size: 20px;
    line-height: inherit;
}
.compliance-table .left-heading {
    font-size: 16px;
    line-height: inherit;
}
.compliance-table .subtitle {
    font-size: 16px;
    line-height: inherit;
}

.compliance-table td {
    font-size: 16px;
    line-height: inherit;
}
.comprehensive-aml-faq {
    margin-top: 0px;
    padding-inline: 4px;
}
.faq-section.comprehensive-aml-faq .heading p {
    font-size: 16px;
}
.compliance-requirements {
    padding: 48px 4px 4px;
}
.comprehensive-aml-faq .heading h4 {
    font-size: 32px;
}
.comprehensive-aml-faq .accordion-button {
    font-size: 18px;
}
.our-streamlined-aml-process {
    padding: 0px 0px 0px;
}
.our-streamlined-aml-process .heading h2 {
    padding-bottom: 24px;
}
.compliance-partner.what-makes-us-unique .heading h2 {
    padding-bottom: 50px;
}
.stay_connected .top-imge {
    left: 350px;
}
.stay_connected .bottam-img {
    right: 350px;
}
.frequently-asked-questions {
    padding-top: 0px;
}
.frequently-asked-questions .accordion-button {
    font-size: 16px;
    line-height: inherit;
}

.our_insights .insights-card:hover .hover-line {
    display: block;
    transform: translateY(0px);
    padding-bottom: 16px;
    transition: 0.5s ease-in-out;
    padding-bottom: 0px;
}
.our_insights .insights-card .hover-line {
    font-size: 16px;
    line-height: inherit;
    padding: 0px;
}
.ready_to_talk:before {
    background-position: initial;
    background-repeat: unset;
    background-size: contain;
}
.compliance-requirements-cards {
    display: grid;
}
.compliance-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scrolling for iOS */
  }

.compliance-table table {
    min-width: 600px; /* or however wide your content requires */
}
.compliance-table {
    display: block;
}

.our-streamlined-aml-process-cards {
    display: grid;
}
.compliance-partner-row {
    grid-template-columns: repeat(1, 2fr);
    row-gap: 32px;
}
.stay_connected .inner-connected p {
    font-size: 14px;
    padding-inline: 0px;
    color: #4B4B4B;
}
.faq-last-des p {
    font-size: 18px;
    line-height: inherit;
}
.compliance-partner {
    padding: 32px 0px;
}
.stay_connected {
    margin-top: 32px;
}
.insights-on-anti-money-laundering .heading h2 {
    padding-bottom: 32px;
}


.inner-tab-accorion-row {
    grid-template-columns: repeat(1, 2fr);
    gap: 24px;
}
.comprehensive-aml-faq .accordion-item {
    max-width: -webkit-fill-available;
}

.careers-ready-talk .inner-green-economy h2 {
    font-size: 34px;
}
.careers-ready-talk .inner-green-economy h3 {
    font-size: 20px;
}
.green-economy.visionary-ceo.mobile-show {
    display: block;
}
.economy-image .for-mobile {
    display: block;
}
.economy-image .for-desktop{
     display: none;
}
.green-economy .inner-green-economy h2 {
     font-family: 'DMSans-SemiBold', sans-serif;
}
.green-economy .economy-image img {
    max-width: -webkit-fill-available;
    max-height: min-content;
}
.Life-at-asc-group .heading p {
    padding-bottom: 0px;
}

.Life-at-asc-group .heading p {
    text-align: left;
}
.consulting-experience .counter-card::after {
    right: 0px;
    height: 51px;
}
.consulting-services .service-card::before {
    width: 100%;
}
.our-insights-card:hover p {
    transform: translate(0%, -15%);
}
.contact_form  .form-wrapper textarea {
    line-height: initial;
}
.Let_s_help_bg .cust-row {
    grid-template-columns: repeat(2, 1fr);
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    flex-wrap: nowrap;
}
.our-guiding.our-commitment.consulting-experience .heading h2 {
    font-size: 24px;
}
.our-guiding.our-commitment.consulting-experience .heading p {
    font-size: 16px;
}
.what-makes-us-unique .heading h2 {
    font-size: 24px;
}
.about-description p {
    font-size: 14px;
}

.contact_form  .form-wrapper button {
    width: 85px;
    height: 32px;
    padding: 8px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-text {
    font-size: 30px;
    line-height: 36px;

    color: var(--black-color--);
    
    padding-bottom: 16px;
}


.Let_s_help {
    background-size: 200%;
    background-position: center;
    background-position: calc(50% + -38%), center;
    background-position: calc(50% + -38%) calc(50% - 4%);
}
.home-page-banner .banner-content p {
    font-size: 14px;
    line-height: 24px;
}
.home-page-banner {
    min-height: 456px;
    padding-inline: 4px;
    padding-top: 104px;
    padding-bottom: 61px;
} 
.consulting-services .service-cards {
    padding-top: 16px;
}
.consulting-services {
    padding-inline: 12px;
}
.Let_s_help_bg .counteries .row {
    max-width: 100%;
    margin: auto;
    row-gap: 2px;
}
.site_footer {
    padding: 24px 4px;
}
.site_footer .footer_input p {
    font-size: 14px;
    line-height: inherit;
}
.home-page-banner button {
    width: 100%;
    max-width: 331px;
    min-width: -webkit-fill-available;
    height: 40px;
    font-size: 14px;
    font-family: 'manrope-medium', sans-serif;
    justify-content: space-between;
    padding: 16px 16px 16px 16px;
}
.site_footer .footer_input input {
    width: 248px;
    font-size: 12px;
    height: 32px;
}
.site_footer  .footer_input button {
    width: 103px;
    height: 32px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    gap: 7px;
    font-size: 12px;
}
.site_footer .footer_input button img {
    width: 10px;
    height: 10px;
    object-fit: cover;
}
.footer_logo_section {
    margin-top: 24px;
}
.home-page-banner .banner-content h2 {
    width: 132px;
    font-family: 'DMSans-Regular', sans-serif;
    height: 24px;
    padding: 4px 16px;
    font-size: 14px;
}
.footer_logo_section .footer-logo {
    width: 93px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 8px;
}
.footer_logo_section p {
    font-size: 14px;
    line-height: 22px;
}
.social_media img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.heading h2 {
    font-size: 24px;
    font-family: 'manrope-bold', sans-serif;
    padding-bottom: 8px;
}
.heading h3 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;

}
.heading p {
    font-size: 12px;
    line-height: inherit;
}
.contact_form .heading h2 {
    font-size: 24px;
    font-family: 'manrope-bold', sans-serif;
    padding-bottom: 8px;
    text-align: left;
}
section {
    padding: 32px 4px;
}
.our_Insights {
    padding-inline: 4px;
}

.our-commitment-card {
    padding-top: 24px;
}
.our-commitment .our-commitment-card-inner-card {
    width: 100%;
    max-height: -webkit-fill-available;
}
.our-commitment .our-commitment-card-inner-card h2 {
    font-size: 16px;
    text-align: left;
    font-family: 'DMSans-SemiBold', sans-serif;
}
.our-commitment-card-inner-card img {
    margin-left: 0;
}
.our-commitment .our-commitment-card-inner-card p {
    font-size: 16px;
    text-align: left;
}
.our-commitment-card .row {
    row-gap: 24px;
}
.our-insights-cards.consulting-services {
    margin-top: 48px;
}
.our-insights-cards.consulting-services  .slick-dots {
    display: none !important;
}
.our-insights-cards.consulting-services .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.counter-box {
    height: auto;
}
.consulting-experience .counter-box .counter-card h2 {
    font-size: 24px;;
}
.consulting-experience .counter-box .counter-card p {
    font-size: 10px;
    line-height: 12px;
    text-transform: capitalize;
}
.consulting-experience .home-page-counter  .row {
    row-gap: 16px;
}
.service-cards .slick-dots {
    display: none !important;
}
.consulting-services .service-card {
    width: 100%;
    max-width: 100%;
    /* min-height: 205px; */
    height: 100%;
    padding: 24px 16px;
}
.consulting-services .service-card h2 {
    font-size: 18px;
    color: #000;
    font-family: 'DMSans-Medium',sans-serif;
}
.consulting-services .service-card p {
    line-height: inherit;
    font-size: 14px;
    opacity: 1;
}
.consulting-services .service-card a:hover img {
    transform: translateX(5px);
}
.consulting-services .service-card img {
    width: 18px;
    height: 18px;
}
.consulting-services .service-card a {
    font-size: 14px;
    bottom: 15px;
}
.Let_s_help .counteries-content {
    padding-left: 0px;
}
.counteries-content h2 {
    font-size: 32px;
    line-height: 46px;
}
.Let_s_help_bg .counter-box {
    height: 100%;
    min-height: 108px;
    width: 100%;
    min-width: -webkit-fill-available;
}
.Let_s_help .counteries {
    padding-right: 0px;
}
.Let_s_help_bg {
    padding: 32px 16px;
}
.Let_s_help .counter-box h3, .Let_s_help .counter-box h4 {
    font-size: 14px;
}
.Let_s_help .counter-box-back h4 {
    margin-bottom: 2px;
}
.Let_s_help .counter-box p {
    font-size: 11px;
    line-height: initial;
}
.footer_menu li a {
    font-size: 14px;
    text-transform: capitalize;
}
.footer_menu li:last-child {
    padding-left: 0px;
}
.footer_menu li {
    padding-inline: 6px;
}
.footer_menu ul {
    margin-top: 24px;
}
.site_footer .copy_right {
    margin-top: 17px;
}
.site_footer .copyright_content p {
    font-size: 14px;
   
}

  .site_footer .order-change-1 {
    order: -1;
  }
.navbar .navbar-brand img {
    width: 74px;
    height: 32px;
    padding-bottom: 0px;
}
.navbar {
    border-bottom: 1px solid #FFFFFF33;
    min-height: 48px;
    height: auto;
}
.banner-btn:before {
    width: 100%;
}
.top-shape-img {
    width: 82px;
    height: 10px;
    margin-bottom: 8px;
}
.description {
    margin-top: 24px;
}
.services-banner:before {
    background: linear-gradient(0deg, rgba(0, 31, 61, 0) 0%, #001224 100%);
}
.consulting-experience .home-page-counter {
    padding: 8px 0px 32px;
}
.navbar .header-btn  .Secondary {
    width: 100%;
    height: 28px;
    font-size: 12px;
    padding: 8px 16px;
    min-width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .search-icon  .lang-icon {
    width: 18px;
    height: 18px;
    object-fit: cover;
}
.our-insights-card {
    width: 100%;
    box-shadow: 0px 0px 0px 0px;
    max-width: -webkit-fill-available;
}

.home-page-counter .col-4.col-md-4.col-lg-2 {
    padding-inline: 0px;
}

.consulting-services:before {
    background-position: initial;
    background-size: contain;
}
.contact_form .form-addrees {
    width: 100%;
    min-width: fit-content;
    padding: 24px 0px;
}
.contact_form  .form-wrapper input {
    width: 100%;
    min-width: fit-content;
}
.contact_form form {
    width: 100%;
    margin-top: 0px;
    border: none;
    padding: 0px;
}
.form-addrees.border-none {
    border-top: none;
}
.contact_us_map .map-image {
    max-width: 100%;
}

.contact_form  .form-wrapper textarea {
    width: 100%;
    min-width: fit-content;
}
.services-banner .services-banner-content h1 {
    font-size: 32px;
    padding-top: 120px;
}
.contact_form .address_form-main p {
    font-size: 14px;
}
.contact_form .address_form-main a {
    font-size: 14px;
    line-height: 16px;
}
.services-banner .services-banner-content p {
    font-size: 14px;
    line-height: inherit;
}
.contact_form  .form-wrapper {
    padding-left: 0px;
    margin-top: 32px;
}
.contact_form .heading p {
    font-size: 14px;
    line-height: 24px;
}
.contact_form .address_form-main h2 {
    font-size: 20px;
}
.what-makes-us-unique .row {
    row-gap: 56px;
}
.careers  .carrer_image img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
.about-banner .services-banner-content h1 {
    font-size: 32px;
    padding-top: 0px;
    padding-bottom: 8px;
}
.about-banner h3 {
    font-size: 14px;
}
.about-banner .services-banner-content p {
    font-size: 12px;
    line-height: inherit;
}
.about-banner:before {
    background: linear-gradient(0deg, rgba(0, 31, 61, 0) 0%, #001224 100%);
}
.about-banner h3 {
    padding-top: 120px;
}
.about-banner,
.service-listing,
.anti-money-laundering {
    min-height: 316px;
    padding-bottom: 72px;
    background-image: url('/assets/img/about-us/about-us-mobile-img.jpg');
}

.service-listing:before {
    background: linear-gradient(0deg, rgba(0, 31, 61, 0) 0%, #001224 100%);
}

.about-counter .home-page-counter {
    margin-top: 16px;
}
.our-guiding:before {
    background-position: initial;
    background-size: contain;
}
.what-makes-us-unique .heading p {
    font-size: 16px;
    padding-bottom: 32px;
}
.what-makes-us-unique .what-makes-us-unique_card {
    padding: 32px 16px 24px 16px;
    width: 100%;
    max-width: -webkit-fill-available;

}
.what-makes-us-unique .what-makes-us-unique_card h2 {
    font-size: 16px;
}
.what-makes-us-unique .what-makes-us-unique_card p {
    font-size: 14px;
}

.green-economy .inner-green-economy h2 {
    font-size: 24px;
    line-height: inherit;
}
.green-economy .inner-green-economy p {
    font-size: 14px;
    line-height: initial;
}

.green-economy .inner-green-economy {
    padding: 16px;
}
.Life-at-asc-group .Life-at-asc-group-card {
    display: grid;
    padding: 0px;
    gap: 0px;
}
.green-economy .inner-green-economy button img {
    width: 24px;
    height: 24px;
    object-fit: none;
}

.Life-at-asc-group .Life-at-asc-group-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center 40%;
}
.Life-at-asc-group .Life-at-asc-group-card h2 {
    font-size: 16px;
    padding-bottom: 8px;
}
.Life-at-asc-group .Life-at-asc-group-card p {
    font-size: 14px;
}
.Life-at-asc-group .Life-at-asc-group-card .card-content {
    padding: 16px 16px 24px 16px;
}
.our_insights_cards {
    display: grid;
    gap: 24px;
}
.our_insights .insights-card .card_image {
    width: 100%;
    height: auto;
    object-position: center 0%;
    min-height: 203px;
}
.our_insights .insights-card h3 {
    line-height: 24px;
    padding: 24px 0px 12px 0px;
}
.our_insights .insights-card span {
    width: auto;
    height: 29px;
    padding: 5px 6px;
    font-size: 12px;
}
.our_insights .insights-card a {
    margin-top: 12px;
}
.ready_to_talk .inner-green-economy {
    width: 100%;
    height: 408;
    padding: 32px 16px;
}
.consulting-services .consulting-services-according .accordion-item {
    width: 100%;
}
.our_insights .insights-card {
    width: 100%;
}
.ready_to_talk .inner-green-economy h2 {
    font-size: 24px;
}
.ready_to_talk .economy-content {
    padding-right: 0px;
}
.ready_to_talk .inner-green-economy .custom-select-dropdown {
    padding: 11px 8px;
}
.ready_to_talk .input_content {
    padding-left: 0px;
    padding-top: 12px;
}
.ready_to_talk .inner-green-economy .input_content p {
    font-size: 14px;
    line-height: 24px;
}
.ready_to_talk .inner-green-economy  button {
    width: 139px;
    height: 32px;
    padding: 8px 12px;
    font-size: 12px;
}
.ready_to_talk .input_content input {
    font-size: 14px;
}
.anti-money-laundering .services-banner-content h1 {
    font-size: 32px;

}
.carrer-about {
    padding: 32px 4px 32px 4px;
}

.consulting-services .consulting-services-according .accordion-button {
    font-size: 18px;
}
.consulting-services-according {
    padding-top: 41px;
}
.about-us_service {
    padding-inline: 0px;
}
.careers .testimonial-slider {
    width: 100%;
    height: auto;
    bottom: -80px;
    max-width: 401px;
    right: 22px;
}
.careers .testimonial-slider h3 {
    font-size: 10px;
}
.careers .testimonial-slider p {
    font-size: 8px;
}
.careers .carrer_image .testimonial-slider img {
    width: 72px;
    height: 52px;
}
.careers .testimonial-slider {
    padding: 12px 5px 24px 5px;
    max-width: 239px;
}
.careers .carrer_description p {
    font-size: 16px;
   
    margin-top: 77px;
    padding-top: 0px;
}
.careers .testimonial-slider .slider-main .client_info {
    width: 250px;
}
.careers-ready-talk .inner-green-economy h3 {
    font-size: 16px;
}
.ready_to_talk .inner-green-economy .economy-content p {
    font-size: 14px;
    line-height: 24px;
}
.ready_to_talk .selected-option {
    font-size: 14px;
}
.ready_to_talk .dropdown-options li {
    font-size: 14px;
}

.careers .testimonial-slider span {
    font-size: 14px;
    line-height: inherit;
}
.careers .testimonial-slider .slick-dots li button:before {
    font-size: 6px;
}
.careers .testimonial-slider .slick-dots {
    bottom: 2px;
    left: 0;
}
.careers .testimonial-slider p {
    padding: 8px 0px 0px 0px;
}
.green-economy .inner-green-economy  button {
    width: 169px;
    height: 32px;
    padding: 16px 10px;
    font-size: 12px;

}
.green-economy .economy-image img {
    margin-bottom: 12px;
}
/*.hover-card {
    position: initial;
}*/
.green-economy .inner-green-economy .hover-card:hover .default-heading, .green-economy .inner-green-economy .hover-card:hover .default-image {
    opacity: 1;
}

.our_insights .read-more-btn button {
    display: none;
}
.Life-at-asc-group:before, .careers::before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
}
section.our_insights {
    padding-bottom: 0px;
}
.asc-group  .heading h2 {
    font-size: 24px;
    }
.heading span {
    font-size: 16px;
}
.asc-group .asc-group_card {
    padding: 16px;
}
.asc-group .asc-group_card h2 {
    font-size: 16px;
    padding-bottom: 8px;
}
.asc-group .asc-group_card p {
    font-size: 12px;
    line-height: 24px;
}
.asc-group .description p {
    font-size: 14px;
    line-height: 24px;
}
.service-listing .services-banner-content h1 {
    font-size: 32px;
}
.service-listing .services-banner-content p {
    font-size: 14px;
    line-height: 24px;
}
.service-listing-consulting-services .consulting-services-according .accordion-item {
    width: 100%;
}
.career-how-we-help .career-Life-at-asc-group-main {
    grid-template-columns: repeat(1, 1fr);
}
.ready_to_talk {
    padding: 64px 0px 32px;
}
.service-listing-consulting-services .consulting-services-according .accordion-button {
    font-size: 16px;
    padding: 17px 12px;

}
.service-listing-consulting-services .accordion-body {
    padding: 17px 12px;
    font-size: 14px;
}
.carrers .services-banner-content h1 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 8px;

}
.carrers .services-banner-content p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.carrers .services-banner-content .top-one {
    font-size: 18px;
    font-family: 'DMSans-SemiBold', sans-serif;
    padding-bottom: 8px !important;
}
.carrers .services-banner-content {
    width: 100%;
}
.carrers {
    min-height: 448px;
    padding-bottom: 72px
}
.carrer-about .carrer_about_inner p {
    font-size: 14px;
    line-height: 24px;
}
.career-thrives-cards {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
}
.career-thrives .career-thrives-card {
    padding: 16px;
}
.career-thrives .career-thrives-card h3 {
    font-size: 16px;
}
.career-thrives .career-thrives-card p {
    font-size: 14px;
    line-height: 24px;
}
.career-Life-at-asc-group-main {
    display: grid;
    gap: 24px;
    margin-top: 24px;
}
.career-Life-at-asc-group .career-Life-at-asc-group-card h3 {
    font-size: 16px;
    line-height: 26px;
}
.career-Life-at-asc-group .career-Life-at-asc-group-card p {
    font-size: 14px;
}
.career-Life-at-asc-group .career-Life-at-asc-group-card img {
    height: 150px;
    object-position: center 20%;
    max-width: 100%;
    min-width: 338px;
}
.career-Life-at-asc-group .career-Life-at-asc-group-card {
    max-width: 100%;
    min-width: 338px;
}
.insights-slider .slick-track {
    margin-right: 12px;
}
.consulting-services .slick-initialized .slick-slide {
    margin-right: -20px;
    margin-top: 0px !important;
    margin-bottom: 0px;
}
.consulting-services  .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.our_insights .heading p {
    padding-bottom: 24px;
}
.careers .testimonial-slider {
    min-height: 100px;
    max-height: 80px;
}

.anti-money-laundering-service .service-box h5 {
    font-size: 16px;
}
.anti-money-laundering-service .service-box {
    min-height: 56px;
    padding: 12px 17px;
}
.consulting-services.anti-money-laundering-service{
    padding-inline: 4px;
    padding-bottom: 0px;
}
.anti-money-laundering-service .consulting-services-according {
    padding-top: 16px;
}
.career-thrives:before {
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: max-content;
}
.Who-we-hire.consulting-services .heading p {
    font-size: 16px;
    line-height: inherit;
}
.Who-we-hire .p_tag p {
    display: none;
}
.desktop-show {
    display: none;
}
.contact-us-banner {
    min-height: 316px;
    padding-bottom: 72px;
    background-image: url(/assets/img/about-us/about-us-mobile-img.jpg);
}
.asc-group-cards-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}
.full-width-col {
    display: grid;
    gap: 24px;
}
.full-width-col .asc-group-cards-col {
    width: 100%;
}
.services-banner{
    min-height: 316px;
    padding-bottom: 72px;
    background-image: url(/assets/img/about-us/about-us-mobile-img.jpg);
}
.strategic-partner .heading p {
    font-size: 14px;
    line-height: inherit;
}
.comprehensive-service-categories .heading h2 {
    font-size: 24px;
}
.comprehensive-service-categories .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.asc-group .heading span {
    font-size: 18px;
}
.asc-group  .asc-group-cards .card_icon {
    width: auto;
    height: 32px;
    padding: 10px;
}
.anti-money-laundering-service .service-box {
    max-width: -webkit-fill-available;
}
.comprehensive-aml-faq .accordion-item {
    padding: 24px;
    min-height: 150px;
}
.our-streamlined-aml-process-card {
    max-width: -webkit-fill-available;
    min-height: 250px;
}
.our-streamlined-aml-process-cards h2 {
    font-size: 20px;
    line-height: inherit;
}
.our-streamlined-aml-process-cards p {
    font-size: 16px;
    line-height: inherit;
}
.insight-blog-page {
    padding-top: 96px;
}
.insight-blog-page .insight-blogs .featrues-heaidng h2:after {
    height: 38px;
}
.insight-blog-page .insight-blogs .blog-features h2 {
    font-size: 14px;
    line-height: initial;
}
.insight-blog-page .insight-blogs .blog-features {
    gap: 12px;
    max-width: -webkit-fill-available;
}
.insights-page .insight-tabs .tab-btn {
    padding: 12px;
    font-size: 10px;
    max-width: 110px;
    min-width: 60px;
}
.insight-blog-page .insight-blogs .blog-features h2 {
    font-size: 14px;
}
.insight-blog-page .insight-blogs .featrues-heaidng h2:after,
.at-a-glance .featrues-heaidng h2:after {
    height: 20px;
}
.insight-blog-page .insight-blogs h4 {
    font-size: 12px;

}

.heading .time_zone p {
    text-align: left;
}
.insight-detail-page .breadcrumb {
    margin-bottom: 0px;
    gap: 6px;
}
.insight-detail-page .heading h2 {
    font-size: 24px;
    line-height: inherit;
}


.insight-detail-page .breadcrumb a {
    font-size: 14px;
}
.insight-detail-page .heading .breadcrumb span {
    font-size: 14px;
}
.top-breadcrumb p span {
    font-size: 16px;
}
.top-breadcrumb p a {
    font-size: 16px;
}
.top-breadcrumb .time_zone {
    padding-bottom: 8px;
}
.insight-detail-page .insight-blogs {
    padding-top: 24px;
}
.blog-main-list .features-list li {
    font-size: 16px;
    line-height: inherit;
}
.blog-main-list .features-list ul {
    padding: 0px 0px 0px 30px;
}
.at-a-glance .blog-series {
    display: grid;
    gap: 24px;
}
.blog-series .left-main-blog .featrues-heaidng h2 {
    font-size: 18px;
    padding: 0px 0px 0px 24px;
}
.blog-series .left-main-blog .featrues-heaidng h2:after {
    height: 30px;
}
.blog-series .left-main-blog li {
    font-size: 14px;
}
.blog-series .left-main-blog h2 {
    font-size: 20px;
}
.blog-series .left-main-blog p {
    font-size: 14px;
}
.blog-series .left-main-blog img {
    max-height: min-content;
}
.blog-series .left-main-blog img {
    margin: 12px 0px 24px 0px;
}
.at-a-glance {
    padding: 54px 0px 0px;
}
.blog-series .left-main-blog .featrues-heaidng h2:before,
.insight-blog-page .insight-blogs .featrues-heaidng h2:before {
    max-width: none;
    width: calc(100% - 170px);
    right: 0;
}

.at-a-glance .featrues-heaidng h2:before {
    max-width: none;
    width: calc(100% - 210px);
    right: 0;
}

.case-studt-business-plan{
    padding-top: 32px;
}
}


@media only screen and (min-width:767px) and (max-width:1024px){
.career-how-we-help .career-Life-at-asc-group-main {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}
.navbar  .navbar-brand.d-flex.align-items-center {
    padding: 0px !important;
    position: absolute;
    left: 70px;
}
.mobile-toggle-consult {
    margin-top: 32px;
}
.navbar .contact-us-link.nav-item a.nav-link {
    padding-bottom: 0px;
}
.our_Insights.consulting-experience .insights-slider .slick-slide {
    margin-right: 10px !important; 
    padding-inline: 0 !important;
}

.navbar .navbar-collapse {
    background: #fff;
    width: 100%;
    padding: 16px;
}
.navbar  .bottam_nav_menu li a {
    display: none;
}
.navbar .nav-item a.nav-link {
    font-size: 16px;
    color: #000;
    text-align: left;
    padding-inline: 0px;
    font-family: 'manrope-semibold', sans-serif;
    padding-bottom: 16px;
    padding-top: 0px;
}
.navbar .custom-dropdown {
    border: none !important;
}
.navbar .translate-middle-x {
    top: -13px;
    z-index: 9;
}
.navbar-nav .mobile-toggle-consult, .navbar-nav .social-icons-mobile-toggle, .social-icons-mobile-toggle-logo, .social-icons-mobile-close {
    display: block;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
    width: 100%;
}
body .navbar .nav-item a.nav-link {
   padding-inline: 0px;
}

.navbar .bottam_nav_menu.d-block.d-lg-none.mt-3 {
    display: none !important;
}
.navbar-toggler img:focus, .navbar-toggler img:focus-visible {
    border: none;
    outline: none;
}
.navbar .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0px 0px 0px 0px;
}

body .copyright_content ul li a {
    font-size: 14px;
}
body .site_footer .copyright_content p {
    font-size: 14px;
}
body .footer_menu li a {
    font-size: 14px;
}
.footer_menu li:nth-child(7) {
    padding-left: 0px;
}
body .industries-we_serve .image_card h2 {
    font-size: 12px;
}
.site_footer .copy_right .row {
    display: grid;
    gap: 10px;
}
.copyright_content.text-md-center.text-start {
    text-align: left !important;
}

.consulting-services .service-card {
    min-height: 280px;
    max-height: min-content;
}      

.insight-blog-page .insight-blogs .featrues-heaidng h2:before {
    transform: translate(-14%, -50%);
    max-width: 200px;
}
.insights-page .heading h2 {
    padding-bottom: 0px;
}
.insights-page .our-insights-cards {
    margin-top: 48px;
}
.insight-blog-page .insight-blogs .blog-features h2 {
    font-size: 14px;
}
.insight-blog-page .insight-blogs .inner-blog {
    height: auto;
    max-height: min-content;
    min-height: max-content;
}
.insight-blog-page .insight-blogs .features-image img {
    max-width: 150px;
    min-height: 100px;
}
.insight-blog-page {
    padding-bottom: 0px;
    padding-top: 96px;
}
.insights-page .insight-tabs .tab-btn {
    font-size: 12px;

}

.insight-blog-page .insight-blogs .featrues-heaidng h2 {
    font-size: 20px;
    padding: 0px 0px 0px 20px;
}
.insight-blog-page .insight-blogs .featrues-heaidng h2:after {
    width: 6px;
    height: 30px;
}
.insight-blog-page .insight-blogs h2 {
    font-size: 20px;
}
.insight-blog-page .insight-blogs .inner-blog {
    min-height: max-content;
}
.carrers .services-banner-content {
    width: 100%;
}
.Let_s_help_bg .cust-row {
    grid-template-columns: repeat(2, 1fr);
}
.our-insights-card {
    padding: 16px;
    height: 300px;
    min-height: -webkit-fill-available;
    max-height: -webkit-fill-available;
}
.insights-slider .col-12.col-md-3.col-xxl-3.col-lg-3.col-sm-4.mt-4.mt-lg-0 {
    padding-inline: 8px;
}
.our_Insights.consulting-experience.position-relative .insights-slider.row.gy-4 {
    row-gap: 0px;
}
.our-insights-card:hover p {
    transform: translate(0%, -10%);
    opacity: 1;
}
.our-insights-card p {
    padding-top: 30px;
    font-size: 14px;
}


.our_Insights .insights-slider .col-12 {
    padding-inline: 8px;
}
.carrers {
    padding-inline: 16px;
}
.green-economy .inner-green-economy .hover-card:hover .hover-image {
    top: 60px;
    max-width: 343px;
    height: 183px;
    bottom: 0;
}

}


@media only screen and (min-width:768px) and (max-width:1440px){

.insights-slider .col-12.col-md-3.col-xxl-3.col-lg-3.col-sm-4.mt-4.mt-lg-0 {
    padding-inline: 12px;
}
.blog-series .left-main-blog .featrues-heaidng h2 {
    font-size: 24px;
}
.consulting-services .service-card .pdf-hover-img {
    transform: translate(-10px, 5px);
}

.contact_form  .form-wrapper input {
    max-width: 100%;
}
.contact_form  .form-wrapper textarea {
    font-size: 14px;
    max-width: 100%;
}
.contact_form  .form-wrapper input {
    font-size: 14px;
    line-height: initial;
}
.contact_form  .form-wrapper button {
    height: 46px;
    font-size: 14px;
}


.contact_form  .form-wrapper {
    padding-left: 32px;
}
.contact_form  .address_form-main {
    margin-right: 32px;
}
.consulting-services .service-card a {
    bottom: 20px;
}
.bottam_nav_menu li {
    padding-inline: 0px;
    line-height: 14px;
}

.ready_to_talk .inner-green-economy .economy-content p {
    font-size: 14px;
    line-height: inherit;
}
.consulting-services .service-card:hover h2 {
    padding-bottom: 4px;
}
.our-insights-card a {

    right: 15px;
}
body .consulting-services .service-card h2 {
    font-size: 16px;
    line-height: inherit;
}

.insights-page .case-study-business {
    margin-bottom: 0px;
}
.footer-popup .modal-content {
    padding: 44px;
}
.footer-popup .modal-content h5 {
    font-size: 34px;
}
.footer-popup .modal-content h3 {
    font-size: 16px;
    padding: 6px 0px 12px 0px;
}
.footer-popup .modal-content p {
    font-size: 14px;
}
.footer-popup .modal-content .btn-close {
    top: -20px;
    right: -10px;
}

.our-insights-card {
    min-height: 300px;
}
body .policy_main_content .tab-content h2 {
    font-size: 24px;
}
.policy_main_content .tab-content h3 {
    font-size: 16px;
}
.policy_main_content .tab-content p {
    font-size: 14px;
    padding-bottom: 24px;
}
.privacy_policy_content .policy-tabs li {
    font-size: 14px;
}

.policy_main_content .tab-content h4 {
    font-size: 20px;
    padding-bottom: 8px;
}
.policy_main_content .tab-content li {
    font-size: 16px;
}
.policy_main_content .tab-content li:last-child {
    padding-bottom: 0px;
}
.policy_main_content .tab-content h5, .policy_main_content .tab-content b {
    font-size: 16px;
}
.policy_main_content .tab-content a {
    font-size: 16px;
}
.policy_main_content .tab-content span {
    font-size: 16px;
}
.policy_main_content .tab-content .inner-list li:last-child {
    padding-bottom: 24px;
 }
.contact_us_map .map-popup {
    max-width: max-content;
    white-space: normal;
    width: 280px;
}
.contact_us_map .map-popup h4 {
    font-size: 16px;
}
.contact_us_map .map-popup p {
    font-size: 14px;
    line-height: inherit;
}
.contact_us_map .map-popup .flag img {
    width: 34px;
    height: 34px;
}
.copyright_content ul li a {
    font-size: 12px;
}


.home-page-banner .banner-content h1 {
    font-size: 54px;
    line-height: 70px;
}
.contact_form  .iti__country-list {
    min-width: fit-content;
}

.contact_form .row {
    margin-inline: 4px;
}

.case-study-business .business-content h2 {
    font-size: 18px;
    padding-bottom: 8px;
    line-height: inherit;
}
.case-study-business .business-content a {
    font-size: 16px;
    line-height: inherit;
}

.blog-series-right.our_insights {
    width: 100%;
    max-width: 40%;
}
.at-a-glance .left-main-blog {
    max-width: 55%;
}
.case-studt-business-plan  .left-main-blog {
    max-width: 100%;
}
.blog-series .left-main-blog .featrues-heaidng h2 {
    padding: 0px 0px 0px 24px;
}

.blog-series .left-main-blog .featrues-heaidng h2:before {
    max-width: none;
    transform: translate(50px, -50%);
    width: calc(100% - 300px);
}
.blog-series .left-main-blog img {
    max-height: min-content;
}
.blog-series .left-main-blog li {
    font-size: 14px;
}

body .blog-main-list .features-list li {
    font-size: 16px;
}
.blog-series .left-main-blog h2 {
    font-size: 20px;
}
.blog-series .left-main-blog p {
    font-size: 14px;
    line-height: inherit;
}
.at-a-glance {
    padding: 54px 0px 0px;
}

.insight-blog-page .insight-blogs .featrues-heaidng h2:before {
    transform: translate(-10%, -50%);
    max-width: calc(100% - 220px);
}
.insight-detail-page .breadcrumb a {
    font-size: 16px;
}
.insight-detail-page .heading .breadcrumb span {
    font-size: 16px;
}
.top-breadcrumb p span {
    font-size: 16px;
}
.top-breadcrumb p a {
    font-size: 16px;
}
section {
    padding: 38px 0px;
}
.case-study-services {
    padding: 76px 0px !important;
}

.green-economy .inner-green-economy .hover-heading {
    top: 10px;
}
.ready_to_talk {
    padding: 76px 0px;
}
.bottam_nav_menu li a {
    font-size: 12px;
}
.navbar .nav-item a.nav-link {
    font-size: 16px;
}

.service-listing-consulting-services .consulting-services-according .accordion-item {
    width: 100%;
}
.service-listing-consulting-services .consulting-services-according .accordion-button {
    font-size: 16px;
    padding: 17px 12px;;
}
.service-listing-consulting-services .accordion-body {
    padding: 17px 12px;
}

.service-listing-consulting-services .accordion-button::after {
    font-size: 16px;
}
.home-page-banner {
    padding-inline: 16px;
}
.heading h2 {
    font-size: 50px;
}
.heading h3 {
    font-size: 20px;
}
.heading p {
    font-size: 18px;
    padding-inline: 40px;
}

.our-commitment .our-commitment-card-inner-card h2 {
    font-size: 24px;
}
.our-commitment .our-commitment-card-inner-card p {
    font-size: 14px;
}
.our-commitment .our-commitment-card-inner-card {
    width: 100%;
    max-height: inherit;
}
.our-insights-card {
    width: 100%;
}
.our-insights-card h2 {
    font-size: 24px;
    line-height: 30px;
}
body .our-insights-card h4 {
    font-size: 12px;
    padding-bottom: 10px;
}
.our-insights-card a {
    font-size: 16px;
}
.our-insights-cards .card-one svg {
    width: 14px;
    height: 14px;
}
.our-insights-card.card-one {
    background-size: cover;
}
.counter-box .counter-card h2 {
    font-size: 38px;
}
.consulting-experience .counter-box .counter-card p {
    font-size: 14px;
}
.consulting-experience .counter-box {
    height: auto;
}
.consulting-experience .home-page-counter .row {
    row-gap: 24px;
}
.consulting-services .service-card {
    width: 100%;
    height: 100%;
    padding: 18px;
}
.consulting-services .service-card h2 {
    font-size: 24px;
    line-height: 30px;
}
.consulting-services .service-cards .row {
    row-gap: 24px;
}
body .container {
    padding-inline: 32px;
}
.industries-we_serve .image_card {
    width: 100%;
    height: 100%;
}

.industries-we_serve .image_card {
    width: 100%;
    height: 100%;
    gap: 12px;
    padding: 8px 0px;
    min-height: 30px;
    max-height: 54px;
}
.counter-box .counter-box-back {
    padding: 14px;
}
.Let_s_help .counter-box p {
    font-size: 12px;
}


.industries-we_serve .image_card h2 {
    font-size: 16px;
    line-height: 24px;
}
.counteries-content h2 {
    font-size: 34px;
    line-height: 50px;
}
.footer_menu li a {
    font-size: 12px;
}
.footer_menu li {
    padding-inline: 6px;
}
.site_footer .footer_input input {
    width: 100%;
    height: 38px;
    font-size: 14px;
}
.site_footer  .footer_input button {
    width: 103px;
    height: 32px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    gap: 7px;
    font-size: 12px;
}
.counteries-content button {
    margin-top: 24px;
}
.site_footer .footer_input p {
    font-size: 14px;
}
.footer_logo_section p {
    font-size: 14px;
}
.Let_s_help {
    height: auto;
}
.Let_s_help .counteries {
    padding-right: 32px;
}
.Let_s_help .counteries-content {
    padding-left: 32px;
}
.Let_s_help_bg {
    padding: 27px 16px;
}
.Let_s_help .counter-box h3, .Let_s_help .counter-box h4 {
    font-size: 16px;
}
.contact_form form {
    width: 100%;
}
.contact_form form {
    width: 100%;
    margin-top: 0px;
    border: none;
    padding: 0px;
}
.asc-group-cards-row {
    gap: 24px;
}

.full-width-col {   
    gap: 24px;
    margin-top: 24px;
}
.form-addrees.border-none {
    border-top: none;
}
.contact_us_map .map-image {
    max-width: 100%;
}
.heading span {
    font-size: 32px;
}
.contact_form  .form-wrapper label {
    font-size: 14px;
}

.contact_form  .form-wrapper textarea {
    width: 100%;
    line-height: normal;
    min-width: fit-content;
}
body .asc-group .asc-group_card h2 {
    font-size: 14px;
    line-height: initial;
    padding-bottom: 8px;
}
.contact_form .form-addrees {
    width: 100%;
    padding: 24px 0px;
}
.career-Life-at-asc-group .career-Life-at-asc-group-card {
    max-width: 100%;
}
.career-Life-at-asc-group-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact_form  .form-wrapper input {
    width: 100%;
}
.asc-group .description p {
    font-size: 18px;
}

.contact_form .heading h2 {
    font-size: 30px;
}
.contact_form .heading p {
    font-size: 16px;
    padding: 0px;
    margin-bottom: 24px;
    line-height: initial;
}
.contact_form .address_form-main h2 {
    font-size: 18px;
}
.contact_form .address_form-main a {
    font-size: 14px;
    line-height: normal;
}
.contact_form  .contact-info {
    margin-top: 0px;
}
.form-addrees.border-none {
    padding-top: 0px;
}
.contact_form .address_form-main p {
    line-height: normal;
    font-size: 16px;
}
.services-banner .services-banner-content h1 {
    font-size: 48px;
}
.services-banner .services-banner-content p {
    font-size: 18px;
    line-height: 28px;
}

.careers  .carrer_image img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
.about-banner .services-banner-content h1 {
    font-size: 54px;
}

.about-banner .services-banner-content p {
    font-size: 18px;
    line-height: inherit;
    padding-inline: 100px;
}
/* .about-banner {
    background-image: url(/assets/img/about-us/about-us-mobile-img.jpg);
} */

/* .about-banner:before {
    background: linear-gradient(0deg, rgba(0, 31, 61, 0) 0%, #001224 100%);
} */
.about-banner h3 {
    padding-top: 120px;
}
.about-banner {
    min-height: 316px;
    padding-bottom: 72px;
}
.reports-banner.about-banner.position-relative {
    padding-bottom: 0px;
}

.about-counter .home-page-counter {
    margin-top: 16px;
}
.our-guiding:before {
    background-position: initial;
    background-size: contain;
}
.what-makes-us-unique .heading p {
    font-size: 16px;
    padding-bottom: 32px;
}
.what-makes-us-unique .what-makes-us-unique_card {
    padding: 32px 16px 24px 16px;
    width: 100%;

}
.what-makes-us-unique .what-makes-us-unique_card h2 {
    font-size: 16px;
}
.what-makes-us-unique .what-makes-us-unique_card p {
    font-size: 14px;
    line-height: 24px;
}

.green-economy .inner-green-economy h2 {
    font-size: 24px;
    line-height: inherit;
}
.green-economy .inner-green-economy p {
    font-size: 14px;
    line-height: 24px;
}

.green-economy .inner-green-economy {
    padding: 16px;
}
.Life-at-asc-group .Life-at-asc-group-card {
    display: grid;
    padding: 0px;
    gap: 0px;
    height: 100%;
}
.green-economy .inner-green-economy button img {
    width: 24px;
    height: 24px;
    object-fit: none;
}
.our_insights.about-insights {
    padding-top: 0px;
}

.Life-at-asc-group .Life-at-asc-group-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center 40%;
    min-height: 150px;
    max-height: max-content;
}
.Life-at-asc-group .Life-at-asc-group-card h2 {
    font-size: 16px;
    padding-bottom: 8px;
}
.Life-at-asc-group .Life-at-asc-group-card p {
    font-size: 14px;
}
.Life-at-asc-group .Life-at-asc-group-card .card-content {
    padding: 16px 16px 24px 16px;
}
.our_insights .insights-card .card_image {
    width: 100%;
    height: auto;
    object-position: center 0%;
}
.our_insights .insights-card h3 {
    line-height: 24px;
    font-size: 18px;
    padding: 24px 0px 12px 0px;
}
.our_insights .insights-card span {
    width: auto;
    height: 29px;
    padding: 5px 6px;
    font-size: 12px;
}
.our_insights .insights-card a {
    margin-top: 12px;
}
body .ready_to_talk .inner-green-economy {
    width: 100%;
    height: 408;
    padding: 32px;
}
.consulting-services .consulting-services-according .accordion-item {
    width: 100%;
}
.our_insights .insights-card {
    width: 100%;
}
.ready_to_talk .inner-green-economy h2 {
    font-size: 32px;
}
.ready_to_talk .economy-content {
    padding-right: 0px;
}
.ready_to_talk .inner-green-economy .custom-select-dropdown {
    padding: 11px 8px;
}
.ready_to_talk .input_content {
    padding-left: 0px;
    padding-top: 12px;
}
.ready_to_talk .inner-green-economy .input_content p {
    font-size: 14px;
    line-height: 24px;
}
.ready_to_talk .inner-green-economy  button {
    width: auto;
    height: 42px;
    padding: 8px 12px;
    min-width: 139px;
    font-size: 14px;
}
.career-Life-at-asc-group .career-Life-at-asc-group-card {
    max-width: 100%;
}
.career-Life-at-asc-group .career-Life-at-asc-group-card img {
    max-width: 100%;
}
.consulting-services .consulting-services-according .accordion-button {
    font-size: 18px;
}
.careers  .carrer_image img {
    height: auto;
}

.consulting-services-according {
    padding-top: 41px;
}
.about-us_service {
    padding-inline: 0px;
}
.careers .testimonial-slider {
    width: 100%;
    height: auto;
    bottom: -135px;
    max-width: 401px;
    right: 22px;
}
.careers .testimonial-slider h3 {
    font-size: 14px;
}
.careers .carrer_image .testimonial-slider img {
    width: 52px;
    height: 52px;
}
.careers .testimonial-slider {
    padding: 16px 10px 16px 10px;
    max-width: 320px;
}
.careers .carrer_description p {
    font-size: 26px;
    line-height: initial;
    margin-top: 24px;
}
.careers .testimonial-slider .slider-main .client_info {
    width: 250px;
}
.visionary-ceo {
    padding-top: 0px;
}

.careers .testimonial-slider span {
    font-size: 14px;
    line-height: inherit;
}
.careers .testimonial-slider .slick-dots li button:before {
    font-size: 6px;
}
.careers .testimonial-slider .slick-dots {
    bottom: 6px;
}
.careers .testimonial-slider p {
    padding: 8px 0px 0px 0px;
}
.green-economy .inner-green-economy  button {
    width: 169px;
    height: 32px;
    padding: 16px 10px;
    font-size: 12px;

}
.green-economy .economy-image img {
    margin-bottom: 12px;
    max-width: min-content;
}
.green-economy .inner-green-economy .hover-card:hover .default-heading, .green-economy .inner-green-economy .hover-card:hover .default-image {
    opacity: 0;
}

body .asc-group .asc-group_card {
    display: grid;
    padding: 16px;
    height: 100%;
}
body .asc-group .asc-group_card p {
    font-size: 14px;
    line-height: 24px;
    height: 100%;
    max-height: 200px;
    min-height: 116px;
}
.asc-group  .asc-group-cards .card_icon {
    width: 38px;
    height: 38px;
}
.carrers .services-banner-content h1 {
    font-size: 48px;
}
.carrers .services-banner-content p {
    font-size: 18px;
    line-height: 28px;
}

.carrer-about .carrer_about_inner p {
    font-size: 18px;
    padding-inline: 40px;
}
.career-thrives .career-thrives-card {
    padding: 16px;
}
.career-thrives .career-thrives-card h3 {
    font-size: 20px;
}
.career-thrives .career-thrives-card p {
    font-size: 14px;
    line-height: 24px;
}
.career-thrives-cards {
    gap: 24px;
}
.anti-money-laundering .services-banner-content h1 {
    font-size: 48px;
}
.anti-money-laundering .services-banner-content p {
    font-size: 18px;
}
.key-benefits .image_card {
    max-height: -webkit-fill-available;
}
.key-benefits .benefits_img img {
    max-height: 500px;
}
.compliance-requirements-card {
    margin-top: 0px;
}
.comprehensive-aml-faq .accordion-item {
    min-height: 150px;
     padding: 24px;
}
.our-streamlined-aml-process-card {
    min-height: -webkit-fill-available;
}
.compliance-partner {
    padding-top: 0px;
}
.footer-popup .modal-dialog {
    max-width: 500px;
}
.bottam_nav_menu li a {
    font-size: 12px;
}
}


@media only screen and (min-width:767px) and (max-width:1720px){
.navbar .nav-item a.nav-link {
    font-size: 18px;
}
.policy_main_content .tab-content h2 {
    font-size: 48px;
}
.bottam-navvar {
    height: 100%;
    min-height: 56px;
    max-height: min-content;
}
.about-counter .heading p {
    font-size: 16px;
}
.Life-at-asc-group .Life-at-asc-group-card {
    max-height: -webkit-fill-available;
}
.bottam_nav_menu li a {
    font-size: 14px;
}
.bottam_nav_menu li {
    padding-inline: 9px;
    line-height: 18px;
}
.home-page-banner .banner-content h1 {
    font-size: 48px;
    line-height: inherit;
}
.home-page-banner .banner-content p {
    font-size: 22px;
    line-height: 34px;
}
/*section {
    padding: 64px 0px;
}*/
.heading h2 {
    font-size: 32px;
}
.heading h3 {
    font-size: 22px;
    padding: 0px 0px 16px;
}
.heading p {
    font-size: 18px;
}
.asc-group  .heading p {
    font-size: 20px;
}

.our-commitment-card {
    padding-top: 38px;
}
.our-commitment .our-commitment-card-inner-card h2 {
    font-size: 24px;
}
.our-insights-card h2 {
    font-size: 14px;
    line-height: inherit;
}
.our-insights-card h4 {
    font-size: 14px;
}
.our-insights-card a {
    font-size: 14px;
}
.our-insights-cards .card-one svg {
    transform: translate(0px, 0px);
    width: 14px;
    height: 14px;
}
.counter-box .counter-card h2 {
    font-size: 34px;
}
.consulting-experience .counter-box .counter-card p {
    font-size: 12px;
    padding-inline: 0px;
}
.consulting-services .service-card h2 {
    font-size: 28px;
    padding-bottom: 16px;
}
.consulting-services .service-card p {
    font-size: 14px;
    padding-bottom: 16px;
    line-height: inherit;
}
.consulting-services .service-card a {
    font-size: 16px;
}
.consulting-services .service-card img {
    width: 22px;
    height: 22px;
}
.industries-we_serve .image_card h2 {
    font-size: 14px;
}
.industries-we_serve .image_card .icon_Image img {
    width: 24px;
    height: 24px;
}
.counteries-content h2 {
    font-size: 42px;
    line-height: 60px;
    font-family: 'manrope-bold', sans-serif;
}
.footer_menu li a {
    font-size: 14px;
}
.navbar .navbar-brand img {
    width: 100px;
    height: 40px;
    padding-bottom: 0px;
}

.bottam-navvar {
    top: 65px;
}
.ready_to_talk .inner-green-economy {
    width: 100%;
    padding: 48px;
}
.ready_to_talk .inner-green-economy h2 {
    font-size: 48px;
}
.ready_to_talk .inner-green-economy .input_content p {
    line-height: 24px;
}

.consulting-services .service-card h2 {
    font-size: 22px;
    line-height: inherit;
}
.asc-group .asc-group_card h2 {
    font-size: 20px;
    padding-bottom: 8px;
}
.legal-and-regulatory-landscape .asc-group_card p {
    font-size: 16px;
}
.carrer-about .carrer_about_inner p {
    font-size: 20px;
    line-height: inherit;
}
.key-benefits .image_card h2 {
    font-size: 20px;
}
.key-benefits .image_card p {
    font-size: 14px;
    line-height: inherit;
}
.asc-group .asc-group_card {
    padding: 22px;
}
.compliance-requirements .heading h2 {
    font-size: 34px;
    padding-bottom: 24px;
}
.penalties-for-non-compliance .heading h2 {
    font-size: 34px;
    padding-bottom: 24px;
    padding-top: 38px;
}
.compliance-table .bold-heading {
    font-size: 20px;
}
.compliance-table th {
    padding: 12px 18px;
}
.compliance-table .left-heading,
.compliance-table .subtitle {
    font-size: 16px;

    line-height: inherit;
}
.compliance-table td {
    padding: 12px 18px;
    font-size: 16px;
}
.penalties-for-non-compliance .heading h2 {
    font-size: 34px;
    padding-bottom: 24px;
    padding-top: 38px;
}
.asc-group-cards {
    margin-top: 24px;
}
.compliance-requirements-card h2 {
    font-size: 18px;
}
.compliance-requirements-card h2 {
    font-size: 18px;
}
.compliance-requirements-card p {
    font-size: 18px;
    line-height: inherit;
}
.comprehensive-aml-faq .heading h4 {
    font-size: 34px;
    padding: 32px 0px 0px 0px;
}
.comprehensive-aml-faq .inner-tab-accorion {
    padding-top: 24px;
}
.comprehensive-aml-faq .accordion-button {
    font-size: 20px;
}
.our-streamlined-aml-process .heading h2 {
    padding-bottom: 32px;
}
.our-streamlined-aml-process-cards h2 {
    font-size: 18px;
    line-height: inherit;
}
.our-streamlined-aml-process-cards p {
    font-size: 16px;
    line-height: inherit;
}
.faq-last-des p {
    font-size: 20px;
    text-align: center;
    padding-top: 24px;
    line-height: inherit;
}
.compliance-partner .heading h2 {
    padding-bottom: 48px;
}
body .compliance-partner .what-makes-us-unique_card h2 {
    font-size: 16px;
    line-height: inherit;
    padding: 0px;
}
.stay_connected .inner-connected p {
    font-size: 18px;
    line-height: inherit;
    padding-inline: 0px;
}


.stay_connected .top-imge {
    left: 50px;
}
.stay_connected .bottam-img {
    right: 50px;
}


.anti-money-laundering-service {
    padding-top: 96px;
}
.insight-detail-service {
    padding-top: 54px;
}


.anti-money-laundering-service .service-box h5 {
    font-size: 16px;
}
.anti-money-laundering-service .service-box {
    min-height: 54px;
}
.insights-on-anti-money-laundering .heading h2 {
    padding-bottom: 32px;
}
.our_insights .insights-card h3 {
    font-size: 18px;
    line-height: initial;
}
.our_insights .insights-card a {
    font-size: 14px;
}

.our_insights .read-more-btn button {
    font-size: 16px;
}
.frequently-asked-questions .accordion-button {
    font-size: 20px;
}
.frequently-asked-questions .accordion-body {
    font-size: 16px;
    line-height: inherit;
}
.our_insights .insights-card .hover-line {
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: initial;
}
.careers.position-relative.aboutcareer {
    padding-top: 32px;
}
body .container {
    max-width: 1360px;
}

body .contact_form .container {
    max-width: 1240px;
}

.what-makes-us-unique .row {
    row-gap: 48px;
}
.what-makes-us-unique .what-makes-us-unique_card h2 {
    font-size: 19px;
}
.what-makes-us-unique .what-makes-us-unique_card p {
    font-size: 14px;
    line-height: inherit;
}
.our_insights .insights-card a {
    font-size: 16px;
}
.ready_to_talk .inner-green-economy h2 {
    font-size:24px;
}
.careers-ready-talk .inner-green-economy h3 {
    font-size: 18px;
}
.services-banner .services-banner-content h1 {
    font-size: 48px;
}
.services-banner .services-banner-content p {
    font-size: 22px;
    line-height: inherit;
}
.asc-group  .heading span {
    font-size: 32px;
}
.asc-group .asc-group_card p {
    font-size: 16px;
}
.comprehensive-service-categories .heading h2 {
    font-size: 32px;
}
.service-listing .services-banner-content h1 {
    font-size: 54px;
}
.service-listing .services-banner-content p {
    font-size: 16px;
    line-height: initial;
}
.key-benefits .heading h2 {
    font-size: 44px;
}
.faq-section.comprehensive-aml-faq .heading p {
    font-size: 20px;
}
.blog-main-list .features-list li {
    font-size: 18px;
}
.blog-main-list .features-list ul {
    padding: 0px 0px 0px 24px;
}
.insight-blog-page .insight-blogs .featrues-heaidng h2,
.at-a-glance .featrues-heaidng h2 {
    font-size: 24px;
    padding: 0px 0px 0px 24px;
}
.insight-blog-page .insight-blogs .featrues-heaidng h2:after,
.at-a-glance .featrues-heaidng h2:after {
    height: 32px;
}
.insight-blog-page .insight-blogs .featrues-heaidng h2:before,
.at-a-glance .featrues-heaidng h2:before {
    max-width: none;
    width: calc(100% - 270px);
}

.blog-series .left-main-blog .featrues-heaidng h2:before {
    max-width: none;
    width: calc(100% - 270px);
}
.consulting-services .service-card h2 {
    font-size: 24px;
    line-height: 30px;
}

}

@media only screen and (min-width:300px) and (max-width:390px){
.consulting-experience .counter-box .counter-card p {
    font-size: 7px;
    line-height: 12px;
}

.navbar .header-btn  .Secondary {
    font-size: 11px;
    padding: 8px 6px;
    min-width: max-content;
    width: auto;
    max-width: -webkit-fill-available;
}    
}

@media only screen and (min-width:991px) and (max-width:1356px){
.navbar .nav-item a.nav-link {
    font-size: 16px;
    padding-inline: 0px;
}
.bottam-navvar {
    top: 65px;
}
.consulting-experience .counter-box .counter-card p {
    font-size: 10px;
    padding-inline: 0px;
    padding-bottom: 0px;
}

}

@media (max-width:600px) {
.privacy_policy_content .inner-policy-content {
        display: grid;
        gap: 24px;
    } 
}

@media (max-width:400px) {
.contact_us_map .map-popup {
    max-width: 344px;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: -webkit-fill-available;
    min-width: fit-content;
}

}

@media only screen and (min-width:400px) and (max-width:767px){
    .contact_us_map .map-popup {
        width: 35vw;
        max-width: unset;
    }
}

@media only screen and (min-width:767px) and (max-width:991px){
.navbar {
    border-bottom: 1px solid #FFFFFF33;
}

}

@media only screen and (min-width:991px) and (max-width:1024px){
.navbar ul.navbar-nav {
    width: 100%;
}
body .bottam-navvar .container {
    padding-inline: 20px;
}
body .bottam_nav_menu li a {
    font-size: 12px;
}
.our-insights-card {
    margin-top: 24px;
}

}

@media (min-width: 1025px) {
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-wrap: nowrap;
    justify-content: flex-end; 
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar ul.navbar-nav {
    width: 100%;
}
}

/* Mobile/Tablet view (1024px and below) */
@media (max-width: 1024px) {
  .navbar-expand-custom .navbar-collapse {
    display: none;
    flex-direction: column;
  }
  .navbar-expand-custom .navbar-collapse.show {
    display: flex;
  }
  .navbar-expand-custom .navbar-toggler {
    display: block;
  }
  .navbar ul.navbar-nav {
    width: 100%;
}
}

@media only screen and (min-width:1720px) and (max-width:3000px){
 .bottam_nav_menu li:before {
    right: 0;
    left: 0;
}   
}

@media only screen and (min-width:767px) and (max-width:812px){
body .consulting-services .service-card h2 {
    font-size: 14px;
    }
}