.Office_Listing_Banner {
    background: url(../images/office/Office_Banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 72px 0;
}

section.Office_Listing_Banner {}

section.Office_Listing_Banner .Breadcrumb_Box {
    text-align: center;
}

section.Office_Listing_Banner .Breadcrumb_Box ol.breadcrumb {
    justify-content: center;
    align-items: center;
}

section.Office_Listing_Banner .Breadcrumb_Box ol.breadcrumb .breadcrumb-item a {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

section.Office_Listing_Banner .Breadcrumb_Box ol.breadcrumb li.breadcrumb-item {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

li.breadcrumb-item.active {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    margin: 5px 0 0;
}

.Office_Listing_Banner h1 {
    color: var(--White, #FFF);
    text-align: center;

/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}

.Office_Listing_Banner h2 {
    color: var(--White, #FFF);
    text-align: center;

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-bottom: 16px;
}

.Offices_Banner_Points {
    position: relative;
    text-align: center;
    padding: 0 40px;
}

.Offices_Banner_Points:after {
    content: '';
    opacity: 0.3;
    background: #FFF;
    width: 1px;
    height: 96px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.Offices_Banner_Points label {
    margin-bottom: 8px;
    color: var(--White, #FFF);

/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    text-align: center;
}

.Offices_Banner_Points p {
    color: var(--White, #FFF);

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.Offices_Banner_Points label span {
    color: var(--White, #FFF);

/* Display sm / Bold */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.Offices_Banner_Points_Main {
    display: flex;
    justify-content: center;
}

.Offices_Banner_Points:last-child:after {
    content: '';
    opacity: 0;
}

section.Explore_Our_Offices {
    padding: 72px 0;
    background: #fff;
}

section.Explore_Our_Offices h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

section.Explore_Our_Offices .nav-pills {
    justify-content: center;
    margin-bottom: 32px;
}

section.Explore_Our_Offices .nav-pills li .nav-link {
    padding: 8px 24px;
    color: var(--Text-Grey-600, #475467);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    filter: grayscale(1);
}

section.Explore_Our_Offices .nav-pills li .nav-link.active {
    background: transparent;
    color: var(--Theme-Blue-500, #3A58EF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    position: relative;
    filter: grayscale(0);
}

section.Explore_Our_Offices .nav-pills li .nav-link svg {
    margin-right: 16px;
}

section.Explore_Our_Offices .nav-pills li .nav-link.active:after {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #3A58EF 26.44%, #3A58EF 50.48%, #3A58EF 75%, rgba(255, 255, 255, 0.00) 100%);
    width: 122px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -4px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.Explore_Our_Offices_Main {
    margin-top: 24px;
}

.Explore_Our_Offices_Box_Img img.Office_Img {
    position: relative;
    transition: all .5s ease-in-out;
}

.Explore_Our_Offices_Box_Img .Office_Img_Box:after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -6.82%, #000 100%);
    width: 416px;
    height: 238px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    opacity: 1;
}

.Explore_Our_Offices_Box_Img {
    position: relative;
}

.Explore_Our_Offices_Box_Text label {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 4px 8px;
    color: var(--Text-Grey-700, #344054);

/* Text xs/Semibold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    margin-bottom: 10px;
}

.Explore_Our_Offices_Box_Text {
    position: absolute;
    bottom: 10px;
    left: 16px;
}

.Explore_Our_Offices_Box_Text label {}

.Explore_Our_Offices_Box_Text h3 {
    color: var(--White, #FFF);

/* Display xs / Bold */
    font-family: Inter;
    /* font-size: 24px; */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.Explore_Our_Offices_Box_Desc {
    border-radius: 0px 0px 10px 10px;
    background: var(--White, #FFF);
    padding: 16px;
}

.Explore_Our_Offices_Text {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    display: none;
}

.Explore_Our_Offices_Text svg {
    min-width: 24px;
}

.Explore_Our_Offices_Text span {
    color: var(--Text-Grey-600, #475467);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    min-height: 60px;
}

.Explore_Our_Offices_Link {}

.Explore_Our_Offices_Link a {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 8px 14px;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    display: flex;
    justify-content: center;
    gap: 8px;
}

.Explore_Our_Offices_Box:hover {}

.Explore_Our_Offices_Box:hover img.Office_Img {
    transform: scale(1.2);
    transition: all .5s ease-in-out;
}

.Explore_Our_Offices_Box:hover .Office_Img_Box {
    overflow: hidden;
}

.Office_Img_Box {
    overflow: hidden;
    border-radius: 12px;
}

.Explore_Our_Offices_Box:hover .Explore_Our_Offices_Link {}

.Explore_Our_Offices_Box:hover .Explore_Our_Offices_Link a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    color: var(--White, #FFF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.Explore_Our_Offices_Box:hover .Explore_Our_Offices_Link a svg {}

.Explore_Our_Offices_Box:hover .Explore_Our_Offices_Link a svg path {
    fill: #fff;
}

a.View_More_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 1px solid;
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 36px;
    display: inline-block;
}

a.View_More_Btn:hover {
    background: var(--White, #FFF);
    color: var(--Theme-Blue-500, #3A58EF);
}

.moretext {
    display: none;
}

.Explore_Our_Offices_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
}

.Coming_Soon_Main .Explore_Our_Offices_Text {
    margin-bottom: 0;
    display: block;
}

.Coming_Soon_Main .Explore_Our_Offices_Text span {
    min-height: inherit;
}

@media only screen and (max-width:1366.51px) {
    .Explore_Our_Offices_Box_Img .Office_Img_Box:after {
        content: '';
        width: 356px;
        height: 203px;
    }

    .Explore_Our_Offices_Text span {
        min-height: 80px;
    }

    .Explore_Our_Offices_Box_Text h3 {
        color: var(--White, #FFF);
        font-family: Inter;
        /* font-size: 24px; */
        font-size: 19px;
    }
}


@media only screen and (max-width:1199.51px) {
    .Explore_Our_Offices_Box_Img .Office_Img_Box:after
    {
        content: '';
        width: 296px;
        height: 169px;
    }
    .Explore_Our_Offices_Text span {
        min-height: 100px;
    }

    .Explore_Our_Offices_Box_Text h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width:991.51px) { 
    .Explore_Our_Offices_Box_Img .Office_Img_Box:after {
        content: '';
        width: 336px;
        height: 192px;
    }
    .Explore_Our_Offices_Text span {
        min-height: 80px;
    }
}

@media only screen and (max-width:767.51px) { 
    .Explore_Our_Offices_Box_Img .Office_Img_Box:after {
        content: '';
        width: 401px;
        height: 228px;
    }
    .Explore_Our_Offices_Text span
    {
        min-height: auto;
    }
}