/*=============================
    06. About
===============================*/

.about-area {
    position: relative;
}

@media (max-width: 767.98px) {
    .about-area {
        padding: 100px 0;
    }
}

.about__bg {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .about__bg {
        padding: 100px 0;
    }
}

.about__bg-two {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .about__bg-two {
        padding: 100px 0;
    }
}

.about__area-four {
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .about__area-four {
        padding: 100px 0;
    }
}

.about__area-five {
    padding: 120px 0;
}

@media (max-width: 767.98px) {
    .about__area-five {
        padding: 100px 0;
    }
}

.about__area-six {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767.98px) {
    .about__area-six {
        padding: 100px 0;
    }
}

.about__area-seven {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 767.98px) {
    .about__area-seven {
        padding: 100px 0;
    }
}

.about__area-eight {
    position: relative;
    padding: 0 0 120px;
}

@media (max-width: 767.98px) {
    .about__area-eight {
        padding: 0 0 100px;
    }
}

.about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

@media (max-width: 991.98px) {
    .about-img-wrap {
        margin-bottom: 50px;
    }
}

.about-img-wrap .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: 472px;
    width: 417px;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .about-img-wrap .mask-img-wrap {
        height: 414px;
        width: 360px;
    }
}

@media (max-width: 767.98px) {
    .about-img-wrap .mask-img-wrap {
        height: 370px;
        width: 320px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-img-wrap .mask-img-wrap {
        height: 442px;
        width: 385px;
    }
}

.about-img-wrap .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-wrap .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;
}

@media (max-width: 767.98px) {
    .about-img-wrap .shape img {
        display: none;
    }
}

.about__img-wrap-two {
    text-align: center;
    position: relative;
    padding: 30px 0;
}

@media (max-width: 991.98px) {
    .about__img-wrap-two {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__img-wrap-two {
        padding: 30px 15px 30px 0;
    }
}

.about__img-wrap-two>img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border-left: 4px solid var(--tg-theme-secondary);
}

.about__img-wrap-two .shape img {
    position: absolute;
    z-index: -1;
    left: 8%;
    bottom: -3%;
}

@media (max-width: 1199.98px) {
    .about__img-wrap-two .shape img {
        left: -2%;
    }
}

.about__img-wrap-two::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 135px;
    height: 100%;
    background: var(--tg-theme-primary);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .about__img-wrap-two::before {
        right: 0;
    }
}

.about__img-wrap-three {
    position: relative;
}

@media (max-width: 991.98px) {
    .about__img-wrap-three {
        margin-bottom: 50px;
    }
}

.about__img-wrap-three>img:nth-child(1) {
    -webkit-border-radius: 10px 185px 10px 10px;
    -moz-border-radius: 10px 185px 10px 10px;
    -o-border-radius: 10px 185px 10px 10px;
    -ms-border-radius: 10px 185px 10px 10px;
    border-radius: 10px 185px 10px 10px;
}

@media (max-width: 767.98px) {
    .about__img-wrap-three>img:nth-child(1) {
        -webkit-border-radius: 10px 80px 10px 10px;
        -moz-border-radius: 10px 80px 10px 10px;
        -o-border-radius: 10px 80px 10px 10px;
        -ms-border-radius: 10px 80px 10px 10px;
        border-radius: 10px 80px 10px 10px;
    }
}

.about__img-wrap-three>img:nth-child(2) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -10%;
    bottom: 18%;
}

@media (max-width: 767.98px) {
    .about__img-wrap-three>img:nth-child(2) {
        display: none;
    }
}

.about__img-wrap-three .shape img {
    position: absolute;
    left: -20%;
    bottom: 20%;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .about__img-wrap-three .shape img {
        display: none;
    }
}

.about__img-wrap-four {
    position: relative;
    padding-bottom: 125px;
}

@media (max-width: 991.98px) {
    .about__img-wrap-four {
        margin-bottom: 50px;
    }
}

.about__img-wrap-four>img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.about__img-wrap-four>img:nth-child(2) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 10px solid var(--tg-color-white-default);
    position: absolute;
    right: 35px;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .about__img-wrap-four>img:nth-child(2) {
        right: 0;
        width: 190px;
    }
}

@media (max-width: 991.98px) {
    .about__img-wrap-four>img:nth-child(2) {
        width: 230px;
    }
}

@media (max-width: 767.98px) {
    .about__img-wrap-four>img:nth-child(2) {
        display: none;
    }
}

.about__img-wrap-four .shape img {
    position: absolute;
    right: 13%;
    z-index: -1;
    top: 31%;
}

@media (max-width: 991.98px) {
    .about__img-wrap-four .shape img {
        right: 6%;
    }
}

@media (max-width: 767.98px) {
    .about__img-wrap-four .shape img {
        display: none;
    }
}

.about__img-wrap-five {
    position: relative;
    padding-bottom: 75px;
    margin-bottom: 25px;
}

.about__img-wrap-five img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    min-height: 250px;
    object-fit: cover;
}

.about__img-wrap-six {
    position: relative;
    padding-left: 70px;
    height: 600px;
}

@media (max-width: 1199.98px) {
    .about__img-wrap-six {
        padding-left: 50px;
        padding-right: 40px;
    }
}

@media (max-width: 991.98px) {
    .about__img-wrap-six {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__img-wrap-six {
        padding: 0;
        text-align: center;
    }
}

.about__img-wrap-six img:nth-child(1) {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.about__img-wrap-six img:nth-child(2) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 6%;
    bottom: 20%;
}

@media (max-width: 1199.98px) {
    .about__img-wrap-six img:nth-child(2) {
        right: 0%;
    }
}

@media (max-width: 767.98px) {
    .about__img-wrap-six img:nth-child(2) {
        display: none;
    }
}

.about__img-wrap-six .shape img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    right: 7%;
    bottom: -10%;
}

@media (max-width: 1199.98px) {
    .about__img-wrap-six .shape img {
        right: 0%;
    }
}

.about__img-wrap-seven {
    position: relative;
    text-align: right;
}

@media (max-width: 1199.98px) {
    .about__img-wrap-seven {
        padding-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .about__img-wrap-seven {
        padding-left: 0px;
        margin-bottom: 50px;
    }
}

.about__img-wrap-seven>img {
    margin-left: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.about__img-wrap-seven .shape img {
    position: absolute;
    right: -5%;
    top: -8%;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .about__img-wrap-seven .shape img {
        right: 0;
    }
}

.about-list .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 -15px;
    gap: 30px 0;
    margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
    .about-list .list-wrap {
        gap: 20px 0;
        flex-wrap: wrap;
    }
}

.about-list .list-wrap li {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

@media (max-width: 1199.98px) {
    .about-list .list-wrap li {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .about-list .list-wrap li {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .about-list .list-wrap li {
        width: 100%;
    }
}

.about-list .list-wrap li .icon {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-yellow-light);
    color: var(--tg-theme-primary);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    flex: 0 0 auto;
    font-size: 40px;
    line-height: 0;
}

.about-list .list-wrap li .icon i {
    transition: 0.3s linear;
}

.about-list .list-wrap li:hover .icon i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.about-list .list-wrap li .content .title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.about-list .list-wrap li .content p {
    margin-bottom: 0;
}

.about-content>p {
    margin-bottom: 30px;
    width: 93%;
    line-height: 1.62;
}

@media (max-width: 1199.98px) {
    .about-content>p {
        width: 100%;
    }
}

.about__content-two {
    width: 90%;
}

@media (max-width: 1199.98px) {
    .about__content-two {
        width: 100%;
    }
}

.about__content-two>p {
    margin-bottom: 35px;
}

.about__content-three {
    width: 95%;
    position: relative;
}

@media (max-width: 1199.98px) {
    .about__content-three {
        width: 100%;
    }
}

.about__content-three>p {
    margin-bottom: 30px;
    width: 95%;
}

@media (max-width: 1199.98px) {
    .about__content-three>p {
        width: 100%;
    }
}

.about__content-four {
    width: 94%;
}

@media (max-width: 1199.98px) {
    .about__content-four {
        width: 100%;
    }
}

.about__content-four p {
    margin-bottom: 30px;
}

.about__content-five .section-title .title span {
    font-weight: 400;
}

.about__content-five>p {
    margin-bottom: 0;
    gap: 10px;
    line-height: 1.75;
}

.about__content-five>p span {
    font-size: 60px;
    font-weight: 700;
    color: var(--tg-heading-color);
    font-family: var(--tg-heading-font-family);
    line-height: 0.8;
}

.about__content-six>p {
    margin-bottom: 25px;
    width: 85%;
}

@media (max-width: 1199.98px) {
    .about__content-six>p {
        width: 100%;
    }
}

.about__content-seven .section-title .title span {
    position: relative;
}

.about__content-seven .section-title .title span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 0;
    height: 8px;
    background: var(--tg-theme-primary);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.about__content-seven .section-title .title.animated span::before {
    width: 100%;
}

.about__content-seven>p {
    margin-bottom: 30px;
    width: 90%;
}

@media (max-width: 1199.98px) {
    .about__content-seven>p {
        width: 100%;
    }
}

.about__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    .about__content-inner {
        flex-wrap: wrap;
    }
}

.about__content-inner-two {
    margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .about__content-inner-two {
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .about__content-inner-two {
        justify-content: flex-start;
        gap: 30px;
    }
}

.about__content-inner-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 35px;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.about__content-inner-four {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .about__content-inner-four {
        flex-wrap: wrap;
    }
}

.about__content-inner-five {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media (max-width: 1199.98px) {
    .about__content-inner-five {
        flex-wrap: wrap;
    }
}

.about__list-box .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 500;
    color: var(--tg-theme-secondary);
    font-family: var(--tg-heading-font-family);
    gap: 12px;
    margin-bottom: 10px;
}

.about__list-box .list-wrap li i {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    line-height: 0;
    font-size: 18px;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.about__list-box .list-wrap li:last-child {
    margin-bottom: 0;
}

.about__list-box-two {
    border-left: 1px solid #DBE3EB;
    padding-left: 30px;
}

@media (max-width: 1199.98px) {
    .about__list-box-two {
        border: none;
        padding: 0;
    }
}

.about__list-img {
    width: 184px;
    flex: 0 0 auto;
}

.about__list-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.about__list-img-two {
    width: 248px;
    flex: 0 0 auto;
}

.about__list-img-two img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #D1D1D1;
    box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
}

.about__list-img-three {
    position: relative;
}

.about__list-img-three img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.about__list-img-three .play-btn {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-black-1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    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%);
}

.about__list-img-three .play-btn:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.about__list-img-four img {
    -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    border: 0.8px solid #DADADA;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}

.about-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 767.98px) {
    .about-bottom {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.about-bottom .author-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-bottom .author-wrap .thumb {
    width: 60px;
    flex: 0 0 auto;
    border: 1px solid #B8B9DA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.about-bottom .author-wrap .content img {
    margin-bottom: 5px;
}

.about-bottom .author-wrap .content .title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.about-bottom .author-wrap .content .title span {
    font-size: 16px;
    font-weight: 400;
    color: #6568AF;
}

.about-bottom-two {
    border-top: 1px solid var(--tg-border-4);
    padding-top: 30px;
}

@media (max-width: 1199.98px) {
    .about-bottom-two {
        gap: 20px;
    }
}

.about__phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.about__phone .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    color: var(--tg-theme-secondary);
}

.about__phone .content span {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.about__phone .content a {
    font-size: 22px;
    font-weight: var(--tg-fw-semi-bold);
    color: var(--tg-theme-secondary);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}

.about__phone .content a:hover {
    color: var(--tg-theme-primary);
}

.about__award-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
}

@media (max-width: 767.98px) {
    .about__award-box {
        bottom: 0;
    }
}

.about__award-box .icon {
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: var(--tg-color-yellow-light);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    line-height: 0;
    font-size: 45px;
    color: var(--tg-theme-primary);
}

.about__award-box .content .title {
    margin-bottom: 12px;
    font-size: 50px;
    line-height: 0.8;
    font-weight: 800;
}

.about__award-box .content p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.4;
}

.about__award-box-two {
    -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
    background: var(--tg-color-white-default);
    border: 0.8px solid #B4B4B4;
    padding: 17px 25px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    text-align: left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: -3%;
    bottom: 33%;
}

@media (max-width: 1199.98px) {
    .about__award-box-two {
        left: -17%;
    }
}

@media (max-width: 767.98px) {
    .about__award-box-two {
        display: none;
    }
}

.about__satisfied-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.about__satisfied-box .icon {
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background: var(--tg-color-yellow-light);
    color: var(--tg-theme-primary);
    line-height: 0;
    font-size: 45px;
}

.about__satisfied-box .content .title {
    font-size: 40px;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .about__satisfied-box .content .title {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .about__satisfied-box .content .title {
        font-size: 32px;
    }
}

.about__satisfied-box .content p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.4;
}

.about-shape-wrap img {
    position: absolute;
    z-index: -1;
}

.about-shape-wrap img:nth-child(1) {
    right: 10%;
    top: 30%;
}

@media (max-width: 1500px) {
    .about-shape-wrap img:nth-child(1) {
        right: 6%;
        top: 26%;
    }
}

@media (max-width: 1199.98px) {
    .about-shape-wrap img:nth-child(1) {
        right: 10%;
        top: 4%;
    }
}

.about-shape-wrap img:nth-child(2) {
    right: 6%;
    top: 36%;
    z-index: -2;
}

@media (max-width: 1500px) {
    .about-shape-wrap img:nth-child(2) {
        right: 2%;
        top: 34%;
    }
}

@media (max-width: 1199.98px) {
    .about-shape-wrap img:nth-child(2) {
        right: 4%;
        top: 11%;
    }
}

@media (max-width: 767.98px) {
    .about-shape-wrap img:nth-child(2) {
        display: none;
    }
}

.about-left-shape img {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.about__shape-wrap-two img {
    position: absolute;
    z-index: -1;
}

.about__shape-wrap-two img:nth-child(1) {
    left: 9%;
    top: 20%;
}

@media (max-width: 1500px) {
    .about__shape-wrap-two img:nth-child(1) {
        left: 8%;
        top: 0;
    }
}

@media (max-width: 991.98px) {
    .about__shape-wrap-two img:nth-child(1) {
        left: 15%;
    }
}

.about__shape-wrap-two img:nth-child(2) {
    left: 12%;
    top: 26%;
}

@media (max-width: 1500px) {
    .about__shape-wrap-two img:nth-child(2) {
        left: 2%;
        top: 10%;
    }
}

@media (max-width: 767.98px) {
    .about__shape-wrap-two img:nth-child(2) {
        display: none;
    }
}

.about__shape-wrap-two img:nth-child(3) {
    right: 0%;
    bottom: 0%;
}

.about__shape-wrap-three img {
    position: absolute;
    z-index: -1;
    right: -10%;
    top: -5%;
}

@media (max-width: 1199.98px) {
    .about__shape-wrap-three img {
        right: -3%;
        top: -10%;
    }
}

@media (max-width: 767.98px) {
    .about__shape-wrap-three img {
        top: -6%;
    }
}

.about__shape-wrap-four img {
    position: absolute;
    z-index: -1;
}

.about__shape-wrap-four img:nth-child(1) {
    right: 0;
    bottom: 0;
}

.about__shape-wrap-four img:nth-child(2) {
    right: 10%;
    bottom: 42%;
}

@media (max-width: 1500px) {
    .about__shape-wrap-four img:nth-child(2) {
        right: 6%;
        bottom: 52%;
    }
}

@media (max-width: 1199.98px) {
    .about__shape-wrap-four img:nth-child(2) {
        right: 2%;
        bottom: 32%;
    }
}

@media (max-width: 991.98px) {
    .about__shape-wrap-four img:nth-child(2) {
        right: 8%;
        bottom: 7%;
    }
}

.experience-year {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary);
    border: 4px solid var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.experience-year .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    line-height: 0;
    font-size: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.experience-year .content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    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%);
    color: var(--tg-color-white-default);
}

.experience-year .content .circle span {
    position: absolute;
    top: -64px;
    display: inline-block;
    transform-origin: 0 64px;
}

.experience__box-two {
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 11px;
    bottom: 9%;
    padding: 60px 25px;
}

@media (max-width: 767.98px) {
    .experience__box-two {
        display: none;
    }
}

.experience__box-three {
    display: flex;
    align-items: center;
}

.experience__box-three .title {
    background: var(--tg-color-yellow-light);
    border: 1px solid #F4E7CC;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 0;
    padding: 30px 28px;
}

@media (max-width: 1199.98px) {
    .experience__box-three .title {
        padding: 25px 25px;
    }
}

.experience__box-three .title span {
    background: linear-gradient(180deg, #FFCE4F 0%, #F79400 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 90px;
    font-weight: 800;
    line-height: 0.8;
    position: relative;
    font-family: var(--tg-heading-font-family);
}

@media (max-width: 1199.98px) {
    .experience__box-three .title span {
        font-size: 60px;
    }
}

@media (max-width: 991.98px) {
    .experience__box-three .title span {
        font-size: 80px;
    }
}

.experience__box-three p {
    margin-bottom: 0;
    color: var(--tg-theme-secondary);
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
    margin-left: -15px;
}

@media (max-width: 1199.98px) {
    .experience__box-three p {
        font-size: 14px;
    }
}

.experience__box-three p span {
    display: block;
}

.experience__box-four {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: -15%;
    bottom: 36%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 22px 30px;
}

@media (max-width: 1199.98px) {
    .experience__box-four {
        left: -22%;
    }
}

@media (max-width: 767.98px) {
    .experience__box-four {
        display: none;
    }
}

.experience__box-four .title {
    margin-bottom: 0;
    background: linear-gradient(180deg, #FFCE4F 0%, #F79400 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    font-weight: 900;
    line-height: 0.8;
}

.experience__box-four p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-theme-secondary);
}

.experience__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    writing-mode: vertical-lr;
    position: relative;
}

@media (max-width: 1199.98px) {
    .experience__content {
        left: 42%;
    }
}

.experience__content .title {
    font-size: 50px;
    line-height: 0.8;
    font-weight: 800;
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    position: relative;
}

.experience__content .title::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -9px;
    width: 34px;
    height: 2px;
    background: var(--tg-theme-primary);
}

.experience__content p {
    margin-bottom: 0;
    text-align: left;
    color: var(--tg-color-white-default);
}

.experience__shape {
    position: absolute;
    left: 30%;
    top: 0;
    width: 35%;
    height: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .experience__shape {
        left: 63%;
    }
}

.experience__shape svg {
    width: 100%;
    height: 100%;
    color: var(--tg-theme-secondary);
    overflow: visible;
}
