.navbar_menu{
	/* background:#ffc0cb; */
	/* background:#e14fa4; */
	background:#00579c;
}

.ve-menu-close,
.ve-menu-icon,
.ve-menu-mobile {
	overflow: hidden;
    
}
.menu{
    margin-top: 20px;
	padding:10px 0;
    /* float: right */
	width:100%;
	border-top: 5px solid;
	border-image: linear-gradient(to right, #f27b81 7%, #f7c44e 25%, #73d5f0 50%, #b0b6fb 50%, red 69%, #fcc6e6 75%, #f7c44e 99%) 5;
}
.ve-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
	transition:0.5s ease;
.menu ul{
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.menu ul li a{
    transition:0.5s ease;
	sir kripaya karke mera experience letter provide kare kyoki month end tuk mujhe submit karna hai to sir aapse anumodan hai ki kripaya jald se jald provide karaye aur sir eske bare me mai monday ko tejas ko inform kiya tha 
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
    background: none!important;
    /* color: #302f30!important; */
    /* color: #363535!important; */
    padding: 0 20px;
    font-size: 15px !important;
	text-decoration: none;
    text-transform: capitalize;
	font-family: 'Poppins' !important; 
    letter-spacing: 0.5px;
}
.menu ul li a:hover,
.menu ul li a.active{
    color: #282828!important;
	background:#fefefe !important;
}
.menu ul li ul li{z-index:999;}
.menu ul li ul li a{
    color: #fff!important;
    text-align: left;
    padding: 0 20px;
	border-bottom: 1px solid #e44469;
	text-transform:capitalize;
	text-wrap: nowrap;
	/* line-height:25px!important; */
	/* height:auto!important; */
}
.menu ul li ul li a:hover{
    background: #fefefe !important;
    color: #282828!important;
}
.ve-menu a {
	float: left;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
    background: none;
}

.ve-menu>.ve-menu-pc>li {
	position: relative;
	float: left;
	cursor: pointer;
	width: auto !important;
}

.drp{
	width: 330px !important;
}

.drp_2{
	width: 630px !important;
	columns:2;
	word-spacing:break-alll
}

.ve-menu>.ve-menu-pc>li:hover ul {
	display: block;
	z-index:999;
	background: #dd2b55 !important;
	/* border-top: 1px solid #800080; */
}

.ve-menu>.ve-menu-pc>li>ul {
	position: absolute;
	left: 0;
	display: none;
	width: 510px;
}

.ve-menu>.ve-menu-pc>li>ul>li {
	
}

.ve-menu-icon {
	float: right;
	width: 20px;
	height: 21px;
	margin-right: 10px;
    cursor: pointer
}

.ve-menu-icon>div {
	width: 100%;
	height: 3px;
	margin-top: 3px;
	border-radius: 3px;
    
}

.ve-menu-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ve-menu-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.ve-menu-mobile li {
	width: 100%
}

/*
.ve-menu-mobile li a {
	padding: 15px 0;
	border-bottom: 1px solid #333
}
*/

.ve-menu-mobile ul {
	display: none
}

.ve-menu-close>div {
/*	float: right;*/
	padding: 0 10px;
     cursor: pointer
}

.ve-menu-close>div:after {
	font-size: 35px;
	content: '\00d7'
}