/*==============================================
    About One
===============================================*/
.about-one {
    position: relative;
    display: block;
    background: var(--lawstart-white);
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.about-one .shape2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.17;
    z-index: -1;
}

.about-one__img {
    position: relative;
    display: block;
    padding-right: 50px;
    z-index: 1;
}

.about-one__img .shape1 {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 295px;
    width: 15px;
    background: var(--lawstart-base);
    border-radius: var(--lawstart-bdr-radius);
    content: "";
}

.about-one__img1 {
    position: relative;
    display: block;
    background: var(--lawstart-white);
    border-radius: var(--lawstart-bdr-radius);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 15px;
    overflow: hidden;
}

.about-one__img1 .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--lawstart-bdr-radius);
    background: var(--lawstart-black);
}

.about-one__img1 .inner img {
    width: 100%;
    transition: all 500ms ease;
}

.about-one__img:hover .about-one__img1 .inner img {
    opacity: 0.7;
    transform: scaleX(1.05);
}

.about-one__img2 {
    position: absolute;
    bottom: 45px;
    right: 0;
    overflow: hidden;
    border-radius: var(--lawstart-bdr-radius);
    border: 5px solid var(--lawstart-white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.about-one__img2::before {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background: rgba(var(--lawstart-black-rgb), 0.2);
    content: "";
}

.about-one__img2 img {
    width: 100%;
    transition: all 500ms ease;
}

.about-one__img:hover .about-one__img2 img {
    transform: scaleY(1.05);
}

.about-one__video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.about-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    color: var(--lawstart-base);
    background-color: var(--lawstart-white);
    border: 0px solid var(--lawstart-black);
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, .25);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.about-one__video-icon:hover {
    background-color: var(--lawstart-base);
    color: var(--lawstart-white);
}

.about-one__video .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--lawstart-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--lawstart-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--lawstart-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--lawstart-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
    position: absolute;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
}

.about-one__video-icon .ripple:after {
    position: absolute;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
}

.about-one__experience {
    position: absolute;
    top: 60px;
    left: -100px;
    height: 200px;
    width: 200px;
    background-color: rgba(var(--lawstart-base-rgb), .80);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, .11);
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    padding: 0 30px 0;
    animation: topBottom 3s ease-in-out infinite;
    z-index: 2;
}

.about-one__experience-inner {
    position: relative;
    height: 180px;
    width: 180px;
    background-color: rgba(var(--lawstart-white-rgb), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    padding: 0 30px 0;
}

.about-one__experience .count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-one__experience .count-box h2 {
    color: var(--lawstart-base);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 3px;
}

.about-one__experience .count-box span {
    color: var(--lawstart-base);
    font-size: 55px;
    font-weight: 700;
}

.about-one__experience p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    font-weight: 600;
}


.about-one__content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-one__content .sec-title {
    padding-bottom: 36px;
}

.about-one__content-list {
    position: relative;
    display: block;
    margin-top: 41px;
}

.about-one__content-list ul {
    position: relative;
    display: block;
}

.about-one__content-list ul li {
    position: relative;
    display: block;
    padding-left: 89px;
}

.about-one__content-list ul li+li {
    margin-top: 29px;
}

.about-one__content-list ul li .icon-box {
    position: absolute;
    top: 7px;
    left: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lawstart-base);
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, .11);
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.about-one__content-list ul li .icon-box .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: var(--lawstart-white);
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, .11);
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.about-one__content-list ul li .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--lawstart-black);
    font-size: 33px;
    line-height: 33px;
    transition: all 500ms ease;
}

.about-one__content-list ul li:hover .icon-box span::before {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.about-one__content-list ul li .content-box {
    position: relative;
    display: block;
}

.about-one__content-list ul li .content-box h3 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 9px;
}

.about-one__content-list ul li .content-box p {
    margin: 0;
}

.about-one__content-btn {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 50px;
}

/*==============================================
    About Two
===============================================*/
.about-two {
    position: relative;
    display: block;
    background: var(--lawstart-white);
    padding: 0px 0px 105px;
    z-index: 1;
}

.about-two .shape1 {
    position: absolute;
    top: -180px;
    right: 0px;
    opacity: 0.1;
    z-index: -1;
}

.about-two__img {
    position: relative;
    display: block;
    z-index: 1;
}

.about-two__img .row {
    --bs-gutter-x: 15px;
}

.about-two__img-single {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.about-two__img-single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--lawstart-bdr-radius);
}

.about-two__img-single-img img {
    width: 100%;
}

.about-two__round-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 165px;
    background: var(--lawstart-base);
    border-radius: 50%;
    z-index: 5;
}

.about-two__round-text .curved-circle {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    color: var(--lawstart-white);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    font-family: var(--lawstart-font);
    height: auto !important;
    border-radius: 50%;
    animation: animName 17s linear infinite;
}

.about-two__round-text-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 105px;
    width: 105px;
    line-height: 105px;
    text-align: center;
    background: var(--lawstart-white);
    border-radius: 50%;
    z-index: 3;
}


.about-two__content {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: -20px;
}

.about-two__content .sec-title {
    padding-bottom: 31px;
}

.about-two__content-text {
    position: relative;
    display: block;
}

.about-two__content-text p {
    margin: 0;
}

.about-two__tab {
    position: relative;
    display: block;
    margin-top: 36px;
}

.about-two__tab .tabs-button-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--lawstart-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(--lawstart-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 20px 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(--lawstart-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(--lawstart-black);
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-two__tab .tabs-button-box .tab-btn-item.active-btn h3 {
    color: var(--lawstart-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: 6px;
}

.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(--lawstart-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: 40px;
}

.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(--lawstart-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 .shape2 {
    position: absolute;
    top: 65px;
    right: 35px;
    opacity: 0.6;
    z-index: -1;
}

.about-three__img {
    position: relative;
    display: block;
    margin-right: 30px;
    padding-right: 75px;
    padding-left: 75px;
}

.about-three__img .shape1 {
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 205px;
    width: 10px;
    background: var(--lawstart-base);
    border-radius: var(--lawstart-bdr-radius);
}

.about-three__img1 {
    position: relative;
    display: block;
    border-radius: var(--lawstart-bdr-radius);
    overflow: hidden;
}

.about-three__img1 img {
    width: 100%;
}

.about-three__img2 {
    position: absolute;
    top: 50px;
    right: 0px;
    border: 3px solid var(--lawstart-white);
    border-radius: var(--lawstart-bdr-radius);
    overflow: hidden;
    z-index: 5;
}

.about-three__img2 img {
    width: 100%;
}

.about-three__experience {
    position: absolute;
    left: 0px;
    bottom: 50px;
    background: var(--lawstart-base);
    border: 3px solid var(--lawstart-white);
    border-radius: var(--lawstart-bdr-radius);
    padding: 26px 35px 29px;
    z-index: 5;
}

.about-three__experience-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-three__experience-icon {
    position: relative;
    display: block;
}

.about-three__experience-icon span::before {
    position: relative;
    display: inline-block;
    color: var(--lawstart-white);
    font-size: 65px;
    line-height: 65px;
}

.about-three__experience-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-three__experience-content .count-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.about-three__experience-content .count-box h2 {
    color: var(--lawstart-white);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--thm-font);
}

.about-three__experience-content .count-box span {
    position: relative;
    display: inline-block;
    color: var(--lawstart-white);
    font-size: 22px;
    margin-left: 2px;
    top: -1px;
    font-weight: 700;
}

.about-three__experience-content p {
    color: var(--lawstart-white);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.about-three__content {
    position: relative;
    display: block;
}

.about-three__content .sec-title {
    padding-bottom: 31px;
}

.about-three__content-text {
    position: relative;
    display: block;
}

.about-three__content-text p {
    margin: 0;
}

.about-three__content-list-box {
    position: relative;
    display: block;
    margin-top: 29px;
}

.about-three__content-list {
    position: relative;
    display: block;
}

.about-three__content-list li {
    position: relative;
    display: block;
}

.about-three__content-list li+li {
    margin-top: 8px;
}

.about-three__content-list li p {
    margin: 0;
}

.about-three__content-list li p span::before {
    position: relative;
    display: inline-block;
    color: var(--lawstart-base);
    font-size: 15px;
    line-height: 15px;
    margin-right: 5px;
    font-weight: 700;
}

.about-three__progress-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.about-three__progress-box .progress-box {
    position: relative;
    display: block;
}

.about-three__progress-box .progress-box+.progress-box {
    margin-top: 28px;
}

.about-three__progress-box .progress-box .bar-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: var(--lawstart-font-two);
    color: var(--lawstart-black);
}

.about-three__progress-box .progress-box .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background-color: rgba(var(--lawstart-gray-rgb), .10);
    border-radius: 4px;
}

.about-three__progress-box .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    background: var(--lawstart-base);
    border-radius: 4px;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.about-three__progress-box .progress-box .count-box {
    position: absolute;
    right: 0px;
    margin-right: -35px;
    bottom: 18px;
    width: 40px;
    height: 22px;
    background: var(--lawstart-base);
    color: var(--lawstart-white);
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0;
    opacity: 0;
    font-family: var(--lawstart-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-three__progress-box .progress-box .counted .count-box {
    opacity: 1;
}

.about-three__progress-box .progress-box .count-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: 5px solid var(--lawstart-base);
    border-left: 5px solid var(--lawstart-base);
}

.about-three__content-btn {
    position: relative;
    display: block;
    margin-top: 50px;
    line-height: 0px;
}