
.bg-base-color {
    background-color: #48bcc6!important;
}

.header-demo{
    background-color:#212f56!important ;
}

.btn-vint{
    background-color: #48bcc6;
    color: #ffffff;
}

.bg-dark-gray{
    background-color:#212f56 ;
}

.bg-base-color{
    background-color: #48bcc6!important;
}


header.sticky.sticky-active .header-reverse.glass-effect{
    background-color: #212f56!important;
}


.custom-logo-link{
    max-width: 50%!important;
}


/* Mobile */
@media (max-width: 768px) {
    .navbar-brand img {
        width: 100px!important;
        height: auto;
    }
	
	.custom-logo-link img{
width: 100px!important;
        height: auto;}
}

.navbar-toggler-line{
background:#fff!important;
}

}


