/* ======== Our Services CSS file lat edited by NK on 12-01-2023 at 17:32 Hours ======== */

/* Banner section */
section.our-services-banner {
    margin: 0;
}

section.our-services-banner .container-fluid {
    padding: 0;
}

.banner-wrapper {
    position: relative;
    background-image:
        url(https://storage.googleapis.com/etechnologyconsultants.appspot.com/our-services-banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #222831;
    opacity: 0.7;
}

.banner-wrapper .content-wrapper {
    margin-top: 17%;
    padding: 0 7.3em;
}

.banner-wrapper .content-wrapper span.pre-header-text {
    font-weight: 500 !important;
}

.banner-wrapper .content-wrapper h1 {
    font-size: 4em;
    letter-spacing: 1.3px;
    color: #FFF;
    margin: 40px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-wrapper .content-wrapper h3 {
    font-size: 2em;
    letter-spacing: 1px;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 40px;
    margin-top: 0;
}

.banner-wrapper .content-wrapper h1 span.colored-fullstop {
    color: #faab19;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.banner-wrapper .content-wrapper h3 span.colored-fullstop {
    color: #faab19;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-left: 2px;
    margin-right: 2px;
}

.banner-wrapper .button-wrapper a.custom-button {
    border-color: #FFF;
    background: transparent !important;
}

.banner-wrapper .button-wrapper a.custom-button span {
    color: #FFF;
}

.banner-wrapper .button-wrapper a.custom-button::before {
    background-color: #222831;
}

/* ======== Services We Provide section CSS starts here ========= */
section.services-we-provide {
    margin-top: 60px;
}

section.services-we-provide .section-header {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    text-align: left;
}

section.services-we-provide .section-header span.pre-header-text {
    color: #222831;
}

section.services-we-provide .section-header h2.section-title {
    font-size: 4em;
    line-height: 1.3;
    color: #faab19;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin: 25px 0 50px 0;
}

section.services-we-provide .section-header p {
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #222831;
}

section.services-we-provide #servicesOwlCarousel .owl-item .services-offered-card {
    background-color: #222831;
    padding: 35px;
    border-radius: 4px;
    height: 18em;
}

section.services-we-provide #servicesOwlCarousel .owl-item .services-offered-card .service-card-logo-wrapper {
    display: flex;
    justify-content: flex-start;
}

section.services-we-provide #servicesOwlCarousel .owl-item .services-offered-card .service-card-logo-wrapper img.service-icons {
    background-color: #faab19;
    width: 5em;
    padding: 8px;
    border-radius: 4px;
}

section.services-we-provide #servicesOwlCarousel .owl-item .services-offered-card h3.card-title {
    color: #faab19;
    margin-top: 50px;
    font-size: 2em;
}

/* ======== Services We Provide section CSS ends here ========= */