@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

html,
body {
	font-family: 'Montserrat', sans-serif !important;
    letter-spacing: px;
    font-weight: 300;
}

nav.navbar.bg-dark .dropdown-menu {
	background-color: #343a40 !important;
}

nav.navbar.bg-dark .dropdown-menu .dropdown-item {
	color: rgba(255, 255, 255, 0.5);
}

nav.navbar.bg-dark .dropdown-menu .dropdown-item:hover {
	color: rgba(255, 255, 255, 0.75);
	background: transparent;
}

nav.navbar.bg-dark .dropdown-menu .dropdown-item.active {
	color: #fff;
	background: transparent;
}

nav.navbar.bg-dark .dropdown-menu .dropdown-item.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.nic-menu {
	padding: 0 1rem .5rem 1rem;
	background-color: #343a40 !important;
	font-size: 14px;
}

.nic-menu .nav-item strong {
	font-weight: 400;
	display: block;
	margin: .5rem 0;
	color: rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.nic-menu .nav-item .nav-link {
	padding: .3rem 0;
}

.nic-menu-sm {
	width: 540px;
}

.nic-menu-md {
	width: 720px;
}

.nic-menu-lg {
	width: 960px;
}

.nic-menu-xl {
	width: 1140px;
}

.nic-menu-mega {
	width: 1400px;
}

@media (max-width: 960px) {

	.nic-menu-sm,
	.nic-menu-md,
	.nic-menu-lg,
	.nic-menu-xl,
	.nic-menu-mega {
		width: 100% !important;
	}
}

#navbarSupportedContent {
	font-size: 19px;
	align: center;
	
}


.maininside{
	border-bottom: 1px dashed #E6762B;
}