/*==============================================
    Who We Are
===============================================*/
.who-we-are {
    position: relative;
    display: block;
    background-color: var(--anity-dark-blue);
    padding: 140px 0 166px;
    z-index: 1;
}

.who-we-are__shape-3 {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.who-we-are__shape-3 img {
    width: auto;
}

.who-we-are__shape-4 {
    position: absolute;
    top: 30px;
    right: -30px;
    z-index: -1;
}

.who-we-are__shape-4 img {
    width: auto;
}

.who-we-are .section-title {
    margin-bottom: 28px;
}

.who-we-are__left {
    position: relative;
    display: block;
    margin-top: 35px;
}

.who-we-are__progress-box {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
}

.who-we-are__progress-list {
    position: relative;
    display: block;
}

.who-we-are__progress-list li {
    position: relative;
    display: block;
}

.who-we-are__progress-list li+li {
    margin-top: 20px;
}

.who-we-are__progress-single {
    position: relative;
    display: block;
    width: 100%;
}

.who-we-are__progress-single p {
    margin-bottom: 10px;
}

.who-we-are__progress-single p span {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: var(--anity-font-two);
    color: var(--anity-extra);
    position: relative;
    margin-left: 11px;
}

.who-we-are__progress .bar {
    position: relative;
    width: 100%;
    height: 5px;
    background: #DDDDDD;
    border-radius: 0px;
}

.who-we-are__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 5px;
    border-radius: 0px;
    background: var(--anity-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.who-we-are__right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: 110px;
}

.who-we-are__img-box {
    position: relative;
    display: block;
}

.who-we-are__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
}

.who-we-are__img::after {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.who-we-are__img:hover::after {
    height: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.who-we-are__img img {
    width: 100%;
}

.who-we-are__img-2 {
    position: absolute;
    right: -110px;
    bottom: -68px;
    overflow: hidden;
    z-index: 2;
}

.who-we-are__img-2::after {
    background: linear-gradient(90deg, rgba(var(--karoons-white-rgb, 255, 255, 255), 0.05) 0px, rgba(var(--karoons-white-rgb, 255, 255, 255), 0.05) 77%, rgba(var(--karoons-white-rgb, 255, 255, 255), 0.25) 92%, rgba(var(--karoons-white-rgb, 255, 255, 255), 0));
    content: "";
    height: 200%;
    left: -210%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transition: all 0.7s ease 0s;
    width: 200%;
}

.who-we-are__img-2:hover::after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
}

.who-we-are__img-2 img {
    width: auto;
    border-radius: 20px;
}

.who-we-are__shape-1 {
    position: absolute;
    left: 190px;
    bottom: -48px;
    width: 166px;
    height: 166px;
    background-color: rgba(var(--anity-primary-rgb), .50);
    border-radius: 50%;
}

.who-we-are__shape-1::before {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: -12px;
    top: -12px;
    border: 3px solid rgba(var(--anity-primary-rgb), .50);
    border-radius: 50%;
}

.who-we-are__shape-2 {
    position: absolute;
    left: 260px;
    bottom: 139px;
    width: 166px;
    height: 166px;
    background-color: var(--anity-primary);
    border-radius: 50%;
    filter: blur(200px);
    z-index: 1;
}














/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/