#TopPr h2 {
    color: #fff;
    font-family: var(--bold_font), Arial;
    text-align: center;
}
    #TopPr h2 span {
        padding: 0 25px;
        display: inline-block;
    }
.service-cat{margin:25px 0}
#TopPr {
    margin: 0 !important
}

.main-content {
    text-align: center;
    font-size: 16px;
    padding: 15px 0
}
#TopPr img{width:100%}
#TopPr .col-md-4 {
    padding-right: 0 !important;
    padding-left: 20px !important;
    background-color: #252930;
    color: var(--color2);
    font-size: 3em;
    text-align: left;
    display: flex;
    align-items: center;
    font-family: var(--en_font);
    font-weight: normal;
}

#TopPr .col-md-8 {
    padding: 0 !important;
    position: relative
}

    #TopPr .col-md-8:before {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        content: "";
        top: 0;
        right: 0;
        position: absolute
    }

h1 {
    text-align: center;
    background-color: #464f59;
    font-family: var(--bold_font);
    font-weight: normal;
    padding: 25px 0;
    font-size: 1.8em;
    color: #fff;
}

    h1 span {
        display: inline-block;
        position: relative;
        text-align: center;
        padding: 0 20px;
    }

        h1 span:before {
            content: "";
            width: 4px;
            height: 18px;
            position: absolute;
            top: 14px;
            right: 8px;
            background-color: var(--color2);
        }

        h1 span:after {
            content: "";
            width: 4px;
            height: 18px;
            position: absolute;
            top: 14px;
            left: 8px;
            background-color: var(--color2);
        }
.title-part.inner-title .title-heading {
    font-size: 30px;
}
.inner-title .title-heading {
    color: var(--color1);
}
.title-part .editor-content p, .title-part .editor-content {
    line-height: 40px;
    font-size: 18px;
    color: #4F4F4F;
    margin-bottom: 0;
}
.editor-content p, .editor-content {
    font-size: 16px;
    line-height: 40px;
    color: #4f4f4f;
    margin-bottom: 14px;
}
.service-cat {
    margin-bottom: 30px;
}
.cat__item {
    background-color: #464f59;
    padding: 23px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 20px -8px rgba(0,0,0,.16);
    border-radius: 10px;
    transition: 400ms;
    position: relative;
}
.cat__img {
    margin-bottom: 28px;
    max-width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    transition: filter 400ms;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.cat__title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: color 400ms;
    min-height: 50px;
    display: flex;
}
.cat__item::after, .item-feature::after {
    content: '';
    background-color: var(--color2);
    border-radius: 10px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    outline: 3px solid #fff;
    transition: 400ms;
    height: 0;
    width: 10px;
    opacity: 0;
}

.cat__item:hover .cat__title {
    color: #fff;
}
.cat__item:hover {
    background-color: var(--color2);
}
.section-services .owl-dots, .section-blog .owl-dots, .service-cat .owl-dots, .faq-carousel .owl-dots {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}
.section-services .owl-dots button, .service-cat .owl-dots button, .section-blog .owl-dots button, .section-news .owl-dots button, .section-teams .owl-dots button, .section-awards .owl-dots button, .faq-carousel .owl-dots button {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    background-color: #B3C7BA;
    margin: 0 5px;
    transition: ease 0.3s;
}
.section-services .owl-dots button.active, .service-cat .owl-dots button.active, .section-blog .owl-dots button.active, .section-news .owl-dots button.active, .section-teams .owl-dots button.active, .section-awards .owl-dots button.active, .faq-carousel .owl-dots button.active {
    width: 42px;
    background-color: var(--color2);
}
.service__wrapper {
    margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
    .service__wrapper {
        margin-bottom: 90px;
    }
}
.post-item-service {
    position: relative;
    transition: ease 0.3s;
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
}
.post-item-service .post-item-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}
.post-item-service .post-item-image::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg,#000000ad,#00000059,transparent,transparent);
    inset: 0;
}
.post-item-service img {
    object-fit: cover;width:100%;
}
    /*.post-item-service .post-item-image::after {
        content: '�';
        font-family: 'IRANYekan-icon' !important;
        speak: none;
        text-transform: none;
        font-weight: unset !important;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        z-index: 2;
        left: 60%;
        top: 40%;
        transform: translate(-50%,-50%);
        width: 0;
        height: 0;
        transition: ease 0.3s;
        font-size: 4em;
        opacity: 0
    }*/
.post-item-service h2 {
    line-height: 27px;
    padding: 0 10px;
    position: absolute;
    bottom: 35px;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    font-family: var(--medium_font);
    min-height: 0;
}
.post-item-service h2 a {
    color: #fff;
    text-align: center;
}
.post-item-service:hover .post-item-image::before {
    background-color: rgba(0,116,253,.48);
}

    .post-item:hover .post-item-image::after, .post-item-service:hover .post-item-image::after {
        opacity: 1;
        color: #fff;
    }

.sidebar-btn::before {
    content: "\e938";
}
.pagination {
    margin-bottom: 0;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
}
.pagination li {
    margin: 0 8px;
    font-family: roboto;
    font-size: 18px;
    position: relative;
}
.pagination li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: var(--color2);
    width: 0;
    height: 0;
    border-radius: 50%;
    z-index: -1;
    transition: ease 0.3s;
}
.pagination li a, .pagination li span {
    line-height: 1;
}
.pagination .active a{
    color: #fff!important;
    padding: 0 7px;
}
.pagination .active::before {
    width: 24px !important;
    height: 24px !important;
}
.pagination a {
    color: #4F4F4F;
}
.pagination li a.next, .pagination li a.prev {
    font-size: 13px;
    color: #797878;
}

@media screen and (max-width: 1200px) {
    .title-part.inner-title {
        margin-bottom: 50px;
    }
    .title-part.inner-title .title-heading {
    font-size: 26px;
}
    .title-part .editor-content p, .title-part .editor-content {
        font-size: 18px;
    }
}
@media screen and (min-width: 992px) {
    .service-cat {
        margin-bottom: 70px;
    }
    .title-part .editor-content p, .title-part .editor-content {
        font-size: 16px;
    }
        .title-part .editor-content p, .title-part .editor-content {
            line-height: 30px;
        }
}
@media screen and (max-width: 992px) {
   
    .title-part.inner-title {
        margin-bottom: 25px;
    }
        .title-part.inner-title .title-heading {
            font-size: 22px;
        }
}
@media screen and (max-width: 768px) {
    .service__wrapper .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mb-blog:before {
        right: calc(58% - 57px) !important;
    }

    h1 {
        font-size: 1em
    }

    .mb-blog:before {
        right: calc(58% - 57px) !important
    }

    #TopPr .col-md-4 {
        font-size: 1.7em
    }

    .mb-blog .col-md-6 {
        font-size: 1.2em
    }

    .mb-blog {
        padding: 25px 0
    }

    .editor-content img {
        width: 100%;
    }

    .about-title.mobile-title-about {
        display: flex;
        margin-bottom: 15px;
    }

    .editor-content blockquote:before {
        top: -18px;
    }

    .editor-content blockquote p {
        font-size: 15px;
        line-height: 30px;
    }
    .title-part.inner-title .title-heading {
        font-size: 20px;
    }
    .title-part .editor-content p, .title-part .editor-content {
        font-size: 15px;
    }
}
@media screen and (max-width: 576px) {
    
    .title-part.inner-title .title-heading {
        font-size: 18px;
    }
}