/*=== pbmit-service-style-3 ===*/
.pbmit-service-style-3 {
    border-right: 1px solid rgba(var(--pbmit-attorly-blackish-color-rgb), 0.1);
    margin-bottom: 30px;
}
.pbmit-service-style-3.col-md-12,
.pbmit-service-style-3.col-md-6.col-lg-3:nth-child(8),
.pbmit-service-style-3.col-md-20percent:nth-child(5),
.pbmit-service-style-3.col-md-6.col-lg-3:nth-child(4),
.pbmit-service-style-3.col-md-6:not(.col-lg-3):nth-child(even),
.pbmit-service-style-3.col-md-4:nth-child(6),
.pbmit-service-style-3.col-md-4:nth-child(3),
.pbmit-service-style-3.col-md-2:nth-child(6),
.pbmit-service-style-3:last-child {
    border: none;
}
.pbmit-service-style-3 .pbminfotech-post-item {
    padding: 10px 40px;
    position: relative;
}
.pbminfotech-gap-0px .pbmit-service-style-3:first-child .pbminfotech-post-item {
    padding-left: 0;
}
.pbmit-service-style-3 .pbminfotech-post-item,
.pbmit-service-style-3 .pbmit-service-icon-wrapper,
.pbmit-service-style-3 .pbmit-service-content p {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-service-style-3 .pbmit-service-title {
    font-size: 28px;
    line-height: 36px;
    margin: 10px 0 0;
}
.pbmit-service-style-3 .pbmit-service-cat a {
    color: var(--pbmit-attorly-global-color);
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 35px;
    color: var(--pbmit-attorly-global-color);
    display: inline-block;
}
.pbmit-service-style-3:hover .pbmit-service-icon-wrapper {
    transform: rotateY(360deg);
}
.pbmit-service-style-3 .pbmit-service-btn {
    margin-top: 40px;
}
.pbmit-service-style-3 .pbmit-service-btn a::after {
    content: '\e83a';
    display: inline-block;
    font-family: 'pbminfotech-base-icons';
}
@media (max-width: 991px) {
    .pbmit-element-service-style-3 .pbmit-ele.pbmit-ele-service.pbmit-service-style-3 {
        margin-bottom: 30px!important;
    }
    .pbmit-service-style-3 .pbminfotech-post-item {
        padding: 10px 0 0 50px;
    }
    .pbmit-service-style-3.col-md-6.col-lg-3:nth-child(even) {
        border: none;
    }
    .pbmit-service-style-3:nth-child(3) .pbminfotech-post-item {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .pbmit-service-style-3 {
        border: none;
    }
    .pbmit-service-style-3 .pbminfotech-post-item {
        padding: 0;
        margin: 0;
    }
}