section.sec {
    padding: 100px 0px;
    position: relative;
}
.bg-gradient {
    background: linear-gradient(225.35deg,#246694 0,#062338 100%);
}
.sm-title {
}
.title, .title h3 {
    font-size: 22px;
    color: #2b4d7a;
    font-weight: 700;
    line-height: 1.2em;
}
.sm-title h3 {
    margin-bottom: 20px;
}
.title, .title h3 {
    font-size: 22px;
    color: #2b4d7a;
    font-weight: 700;
    line-height: 1.2em;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top: 40%;
    position: absolute;
    border-radius: 40px !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
}
.owl-nav .owl-prev {
    left: -5%;
}
.owl-nav .owl-next {
    right: -5%;
}
#staff .owl-nav .owl-prev i, .owl-nav .owl-next i {
    color: #f1592a;
    font-size: 2px;
    position: relative;
    left: 0px;
}
.box-b {
    background-color: #fff;
    padding: 0px;
    transition: .2s all ease-in-out;
    border-radius: 4px;
    cursor: pointer;
    border-bottom: solid 0px #d9d9d9;
    height: auto;
    position: relative; border-radius: 0 0 10px 10px;margin: 0 0 40px 0px;
    
}
.box-b-how-we-work {
    background-color: #ffffff;
    padding: 0px;
    transition: .2s all ease-in-out;
    border-radius: 4px;
    cursor: pointer;
    border-bottom: solid 0px #ffffff;
    height: auto;
    position: relative;
    border-radius: 0 0 10px 10px;
    padding: 0 0 0px 0px;
    margin: 0 0 30px 0px;
}


.box-b .box-img {
    margin-bottom: 15px;
}
.staff .box-img img {
    height: 247px;
    width: 265px;
   /* margin: auto;
     border-radius: 90px; */
}

.staffb .box-img img {
    height: 124px;
    width: 264px;
    margin: auto;
    /* border-radius: 90px; */
}

.box-b h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 22px;
    color: #000000;
}
.box-b p {
    line-height: 1.4;
    font-size: 18px;
    color: #343a40;
    text-align: center;
    margin-bottom: 0px;
}