/*==============================================
Skill One
===============================================*/
.skill-one {
    position: relative;
    display: block;
    background: var(--lawstart-black);
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 1;
}

.skill-one .shape1 {
    position: absolute;
    top: 0;
    right: -80px;
    opacity: 0.04;
    z-index: -1;
}

.skill-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - 100px) / 2);
    clip-path: polygon(0% 0%, 80% 0, 100% 50%, 80% 100%, 0% 100%, 0% 50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.skill-one__bg2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - 80px) / 2);
    clip-path: polygon(0% 0%, 80% 0, 100% 50%, 80% 100%, 0% 100%, 0% 50%);
    background: rgba(var(--lawstart-white-rgb), 0.25);
    content: "";
    z-index: -2;
}

.skill-one__video {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.skill-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: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: var(--lawstart-base);
    background-color: var(--lawstart-white);
    border-radius: 50%;
    margin: 0 auto 0;
    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;
}

.skill-one__video-icon:hover {
    background-color: var(--lawstart-base);
    color: var(--lawstart-white);
}

.skill-one__video .ripple,
.skill-one__video-icon .ripple:before,
.skill-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    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;
}

.skill-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.skill-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.skill-one__inner {
    position: relative;
    display: block;
}

.skill-one__content {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    float: right;
}

.skill-one__content .sec-title {
    padding-bottom: 26px;
}

.skill-one__content .sec-title__title {
    color: var(--lawstart-white);
}

.skill-one__content-text1 {
    position: relative;
    display: block;
}

.skill-one__content-text1 p {
    color: rgba(var(--lawstart-white-rgb), 0.85);
}

.skill-one__progress-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.skill-one__progress-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 22px;
}

.skill-one__progress-box .progress-box {
    position: relative;
    display: block;
}

.skill-one__progress-box .progress-box+.progress-box {
    margin-top: 28px;
}

.skill-one__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: 13px;
    font-family: var(--lawstart-font-two);
    color: var(--lawstart-white);
}

.skill-one__progress-box .progress-box .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background-color: rgba(var(--lawstart-white-rgb), .10);
    border-radius: 4px;
}

.skill-one__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;
}

.skill-one__progress-box .progress-box .count-box {
    position: absolute;
    right: 0px;
    margin-right: -35px;
    bottom: 18px;
    width: 40px;
    height: 22px;
    background: var(--lawstart-base);
    color: #ffffff;
    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;
}

.skill-one__progress-box .progress-box .counted .count-box {
    opacity: 1;
}

.skill-one__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);
}