/** Custom Styles **/

.tp-slider-overlay{
    position: absolute;
    height: 100%;
    background: rgba(0 0 0 / 45%);
    width: 100%;
    left: 0;
    top: 0;
} 
.tp-slider-title {
    font-size: 50px;
    font-weight: 700;
    color: var(--tp-common-white);
    margin-bottom: 30px;
}
.justify-center{
    display: flex;
    justify-content: space-around;
}
.justify-text{
    text-align: justify;
}
.tp-about-2-sub-img-3 {
    position: absolute;
    bottom: unset;
    right: unset;
    left: 6%;
    top: 10%;
    animation: tpupdown 0.8s infinite alternate;
}
.bg-grey-mx{
    background: #f8f9fa;
}
.tp-about-2-thumb-wrap {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.tp-about-2-thumb-main {
    position: relative;
}
.main-image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.tp-about-2-sub-img-1 {
    position: absolute;
    right: -10%;
    bottom: -10%;
    width: 50%;
    z-index: 2;
    transform: translateX(30%);
}
.tp-about-2-text p {
    padding: 20px 0;
}
.tp-about-feature-box{
    transition: all ease-in .3s;
}
.tp-about-feature-box:hover{
    background: var(--tp-theme-2);
    transition: all ease-in .3s;
}
.tp-about-feature-list ul li{
    list-style: none !important;
    padding-left:25px;
}
.tp-about-feature-list ul li::before {
    position: absolute;
    font-family: flaticon_statex !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: '\f11a';
    font-size: 14px;
    top:5px;
    left:-5px;
    background-color:transparent !important;
}
.image-wrapper{
    position: relative;
}
.img-100{
    width: 100%;
    max-width: 100%;
}
.p-sm-margin p{
    margin-bottom: 10px !important;
    padding: 0 !important;
}






@media (max-width: 992px) {
    .tp-slider-title {
        font-size: 47px;
    }
    .tp-about-2-sub-img-1 {
        right: -5%;
        width: 45%;
        transform: translateX(20%);
    }
}

@media (max-width: 768px) {
    .tp-slider-title {
        font-size: 42px;
    }
    .tp-about-2-thumb-wrap {
        margin-right: 0;
        padding: 15px;
    }
    
    .tp-about-2-sub-img-1 {
        position: relative;
        right: auto;
        bottom: auto;
        width: 60%;
        transform: none;
        margin-top: -15%;
        margin-left: auto;
        margin-right: 15%;
    }
}

@media (max-width: 567px) {
    .tp-slider-title {
        font-size: 36px;
    }
    .tp-about-2-sub-img-1 {
        width: 70%;
        margin-top: -10%;
    }
}
