.sub-banner-image {
    max-width: 500px
}

.mb-bttm {
    margin-bottom: 3rem
}

.portfolio-bg {
    background-image: url(../_astro/tabs-bg.fdf61773.png)!important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat
}

.img-banner-area {
    aspect-ratio: 0 / .5;
    overflow: hidden
}

.banner-images-web {
    width: 48%;
    margin: 90px auto 0
}

.box-main-tb .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.box-main-tb .tab {
    background-color: transparent;
    border: none;
    margin-right: 50px;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff
}

.box-main-tb .tab.active {
    color: #fff8f7;
    border-bottom: 2px solid #D4004A
}

.box-main-tb .tab-content {
    display: none
}

.box-main-tb .tab-content.active {
    display: block
}

.sec-pad-mini {
    padding: 2rem 0
}

.pink-bg {
    background-color: #d4004a
}

.pd-icon {
    padding: 2rem 0
}

.testi-box {
    background: #3C3F6E;
    padding: 30px 61px;
    width: fit-content!important;
    margin: 0 12px;
    position: relative;
    z-index: -999
}

.testi-box .testi-img {
    margin: 0 auto 20px;
    display: block
}

.quote-img-posti {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: -9999;
    opacity: .1
}

.bark-img {
    display: unset!important
}

.slick-slide.slick-current+.slick-slide .testi-box {
    background-color: #d4004a
}

.conter-pd {
    padding-top: 70px
}

.cont-hd {
    font-size: 5rem;
    color: #3c3f6e;
    font-weight: 700
}

.cont-para {
    color: #000;
    font-weight: 600;
    font-size: 1rem
}

.portfolio-box-wrap {
    position: relative;
    border-radius: 3rem;
    overflow: hidden;
    width: 100%
}

.portfolio-plus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000067;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12vw;
    color: #fff;
    opacity: 0;
    transform: scale(0);
    transition: all .5s
}

.portfolio-box-wrap:hover .portfolio-plus {
    opacity: 1;
    transform: scale(1)
}

@media (max-width: 1440px) {
    .box-main-tb .tab {
        font-size:1rem
    }
}

.testi-box {
    height: 480PX
}
