#main-navbar {
	z-index: 2005;
}

.menuset {
	margin-top: -74px;
	transition: 0.5s;
}

.menupo {
	margin-top: 0px !important;
	transition: 0.5s;
}

.menush {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.navbar .container {
	margin-right: 11vw !important;
}

.navbar {
	top: 0;
	transition: 0.4s;
	background-color: transparent;
	justify-content: space-between !important;
}

.navbar-collapse {
	width: 50%;
	flex-grow: 0;
}

.navbar-light .navbar-nav .nav-link {
	font-family: "Poppins-Bold", sans-serif;
	font-weight: 700;
	color: black;
	text-transform: uppercase
}

.navbar-brand img {
	transition: 0.4s;
}

.dropdown li:hover {
	display: block;
}

.navbar .container {
	margin-right: 200px;
	transition: 0.5s;
}

.is-sticky {
	margin-top: 0px !important;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: -2px;
	font-family: classyfonts;
	content: "\e900";
	border-top: 0 solid transparent;
	border-right: 0.3em solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0.3em solid transparent;
	transform: rotate(180deg);
	transition: 0.5s;
}

.dropup .dropdown-toggle:hover::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: -2px;
	font-family: classyfonts;
	content: "\2015";
	border-top: 0 solid transparent;
	border-right: 0.3em solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0.3em solid transparent;
	transition: 0.5s;
}

.dropdown-toggle:hover::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: -2px;
	font-family: classyfonts;
	content: "\2015";
	border-top: 0 solid transparent;
	border-right: 0.3em solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0.3em solid transparent;
	transition: 0.5s;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: -2px;
	font-family: classyfonts;
	content: "\e900";
	border-top: 0 solid transparent;
	border-right: 0.3em solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0.3em solid transparent;
	transition: 0.5s;
}

.dropdown-submenu .dropdown-menu {
	top: -0.5rem !important;
}

.dropdown-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	padding: 0px 0px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99999;
}

.dropdown-menu .dropdown-item {
	border-bottom: 1px solid #dcdcdc;
	color: #000;
	padding: 10px 20px;
	z-index: 99999;
}

.dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
}

.dropdown-menu .active:after {
	display: none;
}

.dropdown-item  .active:after {
	display: none;
}

.current-l:before {
	content:'';
    z-index: 100;
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    top: 61px;
    border-top: 16px solid #FFF;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
	transition: 0.4s;
}

.active:after {
	content:'';
    z-index: 100;
    display: block;
	top: 47px;
	right: 0;
	left: 0;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    border-top: 16px solid #FFF;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
	transition: 0.4s;
}

.active:after {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1500px) {
	.menuset {
		margin-top: -58px;
		transition: 0.5s;
	}
}

@media only screen and (max-width: 1270px) {
	.navbar-expand-md .navbar-collapse {
		margin-right: 4%;
		transition: 0.5s;
	}
	
	.navbar-collapse {
		width: 70%;
		flex-grow: 0;
		transition: 0.5s;
	}
}

@media only screen and (max-width: 575px) {
	.menuset {
		margin-top: -58px;
		transition: 0.5s;
	}
}

@media only screen and (max-width: 360px) {
	.menuset {
		margin-top: -72px;
		transition: 0.5s;
		min-height: 77px;
	}
	
	.sticky.is-sticky {
		box-shadow: 0 20px 50px rgba(0,0,0,0.2);
	}
	
	.navbar-nav .active::after {
		content: '';
		z-index: 100;
		display: none;
		top: 50px;
		right: 0;
		left: 0;
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
		border-top: 16px solid #FFF;
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		transition: 0.4s;		
	}
}