/*==============================================
  About One  
===============================================*/
.about-one {
    position: relative;
    display: block;
    background-color: var(--nexin-black);
    padding: 109px 0 120px;
    z-index: 1;
}

.about-one__shape-1 {
    position: absolute;
    top: 80px;
    right: 120px;
    z-index: -1;
}

.about-one__shape-1 img {
    width: auto;
}

.about-one__left {
    position: relative;
    display: block;
}

.about-one__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: var(--nexin-white);
    margin-bottom: 42px;
}

.about-one__experience-box {
    position: relative;
    display: block;
    margin-left: 100px;
    margin-top: 27px;
}

.about-one__experience-count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__experience-count h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px !important;
    font-family: var(--nexin-font) !important;
    color: var(--nexin-white);
}

.about-one__experience-count span {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px !important;
    font-family: var(--nexin-font) !important;
    color: var(--nexin-white);
}

.about-one__experience-count-text {
    font-weight: 700;
    color: var(--nexin-white);
    line-height: 19px;
}

.about-one__single-list {
    position: relative;
    display: block;
    margin-left: 53px;
}

.about-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.about-one__single-2 {
    margin-left: 47px;
}

.about-one__text {
    color: #F5F5F4;
    text-transform: capitalize;
    margin-bottom: 27px;
}

.about-one__btn {
    position: relative;
    display: inline-block;
}

.about-one__btn a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #F5F5F4;
    font-weight: 500;
}

.about-one__btn a:hover {
    color: var(--nexin-base);
}

.about-one__btn a::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #F5F5F4;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__btn a:hover::before {
    background-color: var(--nexin-base);
}

.about-one__bottom {
    position: relative;
    display: block;
    padding-top: 81px;
}

.about-one__title-box {
    position: relative;
    display: block;
    margin-left: 135px;
}

.about-one__title-box::before {
    content: "";
    position: absolute;
    left: -135px;
    top: 15px;
    width: 120px;
    height: 1px;
    background-color: #2A2A2A;
}

.about-one__title-box::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 15px;
    width: 706px;
    height: 1px;
    background-color: #2A2A2A;
}

.about-one__bottom-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: var(--nexin-white);
    text-transform: capitalize;
}

/*==============================================
    About Two  
===============================================*/
.about-two {
    position: relative;
    display: block;
    background-color: var(--nexin-primary);
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.about-two__shape-1 {
    position: absolute;
    right: 105px;
    top: 340px;
    z-index: -1;
}

.about-two__shape-1 img {
    width: auto;
}

.about-two__inner {
    position: relative;
    display: block;
}

.about-two__left {
    position: relative;
    display: block;
    margin-left: 102px;
    margin-right: 67px;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img {
    position: relative;
    display: block;
}

.about-two__img img {
    width: 100%;
}

.about-two__experience-box {
    position: absolute;
    left: -195px;
    top: -14px;
}

.about-two__experience-count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__experience-count h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px !important;
    font-family: var(--nexin-font-two) !important;
    color: var(--nexin-black);
}

.about-two__experience-count span {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px !important;
    font-family: var(--nexin-font-two) !important;
    color: var(--nexin-black);
}

.about-two__experience-count-text {
    font-weight: 600;
    color: var(--nexin-gray);
    line-height: 19px;
    margin-top: 9px;
    text-transform: capitalize;
}

.about-two__img-shape-1 {
    position: absolute;
    bottom: 20px;
    left: -52px;
    width: 50px;
    height: 100px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: var(--nexin-base);
}

.about-two__img-shape-2 {
    position: absolute;
    bottom: 63px;
    left: 0px;
    width: 50px;
    height: 100px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: rgba(var(--nexin-base-rgb), .50);
}

.about-two__right {
    position: relative;
    display: block;
    margin-left: -37px;
}

.about-two__text-1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: var(--nexin-font-two);
    color: var(--nexin-black);
}

.about-two__text-2 {
    margin: 26px 0 26px;
    text-transform: capitalize;
}

.about-two__points {
    position: relative;
    display: block;
}

.about-two__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-two__points li+li {
    margin-top: 12px;
}

.about-two__points li .icon {
    position: relative;
    display: inline-block;
}

.about-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--nexin-base);
}

.about-two__points li p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--nexin-font-two);
    color: var(--nexin-black);
}

.about-two__more-btn {
    position: relative;
    display: inline-block;
    margin-top: 49px;
}

.about-two__more-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border: 1px solid var(--nexin-black);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    gap: 5px;
    color: var(--nexin-black);
    text-transform: capitalize;
}

.about-two__more-btn a:hover {
    border: 1px solid var(--nexin-base);
    color: var(--nexin-base);
}

.about-two__more-btn a span {
    font-size: 18px;
    position: relative;
    top: -2px;
    font-weight: 700;
}

.about-two__img-two {
    position: absolute;
    bottom: 120px;
    right: 80px;
    border: 1px solid var(--nexin-black);
    border-radius: 50%;
    max-width: 260px;
    width: 100%;
}

.about-two__img-two img {
    width: 100%;
    border-radius: 50%;
}

.about-two__project-complete {
    position: absolute;
    bottom: 64px;
    left: -155px;
    background-color: var(--nexin-base);
    transform: rotate(-90deg);
    padding: 23px 36.2px 81px;
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
}

.about-two__project-complete p {
    font-weight: 600;
    color: var(--nexin-white);
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__project-complete p span {
    font-weight: 600;
    color: var(--nexin-white);
    text-transform: capitalize;
    font-family: var(--nexin-font) !important;
}

/*==============================================
    About Three 
===============================================*/
.about-three {
    position: relative;
    display: block;
    padding: 120px 0 111px;
    z-index: 1;
}

.about-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.about-three__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(24, 25, 27, .94);
    z-index: -1;
}

.about-three__shape-1 {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: -1;
}

.about-three__shape-1 img {
    width: auto;
}

.about-three__left {
    position: relative;
    display: block;
    margin-right: 23px;
}

.about-three__left .section-title-three__title {
    margin-right: -250px;
}

.about-three__img-box {
    position: relative;
    display: block;
}

.about-three__img {
    position: relative;
    display: block;
}

.about-three__img img {
    width: 100%;
}

.about-three__text-and-shape {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 61px;
}

.about-three__text-shape-1 {
    position: relative;
    display: block;
}

.about-three__text-shape-1 img {
    width: auto;
}

.about-three__text-1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: var(--nexin-font-two);
    color: var(--nexin-white);
    flex: 1;
}

.about-three__middle {
    position: relative;
    display: block;
    margin-left: 8px;
    margin-top: 188px;
}

.about-three__text-2 {
    text-transform: capitalize;
}

.about-three__btn-box {
    margin: 32px 0 60px;
}

.about-three__progress-box {
    position: relative;
    display: block;
    background-color: #171717;
    margin-left: -133px;
    margin-right: -67px;
    padding: 70px 60px 80px;
}

.about-three__progress-box .progress-box {
    position: relative;
    display: block;
}

.about-three__progress-box .progress-box+.progress-box {
    margin-top: 30px;
}

.about-three__progress-box .progress-box .bar-title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-family: var(--nexin-font-two);
    color: var(--nexin-white);
}

.about-three__progress-box .progress-box .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #28292C;
    border-radius: 5px;
}

.about-three__progress-box .progress-box .bar-inner {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 0px;
    height: 4px;
    background: var(--nexin-base);
    border-radius: 2px;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.about-three__progress-box .progress-box .bar-inner::before {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: var(--nexin-base);
    border-radius: 50%;
}

.about-three__progress-box .progress-box .count-box {
    position: absolute;
    right: 0px;
    bottom: 14px;
    color: var(--nexin-white);
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    font-family: var(--nexin-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-three__progress-box .progress-box .counted .count-box {
    opacity: 1;
}

.about-three__right {
    position: relative;
    display: block;
    margin-left: 45px;
}

.about-three__right-img {
    position: relative;
    display: block;
}

.about-three__right-img img {
    width: 100%;
}

.about-three__happy-client {
    position: relative;
    display: block;
    margin-left: 50px;
    margin-top: 246px;
}

.about-three__client-img-list {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__client-img-list li {
    position: relative;
    display: block;
}

.about-three__client-img-list li+li {
    margin-left: -22px;
}

.about-three__client-img {
    position: relative;
    display: block;
    max-width: 60px;
    width: 100%;
}

.about-three__client-img img {
    width: 100%;
    border: 2px solid var(--nexin-white);
    border-radius: 50%;
}

.about-three__client-text {
    position: relative;
    display: block;
    padding-left: 40px;
    margin-top: 15px;
}

.about-three__client-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: var(--nexin-font-two);
    text-transform: capitalize;
    color: var(--nexin-white);
}

.about-three__client-count {
    position: absolute;
    display: flex;
    align-items: center;
    top: 28px;
    left: -28px;
    transform: rotate(-90deg);
}

.about-three__client-count h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px !important;
    font-family: var(--nexin-font-two) !important;
}

.about-three__client-count span {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px !important;
    color: var(--nexin-white);
    font-family: var(--nexin-font-two) !important;
}

/*==============================================
    About Four 
===============================================*/
.about-four {
    position: relative;
    display: block;
    padding: 104px 0 120px;
    z-index: 1;
}

.about-four__top {
    position: relative;
    display: block;
    margin-bottom: 47px;
}

.about-four__top-left {
    position: relative;
    display: block;
}

.about-four__top-title {
    font-size: 54px;
    font-weight: 500;
    line-height: 64px;
    text-transform: capitalize;
    color: var(--nexin-black);
}

.about-four__top-right {
    position: relative;
    display: block;
    margin-left: 88px;
    margin-top: 46px;
}

.about-four__top-text {
    font-family: var(--nexin-font-two);
    font-weight: 300;
    text-transform: capitalize;
}

.about-four__top-right-shape-1 {
    position: absolute;
    top: -9px;
    right: 0;
}

.about-four__top-right-shape-1 img {
    width: auto;
}

.about-four__img-1 {
    position: relative;
    display: block;
}

.about-four__img-1 img {
    width: 100%;
}

.about-four__content {
    position: relative;
    display: block;
    margin-top: 43px;
}

.about-four__title-1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    color: var(--nexin-black);
    margin-bottom: 42px;
    text-transform: capitalize;
}

.about-four__experience-box {
    position: relative;
    display: block;
    margin-left: 100px;
    margin-top: 27px;
}

.about-four__experience-count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-four__experience-count h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px !important;
    font-family: var(--nexin-font) !important;
    color: var(--nexin-black);
}

.about-four__experience-count span {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px !important;
    font-family: var(--nexin-font) !important;
    color: var(--nexin-black);
}

.about-four__experience-count-text {
    font-weight: 700;
    color: var(--nexin-black);
    line-height: 19px;
}

.about-four__single-list {
    position: relative;
    display: block;
    margin-left: 53px;
}

.about-four__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.about-four__single-2 {
    margin-left: 47px;
}

.about-four__text {
    color: var(--nexin-gray);
    text-transform: capitalize;
    margin-bottom: 27px;
}

.about-four__btn {
    position: relative;
    display: inline-block;
}

.about-four__btn a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--nexin-black);
    font-weight: 700;
}

.about-four__btn a:hover {
    color: var(--nexin-black);
    text-shadow: 1px 0 0 rgba(18, 18, 18, .8);
}

.about-four__btn a::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--nexin-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-four__btn a:hover::before {
    background-color: var(--nexin-black);
}

.about-four__bottom {
    position: relative;
    display: block;
    margin-top: 28px;
}

.about-four__bottom-left {
    position: relative;
    display: block;
    margin-right: -21px;
}

.about-four__bottom-img {
    position: relative;
    display: block;
}

.about-four__bottom-img img {
    width: 100%;
}

.about-four__bottom-right {
    position: relative;
    display: block;
    margin-left: 50px;
}

.about-four__count-list {
    position: relative;
    display: block;
}

.about-four__count-list li {
    position: relative;
    display: block;
}

.about-four__count-list li+li {
    margin-top: 41px;
}

.about-four__count-and-text-single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--nexin-bdr-color);
    padding-bottom: 22px;
}

.about-four__count-box {
    position: relative;
    display: block;
}

.about-four__count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-four__count h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px !important;
    font-family: var(--nexin-font-two) !important;
    color: var(--nexin-black);
}

.about-four__count span {
    font-size: 36px;
    font-weight: 400;
    line-height: 37px !important;
    font-family: var(--nexin-font-two) !important;
    color: var(--nexin-black);
}

.about-four__count-text {
    font-family: var(--nexin-font-two);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: 2px;
}

.about-four__count-list-text {
    font-family: var(--nexin-font-two);
    text-transform: capitalize;
    font-weight: 300;
}

.about-four__bottom-text-1 {
    text-transform: capitalize;
    margin-top: 43px;
    margin-bottom: 26px;
}

.about-four__bottom-text-2 {
    text-transform: capitalize;
}

.about-four__brand {
    position: relative;
    display: block;
    padding: 112px 0 0;
}

.about-four__brand .brand-one__inner {
    padding-top: 51px;
}

.about-four__brand .about-one__bottom-title {
    color: var(--nexin-black);
}

.about-four__brand .about-one__title-box::after,
.about-four__brand .about-one__title-box::before {
    background-color: var(--nexin-bdr-color);
}




/*==============================================
    End   
===============================================*/