
/*==============================================
    About Two
===============================================*/
.about-two {
    position: relative;
    display: block;
    background: var(--cleanin-white);
    padding: 100px 0px 100px;
    z-index: 1;
}

.about-two .shape2 {
    position: absolute;
    top: -80px;
    right: 40px;
    z-index: -1;
}

.about-two__img {
    position: relative;
    display: block;
    padding-right: 100px;
    z-index: 1;
}

.about-two__img .shape1 {
    position: absolute;
    top: 40px;
    right: 65px;
    opacity: 0.2;
    z-index: -1;
}

.about-two__img1 {
    position: relative;
    display: block;
    background: var(--cleanin-black);
    overflow: hidden;
}

.about-two__img1 img {
    width: 100%;
    transition: all 500ms ease;
}

.about-two__img:hover .about-two__img1 img {
    opacity: 0.7;
    transform: scaleY(1.05);
}

.about-two__img2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: 5px solid var(--cleanin-white);
    overflow: hidden;
    z-index: 1;
    border-bottom: none;
}

.about-two__img2::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--cleanin-black-rgb), 0.3);
    content: "";
}

.about-two__img2 .about-one__video {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.about-two__img2 img {
    width: 100%;
}

.about-two__img-content {
    position: absolute;
    top: 25px;
    left: -50px;
    display: flex;
    align-items: center;
    background: var(--cleanin-black);
    padding: 25px 25px 25px;
}

.about-two__img-content::before {
    position: absolute;
    top: -25px;
    left: 0px;
    border-bottom: 25px solid var(--cleanin-base);
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    content: "";
}

.about-two__img-content .progress-box {
    position: relative;
    display: block;
    line-height: 0;
}

.about-two__img-content .progress-box .graph-outer {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
}

.about-two__img-content .progress-box .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.about-two__img-content .progress-box .graph-outer .count-text {
    position: relative;
    display: inline-block;
    color: var(--cleanin-white);
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.025em;
    font-family: var(--cleanin-font);
}

.about-two__img-content .progress-box .graph-outer .count-Parsent {
    position: relative;
    display: inline-block;
    color: var(--cleanin-white);
    font-size: 20px;
    font-weight: 500;
}

.about-two__img-content .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.about-two__img-content .text-box h3 {
    color: var(--cleanin-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-two__content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-two__content .sec-title {
    padding-bottom: 26px;
}

.about-two__content-text {
    position: relative;
    display: block;
}

.about-two__content-text p {
    margin: 0;
}

.about-two__tab {
    position: relative;
    display: block;
    margin-top: 40px;
}

.about-two__tab .tabs-button-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--cleanin-gray-bg);
    margin-bottom: 24px;
    z-index: 1;
}

.about-two__tab .tabs-button-box li::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(var(--cleanin-black-rgb), 0.25);
    content: "";
}

.about-two__tab .tabs-button-box li:last-child:before {
    display: none;
}

.about-two__tab .tabs-button-box li:last-child {
    margin-right: 0px;
}

.about-two__tab .tabs-button-box .tab-btn-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 13px 0px 12px;
    cursor: pointer;
}

.about-two__tab .tabs-button-box .tab-btn-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
    background-color: var(--cleanin-base);
    transition: all 0.3s ease;
    z-index: -1;
}

.about-two__tab .tabs-button-box .tab-btn-item.active-btn:after {
    height: 100%;
}

.about-two__tab .tabs-button-box .tab-btn-item h3 {
    color: var(--cleanin-black);
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-two__tab .tabs-button-box .tab-btn-item.active-btn h3 {
    color: var(--cleanin-white);
}

.about-two__tab .tabs-content {
    position: relative;
    display: block;
}

.about-two__tab .tabs-content .tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.about-two__tab .tabs-content .tab.tab-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.about-two__single-tab {
    transition: all 0.7s ease;
    opacity: 0;
    transform: scaleY(0.9);
    transform-origin: top bottom;
}

.about-two__tab .tabs-content .tab.tab-active .about-two__single-tab {
    opacity: 1.0;
    transform: scaleY(1);
    transform-origin: bottom top;
}

.about-two__single-tab-inner {
    position: relative;
    display: block;
}

.about-two__single-tab-text {
    position: relative;
    display: block;
}

.about-two__single-tab-text p {
    margin: 0;
}

.about-two__single-tab-bottom {
    position: relative;
    display: block;
    margin-top: 23px;
}

.about-two__single-tab-bottom-list {
    position: relative;
    display: block;
}

.about-two__single-tab-bottom-list li {
    position: relative;
    display: block;
}

.about-two__single-tab-bottom-list li+li {
    margin-top: 10px;
}

.about-two__single-tab-bottom-list li p {
    margin: 0;
}

.about-two__single-tab-bottom-list li p span::before {
    position: relative;
    display: inline-block;
    color: var(--cleanin-base);
    font-size: 15px;
    line-height: 15px;
    margin-right: 5px;
    font-weight: 700;
}

.about-two__content-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
}

.about-two__content-founder {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__content-founder .img-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid var(--cleanin-base);
    overflow: hidden;
}

.about-two__content-founder .img-box img {
    width: 100%;
}

.about-two__content-founder .text-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}

.about-two__content-founder .text-box h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.about-two__content-founder .text-box p {
    margin: 0;
}

.about-two__content-signature {
    position: relative;
    display: block;
    opacity: 0.3;
}

.about-two__content-btn {
    position: relative;
    display: block;
    line-height: 0px;
}

/*==============================================
    About Three
===============================================*/
.about-three {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.about-three .shape3 {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.15;
    z-index: -1;
}

.about-three__img {
    position: relative;
    display: block;
}

.about-three__img .shape1 {
    position: absolute;
    top: 15px;
    right: -15px;
    z-index: -1;
}

.about-three__img::before {
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 7px;
    /* background: var(--cleanin-base); */
    content: "";
}

.about-three__img-box {
    position: relative;
    display: block;
}

.about-three__img-box ul {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__img-box ul li {
    position: relative;
    display: block;
}

.about-three__img-box ul li+li {
    margin-left: 15px;
}

.about-three__img-box ul li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-three__img-box ul li .img-box img {
    width: 100%;
}

.about-three__experience-box {
    position: relative;
    display: block;
    padding: 28px 15px 22px;
    margin-bottom: 16px;
    background: var(--cleanin-white);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    margin-left: -60px;
    margin-right: 95px;
    top: -1px;
    z-index: 1;
}

.about-three__experience-box .shape2 {
    position: absolute;
    top: 11px;
    right: 15px;
    z-index: -1;
    opacity: 0.1;
}

.about-three__experience-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background: var(--cleanin-base);
    content: "";
}

.about-three__experience-box .count-text-box {
    position: relative;
    display: block;
}

.about-three__experience-box .count-number {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__experience-box .count-number h3 {
    font-size: 50px;
    line-height: 1em;
    font-weight: 700;
}

.about-three__experience-box .count-number span {
    position: relative;
    display: inline-block;
    color: var(--cleanin-black);
    font-size: 50px;
    line-height: 1em;
    font-weight: 700;
    top: -2px;
}

.about-three__experience-box h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 5px;
}

.about-three__content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-three__content .sec-title {
    padding-bottom: 16px;
}

.about-three__client-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: var(--cleanin-white);
    border-radius: 10px;
    padding: 16px 23px 16px;
    border: 1px solid rgba(var(--cleanin-bdr-color-rgb), 0.8);
    margin: 27px 0 33px;
}

.about-three__client-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(var(--cleanin-bdr-color-rgb), 0.5);
    border-radius: 50%;
}

.about-three__client-img {
    position: relative;
    display: block;
    max-width: 100px;
    width: 100%;
}

.about-three__client-img img {
    width: 100%;
    border-radius: 50%;
}

.about-three__client-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-three__client-content h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.about-three__client-content .text1 {
    margin: 0;
}

.about-three__client-content .text2 {
    color: var(--cleanin-black);
    font-weight: 700;
    font-family: var(--cleanin-font-two);
    margin-top: 12px;
}

.about-three__client-content .text2 span {
    color: var(--cleanin-base);
}

.about-three__client-content .text3 {
    margin: 0;
}

.about-three__list-box {
    position: relative;
    display: block;
    margin-top: 21px;
}

.about-three__list {
    position: relative;
    display: block;
}

.about-three__list li {
    position: relative;
    display: block;
}

.about-three__list li+li {
    margin-top: 8px;
}

.about-three__list li p {
    margin: 0;
}

.about-three__list li p span::before {
    position: relative;
    display: inline-block;
    color: var(--cleanin-base);
    font-size: 15px;
    line-height: 15px;
    margin-right: 5px;
    font-weight: 700;
    top: 1px;
}

.about-three__content-btn {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 34px;
}

