.about-style1-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: #ffffff;
    z-index: 10;
}
.about-style1__image {
    position: relative;
    display: block;
    max-width: 675px;
    margin-left: -205px;
}
.about-style1__image .outer-text {
    position: absolute;
    top: 5px;
    right: -240px;
    color: rgba(var(--thm-black-rgb), .20);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1em;
    display: inline-block;
    transition: .5s ease;
    transform: rotate(-90deg) translateX(-90%);
    transform-origin: 0 0;
    width: max-content;
    font-family: var(--thm-font-2);
}
.about-style1__image .inner-box {
    position: relative;
    display: block;
}
.about-style1__image .inner-box .shape1 {
    position: absolute;
    top: 20px;
    left: 120px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.about-style1__image ul {
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.about-style1__image ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 15px;
}
.about-style1__image ul li .experience-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}
.about-style1__image ul li .experience-box h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}
.about-style1__image-img1 {
    position: relative;
    display: block;
    margin-top: 60px;
    background-blend-mode: hard-light;
    background-color: var(--thm-black);
}
.about-style1__image-img1:hover img {
    opacity: 0.70;
}
.about-style1__image-img2 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    margin-bottom: 85px;
}
.about-style1__image-img2 img {
    width: 100%;
    transition: all 1700ms ease;
}
.about-style1__image-img2:hover img {
    opacity: 0.80;
    mix-blend-mode: luminosity;
    transform: scale(1.2) rotate(1deg);
}
.about-style1__image-img3 {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 300px;
    width: 100%;
    float: right;
}
.about-style1__image-img3::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(25deg);
    z-index: 2;
}
.about-style1__image-img3 img {
    width: 100%;
}

.about-style1__image-img3:hover::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}
.about-style1__content {
    position: relative;
    display: block;
    /* padding-top: 115px; */
}
.about-style1__content .sec-title {
    padding-bottom: 30px;
}
.about-style1__content .inner-content {
    position: relative;
    display: block;
}
.about-style1__content .inner-content h3 {
    color: var(--thm-base);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.about-style1__content .inner-content p {
    margin: 0;
}

.about-style1__content .inner-content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 61px;
}

.about-style1__content .inner-content .bottom-box .img {
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.about-style1__content .inner-content .bottom-box .signature {
    position: relative;
    display: block;
    padding-left: 30px;
}
.about-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 114px;
    z-index: 10;
}
.about-style2__image {
    position: relative;
    display: block;
    margin-left: -90px;
}
.about-style2__image .outer-text {
    position: absolute;
    top: 5px;
    right: -138px;
    color: rgba(var(--thm-black-rgb), .20);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1em;
    display: inline-block;
    transition: .5s ease;
    transform: rotate(-90deg) translateX(-90%);
    transform-origin: 0 0;
    width: max-content;
    font-family: var(--thm-font-2);
    transition: all 500ms ease;
}

.about-style2__image:hover .outer-text {
    letter-spacing: 1.5em;
    right: -202px;
}

.about-style2__image .inner-box {
    position: relative;
    display: inline-block;
}

.about-style2__image .inner-box .icon {
    position: absolute;
    top: 30px;
    left: 150px;
    right: 140px;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
}

.about-style2__image .inner-box .icon span:before {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    background: #0e3750;
    background: -webkit-linear-gradient(to right, #0e3750 0%, #396a88 100%);
    background: -moz-linear-gradient(to right, #0e3750 0%, #396a88 100%);
    background: linear-gradient(to right, #0e3750 0%, #396a88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fa-spin 5s ease infinite;
}

.about-style2__image .inner-box .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}



.about-style2__content {
    position: relative;
    display: block;
}

.about-style2__content .sec-title {
    padding-bottom: 20px;
}

.about-style2__content .inner-content {
    position: relative;
    display: block;
}

.about-style2__content .inner-content .text {
    position: relative;
    display: block;
}

.about-style2__content .inner-content .text p {
    margin: 0;
}


.progress-levels {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    padding-top: 0px;
}

.progress-box {
    position: relative;
    display: block;
    margin-top: 43px;
}

.progress-box .inner {
    position: relative;
    display: block;
}

.progress-box .inner .top {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 11px;
}

.progress-box .inner .top .text {
    position: relative;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: var(--thm-font-2)
}

.progress-box .inner .top .text span {
    font-weight: 700;
}


.progress-box .top .skill-percent {
    position: relative;
    display: block;
    padding-left: 10px;
}
.width-md{
    width: 80%;
}
.progress-box .top .count-text {
    position: relative;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: var(--thm-font-2);
}
.progress-box .top .percent {
    position: relative;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    margin-left: -3px;
}


.progress-box .bar {
    position: relative;
    display: block;
}

.progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #e5e8ea;
    border-radius: 0px;
}

.progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 2px;
    border-radius: 0px;
    transition: all 2000ms ease 300ms;
    background: var(--thm-base);
}

.about-style2__content .inner-content .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 40px;
}




/*** 
=============================================
    About Style3 Area Css   
=============================================
***/
.about-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
    z-index: 10;
}

.about-style3-area.pdtop120 {
    padding-top: 120px;
}

.about-style3__image {
    position: relative;
    display: block;
    max-width: 470px;
}

.about-style3__image .outer-text {
    position: absolute;
    top: 5px;
    right: -240px;
    color: rgba(var(--thm-black-rgb), .20);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1em;
    display: inline-block;
    transition: .5s ease;
    transform: rotate(-90deg) translateX(-90%);
    transform-origin: 0 0;
    width: max-content;
    font-family: var(--thm-font-2);
}

.about-style3__image .shape1 {
    position: absolute;
    top: 20px;
    left: -70px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.about-style3__image .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style3__image .top-image {
    position: relative;
    display: block;
    overflow: hidden;
    background-blend-mode: hard-light;
    background-color: var(--thm-black);
}

.about-style3__image .top-image img {
    width: 100%;
}

.about-style3__image .top-image:hover img {
    opacity: 0.80;
    mix-blend-mode: luminosity;
    transform: scale(1.2) rotate(1deg);
}


.about-style3__image .bottom-image {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 300px;
    float: right;
    margin-top: 60px;
}

.about-style3__image .bottom-image::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(25deg);
    z-index: 2;
}

.about-style3__image .bottom-image:hover::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

.about-style3__image .bottom-image img {
    width: 100%;
}

.about-style3__image .experience-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.about-style3__image .experience-box h3 {
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    font-style: italic;
    font-family: var(--thm-font-3);
}



.about-style3__content {
    position: relative;
    display: block;
    padding-top: 35px;
}

.about-style3__content .sec-title {
    position: relative;
    display: block;
    padding-bottom: 33px;
}

.about-style3__content .inner-content {
    position: relative;
    display: block;
}

.about-style3__content .inner-content h2 {
    color: #777777;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-style: italic;
    font-family: var(--thm-font-3);
    margin: 0 0 2px;
}

.about-style3__content .inner-content .single-box {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-top: 40px;
}

.about-style3__content .inner-content .single-box .icon {
    position: absolute;
    top: 8px;
    left: 0;
}

.about-style3__content .inner-content .single-box .icon span:before {
    color: var(--thm-black);
    font-size: 50px;
    line-height: 50px;
}

.about-style3__content .inner-content .single-box .text {
    position: relative;
    display: block;
}

.about-style3__content .inner-content .single-box .text p {
    margin: 0;
}

.about-style3__content__signature-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 61px;
    width: 270px;
    height: 90px;
    z-index: 1;
}

.about-style3__content__signature-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f1f1f1;
    z-index: -1;
    border-radius: 50px;
    border-top-left-radius: 0;
    transition: all 500ms ease;
}

.about-style3__content__signature-box:hover:before {
    background-color: var(--thm-base);
}

.about-style3__content__signature-box:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 30px;
    height: 70px;
    z-index: -1;
    border-bottom: 70px solid #f1f1f1;
    border-right: 70px solid transparent;
    transition: all 500ms ease;
}

.about-style3__content__signature-box:hover:after {
    border-bottom: 70px solid var(--thm-base);
}





/*** 
=============================================
    About Style9 Area Css   
=============================================
***/
.about-style9-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
    z-index: 10;
}

.about-style9-area.pdtopbtm0 {
    padding: 0;
}

.experience-box-style2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 70px 70px 53px;
    margin-bottom: 70px;
    z-index: 1;
}

.experience-box-style2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fcfcfc;
    -moz-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
    z-index: -1;
}

.experience-box-style2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f4f4f4;
    -moz-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    -o-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);
    z-index: -2;
}

.experience-box-style2 .title-box {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    margin-top: -4px;
}

.experience-box-style2 .title-box h5 {
    font-size: 24px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    /* letter-spacing: 0.54em; */
    margin: 0 0 12px;
}

.experience-box-style2 .title-box h2 {
    font-size: 65px;
    line-height: 1.2em;
    text-transform: capitalize;
}

.experience-box-style2 .text-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    margin-top: -7px;
}

.experience-box-style2 .text-box p {
    font-size: 16px;
    /* letter-spacing: 0.12em; */
    margin: 0;
}




.experience-box-style2.about-page {
    margin-bottom: 120px;
}

.experience-box-style2.about-page::after {
    background-image: -moz-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    z-index: -1;
}

.experience-box-style2.about-page::before {
    background: #f1f1f1;
    -moz-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
    z-index: -2;
}

.experience-box-style2.about-page .title-box h5 {
    color: #ffffff;
}

.experience-box-style2.about-page .title-box h2 {
    color: #ffffff;
}

.experience-box-style2.about-page .text-box p {
    color: #ffffff;
}




.about-style9__content {
    position: relative;
    display: block;
    max-width: 470px;
}

.about-style9__content .title-box {
    position: relative;
    display: block;
    margin-top: -13px;
}

.about-style9__content .title-box h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: capitalize;
}

.about-style9__content .title-box h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.about-style9__content .title-box h2 span:before {
    content: "";
    position: absolute;
    left: 4px;
    bottom: 15px;
    right: 4px;
    height: 22px;
    background: #f1db62;
    z-index: -1;
}

.about-style9__content .inner-content {
    position: relative;
    display: block;
    padding-top: 28px;
}

.about-style9__content .inner-content p {
    font-size: 16px;
    letter-spacing: 0.12em;
    margin: 0;
}


.about-style9__content__signature-box {
    position: relative;
    display: block;
    padding-top: 42px;
}


.about-style9__image {
    position: relative;
    display: block;
    float: right;
}



