#cssmenu{
	display: inline-block!important;	
	margin: 0 0 -4px 0 !important;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} /*
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
} */
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu .menu-item{
	margin-right:5px;
  padding-bottom: 8px;	
}
#cssmenu .menu-item a {
	padding: 15px 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
	border: 2px solid transparent;
	border-radius: 2em;
}
#cssmenu .menu-item:hover > a {
 	border-color: var(--main-color);
	color: var(--main-color);
}
#cssmenu .menu-item .sub-menu {
  background: var(--main-color);
  border-radius: 2em;
  padding: 15px 0px;
  display: none !important;
  position: absolute;
  top: 96%;
}
#cssmenu .menu-item:hover .sub-menu {
  display: block !important;
  width: 240px;
}
#cssmenu .menu-item .sub-menu li a {
  color: #fff;
  border-bottom: 0;
  padding: 11px 15px !important;
}
#cssmenu .menu-item {
  margin-right: 5px;
  padding-bottom: 8px;
  position: relative;
}
#cssmenu .menu-item .sub-menu li {
  margin: 0 !important;
  padding-bottom: 0;
}
#cssmenu .menu-item.has-sub ul{
	left: 0;
  top: 4.85em;
  width: 220px;
  padding: 10px 0;
  border-radius: 2em;	
  position: absolute;
  display: none;
  z-index: 10000;
  color: #ffffff;
  background-color: var(--main-color);
}
#cssmenu .CmnCls:hover ul{
	display: block;	
}

#cssmenu .menu-item.has-sub ul li a{
	border: none;
	border-radius: 0;	
	color:#fff;
	position: relative;
	display: block;
	padding: 0.8em 1.8em;
  text-align: left;
}


#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #11224d;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #11224d;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
/*
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #5c78b6;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
*/
@media all and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
	#cssmenu .Show_MobileMenu {
		display: block !important;
	}
	#cssmenu .Show_MobileMenu .HeaderBtmRtDta {
		padding: 8px 10px;
		background: #11224d;
		border-bottom: 1px solid #fff !important;
	}
	#cssmenu .Show_MobileMenu .HeaderBtmRtDtaDtl p{
		display:none;	
	}
	#cssmenu .Show_MobileMenu .HeaderSocial {
		width: 25px;
	}
	#cssmenu .Show_MobileMenu .HeaderBtmRtDtaDtl{
		text-align:left;
		padding-left:8px;	
	}
	#cssmenu .Show_MobileMenu .HeaderBtmRtDtaDtl h4{
		color:#fff;
		font-size: 14px;
		font-weight: 500;
		padding: 9px 10px !important;	
	}
	#cssmenu .Show_MobileMenu .HeaderBtmRtDtaDtl h4 a{
		border:none !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		padding:0px!important;	
	}
  
  .MnUll{
		top: 60px;
		left: -200%;
		z-index: 2;
		display: block !important;
		position:absolute!important;
		transition:all 0.4s ease-in-out;
  }
  .MnUll.open{
	  left: 0;
	}
  .MnUll li{
	  	background:#11224d;
		border:none!important;
  }
  .MnUll li a{
		color:#fff;
		border-radius:0px!important;
		border-width:1px!important;  
		padding: 17px 10px;
  }
  #cssmenu .menu-item a{
	 	border: 1px solid #fff!important;
		border-width:0 0 1px 0px !important;
  }
  #cssmenu .menu-item.has-sub ul.fadeOutDown ,
  #cssmenu .menu-item.has-sub ul.bounceIn{
		animation:none!important;  
  }
  #cssmenu .CmnCls:hover ul {
	    display: none;
  }
  #cssmenu .menu-item.has-sub ul{
		width: 100% !important;
		padding: 0;
		border-radius: 0;
		position: relative !important;
		background-color: transparent;
		top: 0;  
  }
  #cssmenu .menu-item.has-sub ul li:nth-child(1) a{
		border-top:0px !important;  
  }
  #cssmenu .menu-item:hover > a{
		color: #fff;
		border: none;  
  }
  #cssmenu .ShowonMbl {
  	  display: block !important;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	text-align:left;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul li:nth-child(1) a{
	 border-top:1px solid #fff!important; 
  }
  #cssmenu ul li a{
	font-size:13px;
	font-weight:600;
	border-bottom:1px solid #fff!important;  
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: transparent;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
	text-align: left;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #11224d;
    border-bottom: 2px solid #11224d;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #11224d;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #11224d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #11224d;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: transparent;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu > ul > li.Show_MobileMenu{float: left;z-index: 9;}
}