.head {
	padding: 10px 0px;
	border-bottom: solid 1px #BFBBBB;
}

.head i {
	font-size: 15px;
	color: #E0303B
}

.head a {
	color: #000
}

.navbar-toggler-icon {
	font-size: 20px !important;
}




.navbar .navbar-nav .nav-item .nav-link {
	color: #6C1421;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #E0303B
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-item {
	background: none !important;
}

.dropdown-menu .dropdown-item:hover {
	color: #E0303B;
}

@media only screen and (max-width:1024px) {
	.navbar .navbar-nav .nav-item .nav-link {
		padding: 0px 10px;
	}
}

@media only screen and (max-width:768px) {
	.navbar .navbar-nav {
		line-height: 40px
	}

	.head a {
		font-size: 14px;
	}

	.head i {
		font-size: 12px;
	}
}


.navbar-brand img {
	height: 60px;
}
.header_btn a 
{
	background: #6C1421;
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 30px;
	font-weight: 500;
}