body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    font: 400 18px/1.6 'Poppins', sans-serif;
    color: #5d5d5d;
}

a {
    color: #35b4cf;
    text-decoration: none;
}

a:hover {
    color: #163d7c;
}

.bg-grey {
    background-color: #f2f2f2;
}

.bg-light-blue {
    background-color: #35b4cf;
}

.bg-light-blue a {
    color: #163d7c;
}

.br-8 {
    border-radius: 8px;
}

.text-justify {
    text-align: justify;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.inner-banner {
    position: relative;
}

.bnr-text-width {
    width: 100%;
    max-width: 1150px;
}

.top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.top-nav .navbar {
    padding: 3px 0;
}

.top-nav .nav-link {
    font-size: 18px;
    color: #163d7c;
}

.top-nav .dropdown-menu .dropdown-item {
    font-size: 16px;
    color: #163d7c;
    padding: 0.7rem 1rem;
    border-bottom: 1px solid #ededed;
}

.top-nav .nav-link {
    padding: 24px 15px !important;
}

.top-nav .navbar-nav .nav-link.active,
.top-nav .navbar-nav .nav-link:hover,
.top-nav .navbar-nav .show>.nav-link {
    color: #35b4cf;
}

.top-nav .dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 0;
}



.top-nav .dropdown-menu .dropdown-item:hover,
.top-nav .dropdown-menu .dropdown-item.active,
.top-nav .dropdown-menu .dropdown-item:active {
    background-color: #35b4cf;
    color: #ffffff;
}

.top-nav .dropdown-toggle::after {
    color: #35b4cf;
}

.navbar-brand img {
    width: 100%;
    max-width: 200px;
}

/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: #163d7c;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}


/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}


/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.inner-banner .top-text h1 {
    font: 400 44px/1.1 'Poppins', sans-serif;
}

.text-industry h2 {
    font: 500 40px/1.1 'Poppins', sans-serif;
    margin-bottom: 35px;
    color: #163d7c;
}

.text-industry h4 {
    font: 400 28px/1.1 'Poppins', sans-serif;
    color: #163d7c;
    margin-bottom: 35px;
}

.text-industry h4 strong {
    font-weight: 500;
    color: #35b4cf;
}

.grey-box {
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.grey-box h3 {
    margin-top: 0;
    font: 500 28px/1.3 'Poppins', sans-serif;
    color: #163d7c;
}

.grey-box img {
    border-radius: 8px;
}


hr.white-line {
    margin: 1.5rem 0;
}

.blue-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-blue1 {
    width: 230px;
}

.flex-blue2 {
    flex: 0 0 auto;
    width: calc(100% - 230px);
}

footer {
    background-color: #f6f6f6;
}

.logo-footer img {
    width: 100%;
    max-width: 230px;
}

.footer-address p {
    color: #163d7c;
    margin-bottom: 0;
}

.footer-address h4 {
    font-weight: 600;
    color: #163d7c;
}

.contact-links ul li {
    padding-bottom: 10px;
}

.contact-links ul li a {
    text-decoration: none;
    color: #163d7c;
    font: 400 16px/1.6 'Poppins', sans-serif;
}

.icon-footer {
    padding: 7px;
    border: 1px solid #163d7c;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.contact-links ul li a .icon-footer svg {
    fill: #163d7c;
}

.contact-links ul li a:hover {
    text-decoration: none;
}

.contact-links ul li a:hover .icon-footer {
    background-color: #163d7c;
    border: 1px solid #ffffff;
}

.contact-links ul li a:hover .icon-footer svg {
    fill: #ffffff;
}

.section-bottom {
    border-top: 1px solid #163d7c;
}

.section-bottom p {
    color: #163d7c;
}

.hiring-plan {
    background: url(../images/hiring-plan.jpg) no-repeat center left;
    background-size: cover;
}

.heading-hiring {
    background-color: #037ed5;
}

.flex-circle1 {
    width: 150px;
}

.flex-circle2 {
    flex: 0 0 auto;
    width: calc(100% - 150px);
}

.circle-inner {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 5px;
    background-color: #35b4cf;
    position: relative;
}

.circle-inner::after {
    display: inline-block;
    content: "";
    border-top: 0.7em solid;
    border-right: 0.7em solid transparent;
    border-bottom: 0;
    border-left: 0.7em solid transparent;
    color: #35b4cf;
    position: absolute;
    bottom: -18px;
}

.hiring-plan .hiring-row:last-child .circle-inner::after {
    content: none;
}

.home-banner {
    position: relative;
}

.home-banner h1 {
    font: 600 80px/1.2 'Poppins', sans-serif;
}

.home-banner p {
    font-size: 26px;
}

.home-banner .bnr-text-width {
    max-width: 1000px;
}

.abt-home {
    border-bottom: 1px solid #163d7c;
}

.digi-box {
    position: relative;
    height: 100%;
}

.digi-box img {
    height: 100%;
    object-fit: cover;
}

.digi-box .upper-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 550px;
    padding: 20px;
}

.digi-box .upper-head h2 {
    font: 600 60px/1.2 'Poppins', sans-serif;
    color: #163d7c;
    margin-bottom: 0;
}

.digi-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.digi-info ul li {
    padding: 27px 25px 27px 50px;
    font: 400 20px/1.2 'Poppins', sans-serif;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    position: relative;
}

.digi-info ul li::before {
    display: inline-block;
    content: "";
    border-top: 0.6em solid transparent;
    border-right: 0;
    border-bottom: 0.6em solid transparent;
    border-left: 0.7em solid;
    color: #ffffff;
    position: absolute;
    left: 16px;
    top: 27px;
}

.digi-info ul li:last-child {
    border-bottom: none;
}

.workforce-home {
    background: url(../images/workforce-solutions.jpg) no-repeat center left;
    background-size: cover;
    min-height: 521px;
}

.tag-box-cont {
    text-align: center;
}

.tag-box {
    display: inline-block;
    padding: 10px;
    min-width: 268px;
    background-color: #35b4cf;
    margin: 0 10px 15px;
}

.tag-box p {
    font: 400 18px/1.2 'Poppins', sans-serif;
    color: #ffffff;
}

.career-box ul li {
    font: 400 26px/1.6 'Poppins', sans-serif;
    padding: 16px 0;
    border-bottom: 1px solid #163d7c;
    color: #163d7c;
}

.career-box ul li .accordion-button {
    font: 400 26px/1.6 'Poppins', sans-serif;
    color: #163d7c;
}

.career-box .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23163' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.career-box .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23163' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.career-box .accordion-button:not(.collapsed) {
    color: #163d7c;
    background-color: #f6f6f6;
    box-shadow: none;
}

.career-box .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.logo-box {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1400px) {
    .cont-main {
        width: 90%;
        max-width: 1550px;
    }
}


@media (max-width: 991px) {
    .top-nav .nav-link {
        padding: 8px 10px !important;
    }

    .top-nav .dropdown-menu .dropdown-item {
        padding: 0.5rem 1rem;
    }

    .home-banner h1 {
        font: 600 50px/1.2 'Poppins', sans-serif;
    }

    .home-banner p {
        font-size: 18px;
    }

    .inner-banner .top-text h1 {
        font: 400 32px/1.1 'Poppins', sans-serif;
    }

    .text-industry h2 {
        font: 500 34px/1.1 'Poppins', sans-serif;
    }
}

@media (max-width: 767px) {
    .flex-blue1 {
        width: 100%;
    }

    .flex-blue2 {
        width: 100%;
    }

    .home-banner h1 {
        font: 600 36px/1.2 'Poppins', sans-serif;
    }

    .home-banner img {
        min-height: 360px;
        object-fit: cover;
    }

    .inner-banner img {
        min-height: 250px;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 576px) {
    p {
        font: 400 16px/1.6 'Poppins', sans-serif;
    }



    .home-banner h1 {
        font: 600 24px/1.2 'Poppins', sans-serif;
    }

    .home-banner p {
        font-size: 16px;
    }

    .inner-banner .top-text h1 {
        font: 400 20px/1.1 'Poppins', sans-serif;
    }

    .digi-box .upper-head {
        max-width: 350px;
        padding: 10px;
    }

    .digi-box .upper-head h2 {
        font: 600 30px/1.2 'Poppins', sans-serif;
    }

    .digi-info ul li {
        font: 400 16px/1.2 'Poppins', sans-serif;
    }

    .tag-box {
        min-width: 160px;
    }

    .tag-box p {
        font: 400 16px/1.2 'Poppins', sans-serif;
        color: #ffffff;
    }



    .text-industry h2 {
        font: 500 30px/1.1 'Poppins', sans-serif;
        margin-bottom: 20px;
    }

    .text-industry h4 {
        font: 400 22px/1.1 'Poppins', sans-serif;
        margin-bottom: 20px;
    }

    .grey-box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .grey-box h3 {
        font: 500 22px/1.3 'Poppins', sans-serif;
    }

    .career-box ul li {
        font: 400 18px/1.6 'Poppins', sans-serif;
    }

    .career-box ul li .accordion-button {
        font: 400 18px/1.6 'Poppins', sans-serif;
    }
}
.team-image {
    border-radius: 10000px;
    overflow: hidden;
    width: 300px;
    height: 300px;
    max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.team-font {
    font-size: 16px;
}
.team-text p {
    margin-bottom: 1px;
    color: #163d7c;
    font-size: 27px;
}
.team-text {
    text-align: center;
}
.v-align-bottom {
    vertical-align: bottom;
}
.team-text a img {
    width: 32px;
    border-radius: 0;
}