/* ========= Our Team CSS last edited by NK on 12-01-2023 at 17:32 Hours ========= */

/* Banner section */
section.about-us-banner {
    margin: 0;
}

section.about-us-banner .container-fluid {
    padding: 0;
}

.banner-wrapper {
    position: relative;
    background-image:
        url(https://storage.googleapis.com/etechnologyconsultants.appspot.com/about-us-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;
}

/* ========= Why choose us section CSS starts here ========= */
section.why-choose-us {
    margin: 30px 0 0 0;
}

section.why-choose-us .margin-40 {
    margin-bottom: 40px;
}

section.why-choose-us .section-header {
    margin-bottom: 60px;
}

section.why-choose-us .section-header span.pre-header-text {
    color: #222831;
}

section.why-choose-us .section-header h2 {
    font-size: 4em;
    line-height: 1.3;
    color: #faab19;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-top: 30px;
    margin-bottom: 50px;
}

section.why-choose-us .section-header p {
    color: #222831;
    font-size: 1.1em;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin: 0;
}

section.why-choose-us .sub-header {
    background-color: #222831;
    padding: 3em;
}

section.why-choose-us .sub-header p {
    color: #FFF;
    font-size: 1.25em;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin: 0;
}


section.why-choose-us .benefits-card-wrapper {
    background: #fffdf0;
    text-align: center;
    padding: 3em;
    -webkit-box-shadow: 3px 3px 8px #d3d3d3;
    box-shadow: 3px 3px 8px #d3d3d3;
    border-radius: 2px;
    border-left: 6px solid #faab19;
    margin-bottom: 40px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    height: 22em;
}

section.why-choose-us .benefits-card-wrapper span.benefits-icon {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 3em;
    color: #faab19;
    width: 5em;
    height: 5em;
    line-height: 6.2em;
    border-radius: 10px;
    background-color: #222831;
}

section.why-choose-us .benefits-card-wrapper span.benefits-icon ion-icon {
    font-size: 2em;
}

section.why-choose-us .benefits-card-wrapper h3 {
    margin: 0;
    color: #faab19;
    font-size: 2em;
    letter-spacing: 1.4px;
    font-weight: 600;
}

section.why-choose-us .benefits-card-wrapper:hover {
    background: #faab19;
    box-shadow: 3px 3px 8px #d3d3d3;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    transform: scale(1.04);
    border-radius: 4px;
    border-left-color: #222831;
}

section.why-choose-us .benefits-card-wrapper:hover .benefits-card-wrapper,
section.why-choose-us .benefits-card-wrapper:hover span.benefits-icon {
    background: #fffdf0;
    color: #222831;
    border-radius: 4px;
    -webkit-transition: all .35s;
    transition: all 0.35s;
}


section.why-choose-us .benefits-card-wrapper:hover h3 {
    color: #222831;
}

/* ========= Why choose us section CSS ends here ========= */


/* ========== Workflow process CSS starts here  ========== */
section.work-flow {
    margin-top: 60px;
}

section.work-flow .section-header {
    margin-bottom: 0;
    color: #EEEE !important;
    background-color: #222831;
    padding: 40px;
    border-radius: 4px;
}

section.work-flow .section-header h2 {
    font-size: 4em;
    line-height: 1.3;
    color: #faab19;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-top: 30px;
    margin-bottom: 60px;
}

section.work-flow .section-header p.first-para {
    font-size: 1.3em;
    line-height: 2;
    margin-bottom: 3em;
    letter-spacing: 0.7px;
    color: #FFF;
}

section.work-flow .section-header p.second-para {
    font-weight: 600;
    font-size: 1.15em;
    line-height: 1.5;
    margin-bottom: 3em;
    letter-spacing: 1px;
    color: #faab19;
}

section.work-flow ul.work-phase {
    margin: 0;
    padding: 0;
    list-style: none;
}

section.work-flow ul.work-phase>li {
    margin-bottom: 2em;
    font-size: 1.2em;
    line-height: 1.8;
    letter-spacing: 0.7px;
}

section.work-flow ul.work-phase>li:last-child {
    margin: 0;
}

section.work-flow ul.work-phase>li>span {
    color: #faab19;
    font-weight: 600;
    margin-right: 10px;
}

section.work-flow ul.work-phase>li>ion-icon {
    color: #fff;
    margin-right: 4px;
    font-size: 1.3em;
    position: relative;
    top: 5px;
}

section.work-flow .timeline {
    position: relative;
    margin: 50px auto;
    width: 1000px;
    box-sizing: border-box;
}

section.work-flow .timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 99%;
    background: #c5c5c5;
}

section.work-flow .timeline ul {
    padding: 0;
    margin: 0;
}

section.work-flow .timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 15px 15px 15px 50px;
    box-sizing: border-box;
    float: right;
    text-align: left;
    clear: both;
}

section.work-flow .timeline .content {
    padding-bottom: 20px;
}

section.work-flow .timeline ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: rgb(250, 171, 25);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(235, 213, 172);
}

section.work-flow .timeline ul li h3 {
    padding: 0;
    margin: 0;
    color: rgb(34, 40, 49);
    font-weight: 500;
    font-size: 1.5em;
}

section.work-flow .timeline ul li .step h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #222831;
}

section.work-flow .timeline ul li .step {
    position: absolute;
    top: 12px;
    left: -125px;
    margin: 0;
    padding: 8px 16px;
    background: rgb(250, 171, 25);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgb(235, 213, 172);
}

@media (max-width: 1000px) {
    section.work-flow .timeline {
        width: 100%;
    }
}

@media (max-width: 767px) {
    section.work-flow .timeline {
        width: 100%;
        padding-bottom: 0;
    }

    section.work-flow .timeline:before {
        left: 20px;
        height: 100%;
    }

    section.work-flow .timeline ul li {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }

    section.work-flow .timeline ul li:before {
        top: -18px;
        left: 16px;
    }

    section.work-flow .timeline ul li .step {
        top: -30px;
        left: 50px;
        right: inherit;
    }
}

/* ========== Workflow process CSS ends here  ========== */