.header {
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.head-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.header .head-content h1 {
    font-size: 5.625rem;
    line-height: 1.25
}

.header .head-content h1 span {
    color: var(--bs-primary);
}

.header .head-content p {
    font-size: 1.3rem;
    width: 64%;
    margin: auto;
}

.header img {
    width: 100%;
    height: auto
}

.h-content {
    align-self: center;
    margin: 0 auto 0 auto;
}

.section-w {
    padding: 3.125rem 0;
    color: var(--bs-secondary);
}

.section-w .img-right img {
    border-radius: var(--border-radius);
}

.section-w h2,
.section-b h2 {
    font-size: 3.75rem;
    line-height: 1.1;
    margin-bottom: 3.125rem;
    position: relative;
    z-index: 2;
}

.section-w b,
.section-b b {
    font-size: 1.125rem;
}

.section-w h2:after {
    content: "";
    height: 0.125rem;
    width: 2.5rem;
    background-color: var(--bs-secondary);
    position: absolute;
    left: 0;
    bottom: -1.75rem;
    z-index: -1;
}

.section-w h4 {
    font-size: 2.5rem;
    margin-bottom: 0.9375rem;
}

.section-w h5 {
    font-size: 1.875rem;
    /* margin-bottom: 0.9375rem; */
    margin-top: 0.3125rem;
}

.section-w h2 span {
    color: var(--bs-primary);
    display: block;
}

.section-w .s-icon {
    width: 2.8125rem;
    height: 2.8125rem;
}

.section-b {
    padding: 3.125rem 0;
    background-color: #252525;
    color: #fff;
}

.section-b h2 {
    margin-bottom: 1.25rem;
}

.section-b h2 span {
    color: var(--bs-primary);
}

.section-b .s-card {
    border-radius: var(--border-radius);
    font-size: 0.9375rem;
    padding: 1.875rem;
    background-color: #434343; 
    height: 100%;
}
#security-solution .col-lg-4, #staff-augmentation .col-lg-4{padding-top: 15px; padding-bottom: 15px;}

.section-b .s-card svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.9375rem;
}

.section-b .s-card:hover svg {
    color: var(--bs-primary);
}

.section-b .s-card:hover {
    background-color: #fff;
    color: var(--bs-secondary);
}

.section-b .s-card h4 {
    font-size: 1.5625rem;
    margin-bottom: 0.625rem;
}

.section-b .s-card p {
    margin-bottom: 0;
}

.section-w .accordion-item {
    border: none;
    border-radius: 0.5rem;
    background-color: #F7F7F7;
    margin-bottom: 0.9375rem;
}

.section-w .accordion-button {
    font-size: 1.125rem;
    background-color: #F7F7F7;
    outline: none !important;
    box-shadow: none !important;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 0.75rem 1.125rem;
}
.heading{
    font-size: 1.125rem;
    background-color: #F7F7F7;
    outline: none !important;
    box-shadow: none !important;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 0.75rem 1.125rem;
}
.section-w .show .accordion-body {
    padding-top: 0.625rem;
}

.section-w .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
}

.contact-sec .card {
    border-radius: var(--border-radius);
    color: var(--bs-secondary);
    padding: 1.875rem;
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .25);
    border: none;
}

.contact-sec .card h3 {
    font-size: 1.75rem;
    margin-bottom: 0.9375rem;
}

.contact-sec .card p {
    margin-bottom: 0.625rem;
}

.contact-sec .card .svg-icon {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.625rem;
}

.contact-sec .card .phone {
    font-size: 1.25rem;
    font-weight: 800;
    font-family: var(--bs-font-sans-serif);
}

.contact-sec .card .form .form-label {
    font-size: 0.8125rem;
    margin-bottom: 0.3125rem;
}

.map-sec {
    width: 100%;
    height: 31.25rem;
    background-color: #eeeeee;
    margin-top: -7.5rem;
}

footer {
    text-align: center;
    padding: 1.875rem 0;
    background-color: #252525;
    color: #bababa;
    font-size: 0.875rem;
}

footer .f-links {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    display: block;
    color: #7e7e7e;
}

footer .f-links a {
    font-size: 1rem;
    margin: 0 0.75rem;
    color: #cecece;
    text-decoration: none;
}

footer .f-links a svg {
    width: 1.5625rem;
    height: 1.5625rem;
}

footer .f-links a:hover {
    color: var(--bs-primary);
}

footer .f-logo {
    width: 4.375rem;
    height: auto;
}

.s-up .top-header {
    background-color: var(--bs-primary);
    color: #fff;
}

.s-up .top-header .navbar-expand-lg .navbar-nav .nav-link,
.s-up .top-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff;
}

.l-c {
    display: block;
}

.l-w {
    display: none;
}

.s-up .top-header .l-c {
    display: none;
}

.s-up .top-header .l-w {
    display: block;
}

.noscroll .top-header .l-c {
    display: none;
}

.noscroll .top-header .l-w {
    display: block;
}

.st0{fill: var(--bs-secondary);}
.hr-hiring{
    background-color:#f7f7f7; color: var(--bs-secondary);
    background-image: url(../images/hr-hiring.webp); background-repeat: no-repeat;
    background-position: right -7.5rem;
    background-size: auto 125%;
}
.hr-hiring .s-card{background-color: #fff; color: var(--bs-secondary);
    box-shadow: 0rem 0.3125rem 0.875rem 0.0625rem rgb(0, 0, 0, 0.12);
}
.hr-hiring .s-card SVG{width: 3.125rem; height:3.125rem}

.hr-hiring .act{background-color: var(--bs-primary); color: #fff;}
.hr-hiring .act .st0{fill: #FFF}
.hr-hiring .act:HOVER .st0{fill: var(--bs-secondary)}
.hr-hiring h3{font-size: 1.75rem;}

@media (max-width:90rem) {
    .header .head-content h1 {
        font-size: 5rem;
    }

    .header .head-content p {
        font-size: 1.625rem;
        width: 55%;
    }

    .section-w h2,
    .section-b h2 {
        font-size: 3.4375rem;
    }

    .section-w h5 {
        font-size: 1.75rem;
    }

    .section-w h4 {
        font-size: 2.1875rem;
    }
}

@media (max-width:85.375rem) {
    .header .head-content h1 {
        font-size: 4.375rem;
    }

    .header .head-content p {
        font-size: 1.375rem;
    }

    .section-w h2,
    .section-b h2 {
        font-size: 3.125rem;
    }

    .section-w h4 {
        font-size: 2rem;
    }

    .section-w h5 {
        font-size: 1.5625rem;
    }

    .section-w .s-icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    .contact-sec .card h3 {
        font-size: 1.5625rem;
    }

    .section-b .s-card {
        padding: 1.25rem;
    }

    .section-b .s-card h4 {
        font-size: 1.375rem;
    }
    .hr-hiring .s-card p { 
        font-size: 0.875rem;
    }
    .hr-hiring h3 {
        font-size: 1.5625rem;
    }
}

@media (max-width:64rem) {
    .header .head-content p {
        width: 64%;
    }

    .section-w h2,
    .section-b h2 {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .section-w h2:after {
        width: 2.1875rem;
        bottom: -1.25rem;
    }

    .section-w h4 {
        font-size: 1.75rem;
    }

    .section-b .s-card h4 {
        font-size: 1.25rem;
    }

    .section-b .s-card svg {
        width: 2.1875rem;
        height: 2.1875rem;
    }

    .section-w .accordion-button {
        font-size: 1rem;
    }
    .heading{
        font-size: 1rem;
    }

    .contact-sec .card h3 {
        font-size: 1.375rem;
    }

    .section-b h2 {
        margin-bottom: 0.625rem;
    }

    .section-w b,
    .section-b b {
        font-size: 1rem;
    }
    .hr-hiring .s-card { 
      height: 100%;
    }
    .hr-hiring { 
        background-size: auto 105%;
    }
    .hr-hiring .s-card SVG {
        width: 2.5rem;
        height: 2.5rem;
    }
    .hr-hiring .s-card {
        height: auto;
    }
}

@media (max-width:800px) {
    .header .head-content h1 {
        font-size: 3.4375rem;
    }

    .header .head-content p {
        width: 75%;
        font-size: 1.25rem;
    }

    .section-w h2,
    .section-b h2 {
        font-size: 2.0625rem;
    }

    .section-w h4 {
        font-size: 1.5rem;
    }

    .section-w h5 {
        font-size: 1.375rem;
    }

    .section-w .accordion-button {
        font-size: 0.875rem;
    }
    .heading{
        font-size: 0.875rem;
    }
    .contact-sec .card h3 {
        font-size: 1.25rem;
    }

    .contact-sec .card .phone {
        font-size: 1.125rem;
    }

    .section-b .s-card,
    body {
        font-size: 0.875rem;
    }
    .hr-hiring {
        background-size: auto 55%;
        background-position: right 0.625rem;
    }
    .hr-hiring h3 {
        font-size: 1.375rem;
    }
}
@media (max-width:767px) {
    .header .head-content h1 {
        font-size: 3.125rem;
    }

    .header .head-content p {
        width: 100%;
        font-size: 1rem;
    }

    .sm-reverse {
        flex-wrap: wrap-reverse;
    }

    .section-w,
    .section-b {
        padding: 1.875rem 0;
    }

 

    footer .f-links a {
        font-size: 0.9375rem;
        display: inline-block;
    }
    .hr-hiring{
        background-image: url(../images/sm-hr-hiring.webp); 
        background-position: 8.4375rem -5.3125rem;
    }
}

@media (max-width:480px) {
    .header .head-content h1 {
        font-size: 2.625rem;
    }

    .header .head-content p {
        font-size: 0.9375rem;
    }

    footer .f-logo {
        width: 3.75rem;
    }

    .section-w .s-icon {
        width: 2.1875rem;
        height: 2.1875rem;
    }

    .section-w h5 {
        font-size: 1.25rem;
    }
    .hr-hiring {
        background-position: 5.1875rem -4.0625rem;
    }
    #security-solution .col-lg-4, #staff-augmentation .col-lg-4{padding-bottom: 0;}
}

@media (max-width:375px) {
    .header .head-content h1 {
        font-size: 2.375rem;
    }

    .section-w h2,
    .section-b h2 {
        font-size: 1.875rem;
    }

    .section-w h4 {
        font-size: 1.375rem;
    }

    .contact-sec .card {
        padding: 1.25rem;
    }

    .section-b .s-card {
        padding: 1rem;
    }

    .section-w h2:after {
        width: 1.875rem;
    }
    .hr-hiring {
        background-position: 3.75rem -4.0625rem;
    }
}

@media (max-width:20rem) {
    .header .head-content h1 {
        font-size: 2.125rem;
    }
}