a.widget-lis-title{
    color:#212529;
    text-decoration: none;
}
.footer a, .copyright a  {
    color: #a6a4a4;
    text-decoration: none;
}

.services .service_card .serviceCard .serviceCardImg {
    height: 300px;
    overflow: hidden;
    display: flex !important;
    align-items: baseline;
}

.services .service_card .serviceCard .serviceCardImg img {
    height: initial !important;
}

.slider_banner .navBar{
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.topNotright.btn-header-red {
    margin-bottom: 0;
    padding: 5px;
    border-radius: 20px;
    position: relative;
    padding-left: 50px;
    padding-right: 15px;
    border: 1px solid #fff;
    background-color: var(--colorSecondary);
}
.topNotright.btn-header-red .bi.bi-telephone-fill {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #fff;
    position: absolute;
    left: 0px;
    top: -3px;
    border-radius: 50%;
    background-color: var(--colorPrimary);
    border-right: 1px solid rgb(255 255 255 / 59%);
}
.topNotright.btn-header-red a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: roboB;
}
@media (min-width: 992px) {
    .topNotright.btn-header-red .bi.bi-telephone-fill {
        width: 50px;
        height: 50px;
        left: -4px;
        top: -6px;
        border-left: 1px solid rgb(255 255 255 / 49%);
    }
    .topNotright.btn-header-red a {font-size: 20px;}    
}