.naviMenusHolder .parent-menu .p-m-t{
	color: #fff;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 14px;
	cursor: pointer;
}
.naviMenusHolder .parent-menu .active{
	color: #ffffff;
}
.naviMenusHolder .child-menu .p-m-e{
	color: #fff;
	font-size: 14px;
	padding: 2px 35px;
	cursor: pointer;
	transition: .3s;
	cursor: pointer;
}

.naviMenusHolder{
	padding: 10px;
}
.naviMenusHolder .child-menu{
	transition: all 300ms;
	margin-bottom: 10px;
}
.naviMenusHolder .child-menu .c-m-i{
	color: #fff;
	font-size: 14px;
	padding: 4px 30px;
	cursor: pointer;
	transition: .3s;
	cursor: pointer;
}
.naviMenusHolder .child-menu .c-m-i:hover{
	background: #2f95d1;
}
.naviMenusHolder .child-menu .c-m-e{
	color: #fff;
	font-size: 14px;
	padding: 2px 48px;
	cursor: pointer;
	transition: .3s;
	cursor: pointer;
}
.naviMenusHolder .child-menu .c-m-e:hover{
	background: #1b2326;
}

.naviMenusHolder .not-active{
	height: 0;
	margin-bottom: 0;
	transition: all 300ms;
	overflow: hidden;
}
.naviMenusHolder a{
	text-decoration: none;
	color: #ffffff;
}
.dropdown-icon {
  float: right;
  font-size: 16px;
  /*margin-top: 5px;*/
}

.fa-angle-up {
  transform: rotate(180deg);
}
