/* .howWork-section {
  padding: 100px 0px;
} */
.howWork-inner-section {
    background-color: #000249;
    padding: 100px 15px;
}

.howWork-wrapper1 {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0px 0px 0px;
    animation-duration: 2s;
}

.howWork-wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0px 0px 0px;
}

    .howWork-wrapper .howWork-Wrapper-inner {
        padding: 20px;
    }

.howWork-title-wrapper {
    width: 100%;
}

.howWork-title {
    width: 100%;
    display: grid;
    place-items: center;
}

    .howWork-title p {
        color: #676c71;
        font-size: 13px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        margin: 0;
        font-weight: 600;
        letter-spacing: 0.4px;
    }

/* .howWork-inner-section .border-left {
  height: 3px;
  width: 40px;
  background: #fff;
  display: inline-block;
  position: relative;
  top: 9px;
  right: 15px;
} */

/* .border-right {
  height: 3px;
  width: 40px;
  background: #fff;
  display: inline-block;
  position: relative;
  top: 9px;
  left: 15px;
} */

.howWork-sub-title {
    font-size: 40px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2px;
}

.icon-outer-section {
    display: flex;
    justify-content: center;
    position: relative;
}

.icon-bg {
    background-color: #0a4792;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
}

    .icon-bg .howWork-icon {
        width: 70px;
        height: 70px;
        text-align: center;
    }

.howWok-main-title h5 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}

.howWok-main-title p {
    color: #fff;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.2px;
    opacity: 0.9;
    padding: 20px;
}

.angle-icon {
    position: absolute;
    top: 42px;
    right: -82px;
}

/*Animation for howwork :- AK 15-07*/
.howWork-wrapper {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

    .howWork-wrapper.show {
        opacity: 1;
        transform: translateX(0);
    }


/* Media queries */

@media (max-width: 576px) {
    .howWork-wrapper {
        padding: 50px 0px;
    }

    .angle-icon img {
        transform: rotate(90deg);
        height: 30px;
    }

    .angle-icon {
        left: 0;
        right: 0;
        top: 340px;
    }

    .howWork-sub-title {
        font-size: 30px;
    }

    .howWork-inner-section {
        padding: 50px 15px;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .angle-icon img {
        transform: rotate(90deg);
        height: 30px;
    }

    .angle-icon {
        left: 0;
        right: 0;
        top: 290px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .angle-icon img {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
}

@media (min-width: 1400px) and (max-width: 1920px) {
}
