        


.main-services .row > .col {
    margin-bottom: 24px;
}
.icon-services {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    background-color: var(--tp-primary);
    border-radius: 50%;
}

.icon-services img {
    height: 46px;
    width: 46px;
    filter: brightness(0) invert(1);
}

.main-services .tp-post__thumbnail a img {
    display: none;
}
.main-services .bp_tag {
    display: none;
}

.main-services .tp-post-item {
    background-color: #fceeed;
    position: relative;
    height: 100%;
    z-index: 1;
}

.main-services .tp-post-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--tp-secondary);
    transform-origin: center;
    transform: scaleX(0);
    opacity: 0;
    transition: all .4s;
    z-index: -1;
}

.main-services .tp-post-item:hover::before {
    transform: scaleX(1);
    opacity: 1;
    transition: all .4s;
}

.main-services .tp-post__thumbnail {
    padding: 60px 30px 70px;
    border-bottom: 1px solid rgba(3, 7, 13, 0.12);
}

.main-services .tp-post__content {
    padding: 20px 30px 40px;
}

.main-services .tp-post__content .tp-body {
    margin: 14px 0 25px 0;
}

.main-services .tp-btn_c a {
    font-size: 16px;
    font-weight: 500;
    gap: 5px;
    color: transparent;
    overflow: hidden;
    text-shadow: 0 0 0 var(--tp-secondary), 0 30px 0 var(--tp-secondary);
    transition: all .4s;
}

.main-services .tp-btn_c a:hover{
    text-shadow: 0 -30px 0 var(--tp-primary), 0 0 0 var(--tp-primary) !important;
    transition: all .4s;
}

.main-services .tp-btn_c a i {
    transform: rotate(-45deg);
    transition: all .4s;
}

.main-services .tp-post-item:hover .tp-title a,
.main-services .tp-post-item:hover .tp-body {
    color: #fff !important;
    transition: all .4s;
}

.main-services .tp-post-item:hover .tp-btn_c a {
    text-shadow: 0 0 0 #fff, 0 30px 0 #fff;
}

.main-services .tp-post-item:hover .icon-services img {
    animation: rengReng 1s forwards;
}


.bg-content {
    transform: translate(-50%, -50%) !important;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 20px;
}

.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94px;
    min-width: 94px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    transition: all .4s;
}

.icon-play:hover {
    background-color: var(--tp-primary);
    transition: all .4s;
}

.icon-play:hover i {
    color: #fff;
    transition: all .4s;
}

.overlay-video {
    position: fixed;
    inset: 0;
    background-color: #0b0b0bcc;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 10;
}

.overlay-video.active-preview-off {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
}

.overlay-video.show {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

.video-platform {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.main-video {
    max-width: 900px;
}




.sticky-box .tp-feature__heading {
    margin-bottom: 0;
}


@media (max-width: 1400px) {
    .main-services .tp-post__content,
    .main-services .tp-post__thumbnail {
        padding: 30px;
        padding-top: 20px;
    }
    

}


@media (max-width: 767.98px) {
    #img_15594598 {
        height: 500px;
        object-fit: cover;
    }
}

