body {
    overflow-x: hidden;
}

.banner {
    background-image: url("./pic/hero-img-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-bg-overlay {
    background-color: #121240;
    background-image: url("./pic/hero-img-bg-overlay.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50vw auto;
    opacity: 1;
    padding: 0 90px;

}

.banner-content {
    margin: 0% 25% 0% 0%;
    padding: 40px 0 40px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    /* height: 50vh; */
}

.banner-title {
    letter-spacing: 5px;
    color: #fff;

    padding: 0 0 24px;

    h6 {
        line-height: 1.25em;
        font-size: 1.8em;
    }
}

.banner-heading {
    color: #fff;

    padding: 0 0 24px;

    h1 {
        font-size: 3rem;
        font-family: "Heebo", sans-serif;
        line-height: 1.3em;
    }
}

.banner-text {
    color: #fff;

    p {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.6em;
    }
}

.banner-btn {
    .btn {
        fill: #fff;
        color: #fff;
        background-color: #ffffff00;
        border-radius: 0 0 0 0;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.6em;
    }
}

.what-we-do {
    padding: 104px 40px 64px 40px;

    .what-we-do-title h6 {
        color: #3535de;
        text-transform: uppercase;
        letter-spacing: 5px;
    }
}

.what-we-do-heading {
    margin-bottom: 20px;
    padding: 0% 25% 0% 0%;

    h2 {
        font-size: 3.5rem;
        font-family: "Heebo", sans-serif;
        line-height: 1.2em;
    }
}

.what-we-do-text {
    padding: 0 48px 0 0;
    margin-bottom: 20px;

    p {
        color: #76767f;
        font-size: 20px;
        margin-bottom: 1.6em;
        line-height: 1.6em;
    }
}

.divider {
    padding: 0 0 24px;
    margin-bottom: 20px;

    border-style: solid;
    /* color: #2563eb; */
    color: #fff;
    border-width: 1px;
}

.what-we-do-services-icon {
    margin-bottom: 15px;

    .fa {
        fill: #3535de;
        color: #3535de;
        border-color: #3535de;
        font-size: 2.3em;
    }
}

.how-we-do {
    padding: 104px 40px 64px 40px;
    text-align: center;

    .how-we-do-title {
        margin-bottom: 20px;

        h6 {
            color: #3535de;
            text-transform: uppercase;
            letter-spacing: 5px;
            line-height: 1.2em;

        }
    }


}

.how-we-do-heading {
    margin-bottom: 20px;
    padding: 0% 0% 0% 0%;


    h2 {
        text-transform: uppercase;
        font-size: 3.5rem;
        font-family: "Heebo", sans-serif;
        line-height: 1.2em;

    }
}

.how-we-do-text {
    padding: 0 48px;
    margin-bottom: 20px;

    p {
        color: #76767f;
        font-size: 20px;
        margin-bottom: 1.6em;
        line-height: 1.6em;
    }
}

.how-we-do-cards {
    text-align: left;
    padding: 104px 40px;

    .card {
        min-height: 480px;
    }

    .card-title,
    .card-text {
        padding: 10px;
    }

    .fa {
        fill: #3535de;
        color: #3535de;
        border-color: #3535de;
        font-size: 4.3em;
        padding: 10px;
    }

    p {
        color: #76767f;
        font-size: 20px;
        margin-bottom: 1.6em;
        line-height: 1.6em;
    }
}

.contact-us-section {
    background-color: #26262c;
    color: #fff;
    padding: 104px 40px;
}

.contact-info {
    padding: 0 96px 0 0;

    p {

        font-size: 20px;
        margin-bottom: 1.6em;
        line-height: 1.6em;
    }

    h2 {
        text-transform: capitalize;
        font-size: 2rem;
        font-family: "Heebo", sans-serif;
        line-height: 1.2em;

    }
}

.divider-vertical {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #ffffff1a;
}

.contact-form {
    padding: 0 64px;

    h3 {
        margin-bottom: 20px;
    }

    input,
    textarea {
        padding: 10px;
    }

    .form-group {
        margin-bottom: 20px;
        padding: 10px 0px;
    }
}

.site-footer {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;

    a {
        text-decoration: none;
        color: #26262c;

    }

    h4 {
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 1em;
        line-height: 1.5;
    }

    li {
        margin-bottom: 5px;

    }
}


.about-us-intro {
    padding: 40px;
}

.about-us-intro-heading {
    h2 {
        font-size: 3em;
        font-family: 'Heebo', sans-serif;
        line-height: 1.5em;
    }
}

.about-us-intro-text {
    padding: 0 48px 0 0;

    p {
        color: #76767f;
        font-size: 18px;
        margin-bottom: 1.6em;
        line-height: 1.6em;
    }


}


.about-us-intro-card {
    border: 0px solid #fff;
}

.services-intro {
    padding: 104px 40px;
    background-color: #f4f4f5;

    .row {
        align-content: center;
        align-items: center;
    }

}

.services-intro-text-col1 {
    padding: 10px 45px 10px 0;

    .services-intro-title {
        margin-bottom: 20px;
        padding: 0 0 24px;
        color: #3535de;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .services-intro-heading {
        margin-bottom: 20px;
        font-size: 3.5rem;
        text-transform: capitalize;
        font-family: 'Heebo', sans-serif;
        line-height: 1.2em;
    }

    .services-intro-text {
        margin-bottom: 20px;

        p {
            color: #76767f;

            margin-bottom: 1.6em;
            line-height: 1.6em;
        }
    }
}

.services-intro-card {
    margin-bottom: 20px;
    padding: 24px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 48px 128px -24px rgba(0, 0, 0, .08);
    background-color: #fff;

    .fa {
        fill: #3535de;
        color: #3535de;
        border-color: #3535de;
        font-size: 1.5em;
        padding: 8px;
    }
}

.services-details {
    padding: 104px 40px;

    .col-lg-6 {
        margin-bottom: 80px;

    }
}

.services-details {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.grid-container {
    padding: 0px 40px;
}

.grid-item {

    padding: 10px;

}

.grid-item:nth-child(1),
.grid-item:nth-child(4),
.grid-item:nth-child(5),
.grid-item:nth-child(8),
.grid-item:nth-child(9)
.grid-item:nth-child(12) {

    h4,
    p {
        padding: 25px 25px;
        text-align: center;
    }

    h4 {
        font-size: 2rem;
        line-height: 1.2em;
        font-family: 'Heebo', sans-serif;
    }
}


.grid-item:nth-child(odd) {
    img {
        margin-right: 50px;
    }

}

.grid-item:nth-child(even) {
    img {
        margin-left: 50px;
    }

}



@media (max-width: 575.98px) {
    /* Your CSS rules for extra small devices go here */
}


@media only screen and (max-width: 767px) {
    /* Your CSS rules for small devices go here */

    .navbar-brand {
        margin: 0px;
    }

    .logo {
        height: 80px;
    }



    .banner-content {
        margin: 0% 5% 0% 5%;
        padding: 40px 0 40px;
    }

    .banner-title h6 {
        line-height: 1.25em;
        font-size: 1.8em;
    }

    .banner-heading h1 {
        font-size: 2rem;
    }

    .banner-text p {
        font-size: 1rem;
    }

    .banner-btn .btn {
        font-size: 1rem;
    }

    .banner-bg-overlay {
        padding: 10px;
    }

    .what-we-do {
        padding: 40px;

    }

    .what-we-do .what-we-do-title h6 {
        font-size: 1.2rem;
    }

    .what-we-do-heading h2 {
        font-size: 2rem;
    }

    .what-we-do-text p {

        font-size: 1rem;

    }

    .what-we-do-services-icon .fa {
        font-size: 1.9em;
    }

    .what-we-do-services-contant {

        h5 {
            font-size: 1rem;
        }

        p {
            font-size: 1rem;
        }
    }

    .how-we-do {
        background-color: #f4f4f5;
        padding: 10px;
    }

    .how-we-do .how-we-do-title h6 {
        font-size: 1rem;
    }

    .how-we-do-heading h2 {
        font-size: 1.9rem;
    }

    .how-we-do-text p {

        font-size: 1rem;

    }

    .how-we-do-cards {
        text-align: left;
        padding: 10px;
        margin: 0px;
    }

    .how-we-do-cards .fa {
        font-size: 1.5rem;

    }

    .how-we-do-cards .card-title {
        font-size: 1rem;
    }

    .how-we-do-cards .card-text {

        font-size: 1rem;
    }

    .how-we-do-cards .card {
        min-height: unset;
        border-radius: 5%;
    }

    .contact-us-section {
        padding: 10px;
    }

    .contact-info {
        padding: 15px;
    }

    .contact-info h2 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .contact-info p {
        font-size: 1rem;

    }

    .divider-vertical {
        border-width: 5px 0 0 0;
    }

    .contact-form {
        padding: 15px;
    }

    .contact-form h3 {
        margin-bottom: 40px;
        font-size: 1.5rem;
    }

    .contact-form input,
    textarea {
        padding: 10px;
    }


    .contact-form .btn {
        font-size: 1rem;
    }

    .site-footer {
        .container {
            max-width: unset;
            padding: 5px;
        }

        font-size: 1rem;

        h4 {
            font-size: 1.5rem;
        }
    }

    .footer-logo {
        img {
            height: 50px;
        }


    }



    .services-details {
        padding: unset;

        img {
            max-width: 100%;
            height: auto;
            margin-left: unset;
        }
    }

    .grid-item:nth-child(odd) {
        img {
            margin-right: unset;
        }

    }

    .grid-item:nth-child(even) {
        img {
            margin-left: unset;
        }

    }

    .services-details .col-lg-6 {
        margin-bottom: 5px;
    }

    .grid-item:nth-child(1),
    .grid-item:nth-child(4),
    .grid-item:nth-child(5),
    .grid-item:nth-child(8),
    .grid-item:nth-child(9),
    .grid-item:nth-child(12) {

        h4,
        p {
            padding: unset;
            text-align: center;
        }

        h4 {
            font-size: 1.2rem;
            line-height: 1.2em;
            font-family: 'Heebo', sans-serif;
        }
    }


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Your CSS rules for tablets devices go here */


    .logo {
        height: 120px;
    }

    .nav-item {
        margin-top: unset;
        margin-left: unset;

        .nav-link {
            font-size: 1rem;

        }
    }

    .banner-content {
        margin: 0% 25% 0% 5%;
        padding: 40px 0 80px;
    }

    .banner-title h6 {
        line-height: 2.25em;
        font-size: 2em;
    }

    .banner-heading h1 {
        font-size: 3rem;
    }

    .banner-text p {
        font-size: 1.3rem;
    }

    .banner-btn .btn {
        font-size: 1.1rem;
    }

    .banner-bg-overlay {
        padding: 0px;
    }

    .what-we-do {
        padding: 104px 40px 64px 40px;

    }

    .what-we-do .what-we-do-title h6 {
        font-size: 1.8rem;
    }

    .what-we-do-heading h2 {
        font-size: 2.5rem;
    }

    .what-we-do-text p {

        font-size: 1.3rem;

    }

    .what-we-do-services-icon .fa {
        font-size: 3em;
    }

    .what-we-do-services-contant {

        h5 {
            font-size: 1.5rem;
        }

        p {
            font-size: 1.3rem;
        }
    }

    .how-we-do {
        background-color: #f4f4f5;
    }

    .how-we-do .how-we-do-title h6 {
        font-size: 1.8rem;
    }

    .how-we-do-heading h2 {
        font-size: 3rem;
    }

    .how-we-do-text p {

        font-size: 1.5rem;

    }

    .how-we-do-cards {
        text-align: left;
        padding: 90px 40px;
        margin: 0px;
    }

    .how-we-do-cards .fa {
        font-size: 2rem;

    }

    .how-we-do-cards .card-title {
        font-size: 1.9rem;
    }

    .how-we-do-cards .card-text {

        font-size: 1.3rem;
    }

    .how-we-do-cards .card {
        min-height: 590px;
        border-radius: 5%;
    }

    .contact-us-section {
        padding: 104px 30px;
    }

    .contact-info {
        padding: 45PX 45px;
    }

    .contact-info h2 {
        font-size: 1.9rem;
        margin-bottom: 50px;
    }

    .contact-info p {
        font-size: 1.3rem;

    }

    .divider-vertical {
        border-width: 0 0 0 5px;
    }

    .contact-form {
        padding: 0 60px;
    }

    .contact-form h3 {
        margin-bottom: 40px;
        font-size: 1.9rem;
    }

    .contact-form input,
    textarea {
        padding: 30px;
    }


    .contact-form .btn {
        font-size: 1.5rem;
    }

    .site-footer {
        .container {
            max-width: unset;
            padding: 0px 60px;
        }

        font-size: 1.3rem;

        h4 {
            font-size: 1.7rem;
        }
    }

    .footer-logo {
        img {
            height: 90px;
        }


    }

    .services-details {
        padding: unset;

        img {
            max-width: 100%;
            height: auto;
            margin-left: unset;
        }
    }

    .grid-item:nth-child(odd) {
        img {
            margin-right: unset;
        }

    }

    .grid-item:nth-child(even) {
        img {
            margin-left: unset;
        }

    }

    .services-details .col-lg-6 {
        margin-bottom: 5px;
    }

    .grid-item:nth-child(1),
    .grid-item:nth-child(4),
    .grid-item:nth-child(5),
    .grid-item:nth-child(8),
    .grid-item:nth-child(9),
    .grid-item:nth-child(12) {

        h4,
        p {
            padding: unset;
            text-align: center;
        }

        h4 {
            font-size: 1.5rem;
            line-height: 1.2em;
            font-family: 'Heebo', sans-serif;
        }
    }


}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    /* Your CSS rules for medium devices go here */


    .logo {
        height: 120px;
    }

    .nav-item {
        margin-top: 40px;
        margin-left: 15px;

        .nav-link {
            font-size: 1.6rem;

        }
    }

    .banner-content {
        margin: 0% 25% 0% 5%;
        padding: 80px 0 80px;
    }

    .banner-title h6 {
        line-height: 2.25em;
        font-size: 2em;
    }

    .banner-heading h1 {
        font-size: 3rem;
    }

    .banner-text p {
        font-size: 1.3rem;
    }

    .banner-btn .btn {
        font-size: 1.1rem;
    }

    .banner-bg-overlay {
        padding: 0px;
    }

    .what-we-do {
        padding: 104px 40px 64px 40px;

    }

    .what-we-do .what-we-do-title h6 {
        font-size: 1.8rem;
    }

    .what-we-do-heading h2 {
        font-size: 2.5rem;
    }

    .what-we-do-text p {

        font-size: 1.3rem;

    }

    .what-we-do-services-icon .fa {
        font-size: 3em;
    }

    .what-we-do-services-contant {

        h5 {
            font-size: 1.5rem;
        }

        p {
            font-size: 1.3rem;
        }
    }

    .how-we-do {
        background-color: #f4f4f5;
    }

    .how-we-do .how-we-do-title h6 {
        font-size: 1.8rem;
    }

    .how-we-do-heading h2 {
        font-size: 3rem;
    }

    .how-we-do-text p {

        font-size: 1.5rem;

    }

    .how-we-do-cards {
        text-align: left;
        padding: 90px 40px;
        margin: 0px;
    }

    .how-we-do-cards .fa {
        font-size: 2rem;

    }

    .how-we-do-cards .card-title {
        font-size: 1.9rem;
    }

    .how-we-do-cards .card-text {

        font-size: 1.3rem;
    }

    .how-we-do-cards .card {
        min-height: 590px;
        border-radius: 5%;
    }

    .contact-us-section {
        padding: 104px 30px;
    }

    .contact-info {
        padding: 45PX 45px;
    }

    .contact-info h2 {
        font-size: 1.9rem;
        margin-bottom: 50px;
    }

    .contact-info p {
        font-size: 1.3rem;

    }

    .divider-vertical {
        border-width: 0 0 0 5px;
    }

    .contact-form {
        padding: 0 60px;
    }

    .contact-form h3 {
        margin-bottom: 40px;
        font-size: 1.9rem;
    }

    .contact-form input,
    textarea {
        padding: 30px;
    }


    .contact-form .btn {
        font-size: 1.5rem;
    }

    .site-footer {
        .container {
            max-width: unset;
            padding: 0px 60px;
        }

        font-size: 1.3rem;

        h4 {
            font-size: 1.7rem;
        }
    }

    .footer-logo {
        img {
            height: 90px;
        }


    }

}

@media only screen and (min-width: 1025) and (max-width: 1440px) {

    /* Your CSS rules for large devices go here */
    .logo {
        height: 120px;
    }

    .nav-item {
        margin-top: 40px;
        margin-left: 20px;

        .nav-link {
            font-size: 2rem;
            ;
        }
    }

    .banner-content {
        margin: 0% 25% 0% 5%;
        padding: 80px 0 80px;
    }

    .banner-title h6 {
        line-height: 2.25em;
        font-size: 2em;
    }

    .banner-heading h1 {
        font-size: 4rem;
    }

    .banner-text p {
        font-size: 1.8rem;
    }

    .banner-btn .btn {
        font-size: 1.5rem;
    }

    .what-we-do {
        padding: 104px 65px 64px 65px;

        .container {
            max-width: unset;
        }
    }

    .what-we-do .what-we-do-title h6 {
        font-size: 2rem;
    }

    .what-we-do-heading h2 {
        font-size: 3.5rem;
    }

    .what-we-do-text p {

        font-size: 1.6rem;

    }

    .what-we-do-services-icon .fa {
        font-size: 4em;
    }

    .what-we-do-services-contant {

        h5 {
            font-size: 2.1rem;
        }

        p {
            font-size: 1.5rem;
        }
    }

    .how-we-do {
        background-color: #f4f4f5;

        .container {
            max-width: unset;
        }
    }

    .how-we-do .how-we-do-title h6 {
        font-size: 1.8rem;
    }

    .how-we-do-heading h2 {
        font-size: 4rem;
    }

    .how-we-do-text p {

        font-size: 2rem;

    }

    .how-we-do-cards {
        text-align: left;
        padding: 104px 60px;
        margin: 0px 30px;
    }

    .how-we-do-cards .fa {
        font-size: 3rem;

    }

    .how-we-do-cards .card-title {
        font-size: 2.2rem;
    }

    .how-we-do-cards .card-text {

        font-size: 1.5rem;
    }

    .how-we-do-cards .card {
        min-height: 590px;
        border-radius: 5%;
    }

    .contact-us-section {
        padding: 104px 60px;
    }

    .contact-info {
        padding: 45PX 60px;
    }

    .contact-info h2 {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

    .contact-info p {
        font-size: 1.8rem;

    }

    .divider-vertical {
        border-width: 0 0 0 5px;
    }

    .contact-form {
        padding: 0 120px;
    }

    .contact-form h3 {
        margin-bottom: 40px;
        font-size: 2rem;
    }

    .contact-form input,
    textarea {
        padding: 30px;
    }


    .contact-form .btn {
        font-size: 2rem;
    }

    .site-footer {
        .container {
            max-width: unset;
            padding: 0px 60px;
        }

        font-size: 1.7rem;

        h4 {
            font-size: 2rem;
        }
    }

    .footer-logo {
        img {
            height: 120px;
        }


    }
}


.contact-us-map-address {
    margin: 15px 0px;
    padding: 15px 0px;

    h2 {
        text-align: center;
    }

    p {
        font-size: 1.5rem;
    }

    iframe {
        width: -webkit-fill-available;
    }
}


.btn-apply {
    text-align: center;

    .btn {
        padding: 8px 20px;
        outline: none;
        text-decoration: none;
        font-size: 16px;
        letter-spacing: 0.5px;
        transition: all 0.3s;
        font-weight: 600;
        border-radius: 5px;
    }

    .btn-primary {

        background-color: #121240;
        border-color: #121240;
    }
}

.badge {
    padding: 5px 8px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    font-size: 12px;
    background-color: rgba(18, 18, 64, 0.7);
    color: #fff;
    align-content: center;
}


.job-title {
    display: flex;
    justify-content: space-between;
}