/*
Version: 1.3
*/

.navbar {
	background-color: rgb(255, 255, 255) !important;
	border-bottom: solid 1px rgb(0, 0, 0) !important;
	box-shadow: 5px 10px 8px #888888;
}

.dropdown-menu {
	background-color: rgb(255, 255, 255) !important;
	border: solid 1px rgb(0, 0, 0) !important;
	box-shadow: 5px 10px 8px #888888;
}

.dropdown-menu a:hover {
	background-color: rgb(75, 75, 75) !important; 
}

.nav-link, .navbar-toggler {
	color: rgb(0, 0, 0) !important;
	font-size: 1.4rem !important;
}

.dropdown-menu a {
	color:rgb(0, 0, 0) !important; 
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	font-size: 1.2rem !important;
}

.nav-item a:hover {
	color: rgb(150, 150, 150) !important;
}

.navbar-brand img {
	height: 125px;
}

.navbar .container {
	justify-content: center !important;
}

.langSel {
	background-color: rgb(255, 255, 255) !important;
}

.hshMenuFont {
	font-family: 'vazirmatn'!important;
}

  