

/*----------------------------------------*/
/*  12. about css start
/*----------------------------------------*/
.bp-about-img {
    max-width: inherit;
    position: relative;
    z-index: 2;
}
.bp-about-img img {
    max-width: 100%;
}
.bp-about-shape {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    height: 100%;
}

.bs-section-title-space {
    padding-left: 80px;
}
.bs-about-sm-1 {
    position: absolute;
    right: 110px;
    top: 103px;
    animation: moving 5s linear infinite;
}

.bs-about-sm-2 {
    position: absolute;
    right: 110px;
    bottom: 103px;
    animation: rotate2 5s linear infinite;
}

.tp-about-area {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}


.bp-about-img {

}
.bp-about-img img {
    max-width: 100%;
}

