.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
    padding: 6px 15px;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    text-decoration: none;
}
.uk-logo img {
    width: 100px !important;
}

.transform {
	transition: all .5s ease;
}
.transform:hover {
	transition: all .5s ease;
	transform: scale(1.1);
}
.footer-logo {
	width: 100px;
}

.feedback1 {
	background-color: #ce3232 !important;
    bottom: -2px;
    width: 100%;
    position: fixed;
    color: #000;
    padding: 8px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 99999999;
    border: 1px solid #fff;
    height: 40px;
    letter-spacing: 2px;
    left: 0;
    font-weight: 800;
    color: #fff;
}
.feedback1 {
	display: none;
}
@media (max-width: 767px) {
	.feedback1 {
	    display: block;
	}
}
/* width */
::-webkit-scrollbar {
 width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
 background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background: #e12d2c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #555;
}
