a {
    text-decoration: none;
}

body {
    background: transparent;
}

section.Banner {
    background: var(--White, #FFF);
    padding: 48px 0 96px;
}

.Banner_Left h2, .Banner_Left h1 {
    color: var(--Text-Grey-900, #101828);

/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}

.Banner_Left h2 span, .Banner_Left h1 span  {
    color: var(--Theme-Blue-500, #3A58EF);

/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
}

.Banner_Left p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-bottom: 24px;
}

.Banner_Left {}

.Banner_Btns {
    display: flex;
    align-items: center;
    gap: 24px;
}

a.Schedule_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 187px;
}

a.Contact_Us_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    min-width: 147px;
    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% */
    text-align: center;
}


.Banner_Btns a {
    text-decoration: none;
}

.Banner_Btns a:hover {
    background: var(--Theme-Blue-500, #3A58EF);
    color: #fff;
}

.Banner_Btns a.Schedule_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}


.Banner_Bottom_Box_Main {
    margin-top: -48px;
}

.Banner_Bottom_Box_Main .Banner_Bottom_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    text-align: center;
}

.Banner_Bottom_Box_Main .Banner_Bottom_Box h3 {
    color: var(--Text-Grey-900, #101828);
    text-align: center;

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-top: 12px;
    margin-bottom: 4px;
}

.Banner_Bottom_Box_Main .Banner_Bottom_Box p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 0;
}



section.Build_Your_GCC {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 161px 0 72px;
    margin-top: -90px;
}

.Build_Your_GCC_Title {
    margin-bottom: 48px;
}

.Build_Your_GCC_Title 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: 12px;
}

.Build_Your_GCC_Title span {
    color: var(--Theme-Blue-500, #3A58EF);

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.Build_Your_GCC_Title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

.Build_Your_GCC_Main {}

.Build_Your_GCC_Main .Build_Your_GCC_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    min-height: 232px;
}

.Build_Your_GCC_Main .Build_Your_GCC_Box h3 {
    color: var(--Text-Grey-700, #344054);

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-top: 24px;
    margin-bottom: 8px;
}

.Build_Your_GCC_Main .Build_Your_GCC_Box p {
    color: var(--Text-Grey-600, #475467);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
}


section.Build_Your_GCC.What_Includes {
    background: var(--White, #FFF);
    padding: 72px 0;
    margin: 0;
}

section.Build_Your_GCC.What_Includes .Build_Your_GCC_Box {
    text-align: center;
    padding: 36px 15px;
    min-height: auto;
}

section.Build_Your_GCC.What_Includes .Build_Your_GCC_Box h3 {
    margin-bottom: 0;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}


section.Offshore_Industries {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding-block: 72px;
}

section.Offshore_Industries {}

section.Offshore_Industries .Sec_Title {
    margin-bottom: 48px;
}

section.Offshore_Industries .Sec_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.72px;
    text-align: center;
    margin-bottom: 12px;
}

section.Offshore_Industries .Sec_Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
}

section.Offshore_Industries .Sec_Title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.Offshore_Industries_Box {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    transition: .5s all ease-in-out;
    min-height: 90px;
}

.Offshore_Industries_Box_Left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.Offshore_Industries_Box_Left span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.Offshore_Industries_Box:hover {
    margin-top: 0;
    transition: .5s all ease-in-out;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
}

.Offshore_Industries_Box:hover .Offshore_Industries_Box_Right {}

.Offshore_Industries_Box:hover .Offshore_Industries_Box_Right svg path {
    stroke: #3A58EF;
}


.Offshore_Industries_Schedule_Btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    gap: 8px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-decoration: none;
    max-width: 190px;
    margin: 0 auto;
}

.Offshore_Industries_Schedule_Btn {
    text-align: center;
    margin-top: 48px;
}

.Offshore_Industries_Schedule_Btn a:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

section.Offshore_Industries.Offshore_Functions {
    background: #fff;
}

section.Build_Your_GCC.Why_Businesses {
    margin: 0;
    padding-block: 72px;
}

section.Build_Your_GCC.Why_Businesses .Build_Your_GCC_Box {
    min-height: 256px;
}


section.Purpose_Built {
    background: var(--White, #FFF);
    padding-block: 72px;
}

.Purpose_Built_Left {}

.Purpose_Built_Left h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.cities_offices_box {
    display: flex;
    align-items: center;
    gap: 72px;
}

.cities_offices_box .cities_box:after {
    content: '';
    background: var(--Text-Grey-300, #D0D5DD);
    width: 1px;
    height: 52px;
    display: inline-block;
    position: absolute;
    right: -36px;
    top: 12px;
}

.cities_box {
    position: relative;
}

.cities_offices_box .cities_box h3 {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 4px;
}

.cities_offices_box .cities_box p {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-bottom: 12px;
}

.cities_box:last-child {}

.cities_box:last-child:after {
    content: '';
    opacity: 0;
}

.Purpose_Built_Left p {
    color: var(--Text-Grey-600, #475467);

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

p {}

a.Explore_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    max-width: 291px;
    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% */
    padding: 12px 20px;
    text-decoration: none;
    margin-top: 24px;
}

.Purpose_Built_Right_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    min-height: 166px;
}

.Purpose_Built_Right_Box p {
    color: var(--Text-Grey-700, #344054);

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin-top: 12px;
    margin-bottom: 0;
}

a.Explore_Btn:hover {
    background: var(--Theme-Blue-500, #3A58EF);
    color: #fff;
}

a.Explore_Btn:hover svg path {
    fill: #fff;
}




.Pricing_Models {
    background: transparent;
    padding: 48px 0;
}

.Pricing_Models_Title h2 {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    margin-bottom: 8px;
}

.Pricing_Models_Title h2 span {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.Pricing_Models_Title {
    margin-bottom: 48px;
}

section.Regular_Staffing_Main .Pricing_Models_Title p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.56px;
}

.Pricing_Models_Box {
    border-radius: 16px;
    background: var(--Theme-Blue-800, #182878);
    padding: 16px;
}

.Pricing_Models_Box .Pricing_Models_Box_Inner {
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.50);
    padding: 24px;
}

.Pricing_Models_Box .Pricing_Models_Box_Inner h3 {
    color: var(--White, #FFF);

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-bottom: 8px;
}


.Pos_Rel {
    position: relative;
    height: 100%;
}


.Offshore_Staffing_Box {
    border-radius: 0;
    border: 0;
    /* min-height: 100%; */
    border-radius: 0 0 16px 16px;
    text-align: center;
    height: 100%;
    background: var(--White, #FFF);
}

.Offshore_Staffing_Box .Offshore_Staffing_Box_Top {
    padding: 12px;
    text-align: center;
    margin-bottom: 16px;
    border-radius: 0 0 70px 90px;
    background: #12327B;
    box-shadow: 0 4px 4px 0 rgba(18, 50, 123, 0.18);
}

.Offshore_Staffing_Box .Offshore_Staffing_Box_Top svg {
    margin-bottom: 16px;
}

.Offshore_Staffing_Box .Offshore_Staffing_Box_Top h3 {
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Offshore_Staffing_Box .Offshore_Staffing_Box_Top p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

.Offshore_Staffing_Box_Bottom {
    padding: 8px 24px 24px;
}

.Offshore_Staffing_Box_Bottom ul {}

.Offshore_Staffing_Box_Bottom ul li {
    list-style: none;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: inherit; /* 64.286% */
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}

.Offshore_Staffing_Box_Bottom ul li:last-child {
    margin: 0;
}

.Offshore_Staffing_Box_Bottom ul li svg {
    min-width: 20px;
}

.Offshore_Staffing_Box_Text {
    margin: 24px 24px 0;
    padding-top: 24px;
    border-top: 1px solid var(--Theme-Dark-Blue-300, #D4D3DB);
    text-align: left;
    padding-bottom: 24px;
    min-height: 339px;
}


.Offshore_Staffing_Box_Text h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
    text-align: left;
}

.Offshore_Staffing_Box_Text ul {
    padding: 0;
}

.Offshore_Staffing_Box_Text ul li {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: inherit; /* 64.286% */
    list-style: none;
    margin-bottom: 12px;
    display: inline-block;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-left: 30px;
}

.Offshore_Staffing_Box_Text ul li svg {
    position: absolute;
    top: 2px;
    left: 0;
}

section.Branded_Workspace {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding-block: 72px;
}

section.Branded_Workspace .Sec_Title {}

section.Branded_Workspace .Sec_Title 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: 12px;
}

section.Branded_Workspace .Sec_Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

section.Branded_Workspace .Sec_Title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

a.Learn_More_Btn {

    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    display: inline-block;
    width: calc(100% - 48px);
    margin-bottom: 24px;
    margin-left: 0px;
    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% */
    text-decoration: none;
}

a.Learn_More_Btn:hover {
    background: var(--Theme-Blue-500, #3A58EF);
    color: #fff;
}

a.Learn_More_Btn:hover svg path {
    fill: #fff;
}



.Outsourcing_vs_Offshore_Staffing_vs_MOS {
    padding: 72px 0;
    background: var(--White, #FFF);
}

.Outsourcing_vs_Offshore_Staffing_vs_MOS_title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.Outsourcing_vs_Offshore_Staffing_vs_MOS_title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.Outsourcing_vs_Offshore_Staffing_vs_MOS_title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.Outsourcing_vs_Offshore_Staffing_vs_MOS_title h3 {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
}

.Outsourcing_vs_Offshore_Staffing_vs_MOS_title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.Outsourcing_vs_Offshore_Staffing_vs_MOS_title {
    margin-bottom: 36px;
}

.Outsourcing_vs_Offshore_Staffing_vs_MOS_Box {
    border-radius: 50%;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(16, 24, 40, 0.08);
    padding: 62px 52px;
    text-align: center;
    min-height: 327px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Outsourcing_vs_Offshore_Staffing_vs_MOS_Box h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin-top: 12px;
    margin-bottom: 8px;
}

.Outsourcing_vs_Offshore_Staffing_vs_MOS_Box p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.VS_Text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 175px;
    right: -50px;
    z-index: 1;
}

.VS_Text p {
    background: #fff;
    padding: 25px 22px;
    border-radius: 50%;
    color: var(--Theme-Blue-300, #758AF4);
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.68px;
    margin-bottom: 0;
}

.Outsourcing_vs_Offshore_Staffing_vs_MOS_Main {
    margin-bottom: 48px;
}

.tabledata {
    padding: 36px;
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
}
.tabledata th {
    padding: 16px;
    background: #2528C7;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
}
.tabledata th:first-child {
    border-radius: 8px 0 0 8px;
    text-align: left;
}
.tabledata th:last-child {
    border-radius: 0 8px 8px 0;
}
.tabledata .table>tbody tr td {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 8px !important;
    vertical-align: middle;
    border: none;
}

.tabledata .table>tbody tr.accordion-toggle td {
    border-top: 1px solid #EAECF0;
}
.tabledata .accordion-body {
    max-width: 638px;
    color: var(--Text-Grey-600, #475467);
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 28px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.tabledata .table>tbody tr.accordion-toggle td strong {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.tabledata .table>tbody tr.accordion-toggle td:not(:first-child) {
    pointer-events: none;
    text-align: center;
}
.tabledata tr.accordion-toggle td:first-child .rotate-icon {
    transition: .4s all ease;
    transform: rotate(0deg);
    display: inline-block;
}
.tabledata tr.accordion-toggle.active td:first-child .rotate-icon {
    transform: rotate(180deg);
    transition: .4s all ease;
    display: inline-block;

}

.tabledata tr.accordion-toggle.active td:first-child .rotate-icon {
    transform: rotate(180deg);
    transition: .4s all ease;
    display: inline-block;
}




section.cpevsdiy .accordion-body p {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
}
.first-tdata {
    display: flex;
    align-items: flex-start;
}


section.Offshoring_Became {
  background: var(--Theme-Blue-50, #EBEEFD);
  padding: 72px 0;
}

.Offshoring_Became_Box {
  padding: 24px 16px 36px;
  border-radius: 16px;
  border: 1px solid var(--Theme-Blue-500, #3A58EF);
}

.Offshoring_Became_Box 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: 36px;
}

.Offshoring_Became_InnerBox {
  border-radius: 10px;
  background: transparent;
  padding: 67px 80px 43px;
  display: flex;
}

.Offshoring_Became_InnerBox .Offshoring_Became_InnerBox_Left {}

.Offshoring_Became_InnerBox .Offshoring_Became_InnerBox_Left p {
  color: var(--Text-Grey-900, #101828);
  font-family: Inter;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  /* 150% */
}

.Offshoring_Became_InnerBox .Offshoring_Became_InnerBox_Right {
  min-width: 230px;
  text-align: right;
}

.Offshoring_Became_InnerBox .Offshoring_Became_InnerBox_Right h3 {
  color: #111827;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  margin-bottom: 6px;
  margin-top: 0;
}

.Offshoring_Became_InnerBox .Offshoring_Became_InnerBox_Right p {
  color: #111827;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}

.Offshoring_Became_InnerBox .Offshoring_Became_InnerBox_Left svg {
  margin-top: -185px;
}

.Offshoring_Became_InnerBox .Offshoring_Became_InnerBox_Right img.Scott_Reams_Icon {
  margin-top: -135px;
}


section.Lets_Build {
    padding: 72px 0
}

section.Lets_Build .Sec_Title h2 {
    color: var(--Theme-Dark-Blue-800,#26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -.72px;
    text-align: center;
    padding-bottom: 36px
}

section.Lets_Build .Sec_Title h2 span {
    color: var(--Theme-Blue-500,#3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -.72px
}

.Lets_Build_Box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 36px
}

.Lets_Build_Box a.Schedule_Call_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500,#3A58EF);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    padding: 12px 20px;
    display: inline-block;
    color: var(--White,#FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.Lets_Build_Box a.Chat_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500,#3A58EF);
    padding: 12px 20px;
    color: var(--Theme-Blue-500,#3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.Lets_Build_Box a.Chat_Btn:hover {
    background: var(--Theme-Blue-500,#3A58EF);
    color: #fff
}

.Lets_Build_Box a.Chat_Btn:hover svg path {
    stroke: #fff
}

.Lets_Build_Box a.Schedule_Call_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800,#182878);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05)
}

.Lets_Build a.Call_Btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--Text-Grey-500,#5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}


.Must_Read_Blogs {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #EBEEFD);
}

.Must_Read_Blogs .blogs_main .headings.text-center h2 {
    color: var(--Theme-Dark-Blue-800,#26244a);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    margin-bottom: 40px
}

.Must_Read_Blogs .blogs_main .headings.text-center h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

a.View_All_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    min-width: 200px;
    display: inline-block;
    margin-top: 48px;
}

.Insightful_Box {
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    height: 100%
}

.Insightful_Box img {
    width: 100%
}

.view_all_blog {
    margin-top: 40px
}

.Insightful_Box h4 {
    height: 52px;
    margin-top: 18px;
    margin-bottom: 8px;
    overflow: hidden;
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none;
}

.Insightful_Box h6 {
    color: var(--Text-Grey-400,#98a2b3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px
}

.Insightful_Box h6 .blog_author {
    max-height: 20px;
    width: auto
}

.Insightful_Box p {
    color: var(--Text-Grey-500,#5d667b);
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.Insightful_img {
    max-height: 240px;
    overflow: hidden;
    border-radius: 8px
}

.Insightful_Box a img:hover {
    transform: scale(1.1)
}

.Insightful_Box a img {
    border-radius: 8px;
    transition: .3s
}

.Insightful_Box a img {
    border-radius: 8px
}



.FAQ_Box .sticky-top {
    top: 130px;
    z-index: 9
}

.FAQ_Main {
    background: #fff0
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 0;
    margin-right: 24px;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    width: 32px;
    height: 32px;
    background-size: cover
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    background-image: url(../images/cfo-page/Open_Accordion_Icon.svg);
    transition: all .3s;
    transform: rotate(45deg)
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed::before {
    transform: rotate(0)
}

.FAQ_Main .FAQ_Box .accordion-button {
    color: #667085;
    background: #fff0;
    border: 0;
    padding-left: 0
}

.FAQ_Main .FAQ_Box .accordion-button::after {
    display: none
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border: 0;
    background: #fff0;
    padding-left: 0
}

.FAQ_Main .FAQ_Box .accordion-item {
    margin: 0;
    border: 0;
    margin-bottom: 16px;
    border-radius: 0;
    background: #fff0;
    border-bottom: 1px solid #d9d9d9
}

.FAQ_Main .FAQ_Box .accordion-body {
    border-radius: 0 0 12px 12px;
    border: 0;
    background: var(--White,#FFF);
    border-top: 0;
    border: 0;
    background: #fff0;
    padding: 0;
    padding-left: 55px
}

.FAQ_Main .FAQ_Box .accordion-button {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.FAQ_Main .FAQ_Box .accordion-body p {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.FAQ_Main .FAQ_Box .accordion-body ul {
    margin-left: 20px
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    color: var(--secondary-secondary-100,#171a1f);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    margin-bottom: 10px
}

.FAQ_Main .FAQ_Box .collapse {
    border: 0
}

.request_more_info_form_main .reqForm .form-floating>.form-control {
    background-color: #fff;
    border: 1px solid #fff
}

.request_more_info_form_main .reqForm .form-floating>.form-select {
    background-color: #fff;
    border: 1px solid #fff
}

.request_more_info_form_main .dropFile {
    color: #000
}

.request_more_info_form_main input#i_attachment {
    background: #fff0;
    text-align: center;
    margin: 0 auto;
    max-width: 280px;
    color: #000
}

.request_more_info_form_main .reqForm .form-floating>textarea {
    height: 165px
}

.FAQ_Main .FAQ_Box .nav-pills button.nav-link,.FAQ_Main .FAQ_Box .nav-pills button.nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding: 8px;
    display: inline-block;
    width: auto;
    max-width: fit-content;
    margin-bottom: 16px
}

.FAQ_Main .FAQ_Box .nav-pills button.nav-link.active {
    background: #d8defc;
    padding: 8px;
    color: #1d2939;
    border-radius: 4px
}

.FAQ_Main .FAQ_Box .tab-content h3 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244a
}

.FAQ_Main h2.Sec_Title {
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 35px;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

a.Btn_Primary.Btn_Primary_xl {
    background: #3A58EF;
    color: #FFF;
    border-Radius: 4px;
    box-shadow: 0 1px 2px 0 #1018280D;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
}



/*  Offshoring Page  */

.Banner_Left ul {}

.Banner_Left ul li {
    color: var(--Text-Grey-700, #344054);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.Banner_Left ul {
    padding: 0;
    margin-bottom: 24px;
}

.Banner_Left ul li svg {
    position: absolute;
    top: 0;
    left: 0;
}

.Hour_text {}

.Hour_text p {
    color: var(--Text-Grey-700, #344054);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.Hour_text p span {
    color: var(--Text-Grey-900, #101828);

/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}


@media only screen and (max-width: 1366.51px) {
    .Banner_Bottom_Box_Main .Banner_Bottom_Box {
        padding: 12px;
    }

    .Banner_Left h2 , .Banner_Left h1 {
        font-size: 43px;
    }

    .Banner_Left h2 span, .Banner_Left h1 span {
        font-size: 43px;
    }

    .Build_Your_GCC_Main .Build_Your_GCC_Box p {
        font-size: 14px;
    }

    .Purpose_Built_Right_Box p {
        font-size: 15px;
    }
}



@media only screen and (max-width: 767px) {
    .Banner_Btns {
        margin-bottom: 24px;
    }

    .Banner_Bottom_Box_Main .col {
        width: 100%;
        display: inline-block;
        flex: auto;
        margin-bottom: 24px;
    }

    .Offshoring_Became_InnerBox {
        flex-direction: column;
        padding: 16px;
    }
 
    .Offshoring_Became_InnerBox {
        padding: 16px;
    }
    .Offshoring_Became_InnerBox .Offshoring_Became_InnerBox_Right img.Scott_Reams_Icon {
        margin-top: 0px;
    }
    .Offshoring_Became_InnerBox .Offshoring_Became_InnerBox_Left svg {
        margin-top: -85px;
    }
    h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .Lets_Build_Box {
        flex-direction: column;
    }

    .FAQ_Box .sticky-top {
        top: 0;
        z-index: 9;
        margin-bottom: 24px;
    }
}