.main_header {
    position: sticky;
}
header {
    overflow: visible;
    display: unset;
}
.main_header nav ul li a {
    color: #616161;
}
div.main_header.scrolled nav ul li a {
    /* color: #ffffff; */
    color: #000;
    transition: color 0.3s ease;
}

header .main_header nav ul li a{
    color:#696A6A;
}
/* Client Expertise css  */
section.Client-Expertise ,  .client-banner-text , .client-banner , .client-banner img , .image_connect ,  .image_connect img , .client-connect{
    padding: 0px;
    display: block;
    width: 100%;
    position: relative;
}

.ClientExpertise-data {
    padding-block: 80px 0px;
}

.client-text {
  background: linear-gradient(180deg, rgba(230, 239, 244, 0) 1.06%, rgba(230, 239, 244, 0.5) 23.15%, #E6EFF4 100%);
  width: 100%;
  padding: 60px;
}

.our_client {
    position: absolute;
    top: 17%;
    left: 60px;
    transform: translateY(-50%);
}

.our_client h2 {
    font-family: 'futura-pt';
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 3px;
    color:rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.client-text p {
    font-family: 'futura-pt';
    font-weight: 400;
    color: rgba(68, 67, 67, 1);
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
}

.list_of_client {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-block-start: 70px;
    gap: 34px 82px;
}
.list_of_client li{
    list-style:none;
    display:block;
    width: fit-content;
}

.list_of_client li a {
    width:fit-content;
    border: 1px solid rgba(105, 106, 106, 1);
    display: block;
    padding: 14px 24px;
    color: rgba(105, 106, 106, 1);
    font-family: 'futura-pt';
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.Expertise-industry {
    width: 100%;
    display: block;
}

.Expertise-industry h2 {
    text-align: center;
    color: rgba(68, 67, 67, 1);
    font-family: 'futura-pt';
    font-weight: 450;
    font-size: 25px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.Corporate_store h3 {
    font-family: 'Helvetica Neue';
    font-size: 13px;
    color: rgba(46, 163, 220, 1);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.Corporate_store a {
    text-decoration: none;
}
.Corporate_store p a {
    color: rgba(97, 97, 97, 1);
    text-decoration: none;
}

.Corporate_store p {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-size: 12px;
    color: rgba(92, 92, 92, 1);
    line-height: 18px;
}

.Corporate_detaile {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 70px 60px;
    margin-block: 40px;
    gap: 40px 20px;
}
.Corporate_store:nth-child(4n+1) {
    padding-inline-start:0px;
}
.Corporate_store {
    display: flex;
    flex-direction: column;
        padding-inline: 40px;
    justify-content: flex-start;
    gap: 5px;
}

.Corporate_store {
    position:relative;
}

.Corporate_store:after {
 position: absolute;
    content: " ";   
    right: 0px;
    display: flex;
    width: 1px;
    background: rgb(180 180 180 / 50%);
    height: 55px;
    justify-content: center;
    align-items: center;
}

.Corporate_detaile > .Corporate_store:nth-child(4n)::after , .Corporate_store:last-child::after{
    display: none;
}

.Corporate_store:last-child:nth-child(odd) {
    grid-column: span 2;
}

.Corporate_store:nth-child(4n) {
   padding-inline-end:0px;
}

@media  (max-width:786px) {
    .menu_toggle span {
        &:not(.scrolled span) {
            background-color: #000 !important;
        }
    }
  .menu_toggle span {
            background-color: #000 !important;
        
    }
    div.main_header.scrolled nav ul li a {
    color: #ffffff; 
}
    header .main_header nav ul li a{
    color:#fff !important;
}
.list_of_client{
    gap:34px;
}
.our_client {
    top: 5%;
    display: flex;
    left: 0px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.our_client h2{
font-size: 25px;
letter-spacing: 2px;
}
    .client-text {
    padding: 30px 20px;
}
.ClientExpertise-data {
    padding-block: 50px 0px;
}

.Corporate_detaile {
    margin-block: 0px;
    padding-inline: 10px 20px;
    grid-template-columns: repeat(2, 1fr);
}

.Corporate_store {
    padding-inline: 10px;
}

.Corporate_detaile > .Corporate_store:nth-child(2n)::after , .Corporate_store:last-child::after{
    display: none;
}


.Corporate_store h3 {
    font-size: 10px;
}

.Corporate_store:last-child:nth-child(odd) {
    grid-column: span 2;
}


        .client-connect_us {
        padding-block: 0px 40px;
        }
}
