#aboutUs {
    margin-top: 5%;
}

#aboutUs #a-sec1 {
    background-image: url(../assets/about-us/business-people-stacking-their-hands.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}

#aboutUs #a-sec1 {
    align-items: center;
}

#aboutUs #a-sec1 h1 {
    padding-top: 20%;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    line-height: 73px;
}

#aboutUs #a-sec1 .wall {
    /* position: relative;
    top: 102px; */
    margin-bottom: 15%;
    background: #FFFFFF;
    border-radius: 58px;
}

#aboutUs #a-sec1 h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 24px;
    /* identical to box height */
    text-align: justify;
    color: #005331;
}

#aboutUs #a-sec1 .line {
    border-bottom: #005331 5px solid;
}

#aboutUs #a-sec1 h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #005331;
}

#aboutUs #a-sec1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

#aboutUs #a-sec1 .paragraph {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

#aboutUs #a-sec1 .a-sec1-button {
    background: #005331;
    font-style: normal;
    padding: 10px 45px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
    border: transparent;
    border-radius: 25px;
    color: #FFFFFF;
}

#aboutUs #a-sec1 .a-sec1-button a {
    color: #fff;
    text-decoration: none;
}

#aboutUs #a-sec1 .layer .row {
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}

#aboutUs #a-sec2 {
    padding: 30px 0;
}

#aboutUs #a-sec2 .row {
    align-items: center;
}

#aboutUs #a-sec2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

#aboutUs #a-sec3 {
    background: rgba(229, 229, 229, 0.3);
    margin: 30px 0;
}

#aboutUs #a-sec3 .row {
    align-items: center;

}

#aboutUs #a-sec3 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

#aboutUs #a-sec4 {}

#aboutUs #a-sec4 .card {
    background: rgba(0, 83, 49, 0.1);
    border-radius: 25px;
    padding: 20px;
    height: 150px;
}

#aboutUs #a-sec4 .card .image img {
    width: 65px;
}

#aboutUs #a-sec4 .card .strat-button {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    border: transparent;
    cursor: pointer;
    border-radius: 50px;
    background: transparent;
    /* identical to box height */
    text-align: center;
    color: #005331;
}

#aboutUs #a-sec4 .modal .modal-body span {
    font-size: 16px;
    font-weight: bolder;
    color: #005331;
}

#aboutUs #a-sec5 {
    margin-top: 5%;
    margin-bottom: 5%;
    flex-wrap: wrap;
    padding: 50px 0;
    background: rgba(229, 229, 229, 0.3);
}

#aboutUs #a-sec5 h6 {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #005331;

}

#aboutUs #a-sec5 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.6);
}

#aboutUs #a-sec5 .icon-check {
    width: 30px;
    height: 30px;
}

#aboutUs #a-sec6 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #000000;
}

#aboutUs #a-sec6 h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    /* identical to box height */
    color: #000000;
}

#aboutUs #a-sec6 #testimonial_area {
    padding: 3% 0;
}

#aboutUs #a-sec6 .box-area {
    padding: 30px 20px;
    position: relative;
    display: block;
    background: #fff;
    flex-wrap: wrap;
    height: 400px;
    background: rgba(0, 83, 49, 0.06);
    border: 4px solid #005331;
    border-radius: 40px;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 40px 0;
}

#aboutUs #a-sec6 .box-area h5 {
    font-size: 16px;
    font-weight: 800;
    color: #005331;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#aboutUs #a-sec6 .box-area span {
    color: #262626;
    display: block;
    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin: 0 0 10px;
    font-weight: 400;
}

#aboutUs #a-sec6 .box-area .paragraph {
    color: #262626;
    font-size: 13px;
    text-align: justify
}

#aboutUs #a-sec6 .box-area .img-area {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

#aboutUs #a-sec6 .box-area .img-area img {
    object-fit: cover;
    border-radius: 50%;
    width: 80px !important;
    height: 80px;
}

#aboutUs #a-sec6 .socials {
    margin-top: 30px;
}

#aboutUs #a-sec6 .socials i {
    margin: 0 10px;
    color: #005331;
    font-size: 18px;
}

#aboutUs #a-sec6 #testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#aboutUs #a-sec6 #testimonial_area .owl-prev,
#aboutUs #a-sec6 #testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a69ed;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    position: absolute;
}

#aboutUs #a-sec6 #testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
}

#aboutUs #a-sec6 #testimonial_area .owl-next {
    right: -60px;
    top: -30px;
}

@media (max-width: 1399.98px) {
    #aboutUs #a-sec6 .box-area {
        height: 450px;
    }
}

/*
  ------------------------------------------------------>
  */
@media (max-width: 1199.98px) {
    #aboutUs #a-sec6 .box-area {
        height: 480px;
    }
}

/*
  ------------------------------------------------------>
  */
@media (max-width: 991.98px) {}

@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }

    #aboutUs #a-sec5 .icon-check {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #aboutUs #a-sec6 .box-area {
        text-align: center;
    }

    #aboutUs #a-sec6 .pic {
        height: 22px;
    }

    #aboutUs #a-sec6 .owl-nav {
        display: none;
    }

    #aboutUs #a-sec6 .box-area .paragraph {
        font-size: 16px;
    }

    #aboutUs #a-sec6 .box-area {
        padding: 20px 5px;
    }

    #aboutUs #a-sec6 h4 {
        font-size: 18px;
    }

    #aboutUs #a-sec6 h2 {
        font-size: 24px;
    }

    #aboutUs #a-sec6 .box-area h5 {
        font-size: 16px;
        font-weight: 800;
        color: #005331;
        margin-top: 45px;
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

}