.tp-header__logo a, .tpoffcanvas__logo a, .tp-footer-bottom__logo a {
      font-weight: 800;
    font-size: 31px;
    color: #017efa;
}

.tp-footer-bottom__logo a {
    color: #fff;
}

.tp-feature__item {
    min-height: 210px;
}

.tp-header__menu-space {
    padding-top: 25px;
    z-index: 999;
}

.breadcrumb-height {
    padding-top: 150px;
    padding-bottom: 70px;
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #e8f6ff;
    --bs-table-border-color: #d7ebff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e8f6ff;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.breadcrumb__title {
    font-weight: 600;
    font-size: 45px;
    color: #017efa;
}

.breadcrumb__list span {
    color: #017efa;
}

.contact-title {
    color: #017efa;
}

.tp-feature__item {
    min-height: 150px;
    width: 100%;
}

.tp-service__inner-item {
    min-height: 100px;
    background-color: transparent;
    border: 1px solid var(--tp-grey-2);
    text-align: center;
    padding: 50px 0 30px;
}

.tp-service__title-sm {
    font-weight: 300;
}

.tp-hero__title-lg span::before {
   display: none;
}


@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__black-menu ul li {
        margin: 0px 12px;
    }
}


@media only screen and (min-width: 990px) and (max-width: 1250px) {
    .tp-header__black-menu ul li {
        margin: 0px 10px;
    }


    .tp-header__main-menu ul li a {
        font-size: 14px;
    }

}


 .tp-header__main-menu ul {
        margin-left: 0;
    }


@media only screen and (max-width: 1050px) {
 
 .tp-header__area .col-lg-8 {
    padding: 0;
 }



}


@media only screen and (max-width: 1050px) {
 

    .tp-hero__bg-2 {
        padding-top: 95px;
    }

    
 .tp-hero__bg-2 {
    padding-top: 220px;
}

}


