.about__area {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 576px) {
    .about__area {
        padding: 100px 0;
    }
}
.about__area-two {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 576px) {
    .about__area-two {
        padding: 100px 0;
    }
}
.about__area-three {
    padding: 130px 0;
}
@media (max-width: 576px) {
    .about__area-three {
        padding: 100px 0;
    }
}
.about__area-four {
    padding: 130px 0;
}
@media (max-width: 576px) {
    .about__area-four {
        padding: 100px 0;
    }
}
.about__img {
    position: relative;
}
@media (max-width: 768px) {
    .about__img {
        margin-bottom: 50px;
    }
}
.about__img-two {
    position: relative;
    padding-bottom: 55px;
}
@media (max-width: 768px) {
    .about__img-two {
        margin-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .about__img-two {
        padding-bottom: 0;
        text-align: center;
    }
}
@media (min-width: 576px) {
    .about__img-two {
        padding-bottom: 55px;
        text-align: left;
    }
}
.about__img-two .mask-img {
    -webkit-mask-image: url(../img/images/h2_about_mask_img.svg);
    mask-image: url(../img/images/h2_about_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 520px;
    width: 377px;
}
@media (max-width: 1200px) {
    .about__img-two .mask-img {
        height: 506px;
        width: 365px;
    }
}
@media (max-width: 576px) {
    .about__img-two .mask-img {
        height: 440px;
        width: 320px;
    }
}
.about__img-two .mask-img img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about__img-two .mask-img-wrap {
    position: relative;
    padding: 10px;
    display: inline-block;
}
.about__img-two .mask-img-wrap .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.about__img-two .mask-img-wrap .shape svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    display: block;
    color: #D3D3D3;
}
.about__img-two .mask-img-wrap .shape svg .animation-dashed {
    animation: animation__shape-five 0.5s infinite linear;
    animation-play-state: paused;
}
.about__img-two .mask-img-wrap:hover .shape svg .animation-dashed {
    animation-play-state: running;
}
.about__img-two .img-two {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about__img-two .img-two img {
    border-radius: 15px;
    border: 10px solid #ffffff;
    filter: drop-shadow(0px 0px 80px rgba(0, 0, 0, 0.15));
    transform: rotate(-1.926deg);
    max-width: 290px;
}
@media (max-width: 576px) {
    .about__img-two .img-two img {
        display: none;
    }
}
@media (min-width: 576px) {
    .about__img-two .img-two img {
        display: block;
    }
}
.about__img-two .shape img {
    position: absolute;
    left: -17%;
    bottom: -10%;
    z-index: -1;
    max-width: 120px;
}
@media (max-width: 1200px) {
    .about__img-two .shape img {
        left: -8%;
        max-width: 100px;
    }
}
@media (max-width: 992px) {
    .about__img-two .shape img {
        left: -2%;
        max-width: 80px;
    }
}
@media (max-width: 768px) {
    .about__img-two .shape img {
        display: none;
    }
}
.about__img-three {
    position: relative;
    padding-bottom: 7px;
}
@media (max-width: 768px) {
    .about__img-three {
        margin-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .about__img-three {
        text-align: center;
    }
}
.about__img-three > img {
    max-width: 330px;
}
@media (max-width: 576px) {
    .about__img-three > img {
        max-width: 100%;
    }
}
.about__img-three .customer__review-two {
    border: 1px solid #D0CACA;
    left: 13%;
    bottom: 0;
}
@media (max-width: 1200px) {
    .about__img-three .customer__review-two {
        left: 4%;
    }
}
@media (max-width: 576px) {
    .about__img-three .customer__review-two {
        left: 50%;
        transform: translateX(-50%) !important;
    }
}
.about__img-three .healthy-pets-two {
    right: 8%;
    top: 22%;
}
@media (max-width: 1200px) {
    .about__img-three .healthy-pets-two {
        right: 0%;
        top: 21%;
    }
}
.about__img-three .healthy-pets-two::before {
    border-color: #C2A8C2;
}


.about__content-four {
    position: relative;
}
@media (max-width: 768px) {
    .about__content-four {
        margin-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .about__content-four {
        text-align: center;
    }
}
.about__content-four img {
    border-radius: 15px;
}
.about__content-four img:nth-child(1) {
    max-width: 350px;
}
@media (max-width: 1200px) {
    .about__content-four img:nth-child(1) {
        max-width: 100%;
    }
}
.about__content-four img:nth-child(2) {
    position: absolute;
    right: 40px;
    top: 22%;
    border-radius: 15px;
    border: 6px solid #ffffff;
}
@media (max-width: 1200px) {
    .about__content-four img:nth-child(2) {
        right: 0;
        max-width: 200px;
    }
}
@media (max-width: 576px) {
    .about__content-four img:nth-child(2) {
        display: none;
    }
}
.about__content-four .shape img {
    position: absolute;
    right: 13%;
    top: 2%;
}
@media (max-width: 1200px) {
    .about__content-four .shape img {
        right: 2%;
    }
}
@media (max-width: 576px) {
    .about__content-four .shape img {
        display: none;
    }
}

.about__content {
    padding: 0 55px;
    position: relative;
}
@media (max-width: 1200px) {
    .about__content {
        padding: 0;
    }
}
.about__content > p {
    margin-bottom: 40px;
    font-weight: 500;
}
@media (max-width: 576px) {
    .about__content > p {
        margin-bottom: 30px;
    }
}
.about__content-inner {
    display: flex;
    align-items: center;
    gap: 20px 60px;
    margin-bottom: 25px;
}
@media (max-width: 1200px) {
    .about__content-inner {
        gap: 20px 40px;
    }
}
.about__content-inner > p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.about__content-inner-two {
    display: flex;
    align-items: center;
    gap: 20px 55px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.about__content-inner-two .experience__box-shape svg {
    color:#002169;
}
.about__content-inner-two .experience__box::before {
    height: 116px;
    background: #E0E0E0;
}
@media (max-width: 576px) {
    .about__content-inner-two .experience__box::before {
        display: none;
    }
}
.about__content-bottom {
    display: flex;
    align-items: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}

.about__content .shape img {
    position: absolute;
    right: 10%;
    top: 0;
    z-index: -1;
}
@media (max-width: 1200px) {
    .about__content .shape img {
        right: 3%;
        top: -6%;
        width: 80px;
    }
}
@media (max-width: 768px) {
    .about__content .shape img {
        top: -16%;
    }
}
@media (max-width: 576px) {
    .about__content .shape img {
        display: none;
    }
}

.about__content-two {
    margin-left: 80px;
    position: relativve;
}
@media (max-width: 1200px) {
    .about__content-two {
        margin-left: 0;
    }
}
.about__content-two p {
    margin-bottom: 32px;
}

.about__content-four {
    position: relative;
}
@media (max-width: 768px) {
    .about__content-four {
        margin-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .about__content-four {
        text-align: center;
    }
}
.about__content-four img {
    border-radius: 15px;
}
.about__img-four img:nth-child(1) {
    max-width: 350px;
}
@media (max-width: 576px) {
    .about__img-four img:nth-child(1) {
        max-width: 100%;
    }
}
.about__img-four img:nth-child(2) {
    position: absolute;
    right: 40px;
    top: 22%;
    border-radius: 15px;
    border: 6px solid #ffffff;
    max-width: 210px;
}



@media (min-width: 1800px) {
    .about__img-four img:nth-child(2) {
        right: 140px;
        max-width: 300px;
    }
}
@media (min-width: 1800px) {
    .about__img-four img:nth-child(1) {
        right: 190px;
        max-width: 450px;
    }
}
@media (max-width: 1200px) {
    .about__img-four img:nth-child(2) {
        right: 0;
        max-width: 200px;
    }
}
@media (max-width: 1200px) {
    .about__img-four img:nth-child(2) {
        right: 0;
        max-width: 200px;
    }
}
@media (max-width: 576px) {
    .about__img-four img:nth-child(2) {
        display: none;
    }
}


.about__img-four .shape img {
    position: absolute;
    right: 31%;
    top: 2%;
}
@media (max-width: 1200px) {
    .about__img-four .shape img {
        right: 2%;
    }
}
@media (max-width: 576px) {
    .about__img-four .shape img {
        display: none;
    }
}

.about__img-four {
    position: relative;
}

.about__content {
    padding: 0 55px;
    position: relative;
}
@media (max-width: 1200px) {
    .about__content {
        padding: 0;
    }
}
.about__content > p {
    margin-bottom: 40px;
    font-weight: 500;
}
@media (max-width: 576px) {
    .about__content > p {
        margin-bottom: 30px;
    }
}

.about__content-inner {
    display: flex;
    align-items: center;
    gap: 20px 60px;
    margin-bottom: 25px;
}
@media (max-width: 1200px) {
    .about__content-inner {
        gap: 20px 40px;
    }
}
.about__content-inner > p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.about__content-inner-two {
    display: flex;
    align-items: center;
    gap: 20px 55px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.about__content-inner-two .experience__box-shape svg {
    color:var(--color-primary);
}
.about__content-inner-two .experience__box::before {
    height: 116px;
    background: #E0E0E0;
}
@media (max-width: 576px) {
    .about__content-inner-two .experience__box::before {
        display: none;
    }
}

.about__content-bottom {
    display: flex;
    align-items: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}

.about__content .shape img {
    position: absolute;
    right: 10%;
    top: 0;
    z-index: -1;
}
@media (max-width: 1200px) {
    .about__content .shape img {
        right: 3%;
        top: -6%;
        width: 80px;
    }
}
@media (max-width: 768px) {
    .about__content .shape img {
        top: -16%;
    }
}
@media (max-width: 576px) {
    .about__content .shape img {
        display: none;
    }
}

.about__content-two {
    margin-left: 80px;
    position: relative;
}
@media (max-width: 1200px) {
    .about__content-two {
        margin-left: 0;
    }
}
.about__content-two p {
    margin-bottom: 32px;
    font-weight: 500;
    width: 90%;
}
@media (max-width: 1200px) {
    .about__content-two p {
        width: 100%;
    }
}
.about__content-two .shape img {
    position: absolute;
    z-index: -1;
    right: -15%;
    top: -35%;
    max-width: 90px;
}
@media (max-width: 1200px) {
    .about__content-two .shape img {
        right: -7%;
    }
}
@media (max-width: 992px) {
    .about__content-two .shape img {
        right: -4%;
        max-width: 80px;
    }
}
@media (max-width: 768px) {
    .about__content-two .shape img {
        display: none;
    }
}

.about__content-three {
    position: relative;
}
.about__content-three p {
    margin-bottom: 20px;
    font-weight: 500;
}
.about__content-three .shape img {
    position: absolute;
    right: -15%;
    top: -27%;
    z-index: -1;
    max-width: 136px;
}
@media (max-width: 768px) {
    .about__content-three .shape img {
        right: 0%;
        top: -42%;
        max-width: 120px;
    }
}
@media (max-width: 576px) {
    .about__content-three .shape img {
        top: -20%;
        max-width: 90px;
    }
}

.about__content-four {
    margin-right: 70px;
}
@media (max-width: 1200px) {
    .about__content-four {
        margin-right: 50px;
    }
}
@media (max-width: 992px) {
    .about__content-four {
        margin-right: 0px;
    }
}
.about__content-four p {
    margin-bottom: 30px;
    font-weight: 500;
}


.experience__box {
    position: relative;
    padding: 28px 20px 20px;
    text-align: center;
}

.experience__box::before {
    content: "";
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 90px;
    border-radius: 4px;
    background: var(--color-primary);
}

@media (max-width: 1200px) {
    .experience__box::before {
        right: -22px;
    }
}

.experience__box-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.experience__box-shape svg {
    width: 100%;
    height: 100%;
    color: var(--color-primary);
    overflow: visible;
}

.experience__box .title {
    margin-bottom: 0;
    font-size: 64px;
    line-height: .8;
    color: #ffffff;
    display: inline-flex;
    gap: 5px;
}

@media (max-width: 992px) {
    .experience__box .title {
        font-size: 60px;
    }
}

@media (max-width: 576px) {
    .experience__box .title {
        font-size: 50px;
        line-height: 1;
    }
}

.experience__box .title span {
    font-size: 20px;
}

.experience__box p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
    font-family: 'Baloo Bhaina 2', sans-serif;
    color: #ffffff;
}

.introducing__area {
    padding: 130px 0;
}

@media (max-width: 576px) {
    .introducing__area {
        padding: 100px 0;
    }
}

.introducing__img {
    position: relative;
    margin-left: 40px;
}

@media (max-width: 992px) {
    .introducing__img {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .introducing__img {
        margin-bottom: 50px;
    }
}

.introducing__img .shape {
    position: absolute;
    right: 15%;
    top: 14%;
}

@media (max-width: 992px) {
    .introducing__img .shape {
        right: 12%;
        top: 10%;
    }
}

.introducing__img .shape svg {
    color: var(--color-primary);
}

.introducing__content {
    margin-left: 25px;
    width: 80%;
    position: relative;
}

@media (max-width: 992px) {
    .introducing__content {
        margin-left: 0;
        width: 100%;
    }
}

.introducing__content p {
    margin-bottom: 23px;
}

.introducing__content .shape img {
    position: absolute;
    right: -50%;
    bottom: -20%;
    z-index: -1;
    max-width: 219px;
}

@media (max-width: 1200px) {
    .introducing__content .shape img {
        right: -25%;
        bottom: -13%;
    }
}

@media (max-width: 992px) {
    .introducing__content .shape img {
        right: -3%;
        bottom: -18%;
        max-width: 160px;
    }
}

@media (max-width: 576px) {
    .introducing__content .shape img {
        bottom: -15%;
        max-width: 125px;
    }
}

.introducing__list-box .list-wrap li {
    /* font-size: 19px;
    font-weight: 700; */
    color: #0D0D0D;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.9;
    margin-bottom: 15px;
}

.introducing__list-box .list-wrap li:last-child {
    margin-bottom: 0;
}

.introducing__list-box .list-wrap li .icon {
    width: 30px;
    height: 30px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex: 0 0 auto;
}


/*why us */

.why__we-are-area {
    padding: 130px 0;
}

@media (max-width: 576px) {
    .why__we-are-area {
        padding: 100px 0;
    }
}

.why__we-are-area-two {
    background: #F7F4F7;
    padding: 130px 0 100px;
    z-index: 1;
    position: relative;
}

@media (max-width: 576px) {
    .why__we-are-area-two {
        padding: 100px 0 70px;
    }
}

.why__we-are-img {
    position: relative;
    margin-left: 80px;
}

@media (max-width: 1200px) {
    .why__we-are-img {
        margin-left: 40px;
    }
}

@media (max-width: 992px) {
    .why__we-are-img {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .why__we-are-img {
        margin-bottom: 50px;
    }
}

.why__we-are-img .shape {
    position: absolute;
    color: var(--color-primary);
}

.why__we-are-img .shape-one {
    left: 24%;
    top: -4%;
}

@media (max-width: 992px) {
    .why__we-are-img .shape-one {
        left: 30%;
        top: -6%;
    }
}

.why__we-are-img .shape-one svg {
}

@media (max-width: 576px) {
    .why__we-are-img .shape-one svg {
        width: 120px;
    }
}

.why__we-are-img .shape-two {
    left: 10%;
    bottom: 8%;
}

.why__we-are-img .shape-two svg {
}

@media (max-width: 576px) {
    .why__we-are-img .shape-two svg {
        width: 100px;
    }
}

.why__we-are-img .shape-three {
    right: 10%;
    bottom: 20px;
}

@media (max-width: 992px) {
    .why__we-are-img .shape-three {
        right: 0;
        bottom: 0;
    }
}

.why__we-are-img .shape-three svg {
}

@media (max-width: 576px) {
    .why__we-are-img .shape-three svg {
        width: 80px;
    }
}

.why__we-are-img .shape-four {
    right: 19%;
    top: 5px;
}

@media (max-width: 992px) {
    .why__we-are-img .shape-four {
        right: 8%;
        top: 0;
    }
}

@media (max-width: 576px) {
    .why__we-are-img .shape-four {
        display: none;
    }
}

.why__we-are-content > p {
    margin-bottom: 35px;
    width: 90%;
}

@media (max-width: 768px) {
    .why__we-are-content > p {
        width: 100%;
    }
}

.why__we-are-item {
    position: relative;
    text-align: center;
    padding: 75px 55px 70px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .why__we-are-item {
        padding: 55px 35px 50px;
    }
}

.why__we-are-item-shape .shape-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.why__we-are-item-shape .shape-one svg {
    width: 100%;
    height: 100%;
    color: #ffffff;
    overflow: visible;
    display: block;
    position: absolute;
}

.why__we-are-item-shape .shape-two {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}

.why__we-are-item-shape .shape-two svg {
    width: 100%;
    height: 100%;
    color: var(--color-primary-lighter);
    overflow: visible;
    display: block;
    position: absolute;
}

.why__we-are-item-shape .shape-two svg .animation-dashed {
    animation: animation__shape-four 0.5s infinite linear;
    animation-play-state: paused;
}

.why__we-are-item:hover .why__we-are-item-shape .shape-two svg .animation-dashed {
    animation-play-state: running;
}

.why__we-are-item-icon {
    height: 100px;
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .why__we-are-item-icon {
        height: 70px;
    }
}

.why__we-are-item-icon svg {
    width: 100%;
    height: 100%;
    color: var(--color-primary);
}

.why__we-are-item-content .title {
    margin-bottom: 8px;
    font-size: 24px;
}

.why__we-are-item-content p {
    margin-bottom: 0;
    font-weight: 500;
}

.why__list-box .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 35px 0;
}

@media (max-width: 992px) {
    .why__list-box .list-wrap {
        margin: 0 -10px;
        gap: 30px 0;
    }
}

.why__list-box .list-wrap li {
    width: 50%;
    padding: 0 15px;
}

@media (max-width: 992px) {
    .why__list-box .list-wrap li {
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .why__list-box .list-wrap li {
        width: 100%;
    }
}

.why__list-box-item-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.why__list-box-item-top .icon {
    position: relative;
    padding-left: 4px;
    min-height: 23px;
    line-height: 1;
    transform: translateY(-2px);
    color: var(--color-primary);
    transition: 0.3s;
}

.why__list-box-item-top .icon::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 7px;
    background: #F0E9F0;
    z-index: -1;
    left: 0;
    top: 0;
}

.why__list-box-item-top .title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    transition: 0.3s;
}

.why__list-box-item:hover .why__list-box-item-top .icon {
    color: #445374;
}

.why__list-box-item:hover .why__list-box-item-top .title {
    color: var(--color-primary);
}

.why__list-box-item p {
    margin-bottom: 0;
    font-weight: 500;
    width: 90%;
}

.why__shape-wrap img {
    position: absolute;
    z-index: -2;
}

.why__shape-wrap img:nth-child(1) {
    left: 0;
    top: 30%;
    max-width: 161px;
}

@media (max-width: 1400px) {
    .why__shape-wrap img:nth-child(1) {
        top: 20%;
    }
}

@media (max-width: 1200px) {
    .why__shape-wrap img:nth-child(1) {
        max-width: 125px;
    }
}

@media (max-width: 992px) {
    .why__shape-wrap img:nth-child(1) {
        top: 10%;
    }
}

@media (max-width: 576px) {
    .why__shape-wrap img:nth-child(1) {
        top: 0;
        max-width: 90px;
    }
}

.why__shape-wrap img:nth-child(2) {
    right: 5%;
    bottom: 15%;
    max-width: 113px;
}

@media (max-width: 1400px) {
    .why__shape-wrap img:nth-child(2) {
        right: 3%;
        bottom: 7%;
    }
}

@media (max-width: 1200px) {
    .why__shape-wrap img:nth-child(2) {
        max-width: 100px;
    }
}

@media (max-width: 576px) {
    .why__shape-wrap img:nth-child(2) {
        bottom: 2%;
        max-width: 80px;
    }
}


/* Our Team*/

.counter__area {
    background: var(--tg-theme-secondary);
    padding: 130px 0 80px;
    position: relative;
    z-index: 1;
}
@media (max-width: 576px) {
    .counter__area {
        padding: 100px 0 80px;
    }
}
.counter__area-bg {
    background-size: cover;
    background-position: center;
    padding: 90px 0 60px;
    z-index: 1;
    position: relative;
}
.counter__content {
    margin-bottom: 50px;
}
@media (max-width: 576px) {
    .counter__content {
        margin-bottom: 50px;
    }
}
.counter__content p {
    margin-bottom: 30px;
    color: var(--tg-color-gray-5);
    font-weight: 500;
}
.counter__img {
    position: relative;
    margin-left: 77px;
}
@media (max-width: 1200px) {
    .counter__img {
        margin-left: 45px;
    }
}
@media (max-width: 992px) {
    .counter__img {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .counter__img {
        margin: 0 0 50px 0;
    }
}
.counter__img .mask-img-wrap {
    -webkit-mask-image: url(../img/images/mask-img.png);
    mask-image: url(../img/images/mask-img.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 418px;
    width: 422px;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .counter__img .mask-img-wrap {
        height: 345px;
        width: 348px;
    }
}
@media (max-width: 768px) {
    .counter__img .mask-img-wrap {
        height: 418px;
        width: 422px;
    }
}
@media (max-width: 576px) {
    .counter__img .mask-img-wrap {
        height: 320px;
        width: 320px;
    }
}
@media (max-width: 640px) {
    .counter__img .mask-img-wrap {
        height: 418px;
        width: 422px;
    }
}
.counter__img .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.counter__img-shape {
    position: absolute;
    inset: 0px;
}
@media (max-width: 576px) {
    .counter__img-shape {
        width: 340px;
        height: 320px;
        margin: 0 auto;
    }
}
@media (max-width: 640px) {
    .counter__img-shape {
        width: 445px;
        height: 418px;
    }
}
.counter__img-shape svg {
    width: 100%;
    height: 100%;
    color: #4F6699;
    overflow: visible;
    display: block;
    position: absolute;
}
.counter__img-shape svg .animation-dashed {
    animation: animation__shape-two 0.5s infinite linear;
    animation-play-state: paused;
}
.counter__img:hover .counter__img-shape svg .animation-dashed {
    animation-play-state: running;
}
.counter__img .shape {
    position: absolute;
    left: -21%;
    bottom: -2%;
    z-index: -1;
}
@media (max-width: 992px) {
    .counter__img .shape {
        left: -19%;
        bottom: -11%;
        width: 100px;
    }
}
@media (max-width: 768px) {
    .counter__img .shape {
        bottom: 0;
    }
}
@media (max-width: 576px) {
    .counter__img .shape {
        display: none;
    }
}
.counter__item {
    margin-bottom: 65px;
}
@media (max-width: 992px) {
    .counter__item {
        margin-bottom: 45px;
    }
}
.counter__item:last-child {
    margin-bottom: 0;
}
.counter__item-wrap {
    margin-left: 35px;
}
@media (max-width: 1200px) {
    .counter__item-wrap {
        margin-left: 20px;
    }
}
@media (max-width: 992px) {
    .counter__item-wrap {
        margin-left: 0;
    }
}
.counter__item .count {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 48px;
    border-bottom: 1px solid #0D307B;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .counter__item .count {
        font-size: 38px;
    }
}
.counter__item p {
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-color-gray-5);
    margin-bottom: 0;
}
.counter__item-two {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding: 60px 0 30px;
}
@media (max-width: 576px) {
    .counter__item-two {
        padding: 30px 0 30px;
    }
}
.counter__item-two .count {
    font-size: 60px;
    line-height: 1;
    display: block;
    color: var(--tg-color-white-default);
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
}
@media (max-width: 1200px) {
    .counter__item-two .count {
        font-size: 50px;
    }
}
@media (max-width: 992px) {
    .counter__item-two .count {
        font-size: 48px;
    }
}
@media (max-width: 576px) {
    .counter__item-two .count {
        font-size: 40px;
    }
}

.counter__item-shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 172px;
}

.counter__item-two p {
    margin-bottom: 0;
    font-size: 20px;
    color: var(--tg-color-white-default);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    font-weight: 500;
}
.counter__item-shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 172px;
}
@media (max-width: 992px) {
    .counter__item-shape img {
        max-width: 160px;
    }
}
@media (max-width: 576px) {
    .counter__item-shape img {
        max-width: 120px;
    }
}
.counter__shape img {
    position: absolute;
    z-index: -1;
    right: 2%;
    top: 30%;
}
@media (max-width: 1200px) {
    .counter__shape img {
        right: 1%;
        top: 33%;
        width: 120px;
    }
}
@media (max-width: 992px) {
    .counter__shape img {
        top: 5%;
        width: 100px;
    }
}
@media (max-width: 768px) {
    .counter__shape img {
        top: 8%;
        right: 3%;
    }
}
@media (max-width: 576px) {
    .counter__shape img {
        top: 3%;
        width: 80px;
    }
}


.team__area {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 575px) {
    .team__area {
        padding: 100px 0;
    }
}
.team__area-two {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 575px) {
    .team__area-two {
        padding: 100px 0;
    }
}
.team__area-three {
    padding: 100px 0 70px;
}
.team__item {
    margin-bottom: 30px;
    text-align: center;
}
.team__item-img {
    position: relative;
    margin-top: 62px;
    margin-bottom: 35px;
}
.team__item-img .mask-img-wrap {
    -webkit-mask-image: url(../images/team_mask_img.svg);
    mask-image: url(../images/team_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 246px;
    width: 264px;
    margin: 0 auto;
    position: relative;
}
.team__item-img .mask-img-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary-lighter);
    opacity: 0;
    transition: all 0.3s ease;
}
.team__item-img .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team__item-img-shape .shape-one {
    position: absolute;
    width: 284px;
    height: 263px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.team__item-img-shape .shape-one svg {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: visible;
    display: block;
    color: var(--color-primary-50);
}
.team__item-img-shape .shape-one .animation-dashed {
    animation: animation__shape 0.5s infinite linear;
    animation-play-state: paused;
}
.team__item-img-shape .shape-two {
    position: absolute;
    top: -62px;
    right: 0;
}
@media (max-width: 991px) {
    .team__item-img-shape .shape-two {
        right: 20px;
    }
}
@media (max-width: 575px) {
    .team__item-img-shape .shape-two {
        right: 40px;
    }
}
@media (max-width: 767px) {
    .team__item-img-shape .shape-two {
        right: 20px;
    }
}
.team__item-img-shape .shape-two svg {
    color:  var(--color-primary);
    transition: all 0.3s ease;
}
.team__item-content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
}
.team__item-content span {
    line-height: 1;
    display: block;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
}
.team__item:hover .mask-img-wrap::before {
    opacity: 0.9;
}
.team__item:hover .team__social .list-wrap li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.team__item:hover .team__item-img-shape .animation-dashed {
    animation-play-state: running;
}
.team__item:hover .team__item-img-shape .shape-two svg {
    color: var(--tg-theme-primary);
}

.team__social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 10px;
}
.team__social .list-wrap li {
    transition: visibility 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.1s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.team__social .list-wrap li a {
    font-size: 18px;
    color: var(--tg-color-white-default);
}
.team__social .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}
.team__bottom-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 40px;
}
@media (max-width: 575px) {
    .team__bottom-content {
        margin-top: 20px;
    }
}
.team__bottom-content p {
    color: #4D6496;
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
    margin-bottom: 0;
    text-decoration: underline;
    font-size: 18px;
    line-height: 1;
}
.team__bottom-content .btn {
    background: #F7F4F7;
    color: var(--tg-theme-primary);
}
.team__bottom-content .btn:hover {
    color: var(--tg-color-white-default);
}
.team__details-area {
    padding: 100px 0;
}
.team__details-img {
    margin-right: 30px;
    padding: 9px;
    position: relative;
}
@media (max-width: 991px) {
    .team__details-img {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .team__details-img {
        margin-bottom: 50px;
    }
}
.team__details-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px dashed #C8C2C8;
    border-radius: 245px;
}
.team__details-img img {
    border-radius: 245px;
}
.team__details-content .name {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 1;
}
@media (max-width: 991px) {
    .team__details-content .name {
        font-size: 38px;
    }
}
@media (max-width: 575px) {
    .team__details-content .name {
        font-size: 36px;
    }
}
.team__details-content > span {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.team__details-content > span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 5px;
    border-radius: 5px;
    background: var(--tg-theme-primary);
}
.team__details-content > p {
    margin-bottom: 35px;
    text-transform: capitalize;
    width: 80%;
}
@media (max-width: 991px) {
    .team__details-content > p {
        width: 100%;
        margin-bottom: 30px;
    }
}
.team__details-content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
}
.team__details-content .experience-wrap p {
    margin-bottom: 35px;
    text-transform: capitalize;
    width: 80%;
}
@media (max-width: 991px) {
    .team__details-content .experience-wrap p {
        width: 100%;
        margin-bottom: 30px;
    }
}
.team__details .contact__info-wrap,
.team__details-info {
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .team__details .contact__info-wrap,
    .team__details-info {
        margin-bottom: 40px;
    }
}
.team__details .contact__info-wrap .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 0;
    margin: 0 -15px;
}
.team__details .contact__info-wrap .list-wrap li {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 0 !important;
}
@media (max-width: 575px) {
    .team__details .contact__info-wrap .list-wrap li {
        width: 100%;
    }
}
.team__details-form {
    margin-left: 0 !important;
}
.team__shape img {
    position: absolute;
    right: 3%;
    top: 13%;
}
