@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.header-breadcrumb {
    padding: 10px 0;
    min-height: 100%;
    background-color: #02185a;
    position: relative!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    height: 100%;
    width: 100%;
}

.header-breadcrumb:after {
    background: rgba(50, 50, 50, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.header-breadcrumb .container {
    position: relative;
    z-index: 5;
    text-align: left;
}

.header-breadcrumb .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 27px;
}

.header-breadcrumb .breadcrumb,
.header-breadcrumb-two .breadcrumb {
    text-align: left;
    padding: 0;
    background: 0 0;
    display: block;
    margin: 0;
    border: none;
    border-radius: 0;
    margin-top: 0;
}

.header-breadcrumb .breadcrumb li,
.header-breadcrumb-two .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #eee;
    text-transform: capitalize;
    transition: .4s;
    letter-spacing: .2px;
    font-family: Roboto, sans-serif;
}

.breadcrumb li a {
    font-weight: 500;
}

.sidebar-item {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.left-side-bar {
    max-width: 340px;
    height: 100%;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.top-100 {
    transition: .5s;
    padding-top: 0px;
}

.widget {
    margin-bottom: 20px;
}

.body-widget {
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #c30c17;
}

.title-widget h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    color: #02185a;
    margin-bottom: 20px;
}

.links-services {
    padding-left: 0;
    margin-bottom: 0;
    border-top: none;
}

.links-services li {
    border-bottom: 1px solid #f5f3f3;
    margin-right: 0;
    margin-left: 0;
}

.links-services li a {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    display: block;
    line-height: 15px;
    text-transform: capitalize;
    color: #000;
    padding-top: 15px;
    transition: all .4s;
}

.links-services li a i {
    margin-right: 10px;
}

.links-services li:last-child {
    border-bottom: none;
}

.links-services li a:hover,
.links-services li.active a {
    color: #c30c17;
    padding-left: 10px;
}

.blog-page {
    background: #fff;
    padding: 80px 0 60px;
}

.blog-page .card:hover {
    box-shadow: 0px 0px 5px #d8d6d6;
}

.card-img {
    overflow: hidden;
    height: 170px;
    border-radius: 3px 3px 0px 0px;
}

.img-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.card-img img {
    width: 100%;
    height: 100%;
}

.insights-boxse {
    padding: 15px;
}

.insights-boxse a {
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 18px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.date-main {
    color: #afacac;
    font-size: 13px;
}

.insights-boxse .card-text {
    padding-top: 5px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 18px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.insights-boxse .card-text P {
    
}

.fa-calendar:before {
    content: "\f133";
}

.blog-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-pagination {
    margin-bottom: 60px;
}

.blog-pagination .pagination li {
    margin-right: 10px;
}

.blog-pagination .pagination li a {
    background-color: transparent;
    color: #9b9b9b;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    padding: 0.5rem 0.75rem;
    text-align: center;
    display: block;
    border: 1px solid #ddd;
    transition: .4s;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #c30c17!important;
    border-color: #c30c17!important;
}

.blog-pagination .pagination li a.active,
.blog-pagination .pagination li a:hover {
    background: #c30c17!important;
    color: #fff;
}

@media(max-width: 1170px) {}

@media (max-width: 992px) {
    .header-breadcrumb .page-title-heading {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: unset;
    }
    .clients .owl-nav button.owl-prev {
        transition: all .4s ease 0;
        left: -10px;
    }
    .clients .owl-nav button.owl-next {
        transition: all .4s ease 0;
        right: -10px;
    }
}

@media (max-width: 768px) {
    .header-breadcrumb .page-title-heading {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: unset;
    }
}

@media (max-width: 550px) {}