.site-main {
    margin-bottom: 192px;
    margin-top: 45px;
}

#breadcrumbs {
    font-size: 10px;
    font-family: var(--medium_font);
    color: #045904;
    margin-top: 21px;
    overflow-x: auto;
    white-space: nowrap;
}

    #breadcrumbs a {
        color: #B4B2B2;
    }

        #breadcrumbs a:after {
            content: "";
            display: inline-block;
            margin: 0 10px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--color1);
        }
#breadcrumbs ul li{display:inline-block}

.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: #D9D9D91A;
    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: #4F4F4F;
    font-size: 14px;
    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::after, .item-feature:hover::after {
    opacity: 1;
    height: 10px;
}
.cat__item:hover .cat__title {
    color: #fff;
}
.cat__item:hover .cat__img {
    filter: brightness(0) invert(1);
}
.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;
}
.post-item-service .post-item-image::after {
    content: " ";    background-image: url(../images/logo1.png);
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: ease 0.3s;
}
.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-image: linear-gradient(0deg,#04590496,#0459046b,transparent,transparent);
}
.post-item:hover .post-item-image::after, .post-item-service:hover .post-item-image::after {
    width: 68px;
    height: 62px;
}
.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) {
    .inner-page .site-main {
        margin-top: 25px;
    }
    .title-part.inner-title {
        margin-bottom: 25px;
    }
        .title-part.inner-title .title-heading {
            font-size: 22px;
        }
}
@media screen and (max-width: 768px) {
    .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) {
     .site-main {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .title-part.inner-title .title-heading {
        font-size: 18px;
    }
}