#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
	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;
	text-align: center;
}
#cssmenu ul li:last-child {
	border-bottom: none;
}
/*#cssmenu {
	width: 100%;
	transform: translateY(-50%);
	margin: 0 0 0;
	padding: 0 13% 0 10%;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}*/
#cssmenu ul ul {
	display: none;
}
/*#cssmenu > ul > li.active > ul {
	display: block;
}*/
.align-right {
	float: right;
}
#cssmenu > ul > li > a {
	padding: 16px 0;
	cursor: pointer;
	z-index: 2;
	font-size: 24px;
	letter-spacing: -0.2px;
	text-decoration: none;
	color: #000000;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
	color: #de3554;
}
#cssmenu ul ul li a {
	padding: 10px 0;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #de3554;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.overlay #cssmenu > ul > li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.overlay #cssmenu > ul > li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.overlay #cssmenu > ul > li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.overlay #cssmenu > ul > li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.overlay #cssmenu > ul > li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.overlay #cssmenu > ul > li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.overlay #cssmenu > ul > li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.overlay #cssmenu > ul > li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.overlay #cssmenu > ul > li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.overlay .overlay #cssmenu > ul > li:nth-child(10) {
  -webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.overlay #cssmenu > ul > li:nth-child(11) {
  -webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.overlay #cssmenu > ul > li:nth-child(12) {
  -webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.overlay #cssmenu > ul > li:nth-child(13) {
  -webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.overlay #cssmenu > ul > li:nth-child(14) {
  -webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.overlay #cssmenu > ul > li:nth-child(15) {
 -webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.overlay.nav-active li {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#cssmenu ul ul ul li a {
	padding-left: 32px;
}
#cssmenu ul ul li a:hover {
	color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
	top: 16px;
	right: 26px;
	background: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
	top: 20px;
	background: #ffffff;
}
.nav-conten {
	width: 100%;
	float: left;
	margin: 82px 0 30px;
}
.nav-conten p {
	font-size: 17px;
	color: #fff;
	line-height: 24px;
}
.nav-conten p a {
	color: #fff;
}
.nav-social li {
	margin: 0 2px;
}
.nav-social li a {
	border: none;
}
.nav-social li a:hover {
	opacity: 0.7;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
#cssmenu { padding:0 5% 0;}
#cssmenu > ul > li > a { font-size:20px; padding:14px 0;}
#cssmenu > ul > li > ul > li > a { font-size: 13px !important; padding: 12px 0 !important; line-height: 0.6 !important;}
}

@media screen and (min-width:481px) and (max-width:600px) {
#cssmenu { padding:0 5% 0;}
#cssmenu > ul > li > a { font-size:20px; padding:14px 0;}
#cssmenu > ul > li > ul > li > a { font-size: 13px !important; padding: 12px 0 !important; line-height: 0.6 !important;}
}

@media screen and (min-width:601px) and (max-width:767px) {
#cssmenu { padding:0 5% 0;}
#cssmenu > ul > li > a { font-size:20px; padding:14px 0;}
#cssmenu > ul > li > ul > li > a { font-size: 13px !important; padding: 12px 0 !important; line-height: 0.6 !important;}


}

@media screen and (min-width:768px) and (max-width:900px) {
#cssmenu > ul > li > a { font-size:20px; padding:12px 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
#cssmenu > ul > li > a { font-size:22px; padding:14px 0;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}


@media screen and (max-width: 767px) {

.overlay #cssmenu { width: 100%; margin: 0 auto; padding: 0 5% 0; display: flex; flex-flow: column wrap; align-items: center; justify-content: center; float: left; height: 100vh; overflow: hidden;}

.overlay #cssmenu ul { overflow-y: auto; -webkit-overflow-scrolling: touch; width: 100%; float: left; margin :0;}

.overlay #cssmenu ul li { width: 100%; display: block; position: relative; float: left; text-align: center;}

.overlay #cssmenu ul li a { width: fit-content; padding: 12px 20px; line-height: normal; display: block; border: none; font-size: 14.77px; color: #000000; font-weight: 600; font-family: 'Poppins', sans-serif; letter-spacing: 0.50px; text-transform: uppercase; outline: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; -o-transition: color .3s linear, background .3s linear; -moz-transition: color .3s linear, background .3s linear; -webkit-transition: color .3s linear, background .3s linear; transition: color .3s linear, background .3s linear; text-align: center; margin: 0 auto 0;}

.overlay #cssmenu ul li a:hover { color: #de3554; }

.overlay #cssmenu ul::-webkit-scrollbar {display: none;}

/*.overlay #cssmenu ul li.has-sub a:after { content: "+"; width: 50px; height: 40px; position: absolute; right: 0; top: 0; font-size: 22px; text-align: center; line-height: 41px; border-left: solid 1px #f5f5f5; color: #ffffff; }

.overlay #cssmenu ul li.has-sub.open a { color: #cbb069;}

.overlay #cssmenu ul li.has-sub.open a:after { color: #cbb069;}

.overlay #cssmenu ul li.has-sub ul.dropdown { width: 100%; left: 0; position: static; border: none; background: #fff; float: left; text-align: center; z-index: 99; min-width: 180px; white-space: nowrap; list-style: none; margin: 0; padding: 0; overflow: inherit;}

.overlay #cssmenu ul li.has-sub ul.dropdown li { position: relative; clear: both; width: 100%; border: 0 none; font-size: 12px;}

.overlay #cssmenu ul li.has-sub ul.dropdown li a { width: 100%; background: none; padding: 11px 25px 11px 22px; font-size: 12.77px; color: #172337; text-decoration: none; display: inline-block; float: left; clear: both; position: relative; outline: 0; -o-transition: padding .2s linear; -moz-transition: padding .2s linear; -webkit-transition: padding .2s linear; transition: padding .2s linear; border-bottom: solid 1px #f0f0f0; border-top: 0;}

.overlay #cssmenu ul li.has-sub ul.dropdown li a:after { display: none;}

.overlay #cssmenu ul li.has-sub ul.dropdown li a:hover { color: #cbb069; padding-left: 50px !important;}*/


}