#top-nav {
	position: absolute;
	bottom:-30px;
	left:0;
	padding: 0em;
	margin: 0;
	width: 100%;
	height: 60px;
	z-index: 99;
	border-radius: 120px;
	background: rgb(11,29,70);
background: -moz-linear-gradient(left,  rgba(11,29,70,1) 0%, rgba(30,61,119,1) 100%);
background: -webkit-linear-gradient(left,  rgba(11,29,70,1) 0%,rgba(30,61,119,1) 100%);
background: linear-gradient(to right,  rgba(11,29,70,1) 0%,rgba(30,61,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1d46', endColorstr='#1e3d77',GradientType=1 );


/*
	background: rgb(9,45,106);
	background: -moz-linear-gradient(left,  rgba(9,45,106,1) 0%, rgba(0,59,117,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(9,45,106,1) 0%,rgba(0,59,117,1) 100%);
	background: linear-gradient(to right,  rgba(9,45,106,1) 0%,rgba(0,59,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#092d6a', endColorstr='#1e3d77',GradientType=1 );
*/

	text-align: center;
	
	
	font-family: 'akhand_softbold', sans-serif !important;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#top-nav > .nav-inner {
	position: relative;
	margin: auto;
	display:block;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.small #top-nav > .nav-inner {
		
}

#top-nav > .nav-inner > ul {
	position: absolute;
	top:0;
	left;0;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 1;
	margin: 0;
}

.small #top-nav {
	bottom:0;
	border-radius: 0px;
}
.small #top-nav ul {
/* 	padding-left: 60px; */
}


#top-nav > .nav-inner > ul > li {
	float: left;
	display: block;
	text-align: center;
	padding: 0 0px;
	position: relative;
}

#top-nav > .nav-inner > ul > li:last-child {

}
#top-nav > .nav-inner > ul > li a {
	width: 100%;
	display: block;
	font-size: 110%;
	color: rgba(255, 255, 255, 0.7);
	font-weight: normal !important;
	padding:0px 20px 0px 20px;
	line-height: 60px;
	border: 0px solid ;
	position: relative;
	letter-spacing: 0px;

	z-index: 999 !important;
}
		body.big #top-nav > .nav-inner > ul > li a {
			font-size: 120%;
		}
		body.bigger #top-nav > .nav-inner > ul > li a {
			font-size: 135%;
			padding:0px 15px 0px 15px;
		}

#top-nav > .nav-inner > ul > li:first-child {
	padding-left: 25px;
}

#top-nav > .nav-inner > ul > li a:hover {
	color: #fff;
}

#top-nav > .nav-inner > ul > li > a:before {
	content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0%;
  z-index: -1;
  left: 0%;
  opacity:0;
/*   border-radius: 100px; */
  background-color: rgba(0, 0, 0, 0.09);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.32s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#top-nav > .nav-inner > ul > li.sfHover > a:before {
	visibility: visible !important;
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  opacity:1;
}
#top-nav > .nav-inner > ul > li.item-breadcrumb > a:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity:1;
}
#top-nav > .nav-inner > ul > li > a:hover:before {
	visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity:1;
}

#top-nav > .nav-inner > ul > li.primary > a:before {
	background: rgb(27,47,107);
	background: -moz-linear-gradient(top,  rgba(27,47,107,1) 0%, rgba(30,61,119,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(27,47,107,1) 0%,rgba(30,61,119,1) 100%);
	background: linear-gradient(to bottom,  rgba(27,47,107,1) 0%,rgba(30,61,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2f6b', endColorstr='#1e3d77',GradientType=0 );
}
#top-nav > .nav-inner > ul > li.secondary > a:before {
	background: rgb(153,26,68);
	background: -moz-linear-gradient(top,  rgba(153,26,68,1) 0%, rgba(180,29,82,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(153,26,68,1) 0%,rgba(180,29,82,1) 100%);
	background: linear-gradient(to bottom,  rgba(153,26,68,1) 0%,rgba(180,29,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991a44', endColorstr='#b41d52',GradientType=0 );
}
#top-nav > .nav-inner > ul > li.color3 > a:before {
	background: rgb(34,154,214);
	background: -moz-linear-gradient(top,  rgba(34,154,214,1) 0%, rgba(37,176,237,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(34,154,214,1) 0%,rgba(37,176,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(34,154,214,1) 0%,rgba(37,176,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229ad6', endColorstr='#25b0ed',GradientType=0 );
}
#top-nav > .nav-inner > ul > li.color4 > a:before {
	background-color: #727fa0 !important;
}




#top-nav > .nav-inner > ul > li > a:hover:before {
	visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity:1;
}

#top-nav > .nav-inner > ul > li.menu-more {
	float: right;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
#top-nav > .nav-inner > ul > li.menu-more a {
	
	width:100%;
	color: #fff;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	margin-left: 0rem;
	border-radius: 0 100px 100px 0;
	background: rgba(0, 0, 0, 0.2) !important;
	
}
.small #top-nav > .nav-inner > ul > li.menu-more a {
	border-radius: 0;	
}
#top-nav > .nav-inner > ul > li.menu-more a i {
	position: relative;
	top:1px;
	
	color: rgba(255, 255, 255, 1);
	margin-right: 7px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#top-nav > .nav-inner > ul > li.menu-more a:hover i {

}

#top-nav > .nav-inner > ul > li.menu-more > a:before {
	content: "";
  position: absolute;
  width: calc(100% - 3.8rem);
  height: 3px;
  bottom: 0;
  left: 2rem;
}
#top-nav > .nav-inner > ul > li.sfHover > a {
	color: #fff;
}


#top-nav > .nav-inner > ul > li.item-breadcrumb > a {
	color: #fff;
}


#top-nav > .nav-inner > ul > li.menu-more.trigger{ 
	display:none;	
}

.sf-row {
	max-width: 100%;
	margin: auto;
}

#top-nav ul li a.sf-mega-section:before {
	display: none;
}

.small #top-nav li a {
	font-size: 1rem;	
}
.small #top-nav li.menu-more a {
	border-radius: 0;	
}
	
	@media (max-width: 1330px) {
		#top-nav > .nav-inner {
			position: relative;
			margin: auto;
			display:block;
			height: 100%;
			width: 100%;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.small #top-nav > .nav-inner {
			width: 100%;	
		}
	}
	@media (max-width: 1025px) {
		#top-nav > .nav-inner > ul {
			display: block;
		}
		#top-nav > .nav-inner > ul > li {
			display: block;
			float:left;
		}
		#top-nav > .nav-inner > ul > li:first-child {
			padding-left: 20px;
		}
		#top-nav > .nav-inner > ul > li > a {
			font-size: 1rem;
			padding:0px 15px 0px 15px;
		}
		#top-nav li.menu-more a {
			font-size: 1rem;	
			color: #fff;
			padding-left: 20px !important;
			padding-right: 20px !important;
		}
		#top-nav li.menu-more a .not {
			display: none;
		}
		#top-nav li.menu-more > a:after {
		  width: calc(100% - 3.8rem);
		  left: 2rem;
		}
	}
	
	@media (max-width: 940px) {
		#top-nav {
			border-radius: 0;
		}
		#top-nav li.menu-more {
			display: none;	
		}
		#top-nav > .nav-inner > ul {
			display: table;
		}
		#top-nav > .nav-inner > ul > li  {
			display: none;	
		}
		#top-nav > .nav-inner > ul > li.menu-more {
			position: relative;
			top: auto;
			right: auto;
			float:left;
			display: inline-block;
			
			margin:0 !important;
			padding:0;
			text-align: left;
		}
		#top-nav > .nav-inner > ul > li.menu-more > a:after {
			display: none !important;
		}
		#top-nav > .nav-inner > ul > li.menu-more a i {
			font-size: 1.6rem;	
			top:5px;
			margin-right: 10px;
			
		}
		#top-nav li.menu-more a .not {
			display: inline-block;
		}
		
		#top-nav > .nav-inner > ul > li.menu-more.trigger{
			float: right;
			display: inline-block;
		}
		#top-nav > .nav-inner > ul > li.menu-more a {
			float:left;
			width: 100%;
			display: block;
			border-radius: 0px 0 0 0px;
			padding-left:2rem;
			padding-right:2rem;
		}
			#top-nav > .nav-inner > ul > li.menu-more.trigger a {
				padding-right: 65px !important;
				background-color: transparent !important;
			}
	}
	@media (max-width: 767px) {
		#top-nav {
			border-radius: 100px;
		}
		#top-nav > .nav-inner > ul > li.menu-more	a{

			border-radius: 100px 0 0 100px;
		}
	}
	@media (max-width: 500px) {
		#top-nav {
			height: 50px;
			bottom:-25px;
			border-radius: 100px;
		}
		#top-nav > .nav-inner > ul > li a {
			line-height: 50px;
		}
		#top-nav > .nav-inner > ul > li.menu-more	a{
			padding-left: 1.5rem;
			border-radius: 100px 0 0 100px;
		}
		
	}
	@media (max-width: 374px) {
		#top-nav > .nav-inner > ul > li > a {
			font-size:0.96rem;	
		}
		#top-nav > .nav-inner > ul > li.menu-more {
			width: 50%;
		}
		#top-nav > .nav-inner > ul > li.menu-more > a {
			padding-right: 1rem;
		}
		#top-nav > .nav-inner > ul > li.menu-more > a i {
			display: none;
			margin-right: 10px;
			
		}
		
	}




/*** ESSENTIAL STYLES ***/
.sf-menu {
 /* position: relative; */
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu .sf-mega {
  position: fixed;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;

}

.sf-menu > li > a {
  display: block;
  /* position: relative; */
}


/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 0em;

}
.sf-menu .sf-mega {


  width: 100%; /* allow long menu items to determine submenu width */
}
.sf-menu > li > a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255,255,255,.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1; /* IE7 */

}
.sf-menu > li {
  background: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
  background: none;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {

}

	@media (max-width: 1180px) {
		.sf-arrows .sf-with-ul {
		
		}
	}



/*** Normal dropdown **/

.sf-menu ul {
	border:0;
	position: absolute;
	top: 64px;
	left: 0px;
	margin: 0;
	min-width: 220px;
	max-width: 247px;
	padding: 10px 5px 10px;
	white-space: nowrap;
	border:0 !important;
	border-radius: 5px 5px;
	background-color: #fff !important;
	display:none;
	z-index: 999 !important;
	-webkit-box-shadow:  0 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow:  0 0px 10px rgba(0, 0, 0, 0.1) ;
}
.sf-menu ul:before {
	content: "";
  position: absolute;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
  top: -10px;
  z-index: 999;
  left: 20px;
  -webkit-transition: all 0.32s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

}

.sf-menu .primary ul {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b2f6b+0,1e3d77+100 */
	background: rgb(27,47,107);
	background: -moz-linear-gradient(top,  rgba(27,47,107,1) 0%, rgba(30,61,119,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(27,47,107,1) 0%,rgba(30,61,119,1) 100%);
	background: linear-gradient(to bottom,  rgba(27,47,107,1) 0%,rgba(30,61,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2f6b', endColorstr='#1e3d77',GradientType=0 );

}
.sf-menu .primary ul:before {
	border-color: transparent transparent #1B2F6B transparent;
}

.sf-menu .secondary ul {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#991a44+0,b41d52+100 */
	background: rgb(153,26,68);
	background: -moz-linear-gradient(top,  rgba(153,26,68,1) 0%, rgba(180,29,82,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(153,26,68,1) 0%,rgba(180,29,82,1) 100%);
	background: linear-gradient(to bottom,  rgba(153,26,68,1) 0%,rgba(180,29,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991a44', endColorstr='#b41d52',GradientType=0 );
}
.sf-menu .secondary ul:before {
	border-color: transparent transparent #991A44 transparent;
}

.sf-menu .color3 ul {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#229ad6+0,25b0ed+100 */
	background: rgb(34,154,214);
	background: -moz-linear-gradient(top,  rgba(34,154,214,1) 0%, rgba(37,176,237,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(34,154,214,1) 0%,rgba(37,176,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(34,154,214,1) 0%,rgba(37,176,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229ad6', endColorstr='#25b0ed',GradientType=0 );
}
.sf-menu .color3 ul:before {
	border-color: transparent transparent #229AD6 transparent;
}

.sf-menu .color4 ul {
	background-color: #727fa0 !important;
}
.sf-menu .color4 ul:before {
	border-color: transparent transparent #727fa0 transparent;
}


.small .sf-menu ul {
 }

.sf-menu ul li {
	width:100%;
	float:left;
	background: none;
	display: block !important;
	text-align: left !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);


}

.sf-menu ul li:last-child {
	border:0;
}
.sf-menu ul li a {
	width:100%;
	float:left;
	display: block !important;
	text-transform: none !important;
	color: rgba(30, 62, 121, 0.57) !important;
	line-height: 1 !important;
	font-size: 0.96rem !important;
	padding:10px 15px !important;
	text-shadow: none !important;
}
.sf-menu ul li a:hover {
	color: #1e3d77 !important;
}
.sf-menu ul li a:after {
	display: none;
}
.sf-menu ul li a:hover:before {
	display: none;
}

.sf-menu .primary ul li a,
.sf-menu .secondary ul li a,
.sf-menu .color3 ul li a,
.sf-menu .color4 ul li a {
	color: rgba(255, 255, 255, 0.6) !important;
}
.sf-menu .primary ul li a:hover,
.sf-menu .secondary ul li a:hover,
.sf-menu .color3 ul li a:hover,
.sf-menu .color4 ul li a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

/* Mobile Mmenu */

.nav-trigger {
	float: right;
	display: none;
	border-radius: 0 100px 100px 0 !important;
	
	width: 100%;
	height: 100%;
	line-height: 50px;
	border: 1px solid rgba(0,  23,  80, 0.24);
	text-align: center;
	z-index: 99 !important;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0) !important;
}
.nav-trigger:hover {
	border-color: rgba(0, 23, 80, 1) !important;
}
html.mm-opened .nav-trigger {
	z-index: 9999999 !important;
}

.small .nav-trigger {

	
}
.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 30px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
}
.nav-trigger span::after {
	background: rgba(255, 255, 255, 0.6);
}
.nav-trigger span {
	/* line in the center */
	position: absolute;
	top: 50%;
	right: 30%;
	margin-top: -1px;
	background: rgba(255, 255, 255, 0.6);
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.nav-trigger span::before, .nav-trigger span::after {
	/* other 2 lines */
	content: '';
	right: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.nav-trigger span::before {
	/* menu icon top line */
	top: -8px;
}
.nav-trigger span::after {
	/* menu icon bottom line */
	top: 8px;
}

.mm-opening .nav-trigger span {
	/* hide line in the center */
	background: rgba(255, 255, 255, 0);

}
.mm-opening .nav-trigger span::before, .mm-opening .nav-trigger span::after {
	/* keep visible other 2 lines */
	background: #fff;
}
.mm-opening .nav-trigger span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.mm-opening .nav-trigger span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}



.mm-listview>li.more-logo:not(.mm-divider):after {
    border: 0;
}

	@media (max-width: 768px) {
		.nav-trigger {
			display: block;
		}
		.mm-menu {
			visibility: visible;
		}
		.nav-trigger span {
			right: 15%;
		}
	}

.mm-slideout {
	z-index: inherit;
}
.mm-menu {
background: rgb(11,29,70);
background: -moz-linear-gradient(-45deg,  rgba(11,29,70,1) 0%, rgba(30,61,119,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(11,29,70,1) 0%,rgba(30,61,119,1) 100%);
background: linear-gradient(135deg,  rgba(11,29,70,1) 0%,rgba(30,61,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1d46', endColorstr='#1e3d77',GradientType=1 );


	font-family: 'akhand_softsemibold', sans-serif !important;
}
#menu:not( .mm-menu ) { display: none; }


.mm-menu.mm-bottom {
	height: calc(100% - 150px) !important;
}
	@media (max-width: 500px) {
		.mm-menu.mm-bottom {
			height: calc(100% - 90px) !important;
		}
	}

.mm-panels {
	z-index: 3;
}
.mm-navbar {
	font-size: 0.76rem;
	border-color: rgba(255, 255, 255, 0.08);
}	

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: #ffffff;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	 color: rgba(255, 255, 255, 0.54);	
	 text-transform: uppercase;
	 font-weight: 700;
	 letter-spacing: 2px;
}
.mm-listview > li > a,
.mm-listview > li > span {
    font-size: 1.2rem;
    padding: 15px 10px 15px 30px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;

}
.mm-listview > li > a:hover {
	color: #fff;
}
	@media (max-width: 768px) {
		.mm-listview > li > a,
		.mm-listview > li > span {

			padding: 15px 10px 15px 35px;
		}

	}
	@media (max-width: 500px) {
		.mm-listview > li > a,
		.mm-listview > li > span {
			font-size: 1.1rem;
			padding: 15px 10px 15px 30px;
		}

	}


.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
	background-color: rgba(255, 255, 255, 0.07);
}

.mm-listview > li > a.active {
    color: #fff !important;
}

/* Theme Colours */
.mm-listview > li.primary > a.active,
.mm-listview > li.primary > a:hover {
    background-color: #1e3d77 !important;
}
.mm-listview > li.secondary > a.active,
.mm-listview > li.secondary > a:hover {
    background-color: #b41d52 !important;
}
.mm-listview > li.color3 > a.active,
.mm-listview > li.color3 > a:hover {
    background-color: #25b0ed !important;
}
.mm-listview > li.color4 > a.active,
.mm-listview > li.color4 > a:hover {
    background-color: #909dc0 !important;
}



.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
	height: 100%;
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
	border-color: rgba(255, 255, 255, 0.08);
}


.mm-menu em.mm-counter {
	color: rgba(255, 255, 255, 0.51);	
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
	border-color: rgba(255, 255, 255, 0.7);
}

/* Contact */

.mm-menu .mm-listview > li.mm-contact > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-contact > span {
  position: relative;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;  
  color: #fff;	

}
.mm-menu .mm-listview > li.mm-contact > a > i {
	color: #fff;	
	font-size: 1.5rem !important;
	position: absolute;
	top:18px;
	left:35px;
}

	@media (max-width: 500px) {
		.mm-menu .mm-listview > li.mm-contact > a:not(.mm-next),
		.mm-menu .mm-listview > li.mm-contact > span {
			padding-left: 70px;
		}
		.mm-menu .mm-listview > li.mm-contact > a > i {
			left:30px;
		}
	}





