.logo-img{
    /* width: 100%; */
    height: 70px;
}

.navbar-stick .logo-img{
    /* width: 100%; */
    height: 50px;
}

.footer{
    background-color: #dddddd;
}

.bg-about{
    background-image: url(../img/tatoo-remove.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000060;
    background-blend-mode: multiply;
}

.bg-new{
    background-color: #004985;
}

.slider-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.border-blue{
    border-color: #004985 !important;
}
.text-blue{
    color: #004985 !important;
}